@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* fix für unterschiedliche zeilenhöhen in FF und CHROME */
/* fix für unterschiedliche zeilenhöhen in FF und CHROME */
:root {
  --bs-theme: #3D5666;
  --bs-theme-gray: #e4e6e8;
  --bs-theme-bg: #c9dac4;
  --bs-theme-light: #b1bbc2;
  --bs-theme-lighter: #d8dde0;
  --bs-error-color: #b91b1b;
  --bs-green: #397D54;
  --bs-orange: #EAB050;
  --bs-teal: #79C6C4;
  --bs-blue: #4BAFC6;
  --bs-purple: #AC86BF;
  --bs-red: #E8716B;
  --bs-green-light: #6E9C75;
  --bs-orange-light: #FCD2A7;
  --bs-teal-light: #ACDDD3;
  --bs-blue-light: #84BFD8;
  --bs-purple-light: #DDC4E8;
  --bs-red-light: #F4938C;
  --bs-green-lighter: #C4DBAF;
  --bs-orange-lighter: #FCE9DB;
  --bs-teal-lighter: #D6EAE5;
  --bs-blue-lighter: #CCE6ED;
  --bs-purple-lighter: #E9DFEF;
  --bs-red-lighter: #EFCACA;
  --bs-green-lightest: #D6E8C1;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-black-contrast1: #1A384B;
  --bs-black-contrast2: #3D5666;
  --bs-black-contrast3: #F7F8F8;
  --bs-gray-light: #dee2e6;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-page-intro: #D6E8C1;
  --bs-green-dark: #83B585;
  --bs-searchbarGreen: #397D54;
  --bs-brown: #7e5016;
  --bs-diagram-yellow: #ef7111;
  --bs-diagram-yellow-light: #f7aa42;
  --bs-diagram-brown: #7e5016;
  --bs-diagram-brown-light: #b38f4b;
  --bs-diagram-blue: #4BAFC6;
  --bs-diagram-blue-light: #84BFD8;
  --bs-diagram-pink: #AC86BF;
  --bs-diagram-pink-light: #cc80b0;
  --bs-diagram-dark: #42555f;
  --bs-diagram-dark-light: #82939c;
  --bs-gray-100: #f8f9fa;
  --bs-gray-150: #f4f3f3;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3D5666;
  --bs-secondary: #6c757d;
  --bs-success: #397D54;
  --bs-info: #4BAFC6;
  --bs-warning: #ef7111;
  --bs-danger: #E8716B;
  --bs-light: #f8f8f8;
  --bs-dark: #343a40;
  --bs-theme: #3D5666;
  --bs-theme-gray: #e4e6e8;
  --bs-theme-bg: #c9dac4;
  --bs-theme-light: #b1bbc2;
  --bs-theme-lighter: #d8dde0;
  --bs-error-color: #b91b1b;
  --bs-green: #397D54;
  --bs-orange: #EAB050;
  --bs-teal: #79C6C4;
  --bs-blue: #4BAFC6;
  --bs-purple: #AC86BF;
  --bs-red: #E8716B;
  --bs-green-light: #6E9C75;
  --bs-orange-light: #FCD2A7;
  --bs-teal-light: #ACDDD3;
  --bs-blue-light: #84BFD8;
  --bs-purple-light: #DDC4E8;
  --bs-red-light: #F4938C;
  --bs-green-lighter: #C4DBAF;
  --bs-orange-lighter: #FCE9DB;
  --bs-teal-lighter: #D6EAE5;
  --bs-blue-lighter: #CCE6ED;
  --bs-purple-lighter: #E9DFEF;
  --bs-red-lighter: #EFCACA;
  --bs-green-lightest: #D6E8C1;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-black-contrast1: #1A384B;
  --bs-black-contrast2: #3D5666;
  --bs-black-contrast3: #F7F8F8;
  --bs-gray-light: #dee2e6;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-page-intro: #D6E8C1;
  --bs-green-dark: #83B585;
  --bs-searchbarGreen: #397D54;
  --bs-brown: #7e5016;
  --bs-diagram-yellow: #ef7111;
  --bs-diagram-yellow-light: #f7aa42;
  --bs-diagram-brown: #7e5016;
  --bs-diagram-brown-light: #b38f4b;
  --bs-diagram-blue: #4BAFC6;
  --bs-diagram-blue-light: #84BFD8;
  --bs-diagram-pink: #AC86BF;
  --bs-diagram-pink-light: #cc80b0;
  --bs-diagram-dark: #42555f;
  --bs-diagram-dark-light: #82939c;
  --bs-gray-100: #f8f9fa;
  --bs-gray-150: #f4f3f3;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary-rgb: 61, 86, 102;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 57, 125, 84;
  --bs-info-rgb: 75, 175, 198;
  --bs-warning-rgb: 239, 113, 17;
  --bs-danger-rgb: 232, 113, 107;
  --bs-light-rgb: 248, 248, 248;
  --bs-dark-rgb: 52, 58, 64;
  --bs-theme-rgb: 61, 86, 102;
  --bs-theme-gray-rgb: 228, 230, 232;
  --bs-theme-bg-rgb: 201, 218, 196;
  --bs-theme-light-rgb: 177, 187, 194;
  --bs-theme-lighter-rgb: 216, 221, 224;
  --bs-error-color-rgb: 185, 27, 27;
  --bs-green-rgb: 57, 125, 84;
  --bs-orange-rgb: 234, 176, 80;
  --bs-teal-rgb: 121, 198, 196;
  --bs-blue-rgb: 75, 175, 198;
  --bs-purple-rgb: 172, 134, 191;
  --bs-red-rgb: 232, 113, 107;
  --bs-green-light-rgb: 110, 156, 117;
  --bs-orange-light-rgb: 252, 210, 167;
  --bs-teal-light-rgb: 172, 221, 211;
  --bs-blue-light-rgb: 132, 191, 216;
  --bs-purple-light-rgb: 221, 196, 232;
  --bs-red-light-rgb: 244, 147, 140;
  --bs-green-lighter-rgb: 196, 219, 175;
  --bs-orange-lighter-rgb: 252, 233, 219;
  --bs-teal-lighter-rgb: 214, 234, 229;
  --bs-blue-lighter-rgb: 204, 230, 237;
  --bs-purple-lighter-rgb: 233, 223, 239;
  --bs-red-lighter-rgb: 239, 202, 202;
  --bs-green-lightest-rgb: 214, 232, 193;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-black-contrast1-rgb: 26, 56, 75;
  --bs-black-contrast2-rgb: 61, 86, 102;
  --bs-black-contrast3-rgb: 247, 248, 248;
  --bs-gray-light-rgb: 222, 226, 230;
  --bs-gray-rgb: 108, 117, 125;
  --bs-gray-dark-rgb: 52, 58, 64;
  --bs-page-intro-rgb: 214, 232, 193;
  --bs-green-dark-rgb: 131, 181, 133;
  --bs-searchbarGreen-rgb: 57, 125, 84;
  --bs-brown-rgb: 126, 80, 22;
  --bs-diagram-yellow-rgb: 239, 113, 17;
  --bs-diagram-yellow-light-rgb: 247, 170, 66;
  --bs-diagram-brown-rgb: 126, 80, 22;
  --bs-diagram-brown-light-rgb: 179, 143, 75;
  --bs-diagram-blue-rgb: 75, 175, 198;
  --bs-diagram-blue-light-rgb: 132, 191, 216;
  --bs-diagram-pink-rgb: 172, 134, 191;
  --bs-diagram-pink-light-rgb: 204, 128, 176;
  --bs-diagram-dark-rgb: 66, 85, 95;
  --bs-diagram-dark-light-rgb: 130, 147, 156;
  --bs-gray-100-rgb: 248, 249, 250;
  --bs-gray-150-rgb: 244, 243, 243;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 61, 86, 102;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Verdana, sans-serif;
  --bs-font-monospace: Verdana, sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), white);
  --bs-body-font-family: Verdana, sans-serif;
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #3D5666;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #3D5666;
  --bs-link-hover-color: #344957;
  --bs-code-color: #AC86BF;
  --bs-highlight-bg: #fcf8e3;
}

/*!
 * Copyright (c) 2023. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
 * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
 * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
 * Vestibulum commodo. Ut rhoncus gravida arcu.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: #3D5666;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, #plugin_18_css h1.dmBadge, #plugin_18_css .dmBadge.h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, #plugin_18_css h1.dmBadge, #plugin_18_css .dmBadge.h1, .h1 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h1, #plugin_18_css h1.dmBadge, #plugin_18_css .dmBadge.h1, .h1 {
    font-size: 1.625rem;
  }
}

h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.375rem;
  }
}

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

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: Verdana, sans-serif;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 80%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 80%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 80%;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
.date-range .date-dropdown > .dropdown-toggle,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select,
.date-range .date-dropdown > .dropdown-toggle {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select, .date-range .date-dropdown > .dropdown-toggle {
  word-wrap: normal;
}
select:disabled, .date-range .date-dropdown > .dropdown-toggle:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2rem;
  }
}

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

.container, .container-fullwidth,
body > .container-fullwidth:not(.no-border),
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
    max-width: 1320px;
  }
}
.row, .pf_new_element_step1 .pf-element-group, .info_row, .field-rules .rules-row, .field-rules .rules-row-fixed-bottom, .new-field-rule .rules-row, .new-field-rule .rules-row-fixed-bottom {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .pf_new_element_step1 .pf-element-group > *, .info_row > *, .field-rules .rules-row > *, .field-rules .rules-row-fixed-bottom > *, .new-field-rule .rules-row > *, .new-field-rule .rules-row-fixed-bottom > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.odd-col-xxl,
.odd-col-xxl-auto, .odd-col-xxl-5, .odd-col-xxl-4, .odd-col-xxl-3, .odd-col-xxl-2, .odd-col-xxl-1, .odd-col-xl,
.odd-col-xl-auto, .odd-col-xl-5, .odd-col-xl-4, .odd-col-xl-3, .odd-col-xl-2, .odd-col-xl-1, .odd-col-lg,
.odd-col-lg-auto, .odd-col-lg-5, .odd-col-lg-4, .odd-col-lg-3, .odd-col-lg-2, .odd-col-lg-1, .odd-col-md,
.odd-col-md-auto, .odd-col-md-5, .odd-col-md-4, .odd-col-md-3, .odd-col-md-2, .odd-col-md-1, .odd-col-sm,
.odd-col-sm-auto, .odd-col-sm-5, .odd-col-sm-4, .odd-col-sm-3, .odd-col-sm-2, .odd-col-sm-1, .odd-col,
.odd-col-auto, .odd-col-5, .odd-col-4, .odd-col-3, .odd-col-2, .odd-col-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .field-rules .rules-row .col-name, .field-rules .rules-row-fixed-bottom .col-name, .new-field-rule .rules-row .col-name, .new-field-rule .rules-row-fixed-bottom .col-name, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .field-rules .rules-row .col-tools, .field-rules .rules-row-fixed-bottom .col-tools, .new-field-rule .rules-row .col-tools, .new-field-rule .rules-row-fixed-bottom .col-tools, .field-rules .rules-row .col-switches, .field-rules .rules-row-fixed-bottom .col-switches, .new-field-rule .rules-row .col-switches, .new-field-rule .rules-row-fixed-bottom .col-switches, .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, .dm-modal .modal-dialog .modal-body.modal-changePasswordPolicy .col-b, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-about .col-b, .col-10, .dm-modal .modal-dialog .modal-body.modal-deletePowerForm .col-b, .dm-modal .modal-dialog .modal-body.modal-confirmDeleteGroup .col-b, .dm-modal .modal-dialog .modal-body.modal-confirmDeletePolicy .col-b, .dm-modal .modal-dialog .modal-body .lines .col-b, .dm-modal .modal-dialog .modal-body .col-b, .col-9, .dm-modal .modal-dialog .modal-body.modal-importMappingAssignField .col-b, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterEvent .col-b, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-file-properties .col-b, .col-8, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterExport .col-b, .col-7, .dm-modal .modal-dialog .modal-body.modal-statResendPerformanceReport .col-b, .dm-modal .modal-dialog .modal-body.modal-resendMonthPerformanceReport .col-b, .dm-modal .modal-dialog .modal-body.modal-importSettings .col-a, .col-6, .col-5, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-b, .dm-modal .modal-dialog .modal-body.modal-statResendPerformanceReport .col-a, .dm-modal .modal-dialog .modal-body.modal-resendMonthPerformanceReport .col-a, .dm-modal .modal-dialog .modal-body.modal-importSettings .col-b, .col-4, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-c, .col-3, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-a, .dm-modal .modal-dialog .modal-body.modal-importMappingAssignField .col-a, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterExport .col-a, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterEvent .col-a, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-file-properties .col-a, .col-2, .dm-modal .modal-dialog .modal-body.modal-deletePowerForm .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeleteGroup .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeletePolicy .col-a, .dm-modal .modal-dialog .modal-body .lines .col-a, .dm-modal .modal-dialog .modal-body .col-a, .col-1, .dm-modal .modal-dialog .modal-body.modal-changePasswordPolicy .col-a, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-about .col-a {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

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

.col-1, .dm-modal .modal-dialog .modal-body.modal-changePasswordPolicy .col-a, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-about .col-a {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2, .dm-modal .modal-dialog .modal-body.modal-deletePowerForm .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeleteGroup .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeletePolicy .col-a, .dm-modal .modal-dialog .modal-body .lines .col-a, .dm-modal .modal-dialog .modal-body .col-a {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-a, .dm-modal .modal-dialog .modal-body.modal-importMappingAssignField .col-a, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterExport .col-a, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterEvent .col-a, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-file-properties .col-a {
  flex: 0 0 auto;
  width: 25%;
}

.col-4, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-c {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5, .dm-modal .modal-dialog .modal-body.modal-changePassword .col-b, .dm-modal .modal-dialog .modal-body.modal-statResendPerformanceReport .col-a, .dm-modal .modal-dialog .modal-body.modal-resendMonthPerformanceReport .col-a, .dm-modal .modal-dialog .modal-body.modal-importSettings .col-b {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7, .dm-modal .modal-dialog .modal-body.modal-statResendPerformanceReport .col-b, .dm-modal .modal-dialog .modal-body.modal-resendMonthPerformanceReport .col-b, .dm-modal .modal-dialog .modal-body.modal-importSettings .col-a {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterExport .col-b {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9, .dm-modal .modal-dialog .modal-body.modal-importMappingAssignField .col-b, .dm-modal .modal-dialog .modal-body.modal-pluginRegisterEvent .col-b, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-file-properties .col-b {
  flex: 0 0 auto;
  width: 75%;
}

.col-10, .dm-modal .modal-dialog .modal-body.modal-deletePowerForm .col-b, .dm-modal .modal-dialog .modal-body.modal-confirmDeleteGroup .col-b, .dm-modal .modal-dialog .modal-body.modal-confirmDeletePolicy .col-b, .dm-modal .modal-dialog .modal-body .lines .col-b, .dm-modal .modal-dialog .modal-body .col-b {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11, .dm-modal .modal-dialog .modal-body.modal-changePasswordPolicy .col-b, .dm-modal.tiny-modal .modal-dialog .modal-body.modal-tiny-about .col-b {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2, .field-rules .rules-row .col-tools, .field-rules .rules-row-fixed-bottom .col-tools, .new-field-rule .rules-row .col-tools, .new-field-rule .rules-row-fixed-bottom .col-tools, .field-rules .rules-row .col-switches, .field-rules .rules-row-fixed-bottom .col-switches, .new-field-rule .rules-row .col-switches, .new-field-rule .rules-row-fixed-bottom .col-switches {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8, .field-rules .rules-row .col-name, .field-rules .rules-row-fixed-bottom .col-name, .new-field-rule .rules-row .col-name, .new-field-rule .rules-row-fixed-bottom .col-name {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: #fff;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d8dde0;
  --bs-table-border-color: #c2c7ca;
  --bs-table-striped-bg: #cdd2d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c7ca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8cccf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d7e5dd;
  --bs-table-border-color: #c2cec7;
  --bs-table-striped-bg: #ccdad2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cec7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7d4cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dbeff4;
  --bs-table-border-color: #c5d7dc;
  --bs-table-striped-bg: #d0e3e8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d7dc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbdde2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fce3cf;
  --bs-table-border-color: #e3ccba;
  --bs-table-striped-bg: #efd8c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3ccba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9d2bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fae3e1;
  --bs-table-border-color: #e1cccb;
  --bs-table-striped-bg: #eed8d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1cccb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7d2d0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f8f8;
  --bs-table-border-color: #dfdfdf;
  --bs-table-striped-bg: #ececec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfdfdf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e5e5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #343a40;
  --bs-table-border-color: #484e53;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 80%;
  color: #6c757d;
}

.form-control, input:not([type=checkbox]):not([type=radio]), select, .date-range .date-dropdown > .dropdown-toggle, textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input:not([type=checkbox]):not([type=radio]), select, .date-range .date-dropdown > .dropdown-toggle, textarea {
    transition: none;
  }
}
.form-control[type=file], input[type=file]:not([type=checkbox]):not([type=radio]), select[type=file], .date-range .date-dropdown > [type=file].dropdown-toggle, textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), input[type=file]:not(:disabled):not([readonly]):not([type=checkbox]):not([type=radio]), select[type=file]:not(:disabled):not([readonly]), .date-range .date-dropdown > [type=file].dropdown-toggle:not(:disabled):not([readonly]), textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, input:focus:not([type=checkbox]):not([type=radio]), select:focus, .date-range .date-dropdown > .dropdown-toggle:focus, textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #3D5666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0;
}
.form-control::-webkit-date-and-time-value, input:not([type=checkbox]):not([type=radio])::-webkit-date-and-time-value, select::-webkit-date-and-time-value, .date-range .date-dropdown > .dropdown-toggle::-webkit-date-and-time-value, textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, input:not([type=checkbox]):not([type=radio])::placeholder, select::placeholder, .date-range .date-dropdown > .dropdown-toggle::placeholder, textarea::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:disabled, input:disabled:not([type=checkbox]):not([type=radio]), select:disabled, .date-range .date-dropdown > .dropdown-toggle:disabled, textarea:disabled {
  color: #bbbbc4;
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, input:not([type=checkbox]):not([type=radio])::file-selector-button, select::file-selector-button, .date-range .date-dropdown > .dropdown-toggle::file-selector-button, textarea::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, input:not([type=checkbox]):not([type=radio])::file-selector-button, select::file-selector-button, .date-range .date-dropdown > .dropdown-toggle::file-selector-button, textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, input:hover:not(:disabled):not([readonly]):not([type=checkbox]):not([type=radio])::file-selector-button, select:hover:not(:disabled):not([readonly])::file-selector-button, .date-range .date-dropdown > .dropdown-toggle:hover:not(:disabled):not([readonly])::file-selector-button, textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3D5666;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea {
  min-height: calc(0.75em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(0.75em + 1rem + 2px);
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #397D54;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 1 1 1 0 rgba(61, 86, 102, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
  border-radius: 0;
}

.form-check {
  display: inline-block;
  min-height: 1.125rem;
  padding-left: 1.8em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.8em;
}

.form-check-reverse {
  padding-right: 1.8em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.8em;
  margin-left: 0;
}

.form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: #fff;
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #3D5666;
  outline: 0;
  box-shadow: 0;
}
.form-check-input:checked {
  background-color: #fff;
  border-color: #3D5666;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233D5666' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233D5666'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3D5666;
  border-color: #3D5666;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-check-input.big {
  width: 30px;
  height: 30px;
}
.form-check-input.alerts-border {
  border: 3px #E8716B solid;
  animation: blink 1s;
  animation-iteration-count: 3;
}
@keyframes blink {
  50% {
    border-color: #fff;
  }
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .portlet .portlet-title .tools-tab .btn-check[disabled] + a, .btn-check[disabled] + .inact-ghost, .btn-check[disabled] + .inact, .btn-check[disabled] + .act-ghost, .btn-check[disabled] + .act, .btn-check[disabled] + .inact2-ghost, .btn-check[disabled] + .inact2, .btn-check[disabled] + .dmButton-ghost, .dm-modal .modal-dialog .btn-check[disabled] + a.dmButtonCancel, .btn-check[disabled] + .dmButton, .dm-modal .modal-dialog .btn-check[disabled] + a.dmButtonOk, .dm-modal .modal-dialog .btn-check[disabled] + a.dmButtonDelete, .btn-check:disabled + .btn, .portlet .portlet-title .tools-tab .btn-check:disabled + a, .btn-check:disabled + .inact-ghost, .btn-check:disabled + .inact, .btn-check:disabled + .act-ghost, .btn-check:disabled + .act, .btn-check:disabled + .inact2-ghost, .btn-check:disabled + .inact2, .btn-check:disabled + .dmButton-ghost, .dm-modal .modal-dialog .btn-check:disabled + a.dmButtonCancel, .btn-check:disabled + .dmButton, .dm-modal .modal-dialog .btn-check:disabled + a.dmButtonOk, .dm-modal .modal-dialog .btn-check:disabled + a.dmButtonDelete {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3D5666;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c5ccd1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3D5666;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c5ccd1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > input:not([type=checkbox]):not([type=radio]), .form-floating > select, .date-range .date-dropdown.form-floating > .dropdown-toggle, .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > input:not([type=checkbox]):not([type=radio]), .form-floating > select, .date-range .date-dropdown.form-floating > .dropdown-toggle, .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}
.form-floating > .form-control::placeholder, .form-floating > input:not([type=checkbox]):not([type=radio])::placeholder, .form-floating > select::placeholder, .date-range .date-dropdown.form-floating > .dropdown-toggle::placeholder, .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > input:focus:not([type=checkbox]):not([type=radio]), .form-floating > select:focus, .date-range .date-dropdown.form-floating > .dropdown-toggle:focus, .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > input:not(:placeholder-shown):not([type=checkbox]):not([type=radio]), .form-floating > select:not(:placeholder-shown), .date-range .date-dropdown.form-floating > .dropdown-toggle:not(:placeholder-shown), .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > input:-webkit-autofill:not([type=checkbox]):not([type=radio]), .form-floating > select:-webkit-autofill, .date-range .date-dropdown.form-floating > .dropdown-toggle:-webkit-autofill, .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > input:focus:not([type=checkbox]):not([type=radio]) ~ label, .form-floating > select:focus ~ label, .date-range .date-dropdown.form-floating > .dropdown-toggle:focus ~ label, .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > input:not(:placeholder-shown):not([type=checkbox]):not([type=radio]) ~ label,
.form-floating > select:not(:placeholder-shown) ~ label,
.date-range .date-dropdown.form-floating > .dropdown-toggle:not(:placeholder-shown) ~ label,
.form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > input:-webkit-autofill:not([type=checkbox]):not([type=radio]) ~ label, .form-floating > select:-webkit-autofill ~ label, .date-range .date-dropdown.form-floating > .dropdown-toggle:-webkit-autofill ~ label, .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input:not([type=checkbox]):not([type=radio]), .input-group > select, .date-range .date-dropdown.input-group > .dropdown-toggle, .input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > input:focus:not([type=checkbox]):not([type=radio]), .input-group > select:focus, .date-range .date-dropdown.input-group > .dropdown-toggle:focus, .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .portlet .portlet-title .tools-tab a, .portlet .portlet-title .tools-tab .input-group a, .input-group .inact-ghost, .input-group .inact, .input-group .act-ghost, .input-group .act, .input-group .inact2-ghost, .input-group .inact2, .input-group .dmButton-ghost, .input-group .dm-modal .modal-dialog a.dmButtonCancel, .dm-modal .modal-dialog .input-group a.dmButtonCancel, .input-group .dmButton, .input-group .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .input-group a.dmButtonOk, .input-group .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog .input-group a.dmButtonDelete {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .portlet .portlet-title .tools-tab a:focus, .portlet .portlet-title .tools-tab .input-group a:focus, .input-group .inact-ghost:focus, .input-group .inact:focus, .input-group .act-ghost:focus, .input-group .act:focus, .input-group .inact2-ghost:focus, .input-group .inact2:focus, .input-group .dmButton-ghost:focus, .input-group .dm-modal .modal-dialog a.dmButtonCancel:focus, .dm-modal .modal-dialog .input-group a.dmButtonCancel:focus, .input-group .dmButton:focus, .input-group .dm-modal .modal-dialog a.dmButtonOk:focus, .dm-modal .modal-dialog .input-group a.dmButtonOk:focus, .input-group .dm-modal .modal-dialog a.dmButtonDelete:focus, .dm-modal .modal-dialog .input-group a.dmButtonDelete:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #3D5666;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > input:not([type=checkbox]):not([type=radio]), .input-group-lg > select, .date-range .date-dropdown.input-group-lg > .dropdown-toggle, .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.portlet .portlet-title .tools-tab .input-group-lg > a,
.input-group-lg > .inact-ghost,
.input-group-lg > .inact,
.input-group-lg > .act-ghost,
.input-group-lg > .act,
.input-group-lg > .inact2-ghost,
.input-group-lg > .inact2,
.input-group-lg > .dmButton-ghost,
.dm-modal .modal-dialog .input-group-lg > a.dmButtonCancel,
.input-group-lg > .dmButton,
.dm-modal .modal-dialog .input-group-lg > a.dmButtonOk,
.dm-modal .modal-dialog .input-group-lg > a.dmButtonDelete {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0;
}

.input-group-sm > .form-control, .input-group-sm > input:not([type=checkbox]):not([type=radio]), .input-group-sm > select, .date-range .date-dropdown.input-group-sm > .dropdown-toggle, .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.portlet .portlet-title .tools-tab .input-group-sm > a,
.input-group-sm > .inact-ghost,
.input-group-sm > .inact,
.input-group-sm > .act-ghost,
.input-group-sm > .act,
.input-group-sm > .inact2-ghost,
.input-group-sm > .inact2,
.input-group-sm > .dmButton-ghost,
.dm-modal .modal-dialog .input-group-sm > a.dmButtonCancel,
.input-group-sm > .dmButton,
.dm-modal .modal-dialog .input-group-sm > a.dmButtonOk,
.dm-modal .modal-dialog .input-group-sm > a.dmButtonDelete {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input:not([type=checkbox]):not([type=radio]),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.date-range .input-group:not(.has-validation) > .date-dropdown.form-floating:not(:last-child) > .dropdown-toggle,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input:not([type=checkbox]):not([type=radio]),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.date-range .input-group.has-validation > .date-dropdown.form-floating:nth-last-child(n+3) > .dropdown-toggle,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > input:not([type=checkbox]):not([type=radio]), .input-group > .form-floating:not(:first-child) > select, .date-range .input-group > .date-dropdown.form-floating:not(:first-child) > .dropdown-toggle, .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(57, 125, 84, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .was-validated input:valid:not([type=checkbox]):not([type=radio]), .was-validated select:valid, .was-validated .date-range .date-dropdown > .dropdown-toggle:valid, .date-range .was-validated .date-dropdown > .dropdown-toggle:valid, .was-validated textarea:valid, .form-control.is-valid, input.is-valid:not([type=checkbox]):not([type=radio]), select.is-valid, .date-range .date-dropdown > .is-valid.dropdown-toggle, textarea.is-valid {
  border-color: #397D54;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23397D54' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .was-validated input:valid:focus:not([type=checkbox]):not([type=radio]), .was-validated select:valid:focus, .was-validated .date-range .date-dropdown > .dropdown-toggle:valid:focus, .date-range .was-validated .date-dropdown > .dropdown-toggle:valid:focus, .was-validated textarea:valid:focus, .form-control.is-valid:focus, input.is-valid:focus:not([type=checkbox]):not([type=radio]), select.is-valid:focus, .date-range .date-dropdown > .is-valid.dropdown-toggle:focus, textarea.is-valid:focus {
  border-color: #397D54;
  box-shadow: 0 0 0 0 rgba(57, 125, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #397D54;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23397D54' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #397D54;
  box-shadow: 0 0 0 0 rgba(57, 125, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #397D54;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #397D54;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(57, 125, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #397D54;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > input:not(:focus):valid:not([type=checkbox]):not([type=radio]), .was-validated .input-group > select:not(:focus):valid, .was-validated .date-range .date-dropdown.input-group > .dropdown-toggle:not(:focus):valid, .date-range .was-validated .date-dropdown.input-group > .dropdown-toggle:not(:focus):valid, .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > input:not(:focus).is-valid:not([type=checkbox]):not([type=radio]), .input-group > select:not(:focus).is-valid, .date-range .date-dropdown.input-group > .dropdown-toggle:not(:focus).is-valid, .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  color: #000;
  background-color: rgba(232, 113, 107, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .was-validated input:invalid:not([type=checkbox]):not([type=radio]), .was-validated select:invalid, .was-validated .date-range .date-dropdown > .dropdown-toggle:invalid, .date-range .was-validated .date-dropdown > .dropdown-toggle:invalid, .was-validated textarea:invalid, .form-control.is-invalid, input.is-invalid:not([type=checkbox]):not([type=radio]), select.is-invalid, .date-range .date-dropdown > .is-invalid.dropdown-toggle, textarea.is-invalid {
  border-color: #E8716B;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E8716B'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E8716B' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .was-validated input:invalid:focus:not([type=checkbox]):not([type=radio]), .was-validated select:invalid:focus, .was-validated .date-range .date-dropdown > .dropdown-toggle:invalid:focus, .date-range .was-validated .date-dropdown > .dropdown-toggle:invalid:focus, .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, input.is-invalid:focus:not([type=checkbox]):not([type=radio]), select.is-invalid:focus, .date-range .date-dropdown > .is-invalid.dropdown-toggle:focus, textarea.is-invalid:focus {
  border-color: #E8716B;
  box-shadow: 0 0 0 0 rgba(232, 113, 107, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #E8716B;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E8716B'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E8716B' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #E8716B;
  box-shadow: 0 0 0 0 rgba(232, 113, 107, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #E8716B;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #E8716B;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(232, 113, 107, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E8716B;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > input:not(:focus):invalid:not([type=checkbox]):not([type=radio]), .was-validated .input-group > select:not(:focus):invalid, .was-validated .date-range .date-dropdown.input-group > .dropdown-toggle:not(:focus):invalid, .date-range .was-validated .date-dropdown.input-group > .dropdown-toggle:not(:focus):invalid, .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > input:not(:focus).is-invalid:not([type=checkbox]):not([type=radio]), .input-group > select:not(:focus).is-invalid, .date-range .date-dropdown.input-group > .dropdown-toggle:not(:focus).is-invalid, .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .portlet .portlet-title .tools-tab a, .inact-ghost, .inact, .act-ghost, .act, .inact2-ghost, .inact2, .dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel, .dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: Verdana, sans-serif;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #3D5666;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .portlet .portlet-title .tools-tab a, .inact-ghost, .inact, .act-ghost, .act, .inact2-ghost, .inact2, .dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel, .dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
    transition: none;
  }
}
.btn:hover, .portlet .portlet-title .tools-tab a:hover, .inact-ghost:hover, .inact:hover, .act-ghost:hover, .act:hover, .inact2-ghost:hover, .inact2:hover, .dmButton-ghost:hover, .dm-modal .modal-dialog a.dmButtonCancel:hover, .dmButton:hover, .dm-modal .modal-dialog a.dmButtonOk:hover, .dm-modal .modal-dialog a.dmButtonDelete:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .portlet .portlet-title .tools-tab .btn-check + a:hover, .btn-check + .inact-ghost:hover, .btn-check + .inact:hover, .btn-check + .act-ghost:hover, .btn-check + .act:hover, .btn-check + .inact2-ghost:hover, .btn-check + .inact2:hover, .btn-check + .dmButton-ghost:hover, .dm-modal .modal-dialog .btn-check + a.dmButtonCancel:hover, .btn-check + .dmButton:hover, .dm-modal .modal-dialog .btn-check + a.dmButtonOk:hover, .dm-modal .modal-dialog .btn-check + a.dmButtonDelete:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .portlet .portlet-title .tools-tab a:focus-visible, .inact-ghost:focus-visible, .inact:focus-visible, .act-ghost:focus-visible, .act:focus-visible, .inact2-ghost:focus-visible, .inact2:focus-visible, .dmButton-ghost:focus-visible, .dm-modal .modal-dialog a.dmButtonCancel:focus-visible, .dmButton:focus-visible, .dm-modal .modal-dialog a.dmButtonOk:focus-visible, .dm-modal .modal-dialog a.dmButtonDelete:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .portlet .portlet-title .tools-tab .btn-check:focus-visible + a, .btn-check:focus-visible + .inact-ghost, .btn-check:focus-visible + .inact, .btn-check:focus-visible + .act-ghost, .btn-check:focus-visible + .act, .btn-check:focus-visible + .inact2-ghost, .btn-check:focus-visible + .inact2, .btn-check:focus-visible + .dmButton-ghost, .dm-modal .modal-dialog .btn-check:focus-visible + a.dmButtonCancel, .btn-check:focus-visible + .dmButton, .dm-modal .modal-dialog .btn-check:focus-visible + a.dmButtonOk, .dm-modal .modal-dialog .btn-check:focus-visible + a.dmButtonDelete {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .portlet .portlet-title .tools-tab .btn-check:checked + a, .btn-check:checked + .inact-ghost, .btn-check:checked + .inact, .btn-check:checked + .act-ghost, .btn-check:checked + .act, .btn-check:checked + .inact2-ghost, .btn-check:checked + .inact2, .btn-check:checked + .dmButton-ghost, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonCancel, .btn-check:checked + .dmButton, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonOk, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonDelete, :not(.btn-check) + .btn:active, .portlet .portlet-title .tools-tab :not(.btn-check) + a:active, :not(.btn-check) + .inact-ghost:active, :not(.btn-check) + .inact:active, :not(.btn-check) + .act-ghost:active, :not(.btn-check) + .act:active, :not(.btn-check) + .inact2-ghost:active, :not(.btn-check) + .inact2:active, :not(.btn-check) + .dmButton-ghost:active, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonCancel:active, :not(.btn-check) + .dmButton:active, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonOk:active, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonDelete:active, .btn:first-child:active, .portlet .portlet-title .tools-tab a:first-child:active, .inact-ghost:first-child:active, .inact:first-child:active, .act-ghost:first-child:active, .act:first-child:active, .inact2-ghost:first-child:active, .inact2:first-child:active, .dmButton-ghost:first-child:active, .dm-modal .modal-dialog a.dmButtonCancel:first-child:active, .dmButton:first-child:active, .dm-modal .modal-dialog a.dmButtonOk:first-child:active, .dm-modal .modal-dialog a.dmButtonDelete:first-child:active, .btn.active, .portlet .portlet-title .tools-tab a.active, .active.inact-ghost, .active.inact, .active.act-ghost, .active.act, .active.inact2-ghost, .active.inact2, .active.dmButton-ghost, .dm-modal .modal-dialog a.active.dmButtonCancel, .active.dmButton, .dm-modal .modal-dialog a.active.dmButtonOk, .dm-modal .modal-dialog a.active.dmButtonDelete, .btn.show, .portlet .portlet-title .tools-tab a.show, .show.inact-ghost, .show.inact, .show.act-ghost, .show.act, .show.inact2-ghost, .show.inact2, .show.dmButton-ghost, .dm-modal .modal-dialog a.show.dmButtonCancel, .show.dmButton, .dm-modal .modal-dialog a.show.dmButtonOk, .dm-modal .modal-dialog a.show.dmButtonDelete {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, .portlet .portlet-title .tools-tab .btn-check:checked + a:focus-visible, .btn-check:checked + .inact-ghost:focus-visible, .btn-check:checked + .inact:focus-visible, .btn-check:checked + .act-ghost:focus-visible, .btn-check:checked + .act:focus-visible, .btn-check:checked + .inact2-ghost:focus-visible, .btn-check:checked + .inact2:focus-visible, .btn-check:checked + .dmButton-ghost:focus-visible, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonCancel:focus-visible, .btn-check:checked + .dmButton:focus-visible, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonOk:focus-visible, .dm-modal .modal-dialog .btn-check:checked + a.dmButtonDelete:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .portlet .portlet-title .tools-tab :not(.btn-check) + a:active:focus-visible, :not(.btn-check) + .inact-ghost:active:focus-visible, :not(.btn-check) + .inact:active:focus-visible, :not(.btn-check) + .act-ghost:active:focus-visible, :not(.btn-check) + .act:active:focus-visible, :not(.btn-check) + .inact2-ghost:active:focus-visible, :not(.btn-check) + .inact2:active:focus-visible, :not(.btn-check) + .dmButton-ghost:active:focus-visible, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonCancel:active:focus-visible, :not(.btn-check) + .dmButton:active:focus-visible, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonOk:active:focus-visible, .dm-modal .modal-dialog :not(.btn-check) + a.dmButtonDelete:active:focus-visible, .btn:first-child:active:focus-visible, .portlet .portlet-title .tools-tab a:first-child:active:focus-visible, .inact-ghost:first-child:active:focus-visible, .inact:first-child:active:focus-visible, .act-ghost:first-child:active:focus-visible, .act:first-child:active:focus-visible, .inact2-ghost:first-child:active:focus-visible, .inact2:first-child:active:focus-visible, .dmButton-ghost:first-child:active:focus-visible, .dm-modal .modal-dialog a.dmButtonCancel:first-child:active:focus-visible, .dmButton:first-child:active:focus-visible, .dm-modal .modal-dialog a.dmButtonOk:first-child:active:focus-visible, .dm-modal .modal-dialog a.dmButtonDelete:first-child:active:focus-visible, .btn.active:focus-visible, .portlet .portlet-title .tools-tab a.active:focus-visible, .active.inact-ghost:focus-visible, .active.inact:focus-visible, .active.act-ghost:focus-visible, .active.act:focus-visible, .active.inact2-ghost:focus-visible, .active.inact2:focus-visible, .active.dmButton-ghost:focus-visible, .dm-modal .modal-dialog a.active.dmButtonCancel:focus-visible, .active.dmButton:focus-visible, .dm-modal .modal-dialog a.active.dmButtonOk:focus-visible, .dm-modal .modal-dialog a.active.dmButtonDelete:focus-visible, .btn.show:focus-visible, .portlet .portlet-title .tools-tab a.show:focus-visible, .show.inact-ghost:focus-visible, .show.inact:focus-visible, .show.act-ghost:focus-visible, .show.act:focus-visible, .show.inact2-ghost:focus-visible, .show.inact2:focus-visible, .show.dmButton-ghost:focus-visible, .dm-modal .modal-dialog a.show.dmButtonCancel:focus-visible, .show.dmButton:focus-visible, .dm-modal .modal-dialog a.show.dmButtonOk:focus-visible, .dm-modal .modal-dialog a.show.dmButtonDelete:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .portlet .portlet-title .tools-tab a:disabled, .inact-ghost:disabled, .inact:disabled, .act-ghost:disabled, .act:disabled, .inact2-ghost:disabled, .inact2:disabled, .dmButton-ghost:disabled, .dm-modal .modal-dialog a.dmButtonCancel:disabled, .dmButton:disabled, .dm-modal .modal-dialog a.dmButtonOk:disabled, .dm-modal .modal-dialog a.dmButtonDelete:disabled, .btn.disabled, .portlet .portlet-title .tools-tab a.disabled, .disabled.inact-ghost, .disabled.inact, .disabled.act-ghost, .disabled.act, .disabled.inact2-ghost, .disabled.inact2, .disabled.dmButton-ghost, .dm-modal .modal-dialog a.disabled.dmButtonCancel, .disabled.dmButton, .dm-modal .modal-dialog a.disabled.dmButtonOk, .dm-modal .modal-dialog a.disabled.dmButtonDelete, fieldset:disabled .btn, fieldset:disabled .portlet .portlet-title .tools-tab a, .portlet .portlet-title .tools-tab fieldset:disabled a, fieldset:disabled .inact-ghost, fieldset:disabled .inact, fieldset:disabled .act-ghost, fieldset:disabled .act, fieldset:disabled .inact2-ghost, fieldset:disabled .inact2, fieldset:disabled .dmButton-ghost, fieldset:disabled .dm-modal .modal-dialog a.dmButtonCancel, .dm-modal .modal-dialog fieldset:disabled a.dmButtonCancel, fieldset:disabled .dmButton, fieldset:disabled .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog fieldset:disabled a.dmButtonOk, fieldset:disabled .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog fieldset:disabled a.dmButtonDelete {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344957;
  --bs-btn-hover-border-color: #314552;
  --bs-btn-focus-shadow-rgb: 90, 111, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #314552;
  --bs-btn-active-border-color: #2e414d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3D5666;
  --bs-btn-disabled-border-color: #3D5666;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #306a47;
  --bs-btn-hover-border-color: #2e6443;
  --bs-btn-focus-shadow-rgb: 87, 145, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e6443;
  --bs-btn-active-border-color: #2b5e3f;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #397D54;
  --bs-btn-disabled-border-color: #397D54;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66bbcf;
  --bs-btn-hover-border-color: #5db7cc;
  --bs-btn-focus-shadow-rgb: 64, 149, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fbfd1;
  --bs-btn-active-border-color: #5db7cc;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4BAFC6;
  --bs-btn-disabled-border-color: #4BAFC6;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ef7111;
  --bs-btn-border-color: #ef7111;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f18635;
  --bs-btn-hover-border-color: #f17f29;
  --bs-btn-focus-shadow-rgb: 203, 96, 14;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f28d41;
  --bs-btn-active-border-color: #f17f29;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ef7111;
  --bs-btn-disabled-border-color: #ef7111;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #E8716B;
  --bs-btn-border-color: #E8716B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eb8681;
  --bs-btn-hover-border-color: #ea7f7a;
  --bs-btn-focus-shadow-rgb: 197, 96, 91;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed8d89;
  --bs-btn-active-border-color: #ea7f7a;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E8716B;
  --bs-btn-disabled-border-color: #E8716B;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f8f8;
  --bs-btn-border-color: #f8f8f8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: lightgray;
  --bs-btn-hover-border-color: #c6c6c6;
  --bs-btn-focus-shadow-rgb: 211, 211, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c6c6;
  --bs-btn-active-border-color: #bababa;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f8f8;
  --bs-btn-disabled-border-color: #f8f8f8;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52585d;
  --bs-btn-hover-border-color: #484e53;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d6166;
  --bs-btn-active-border-color: #484e53;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-theme {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344957;
  --bs-btn-hover-border-color: #314552;
  --bs-btn-focus-shadow-rgb: 90, 111, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #314552;
  --bs-btn-active-border-color: #2e414d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3D5666;
  --bs-btn-disabled-border-color: #3D5666;
}

.btn-theme-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #e4e6e8;
  --bs-btn-border-color: #e4e6e8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e8eaeb;
  --bs-btn-hover-border-color: #e7e9ea;
  --bs-btn-focus-shadow-rgb: 194, 196, 197;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9ebed;
  --bs-btn-active-border-color: #e7e9ea;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e4e6e8;
  --bs-btn-disabled-border-color: #e4e6e8;
}

.btn-theme-bg {
  --bs-btn-color: #000;
  --bs-btn-bg: #c9dac4;
  --bs-btn-border-color: #c9dac4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d1e0cd;
  --bs-btn-hover-border-color: #cedeca;
  --bs-btn-focus-shadow-rgb: 171, 185, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d4e1d0;
  --bs-btn-active-border-color: #cedeca;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c9dac4;
  --bs-btn-disabled-border-color: #c9dac4;
}

.btn-theme-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #b1bbc2;
  --bs-btn-border-color: #b1bbc2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bdc5cb;
  --bs-btn-hover-border-color: #b9c2c8;
  --bs-btn-focus-shadow-rgb: 150, 159, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c1c9ce;
  --bs-btn-active-border-color: #b9c2c8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b1bbc2;
  --bs-btn-disabled-border-color: #b1bbc2;
}

.btn-theme-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #d8dde0;
  --bs-btn-border-color: #d8dde0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e5;
  --bs-btn-hover-border-color: #dce0e3;
  --bs-btn-focus-shadow-rgb: 184, 188, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e0e4e6;
  --bs-btn-active-border-color: #dce0e3;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d8dde0;
  --bs-btn-disabled-border-color: #d8dde0;
}

.btn-error-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b91b1b;
  --bs-btn-border-color: #b91b1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9d1717;
  --bs-btn-hover-border-color: #941616;
  --bs-btn-focus-shadow-rgb: 196, 61, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #941616;
  --bs-btn-active-border-color: #8b1414;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b91b1b;
  --bs-btn-disabled-border-color: #b91b1b;
}

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #306a47;
  --bs-btn-hover-border-color: #2e6443;
  --bs-btn-focus-shadow-rgb: 87, 145, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e6443;
  --bs-btn-active-border-color: #2b5e3f;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #397D54;
  --bs-btn-disabled-border-color: #397D54;
}

.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #EAB050;
  --bs-btn-border-color: #EAB050;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #edbc6a;
  --bs-btn-hover-border-color: #ecb862;
  --bs-btn-focus-shadow-rgb: 199, 150, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eec073;
  --bs-btn-active-border-color: #ecb862;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EAB050;
  --bs-btn-disabled-border-color: #EAB050;
}

.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #79C6C4;
  --bs-btn-border-color: #79C6C4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8dcfcd;
  --bs-btn-hover-border-color: #86ccca;
  --bs-btn-focus-shadow-rgb: 103, 168, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #94d1d0;
  --bs-btn-active-border-color: #86ccca;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #79C6C4;
  --bs-btn-disabled-border-color: #79C6C4;
}

.btn-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66bbcf;
  --bs-btn-hover-border-color: #5db7cc;
  --bs-btn-focus-shadow-rgb: 64, 149, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fbfd1;
  --bs-btn-active-border-color: #5db7cc;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4BAFC6;
  --bs-btn-disabled-border-color: #4BAFC6;
}

.btn-purple {
  --bs-btn-color: #000;
  --bs-btn-bg: #AC86BF;
  --bs-btn-border-color: #AC86BF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b898c9;
  --bs-btn-hover-border-color: #b492c5;
  --bs-btn-focus-shadow-rgb: 146, 114, 162;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bd9ecc;
  --bs-btn-active-border-color: #b492c5;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #AC86BF;
  --bs-btn-disabled-border-color: #AC86BF;
}

.btn-red {
  --bs-btn-color: #000;
  --bs-btn-bg: #E8716B;
  --bs-btn-border-color: #E8716B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eb8681;
  --bs-btn-hover-border-color: #ea7f7a;
  --bs-btn-focus-shadow-rgb: 197, 96, 91;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed8d89;
  --bs-btn-active-border-color: #ea7f7a;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E8716B;
  --bs-btn-disabled-border-color: #E8716B;
}

.btn-green-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #6E9C75;
  --bs-btn-border-color: #6E9C75;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #84ab8a;
  --bs-btn-hover-border-color: #7da683;
  --bs-btn-focus-shadow-rgb: 94, 133, 99;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8bb091;
  --bs-btn-active-border-color: #7da683;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6E9C75;
  --bs-btn-disabled-border-color: #6E9C75;
}

.btn-orange-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #FCD2A7;
  --bs-btn-border-color: #FCD2A7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcd9b4;
  --bs-btn-hover-border-color: #fcd7b0;
  --bs-btn-focus-shadow-rgb: 214, 179, 142;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fddbb9;
  --bs-btn-active-border-color: #fcd7b0;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCD2A7;
  --bs-btn-disabled-border-color: #FCD2A7;
}

.btn-teal-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #ACDDD3;
  --bs-btn-border-color: #ACDDD3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b8e2da;
  --bs-btn-hover-border-color: #b4e0d7;
  --bs-btn-focus-shadow-rgb: 146, 188, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bde4dc;
  --bs-btn-active-border-color: #b4e0d7;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ACDDD3;
  --bs-btn-disabled-border-color: #ACDDD3;
}

.btn-blue-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #84BFD8;
  --bs-btn-border-color: #84BFD8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #96c9de;
  --bs-btn-hover-border-color: #90c5dc;
  --bs-btn-focus-shadow-rgb: 112, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9dcce0;
  --bs-btn-active-border-color: #90c5dc;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #84BFD8;
  --bs-btn-disabled-border-color: #84BFD8;
}

.btn-purple-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #DDC4E8;
  --bs-btn-border-color: #DDC4E8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e2cdeb;
  --bs-btn-hover-border-color: #e0caea;
  --bs-btn-focus-shadow-rgb: 188, 167, 197;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e4d0ed;
  --bs-btn-active-border-color: #e0caea;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #DDC4E8;
  --bs-btn-disabled-border-color: #DDC4E8;
}

.btn-red-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F4938C;
  --bs-btn-border-color: #F4938C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6a39d;
  --bs-btn-hover-border-color: #f59e98;
  --bs-btn-focus-shadow-rgb: 207, 125, 119;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6a9a3;
  --bs-btn-active-border-color: #f59e98;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F4938C;
  --bs-btn-disabled-border-color: #F4938C;
}

.btn-green-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #C4DBAF;
  --bs-btn-border-color: #C4DBAF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cde0bb;
  --bs-btn-hover-border-color: #cadfb7;
  --bs-btn-focus-shadow-rgb: 167, 186, 149;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d0e2bf;
  --bs-btn-active-border-color: #cadfb7;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #C4DBAF;
  --bs-btn-disabled-border-color: #C4DBAF;
}

.btn-orange-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #FCE9DB;
  --bs-btn-border-color: #FCE9DB;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcece0;
  --bs-btn-hover-border-color: #fcebdf;
  --bs-btn-focus-shadow-rgb: 214, 198, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdede2;
  --bs-btn-active-border-color: #fcebdf;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCE9DB;
  --bs-btn-disabled-border-color: #FCE9DB;
}

.btn-teal-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #D6EAE5;
  --bs-btn-border-color: #D6EAE5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dcede9;
  --bs-btn-hover-border-color: #daece8;
  --bs-btn-focus-shadow-rgb: 182, 199, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #deeeea;
  --bs-btn-active-border-color: #daece8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D6EAE5;
  --bs-btn-disabled-border-color: #D6EAE5;
}

.btn-blue-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #CCE6ED;
  --bs-btn-border-color: #CCE6ED;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4eaf0;
  --bs-btn-hover-border-color: #d1e9ef;
  --bs-btn-focus-shadow-rgb: 173, 196, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d6ebf1;
  --bs-btn-active-border-color: #d1e9ef;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #CCE6ED;
  --bs-btn-disabled-border-color: #CCE6ED;
}

.btn-purple-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #E9DFEF;
  --bs-btn-border-color: #E9DFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ece4f1;
  --bs-btn-hover-border-color: #ebe2f1;
  --bs-btn-focus-shadow-rgb: 198, 190, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ede5f2;
  --bs-btn-active-border-color: #ebe2f1;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E9DFEF;
  --bs-btn-disabled-border-color: #E9DFEF;
}

.btn-red-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #EFCACA;
  --bs-btn-border-color: #EFCACA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1d2d2;
  --bs-btn-hover-border-color: #f1cfcf;
  --bs-btn-focus-shadow-rgb: 203, 172, 172;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2d5d5;
  --bs-btn-active-border-color: #f1cfcf;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EFCACA;
  --bs-btn-disabled-border-color: #EFCACA;
}

.btn-green-lightest {
  --bs-btn-color: #000;
  --bs-btn-bg: #D6E8C1;
  --bs-btn-border-color: #D6E8C1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dcebca;
  --bs-btn-hover-border-color: #daeac7;
  --bs-btn-focus-shadow-rgb: 182, 197, 164;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #deedcd;
  --bs-btn-active-border-color: #daeac7;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D6E8C1;
  --bs-btn-disabled-border-color: #D6E8C1;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-black-contrast1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A384B;
  --bs-btn-border-color: #1A384B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #163040;
  --bs-btn-hover-border-color: #152d3c;
  --bs-btn-focus-shadow-rgb: 60, 86, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #152d3c;
  --bs-btn-active-border-color: #142a38;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A384B;
  --bs-btn-disabled-border-color: #1A384B;
}

.btn-black-contrast2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344957;
  --bs-btn-hover-border-color: #314552;
  --bs-btn-focus-shadow-rgb: 90, 111, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #314552;
  --bs-btn-active-border-color: #2e414d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3D5666;
  --bs-btn-disabled-border-color: #3D5666;
}

.btn-black-contrast3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #F7F8F8;
  --bs-btn-border-color: #F7F8F8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9f9;
  --bs-btn-hover-border-color: #f8f9f9;
  --bs-btn-focus-shadow-rgb: 210, 211, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f8f9f9;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F7F8F8;
  --bs-btn-disabled-border-color: #F7F8F8;
}

.btn-gray-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e3e6ea;
  --bs-btn-hover-border-color: #e1e5e9;
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5e8eb;
  --bs-btn-active-border-color: #e1e5e9;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}

.btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-gray-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3136;
  --bs-btn-hover-border-color: #2a2e33;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a2e33;
  --bs-btn-active-border-color: #272c30;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-page-intro {
  --bs-btn-color: #000;
  --bs-btn-bg: #D6E8C1;
  --bs-btn-border-color: #D6E8C1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dcebca;
  --bs-btn-hover-border-color: #daeac7;
  --bs-btn-focus-shadow-rgb: 182, 197, 164;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #deedcd;
  --bs-btn-active-border-color: #daeac7;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D6E8C1;
  --bs-btn-disabled-border-color: #D6E8C1;
}

.btn-green-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #83B585;
  --bs-btn-border-color: #83B585;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #96c097;
  --bs-btn-hover-border-color: #8fbc91;
  --bs-btn-focus-shadow-rgb: 111, 154, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9cc49d;
  --bs-btn-active-border-color: #8fbc91;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #83B585;
  --bs-btn-disabled-border-color: #83B585;
}

.btn-searchbarGreen {
  --bs-btn-color: #fff;
  --bs-btn-bg: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #306a47;
  --bs-btn-hover-border-color: #2e6443;
  --bs-btn-focus-shadow-rgb: 87, 145, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e6443;
  --bs-btn-active-border-color: #2b5e3f;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #397D54;
  --bs-btn-disabled-border-color: #397D54;
}

.btn-brown {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7e5016;
  --bs-btn-border-color: #7e5016;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b4413;
  --bs-btn-hover-border-color: #654012;
  --bs-btn-focus-shadow-rgb: 145, 106, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #654012;
  --bs-btn-active-border-color: #5f3c11;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7e5016;
  --bs-btn-disabled-border-color: #7e5016;
}

.btn-diagram-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #ef7111;
  --bs-btn-border-color: #ef7111;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f18635;
  --bs-btn-hover-border-color: #f17f29;
  --bs-btn-focus-shadow-rgb: 203, 96, 14;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f28d41;
  --bs-btn-active-border-color: #f17f29;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ef7111;
  --bs-btn-disabled-border-color: #ef7111;
}

.btn-diagram-yellow-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7aa42;
  --bs-btn-border-color: #f7aa42;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8b75e;
  --bs-btn-hover-border-color: #f8b355;
  --bs-btn-focus-shadow-rgb: 210, 145, 56;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9bb68;
  --bs-btn-active-border-color: #f8b355;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7aa42;
  --bs-btn-disabled-border-color: #f7aa42;
}

.btn-diagram-brown {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7e5016;
  --bs-btn-border-color: #7e5016;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b4413;
  --bs-btn-hover-border-color: #654012;
  --bs-btn-focus-shadow-rgb: 145, 106, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #654012;
  --bs-btn-active-border-color: #5f3c11;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7e5016;
  --bs-btn-disabled-border-color: #7e5016;
}

.btn-diagram-brown-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #b38f4b;
  --bs-btn-border-color: #b38f4b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bea066;
  --bs-btn-hover-border-color: #bb9a5d;
  --bs-btn-focus-shadow-rgb: 152, 122, 64;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c2a56f;
  --bs-btn-active-border-color: #bb9a5d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b38f4b;
  --bs-btn-disabled-border-color: #b38f4b;
}

.btn-diagram-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66bbcf;
  --bs-btn-hover-border-color: #5db7cc;
  --bs-btn-focus-shadow-rgb: 64, 149, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fbfd1;
  --bs-btn-active-border-color: #5db7cc;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4BAFC6;
  --bs-btn-disabled-border-color: #4BAFC6;
}

.btn-diagram-blue-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #84BFD8;
  --bs-btn-border-color: #84BFD8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #96c9de;
  --bs-btn-hover-border-color: #90c5dc;
  --bs-btn-focus-shadow-rgb: 112, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9dcce0;
  --bs-btn-active-border-color: #90c5dc;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #84BFD8;
  --bs-btn-disabled-border-color: #84BFD8;
}

.btn-diagram-pink {
  --bs-btn-color: #000;
  --bs-btn-bg: #AC86BF;
  --bs-btn-border-color: #AC86BF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b898c9;
  --bs-btn-hover-border-color: #b492c5;
  --bs-btn-focus-shadow-rgb: 146, 114, 162;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bd9ecc;
  --bs-btn-active-border-color: #b492c5;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #AC86BF;
  --bs-btn-disabled-border-color: #AC86BF;
}

.btn-diagram-pink-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #cc80b0;
  --bs-btn-border-color: #cc80b0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d493bc;
  --bs-btn-hover-border-color: #d18db8;
  --bs-btn-focus-shadow-rgb: 173, 109, 150;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d699c0;
  --bs-btn-active-border-color: #d18db8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #cc80b0;
  --bs-btn-disabled-border-color: #cc80b0;
}

.btn-diagram-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #42555f;
  --bs-btn-border-color: #42555f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #384851;
  --bs-btn-hover-border-color: #35444c;
  --bs-btn-focus-shadow-rgb: 94, 111, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #35444c;
  --bs-btn-active-border-color: #324047;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #42555f;
  --bs-btn-disabled-border-color: #42555f;
}

.btn-diagram-dark-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #82939c;
  --bs-btn-border-color: #82939c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #95a3ab;
  --bs-btn-hover-border-color: #8f9ea6;
  --bs-btn-focus-shadow-rgb: 111, 125, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9ba9b0;
  --bs-btn-active-border-color: #8f9ea6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #82939c;
  --bs-btn-disabled-border-color: #82939c;
}

.btn-gray-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-gray-150 {
  --bs-btn-color: #000;
  --bs-btn-bg: #f4f3f3;
  --bs-btn-border-color: #f4f3f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f5f5;
  --bs-btn-hover-border-color: #f5f4f4;
  --bs-btn-focus-shadow-rgb: 207, 207, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f5f5;
  --bs-btn-active-border-color: #f5f4f4;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f4f3f3;
  --bs-btn-disabled-border-color: #f4f3f3;
}

.btn-gray-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eceff1;
  --bs-btn-hover-border-color: #ebeef1;
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #edf0f2;
  --bs-btn-active-border-color: #ebeef1;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}

.btn-gray-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e3e6ea;
  --bs-btn-hover-border-color: #e1e5e9;
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5e8eb;
  --bs-btn-active-border-color: #e1e5e9;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}

.btn-gray-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}

.btn-gray-500 {
  --bs-btn-color: #000;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b9c0c7;
  --bs-btn-hover-border-color: #b5bcc4;
  --bs-btn-focus-shadow-rgb: 147, 154, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bdc4ca;
  --bs-btn-active-border-color: #b5bcc4;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd;
}

.btn-gray-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-gray-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3e444a;
  --bs-btn-hover-border-color: #3a4046;
  --bs-btn-focus-shadow-rgb: 100, 106, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3a4046;
  --bs-btn-active-border-color: #373c41;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #495057;
  --bs-btn-disabled-border-color: #495057;
}

.btn-gray-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3136;
  --bs-btn-hover-border-color: #2a2e33;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a2e33;
  --bs-btn-active-border-color: #272c30;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-gray-900 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1f23;
  --bs-btn-hover-border-color: #1a1e21;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a1e21;
  --bs-btn-active-border-color: #191c1f;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3D5666;
  --bs-btn-hover-border-color: #3D5666;
  --bs-btn-focus-shadow-rgb: 61, 86, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D5666;
  --bs-btn-active-border-color: #3D5666;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #3D5666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3D5666;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #397D54;
  --bs-btn-hover-border-color: #397D54;
  --bs-btn-focus-shadow-rgb: 57, 125, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #397D54;
  --bs-btn-active-border-color: #397D54;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #397D54;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #397D54;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4BAFC6;
  --bs-btn-hover-border-color: #4BAFC6;
  --bs-btn-focus-shadow-rgb: 75, 175, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4BAFC6;
  --bs-btn-active-border-color: #4BAFC6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #4BAFC6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4BAFC6;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ef7111;
  --bs-btn-border-color: #ef7111;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef7111;
  --bs-btn-hover-border-color: #ef7111;
  --bs-btn-focus-shadow-rgb: 239, 113, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ef7111;
  --bs-btn-active-border-color: #ef7111;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #ef7111;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef7111;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #E8716B;
  --bs-btn-border-color: #E8716B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8716B;
  --bs-btn-hover-border-color: #E8716B;
  --bs-btn-focus-shadow-rgb: 232, 113, 107;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8716B;
  --bs-btn-active-border-color: #E8716B;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #E8716B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E8716B;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f8f8;
  --bs-btn-border-color: #f8f8f8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f8f8;
  --bs-btn-hover-border-color: #f8f8f8;
  --bs-btn-focus-shadow-rgb: 248, 248, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f8f8;
  --bs-btn-active-border-color: #f8f8f8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #f8f8f8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f8f8;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-outline-theme {
  --bs-btn-color: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3D5666;
  --bs-btn-hover-border-color: #3D5666;
  --bs-btn-focus-shadow-rgb: 61, 86, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D5666;
  --bs-btn-active-border-color: #3D5666;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #3D5666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3D5666;
  --bs-gradient: none;
}

.btn-outline-theme-gray {
  --bs-btn-color: #e4e6e8;
  --bs-btn-border-color: #e4e6e8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e4e6e8;
  --bs-btn-hover-border-color: #e4e6e8;
  --bs-btn-focus-shadow-rgb: 228, 230, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e4e6e8;
  --bs-btn-active-border-color: #e4e6e8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #e4e6e8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e4e6e8;
  --bs-gradient: none;
}

.btn-outline-theme-bg {
  --bs-btn-color: #c9dac4;
  --bs-btn-border-color: #c9dac4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c9dac4;
  --bs-btn-hover-border-color: #c9dac4;
  --bs-btn-focus-shadow-rgb: 201, 218, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c9dac4;
  --bs-btn-active-border-color: #c9dac4;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #c9dac4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c9dac4;
  --bs-gradient: none;
}

.btn-outline-theme-light {
  --bs-btn-color: #b1bbc2;
  --bs-btn-border-color: #b1bbc2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b1bbc2;
  --bs-btn-hover-border-color: #b1bbc2;
  --bs-btn-focus-shadow-rgb: 177, 187, 194;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b1bbc2;
  --bs-btn-active-border-color: #b1bbc2;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #b1bbc2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b1bbc2;
  --bs-gradient: none;
}

.btn-outline-theme-lighter {
  --bs-btn-color: #d8dde0;
  --bs-btn-border-color: #d8dde0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8dde0;
  --bs-btn-hover-border-color: #d8dde0;
  --bs-btn-focus-shadow-rgb: 216, 221, 224;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde0;
  --bs-btn-active-border-color: #d8dde0;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #d8dde0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d8dde0;
  --bs-gradient: none;
}

.btn-outline-error-color {
  --bs-btn-color: #b91b1b;
  --bs-btn-border-color: #b91b1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b91b1b;
  --bs-btn-hover-border-color: #b91b1b;
  --bs-btn-focus-shadow-rgb: 185, 27, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b91b1b;
  --bs-btn-active-border-color: #b91b1b;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #b91b1b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b91b1b;
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #397D54;
  --bs-btn-hover-border-color: #397D54;
  --bs-btn-focus-shadow-rgb: 57, 125, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #397D54;
  --bs-btn-active-border-color: #397D54;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #397D54;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #397D54;
  --bs-gradient: none;
}

.btn-outline-orange {
  --bs-btn-color: #EAB050;
  --bs-btn-border-color: #EAB050;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EAB050;
  --bs-btn-hover-border-color: #EAB050;
  --bs-btn-focus-shadow-rgb: 234, 176, 80;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EAB050;
  --bs-btn-active-border-color: #EAB050;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #EAB050;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EAB050;
  --bs-gradient: none;
}

.btn-outline-teal {
  --bs-btn-color: #79C6C4;
  --bs-btn-border-color: #79C6C4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #79C6C4;
  --bs-btn-hover-border-color: #79C6C4;
  --bs-btn-focus-shadow-rgb: 121, 198, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #79C6C4;
  --bs-btn-active-border-color: #79C6C4;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #79C6C4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #79C6C4;
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4BAFC6;
  --bs-btn-hover-border-color: #4BAFC6;
  --bs-btn-focus-shadow-rgb: 75, 175, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4BAFC6;
  --bs-btn-active-border-color: #4BAFC6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #4BAFC6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4BAFC6;
  --bs-gradient: none;
}

.btn-outline-purple {
  --bs-btn-color: #AC86BF;
  --bs-btn-border-color: #AC86BF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #AC86BF;
  --bs-btn-hover-border-color: #AC86BF;
  --bs-btn-focus-shadow-rgb: 172, 134, 191;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #AC86BF;
  --bs-btn-active-border-color: #AC86BF;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #AC86BF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #AC86BF;
  --bs-gradient: none;
}

.btn-outline-red {
  --bs-btn-color: #E8716B;
  --bs-btn-border-color: #E8716B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8716B;
  --bs-btn-hover-border-color: #E8716B;
  --bs-btn-focus-shadow-rgb: 232, 113, 107;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8716B;
  --bs-btn-active-border-color: #E8716B;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #E8716B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E8716B;
  --bs-gradient: none;
}

.btn-outline-green-light {
  --bs-btn-color: #6E9C75;
  --bs-btn-border-color: #6E9C75;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6E9C75;
  --bs-btn-hover-border-color: #6E9C75;
  --bs-btn-focus-shadow-rgb: 110, 156, 117;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6E9C75;
  --bs-btn-active-border-color: #6E9C75;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #6E9C75;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6E9C75;
  --bs-gradient: none;
}

.btn-outline-orange-light {
  --bs-btn-color: #FCD2A7;
  --bs-btn-border-color: #FCD2A7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FCD2A7;
  --bs-btn-hover-border-color: #FCD2A7;
  --bs-btn-focus-shadow-rgb: 252, 210, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FCD2A7;
  --bs-btn-active-border-color: #FCD2A7;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #FCD2A7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FCD2A7;
  --bs-gradient: none;
}

.btn-outline-teal-light {
  --bs-btn-color: #ACDDD3;
  --bs-btn-border-color: #ACDDD3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ACDDD3;
  --bs-btn-hover-border-color: #ACDDD3;
  --bs-btn-focus-shadow-rgb: 172, 221, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ACDDD3;
  --bs-btn-active-border-color: #ACDDD3;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #ACDDD3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ACDDD3;
  --bs-gradient: none;
}

.btn-outline-blue-light {
  --bs-btn-color: #84BFD8;
  --bs-btn-border-color: #84BFD8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #84BFD8;
  --bs-btn-hover-border-color: #84BFD8;
  --bs-btn-focus-shadow-rgb: 132, 191, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #84BFD8;
  --bs-btn-active-border-color: #84BFD8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #84BFD8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #84BFD8;
  --bs-gradient: none;
}

.btn-outline-purple-light {
  --bs-btn-color: #DDC4E8;
  --bs-btn-border-color: #DDC4E8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #DDC4E8;
  --bs-btn-hover-border-color: #DDC4E8;
  --bs-btn-focus-shadow-rgb: 221, 196, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #DDC4E8;
  --bs-btn-active-border-color: #DDC4E8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #DDC4E8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #DDC4E8;
  --bs-gradient: none;
}

.btn-outline-red-light {
  --bs-btn-color: #F4938C;
  --bs-btn-border-color: #F4938C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F4938C;
  --bs-btn-hover-border-color: #F4938C;
  --bs-btn-focus-shadow-rgb: 244, 147, 140;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F4938C;
  --bs-btn-active-border-color: #F4938C;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #F4938C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F4938C;
  --bs-gradient: none;
}

.btn-outline-green-lighter {
  --bs-btn-color: #C4DBAF;
  --bs-btn-border-color: #C4DBAF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #C4DBAF;
  --bs-btn-hover-border-color: #C4DBAF;
  --bs-btn-focus-shadow-rgb: 196, 219, 175;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #C4DBAF;
  --bs-btn-active-border-color: #C4DBAF;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #C4DBAF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C4DBAF;
  --bs-gradient: none;
}

.btn-outline-orange-lighter {
  --bs-btn-color: #FCE9DB;
  --bs-btn-border-color: #FCE9DB;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FCE9DB;
  --bs-btn-hover-border-color: #FCE9DB;
  --bs-btn-focus-shadow-rgb: 252, 233, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FCE9DB;
  --bs-btn-active-border-color: #FCE9DB;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #FCE9DB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FCE9DB;
  --bs-gradient: none;
}

.btn-outline-teal-lighter {
  --bs-btn-color: #D6EAE5;
  --bs-btn-border-color: #D6EAE5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D6EAE5;
  --bs-btn-hover-border-color: #D6EAE5;
  --bs-btn-focus-shadow-rgb: 214, 234, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D6EAE5;
  --bs-btn-active-border-color: #D6EAE5;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #D6EAE5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D6EAE5;
  --bs-gradient: none;
}

.btn-outline-blue-lighter {
  --bs-btn-color: #CCE6ED;
  --bs-btn-border-color: #CCE6ED;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #CCE6ED;
  --bs-btn-hover-border-color: #CCE6ED;
  --bs-btn-focus-shadow-rgb: 204, 230, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #CCE6ED;
  --bs-btn-active-border-color: #CCE6ED;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #CCE6ED;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CCE6ED;
  --bs-gradient: none;
}

.btn-outline-purple-lighter {
  --bs-btn-color: #E9DFEF;
  --bs-btn-border-color: #E9DFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E9DFEF;
  --bs-btn-hover-border-color: #E9DFEF;
  --bs-btn-focus-shadow-rgb: 233, 223, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E9DFEF;
  --bs-btn-active-border-color: #E9DFEF;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #E9DFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E9DFEF;
  --bs-gradient: none;
}

.btn-outline-red-lighter {
  --bs-btn-color: #EFCACA;
  --bs-btn-border-color: #EFCACA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFCACA;
  --bs-btn-hover-border-color: #EFCACA;
  --bs-btn-focus-shadow-rgb: 239, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFCACA;
  --bs-btn-active-border-color: #EFCACA;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #EFCACA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFCACA;
  --bs-gradient: none;
}

.btn-outline-green-lightest {
  --bs-btn-color: #D6E8C1;
  --bs-btn-border-color: #D6E8C1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D6E8C1;
  --bs-btn-hover-border-color: #D6E8C1;
  --bs-btn-focus-shadow-rgb: 214, 232, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D6E8C1;
  --bs-btn-active-border-color: #D6E8C1;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #D6E8C1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D6E8C1;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-black-contrast1 {
  --bs-btn-color: #1A384B;
  --bs-btn-border-color: #1A384B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A384B;
  --bs-btn-hover-border-color: #1A384B;
  --bs-btn-focus-shadow-rgb: 26, 56, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A384B;
  --bs-btn-active-border-color: #1A384B;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #1A384B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A384B;
  --bs-gradient: none;
}

.btn-outline-black-contrast2 {
  --bs-btn-color: #3D5666;
  --bs-btn-border-color: #3D5666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3D5666;
  --bs-btn-hover-border-color: #3D5666;
  --bs-btn-focus-shadow-rgb: 61, 86, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D5666;
  --bs-btn-active-border-color: #3D5666;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #3D5666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3D5666;
  --bs-gradient: none;
}

.btn-outline-black-contrast3 {
  --bs-btn-color: #F7F8F8;
  --bs-btn-border-color: #F7F8F8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F7F8F8;
  --bs-btn-hover-border-color: #F7F8F8;
  --bs-btn-focus-shadow-rgb: 247, 248, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F7F8F8;
  --bs-btn-active-border-color: #F7F8F8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #F7F8F8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F7F8F8;
  --bs-gradient: none;
}

.btn-outline-gray-light {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-gray-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-outline-page-intro {
  --bs-btn-color: #D6E8C1;
  --bs-btn-border-color: #D6E8C1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D6E8C1;
  --bs-btn-hover-border-color: #D6E8C1;
  --bs-btn-focus-shadow-rgb: 214, 232, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D6E8C1;
  --bs-btn-active-border-color: #D6E8C1;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #D6E8C1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D6E8C1;
  --bs-gradient: none;
}

.btn-outline-green-dark {
  --bs-btn-color: #83B585;
  --bs-btn-border-color: #83B585;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #83B585;
  --bs-btn-hover-border-color: #83B585;
  --bs-btn-focus-shadow-rgb: 131, 181, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #83B585;
  --bs-btn-active-border-color: #83B585;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #83B585;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #83B585;
  --bs-gradient: none;
}

.btn-outline-searchbarGreen {
  --bs-btn-color: #397D54;
  --bs-btn-border-color: #397D54;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #397D54;
  --bs-btn-hover-border-color: #397D54;
  --bs-btn-focus-shadow-rgb: 57, 125, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #397D54;
  --bs-btn-active-border-color: #397D54;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #397D54;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #397D54;
  --bs-gradient: none;
}

.btn-outline-brown {
  --bs-btn-color: #7e5016;
  --bs-btn-border-color: #7e5016;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7e5016;
  --bs-btn-hover-border-color: #7e5016;
  --bs-btn-focus-shadow-rgb: 126, 80, 22;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e5016;
  --bs-btn-active-border-color: #7e5016;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #7e5016;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7e5016;
  --bs-gradient: none;
}

.btn-outline-diagram-yellow {
  --bs-btn-color: #ef7111;
  --bs-btn-border-color: #ef7111;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef7111;
  --bs-btn-hover-border-color: #ef7111;
  --bs-btn-focus-shadow-rgb: 239, 113, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ef7111;
  --bs-btn-active-border-color: #ef7111;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #ef7111;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef7111;
  --bs-gradient: none;
}

.btn-outline-diagram-yellow-light {
  --bs-btn-color: #f7aa42;
  --bs-btn-border-color: #f7aa42;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7aa42;
  --bs-btn-hover-border-color: #f7aa42;
  --bs-btn-focus-shadow-rgb: 247, 170, 66;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7aa42;
  --bs-btn-active-border-color: #f7aa42;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #f7aa42;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7aa42;
  --bs-gradient: none;
}

.btn-outline-diagram-brown {
  --bs-btn-color: #7e5016;
  --bs-btn-border-color: #7e5016;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7e5016;
  --bs-btn-hover-border-color: #7e5016;
  --bs-btn-focus-shadow-rgb: 126, 80, 22;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e5016;
  --bs-btn-active-border-color: #7e5016;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #7e5016;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7e5016;
  --bs-gradient: none;
}

.btn-outline-diagram-brown-light {
  --bs-btn-color: #b38f4b;
  --bs-btn-border-color: #b38f4b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b38f4b;
  --bs-btn-hover-border-color: #b38f4b;
  --bs-btn-focus-shadow-rgb: 179, 143, 75;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b38f4b;
  --bs-btn-active-border-color: #b38f4b;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #b38f4b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b38f4b;
  --bs-gradient: none;
}

.btn-outline-diagram-blue {
  --bs-btn-color: #4BAFC6;
  --bs-btn-border-color: #4BAFC6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4BAFC6;
  --bs-btn-hover-border-color: #4BAFC6;
  --bs-btn-focus-shadow-rgb: 75, 175, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4BAFC6;
  --bs-btn-active-border-color: #4BAFC6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #4BAFC6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4BAFC6;
  --bs-gradient: none;
}

.btn-outline-diagram-blue-light {
  --bs-btn-color: #84BFD8;
  --bs-btn-border-color: #84BFD8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #84BFD8;
  --bs-btn-hover-border-color: #84BFD8;
  --bs-btn-focus-shadow-rgb: 132, 191, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #84BFD8;
  --bs-btn-active-border-color: #84BFD8;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #84BFD8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #84BFD8;
  --bs-gradient: none;
}

.btn-outline-diagram-pink {
  --bs-btn-color: #AC86BF;
  --bs-btn-border-color: #AC86BF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #AC86BF;
  --bs-btn-hover-border-color: #AC86BF;
  --bs-btn-focus-shadow-rgb: 172, 134, 191;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #AC86BF;
  --bs-btn-active-border-color: #AC86BF;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #AC86BF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #AC86BF;
  --bs-gradient: none;
}

.btn-outline-diagram-pink-light {
  --bs-btn-color: #cc80b0;
  --bs-btn-border-color: #cc80b0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cc80b0;
  --bs-btn-hover-border-color: #cc80b0;
  --bs-btn-focus-shadow-rgb: 204, 128, 176;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cc80b0;
  --bs-btn-active-border-color: #cc80b0;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #cc80b0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #cc80b0;
  --bs-gradient: none;
}

.btn-outline-diagram-dark {
  --bs-btn-color: #42555f;
  --bs-btn-border-color: #42555f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #42555f;
  --bs-btn-hover-border-color: #42555f;
  --bs-btn-focus-shadow-rgb: 66, 85, 95;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #42555f;
  --bs-btn-active-border-color: #42555f;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #42555f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #42555f;
  --bs-gradient: none;
}

.btn-outline-diagram-dark-light {
  --bs-btn-color: #82939c;
  --bs-btn-border-color: #82939c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #82939c;
  --bs-btn-hover-border-color: #82939c;
  --bs-btn-focus-shadow-rgb: 130, 147, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #82939c;
  --bs-btn-active-border-color: #82939c;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #82939c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #82939c;
  --bs-gradient: none;
}

.btn-outline-gray-100 {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-gray-150 {
  --bs-btn-color: #f4f3f3;
  --bs-btn-border-color: #f4f3f3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f3f3;
  --bs-btn-hover-border-color: #f4f3f3;
  --bs-btn-focus-shadow-rgb: 244, 243, 243;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4f3f3;
  --bs-btn-active-border-color: #f4f3f3;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #f4f3f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f4f3f3;
  --bs-gradient: none;
}

.btn-outline-gray-200 {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}

.btn-outline-gray-300 {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
}

.btn-outline-gray-400 {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}

.btn-outline-gray-500 {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none;
}

.btn-outline-gray-600 {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-gray-700 {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none;
}

.btn-outline-gray-800 {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-outline-gray-900 {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link, .btn-icon {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 90, 111, 125;
  text-decoration: underline;
}
.btn-link:focus-visible, .btn-icon:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover, .btn-icon:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .portlet .portlet-title .tools-tab .btn-group-lg > a, .btn-group-lg > .inact-ghost, .btn-group-lg > .inact, .btn-group-lg > .act-ghost, .btn-group-lg > .act, .btn-group-lg > .inact2-ghost, .btn-group-lg > .inact2, .btn-group-lg > .dmButton-ghost, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonCancel, .btn-group-lg > .dmButton, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonOk, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonDelete {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .portlet .portlet-title .tools-tab .btn-group-sm > a, .btn-group-sm > .inact-ghost, .btn-group-sm > .inact, .btn-group-sm > .act-ghost, .btn-group-sm > .act, .btn-group-sm > .inact2-ghost, .btn-group-sm > .inact2, .btn-group-sm > .dmButton-ghost, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonCancel, .btn-group-sm > .dmButton, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonOk, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonDelete {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.65625rem;
  --bs-btn-border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  left: 10px;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  height: 1.5rem;
  background-image: linear-gradient(45deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 55%, transparent 100%);
  background-position: calc(100% - 20px) 8px, calc(100% - 10px) 8px;
  background-size: 10px 12px, 10px 12px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.dropdown-toggle::after:hover {
  background-image: linear-gradient(45deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.75rem;
  --bs-dropdown-color: #3D5666;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: 0.1;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: -0.9px;
  --bs-dropdown-divider-bg: #e9ecef;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #f8f9fa;
  --bs-dropdown-link-active-color: #000;
  --bs-dropdown-link-active-bg: #dee2e6;
  --bs-dropdown-link-disabled-color: #6c757d;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  left: 10px;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  height: 1.5rem;
  background-image: linear-gradient(135deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 55%, transparent 100%), linear-gradient(45deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 55%, transparent 100%);
  background-position: calc(100% - 20px) 8px, calc(100% - 10px) 8px;
  background-size: 10px 12px, 10px 12px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.dropup .dropdown-toggle::after:hover {
  background-image: linear-gradient(45deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.65625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #e9ecef;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #000;
  --bs-dropdown-link-active-bg: #dee2e6;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .portlet .portlet-title .tools-tab .btn-group > a, .btn-group > .inact-ghost, .btn-group > .inact, .btn-group > .act-ghost, .btn-group > .act, .btn-group > .inact2-ghost, .btn-group > .inact2, .btn-group > .dmButton-ghost, .dm-modal .modal-dialog .btn-group > a.dmButtonCancel, .btn-group > .dmButton, .dm-modal .modal-dialog .btn-group > a.dmButtonOk, .dm-modal .modal-dialog .btn-group > a.dmButtonDelete,
.btn-group-vertical > .btn,
.portlet .portlet-title .tools-tab .btn-group-vertical > a,
.btn-group-vertical > .inact-ghost,
.btn-group-vertical > .inact,
.btn-group-vertical > .act-ghost,
.btn-group-vertical > .act,
.btn-group-vertical > .inact2-ghost,
.btn-group-vertical > .inact2,
.btn-group-vertical > .dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel,
.btn-group-vertical > .dmButton,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .portlet .portlet-title .tools-tab .btn-group > .btn-check:checked + a, .btn-group > .btn-check:checked + .inact-ghost, .btn-group > .btn-check:checked + .inact, .btn-group > .btn-check:checked + .act-ghost, .btn-group > .btn-check:checked + .act, .btn-group > .btn-check:checked + .inact2-ghost, .btn-group > .btn-check:checked + .inact2, .btn-group > .btn-check:checked + .dmButton-ghost, .dm-modal .modal-dialog .btn-group > .btn-check:checked + a.dmButtonCancel, .btn-group > .btn-check:checked + .dmButton, .dm-modal .modal-dialog .btn-group > .btn-check:checked + a.dmButtonOk, .dm-modal .modal-dialog .btn-group > .btn-check:checked + a.dmButtonDelete,
.btn-group > .btn-check:focus + .btn,
.portlet .portlet-title .tools-tab .btn-group > .btn-check:focus + a,
.btn-group > .btn-check:focus + .inact-ghost,
.btn-group > .btn-check:focus + .inact,
.btn-group > .btn-check:focus + .act-ghost,
.btn-group > .btn-check:focus + .act,
.btn-group > .btn-check:focus + .inact2-ghost,
.btn-group > .btn-check:focus + .inact2,
.btn-group > .btn-check:focus + .dmButton-ghost,
.dm-modal .modal-dialog .btn-group > .btn-check:focus + a.dmButtonCancel,
.btn-group > .btn-check:focus + .dmButton,
.dm-modal .modal-dialog .btn-group > .btn-check:focus + a.dmButtonOk,
.dm-modal .modal-dialog .btn-group > .btn-check:focus + a.dmButtonDelete,
.btn-group > .btn:hover,
.portlet .portlet-title .tools-tab .btn-group > a:hover,
.btn-group > .inact-ghost:hover,
.btn-group > .inact:hover,
.btn-group > .act-ghost:hover,
.btn-group > .act:hover,
.btn-group > .inact2-ghost:hover,
.btn-group > .inact2:hover,
.btn-group > .dmButton-ghost:hover,
.dm-modal .modal-dialog .btn-group > a.dmButtonCancel:hover,
.btn-group > .dmButton:hover,
.dm-modal .modal-dialog .btn-group > a.dmButtonOk:hover,
.dm-modal .modal-dialog .btn-group > a.dmButtonDelete:hover,
.btn-group > .btn:focus,
.portlet .portlet-title .tools-tab .btn-group > a:focus,
.btn-group > .inact-ghost:focus,
.btn-group > .inact:focus,
.btn-group > .act-ghost:focus,
.btn-group > .act:focus,
.btn-group > .inact2-ghost:focus,
.btn-group > .inact2:focus,
.btn-group > .dmButton-ghost:focus,
.dm-modal .modal-dialog .btn-group > a.dmButtonCancel:focus,
.btn-group > .dmButton:focus,
.dm-modal .modal-dialog .btn-group > a.dmButtonOk:focus,
.dm-modal .modal-dialog .btn-group > a.dmButtonDelete:focus,
.btn-group > .btn:active,
.portlet .portlet-title .tools-tab .btn-group > a:active,
.btn-group > .inact-ghost:active,
.btn-group > .inact:active,
.btn-group > .act-ghost:active,
.btn-group > .act:active,
.btn-group > .inact2-ghost:active,
.btn-group > .inact2:active,
.btn-group > .dmButton-ghost:active,
.dm-modal .modal-dialog .btn-group > a.dmButtonCancel:active,
.btn-group > .dmButton:active,
.dm-modal .modal-dialog .btn-group > a.dmButtonOk:active,
.dm-modal .modal-dialog .btn-group > a.dmButtonDelete:active,
.btn-group > .btn.active,
.portlet .portlet-title .tools-tab .btn-group > a.active,
.btn-group > .active.inact-ghost,
.btn-group > .active.inact,
.btn-group > .active.act-ghost,
.btn-group > .active.act,
.btn-group > .active.inact2-ghost,
.btn-group > .active.inact2,
.btn-group > .active.dmButton-ghost,
.dm-modal .modal-dialog .btn-group > a.active.dmButtonCancel,
.btn-group > .active.dmButton,
.dm-modal .modal-dialog .btn-group > a.active.dmButtonOk,
.dm-modal .modal-dialog .btn-group > a.active.dmButtonDelete,
.btn-group-vertical > .btn-check:checked + .btn,
.portlet .portlet-title .tools-tab .btn-group-vertical > .btn-check:checked + a,
.btn-group-vertical > .btn-check:checked + .inact-ghost,
.btn-group-vertical > .btn-check:checked + .inact,
.btn-group-vertical > .btn-check:checked + .act-ghost,
.btn-group-vertical > .btn-check:checked + .act,
.btn-group-vertical > .btn-check:checked + .inact2-ghost,
.btn-group-vertical > .btn-check:checked + .inact2,
.btn-group-vertical > .btn-check:checked + .dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:checked + a.dmButtonCancel,
.btn-group-vertical > .btn-check:checked + .dmButton,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:checked + a.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:checked + a.dmButtonDelete,
.btn-group-vertical > .btn-check:focus + .btn,
.portlet .portlet-title .tools-tab .btn-group-vertical > .btn-check:focus + a,
.btn-group-vertical > .btn-check:focus + .inact-ghost,
.btn-group-vertical > .btn-check:focus + .inact,
.btn-group-vertical > .btn-check:focus + .act-ghost,
.btn-group-vertical > .btn-check:focus + .act,
.btn-group-vertical > .btn-check:focus + .inact2-ghost,
.btn-group-vertical > .btn-check:focus + .inact2,
.btn-group-vertical > .btn-check:focus + .dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:focus + a.dmButtonCancel,
.btn-group-vertical > .btn-check:focus + .dmButton,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:focus + a.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > .btn-check:focus + a.dmButtonDelete,
.btn-group-vertical > .btn:hover,
.portlet .portlet-title .tools-tab .btn-group-vertical > a:hover,
.btn-group-vertical > .inact-ghost:hover,
.btn-group-vertical > .inact:hover,
.btn-group-vertical > .act-ghost:hover,
.btn-group-vertical > .act:hover,
.btn-group-vertical > .inact2-ghost:hover,
.btn-group-vertical > .inact2:hover,
.btn-group-vertical > .dmButton-ghost:hover,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel:hover,
.btn-group-vertical > .dmButton:hover,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk:hover,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete:hover,
.btn-group-vertical > .btn:focus,
.portlet .portlet-title .tools-tab .btn-group-vertical > a:focus,
.btn-group-vertical > .inact-ghost:focus,
.btn-group-vertical > .inact:focus,
.btn-group-vertical > .act-ghost:focus,
.btn-group-vertical > .act:focus,
.btn-group-vertical > .inact2-ghost:focus,
.btn-group-vertical > .inact2:focus,
.btn-group-vertical > .dmButton-ghost:focus,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel:focus,
.btn-group-vertical > .dmButton:focus,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk:focus,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete:focus,
.btn-group-vertical > .btn:active,
.portlet .portlet-title .tools-tab .btn-group-vertical > a:active,
.btn-group-vertical > .inact-ghost:active,
.btn-group-vertical > .inact:active,
.btn-group-vertical > .act-ghost:active,
.btn-group-vertical > .act:active,
.btn-group-vertical > .inact2-ghost:active,
.btn-group-vertical > .inact2:active,
.btn-group-vertical > .dmButton-ghost:active,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel:active,
.btn-group-vertical > .dmButton:active,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk:active,
.dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete:active,
.btn-group-vertical > .btn.active,
.portlet .portlet-title .tools-tab .btn-group-vertical > a.active,
.btn-group-vertical > .active.inact-ghost,
.btn-group-vertical > .active.inact,
.btn-group-vertical > .active.act-ghost,
.btn-group-vertical > .active.act,
.btn-group-vertical > .active.inact2-ghost,
.btn-group-vertical > .active.inact2,
.btn-group-vertical > .active.dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > a.active.dmButtonCancel,
.btn-group-vertical > .active.dmButton,
.dm-modal .modal-dialog .btn-group-vertical > a.active.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > a.active.dmButtonDelete {
  z-index: 1;
}

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

.btn-group {
  border-radius: 0.25rem;
}
.btn-group > :not(.btn-check:first-child) + .btn, .portlet .portlet-title .tools-tab .btn-group > :not(.btn-check:first-child) + a, .btn-group > :not(.btn-check:first-child) + .inact-ghost, .btn-group > :not(.btn-check:first-child) + .inact, .btn-group > :not(.btn-check:first-child) + .act-ghost, .btn-group > :not(.btn-check:first-child) + .act, .btn-group > :not(.btn-check:first-child) + .inact2-ghost, .btn-group > :not(.btn-check:first-child) + .inact2, .btn-group > :not(.btn-check:first-child) + .dmButton-ghost, .dm-modal .modal-dialog .btn-group > :not(.btn-check:first-child) + a.dmButtonCancel, .btn-group > :not(.btn-check:first-child) + .dmButton, .dm-modal .modal-dialog .btn-group > :not(.btn-check:first-child) + a.dmButtonOk, .dm-modal .modal-dialog .btn-group > :not(.btn-check:first-child) + a.dmButtonDelete,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .portlet .portlet-title .tools-tab .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .inact-ghost:not(:last-child):not(.dropdown-toggle), .btn-group > .inact:not(:last-child):not(.dropdown-toggle), .btn-group > .act-ghost:not(:last-child):not(.dropdown-toggle), .btn-group > .act:not(:last-child):not(.dropdown-toggle), .btn-group > .inact2-ghost:not(:last-child):not(.dropdown-toggle), .btn-group > .inact2:not(:last-child):not(.dropdown-toggle), .btn-group > .dmButton-ghost:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group > a.dmButtonCancel:not(:last-child):not(.dropdown-toggle), .btn-group > .dmButton:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group > a.dmButtonOk:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group > a.dmButtonDelete:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.portlet .portlet-title .tools-tab .btn-group > a.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.inact-ghost:first-child,
.btn-group > .dropdown-toggle-split.inact:first-child,
.btn-group > .dropdown-toggle-split.act-ghost:first-child,
.btn-group > .dropdown-toggle-split.act:first-child,
.btn-group > .dropdown-toggle-split.inact2-ghost:first-child,
.btn-group > .dropdown-toggle-split.inact2:first-child,
.btn-group > .dropdown-toggle-split.dmButton-ghost:first-child,
.dm-modal .modal-dialog .btn-group > a.dropdown-toggle-split.dmButtonCancel:first-child,
.btn-group > .dropdown-toggle-split.dmButton:first-child,
.dm-modal .modal-dialog .btn-group > a.dropdown-toggle-split.dmButtonOk:first-child,
.dm-modal .modal-dialog .btn-group > a.dropdown-toggle-split.dmButtonDelete:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.portlet .portlet-title .tools-tab .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .inact-ghost,
.btn-group > .btn-group:not(:last-child) > .inact,
.btn-group > .btn-group:not(:last-child) > .act-ghost,
.btn-group > .btn-group:not(:last-child) > .act,
.btn-group > .btn-group:not(:last-child) > .inact2-ghost,
.btn-group > .btn-group:not(:last-child) > .inact2,
.btn-group > .btn-group:not(:last-child) > .dmButton-ghost,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:last-child) > a.dmButtonCancel,
.btn-group > .btn-group:not(:last-child) > .dmButton,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:last-child) > a.dmButtonOk,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:last-child) > a.dmButtonDelete {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .portlet .portlet-title .tools-tab .btn-group > a:nth-child(n+3), .btn-group > .inact-ghost:nth-child(n+3), .btn-group > .inact:nth-child(n+3), .btn-group > .act-ghost:nth-child(n+3), .btn-group > .act:nth-child(n+3), .btn-group > .inact2-ghost:nth-child(n+3), .btn-group > .inact2:nth-child(n+3), .btn-group > .dmButton-ghost:nth-child(n+3), .dm-modal .modal-dialog .btn-group > a.dmButtonCancel:nth-child(n+3), .btn-group > .dmButton:nth-child(n+3), .dm-modal .modal-dialog .btn-group > a.dmButtonOk:nth-child(n+3), .dm-modal .modal-dialog .btn-group > a.dmButtonDelete:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.portlet .portlet-title .tools-tab .btn-group > :not(.btn-check) + a,
.btn-group > :not(.btn-check) + .inact-ghost,
.btn-group > :not(.btn-check) + .inact,
.btn-group > :not(.btn-check) + .act-ghost,
.btn-group > :not(.btn-check) + .act,
.btn-group > :not(.btn-check) + .inact2-ghost,
.btn-group > :not(.btn-check) + .inact2,
.btn-group > :not(.btn-check) + .dmButton-ghost,
.dm-modal .modal-dialog .btn-group > :not(.btn-check) + a.dmButtonCancel,
.btn-group > :not(.btn-check) + .dmButton,
.dm-modal .modal-dialog .btn-group > :not(.btn-check) + a.dmButtonOk,
.dm-modal .modal-dialog .btn-group > :not(.btn-check) + a.dmButtonDelete,
.btn-group > .btn-group:not(:first-child) > .btn,
.portlet .portlet-title .tools-tab .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .inact-ghost,
.btn-group > .btn-group:not(:first-child) > .inact,
.btn-group > .btn-group:not(:first-child) > .act-ghost,
.btn-group > .btn-group:not(:first-child) > .act,
.btn-group > .btn-group:not(:first-child) > .inact2-ghost,
.btn-group > .btn-group:not(:first-child) > .inact2,
.btn-group > .btn-group:not(:first-child) > .dmButton-ghost,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:first-child) > a.dmButtonCancel,
.btn-group > .btn-group:not(:first-child) > .dmButton,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:first-child) > a.dmButtonOk,
.dm-modal .modal-dialog .btn-group > .btn-group:not(:first-child) > a.dmButtonDelete {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .portlet .portlet-title .tools-tab .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .inact-ghost + .dropdown-toggle-split, .btn-group-sm > .inact + .dropdown-toggle-split, .btn-group-sm > .act-ghost + .dropdown-toggle-split, .btn-group-sm > .act + .dropdown-toggle-split, .btn-group-sm > .inact2-ghost + .dropdown-toggle-split, .btn-group-sm > .inact2 + .dropdown-toggle-split, .btn-group-sm > .dmButton-ghost + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonCancel + .dropdown-toggle-split, .btn-group-sm > .dmButton + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonOk + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonDelete + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .portlet .portlet-title .tools-tab .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .inact-ghost + .dropdown-toggle-split, .btn-group-lg > .inact + .dropdown-toggle-split, .btn-group-lg > .act-ghost + .dropdown-toggle-split, .btn-group-lg > .act + .dropdown-toggle-split, .btn-group-lg > .inact2-ghost + .dropdown-toggle-split, .btn-group-lg > .inact2 + .dropdown-toggle-split, .btn-group-lg > .dmButton-ghost + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonCancel + .dropdown-toggle-split, .btn-group-lg > .dmButton + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonOk + .dropdown-toggle-split, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonDelete + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.btn-group.show .dropdown-toggle.btn-link, .btn-group.show .dropdown-toggle.btn-icon {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > a, .btn-group-vertical > .inact-ghost, .btn-group-vertical > .inact, .btn-group-vertical > .act-ghost, .btn-group-vertical > .act, .btn-group-vertical > .inact2-ghost, .btn-group-vertical > .inact2, .btn-group-vertical > .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel, .btn-group-vertical > .dmButton, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .portlet .portlet-title .tools-tab .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .inact-ghost:not(:first-child), .btn-group-vertical > .inact:not(:first-child), .btn-group-vertical > .act-ghost:not(:first-child), .btn-group-vertical > .act:not(:first-child), .btn-group-vertical > .inact2-ghost:not(:first-child), .btn-group-vertical > .inact2:not(:first-child), .btn-group-vertical > .dmButton-ghost:not(:first-child), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel:not(:first-child), .btn-group-vertical > .dmButton:not(:first-child), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk:not(:first-child), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .portlet .portlet-title .tools-tab .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .inact-ghost:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .inact:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .act-ghost:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .act:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .inact2-ghost:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .inact2:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .dmButton-ghost:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .dmButton:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk:not(:last-child):not(.dropdown-toggle), .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.portlet .portlet-title .tools-tab .btn-group-vertical > .btn-group:not(:last-child) > a,
.btn-group-vertical > .btn-group:not(:last-child) > .inact-ghost,
.btn-group-vertical > .btn-group:not(:last-child) > .inact,
.btn-group-vertical > .btn-group:not(:last-child) > .act-ghost,
.btn-group-vertical > .btn-group:not(:last-child) > .act,
.btn-group-vertical > .btn-group:not(:last-child) > .inact2-ghost,
.btn-group-vertical > .btn-group:not(:last-child) > .inact2,
.btn-group-vertical > .btn-group:not(:last-child) > .dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:last-child) > a.dmButtonCancel,
.btn-group-vertical > .btn-group:not(:last-child) > .dmButton,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:last-child) > a.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:last-child) > a.dmButtonDelete {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .btn ~ a, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ a, .btn-group-vertical > .inact-ghost ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .inact-ghost ~ a, .btn-group-vertical > .btn ~ .inact-ghost, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .inact-ghost, .btn-group-vertical > .inact-ghost ~ .inact-ghost, .btn-group-vertical > .inact ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .inact ~ a, .btn-group-vertical > .inact ~ .inact-ghost, .btn-group-vertical > .btn ~ .inact, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .inact, .btn-group-vertical > .inact-ghost ~ .inact, .btn-group-vertical > .inact ~ .inact, .btn-group-vertical > .act-ghost ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .act-ghost ~ a, .btn-group-vertical > .act-ghost ~ .inact-ghost, .btn-group-vertical > .act-ghost ~ .inact, .btn-group-vertical > .btn ~ .act-ghost, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .act-ghost, .btn-group-vertical > .inact-ghost ~ .act-ghost, .btn-group-vertical > .inact ~ .act-ghost, .btn-group-vertical > .act-ghost ~ .act-ghost, .btn-group-vertical > .act ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .act ~ a, .btn-group-vertical > .act ~ .inact-ghost, .btn-group-vertical > .act ~ .inact, .btn-group-vertical > .act ~ .act-ghost, .btn-group-vertical > .btn ~ .act, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .act, .btn-group-vertical > .inact-ghost ~ .act, .btn-group-vertical > .inact ~ .act, .btn-group-vertical > .act-ghost ~ .act, .btn-group-vertical > .act ~ .act, .btn-group-vertical > .inact2-ghost ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .inact2-ghost ~ a, .btn-group-vertical > .inact2-ghost ~ .inact-ghost, .btn-group-vertical > .inact2-ghost ~ .inact, .btn-group-vertical > .inact2-ghost ~ .act-ghost, .btn-group-vertical > .inact2-ghost ~ .act, .btn-group-vertical > .btn ~ .inact2-ghost, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .inact2-ghost, .btn-group-vertical > .inact-ghost ~ .inact2-ghost, .btn-group-vertical > .inact ~ .inact2-ghost, .btn-group-vertical > .act-ghost ~ .inact2-ghost, .btn-group-vertical > .act ~ .inact2-ghost, .btn-group-vertical > .inact2-ghost ~ .inact2-ghost, .btn-group-vertical > .inact2 ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .inact2 ~ a, .btn-group-vertical > .inact2 ~ .inact-ghost, .btn-group-vertical > .inact2 ~ .inact, .btn-group-vertical > .inact2 ~ .act-ghost, .btn-group-vertical > .inact2 ~ .act, .btn-group-vertical > .inact2 ~ .inact2-ghost, .btn-group-vertical > .btn ~ .inact2, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .inact2, .btn-group-vertical > .inact-ghost ~ .inact2, .btn-group-vertical > .inact ~ .inact2, .btn-group-vertical > .act-ghost ~ .inact2, .btn-group-vertical > .act ~ .inact2, .btn-group-vertical > .inact2-ghost ~ .inact2, .btn-group-vertical > .inact2 ~ .inact2, .btn-group-vertical > .dmButton-ghost ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .dmButton-ghost ~ a, .btn-group-vertical > .dmButton-ghost ~ .inact-ghost, .btn-group-vertical > .dmButton-ghost ~ .inact, .btn-group-vertical > .dmButton-ghost ~ .act-ghost, .btn-group-vertical > .dmButton-ghost ~ .act, .btn-group-vertical > .dmButton-ghost ~ .inact2-ghost, .btn-group-vertical > .dmButton-ghost ~ .inact2, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .btn, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a.dmButtonCancel ~ a, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ a, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .inact-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .inact, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .act-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .act, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .inact2-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .inact2, .btn-group-vertical > .btn ~ .dmButton-ghost, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .dmButton-ghost, .btn-group-vertical > .inact-ghost ~ .dmButton-ghost, .btn-group-vertical > .inact ~ .dmButton-ghost, .btn-group-vertical > .act-ghost ~ .dmButton-ghost, .btn-group-vertical > .act ~ .dmButton-ghost, .btn-group-vertical > .inact2-ghost ~ .dmButton-ghost, .btn-group-vertical > .inact2 ~ .dmButton-ghost, .btn-group-vertical > .dmButton-ghost ~ .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > .btn ~ a.dmButtonCancel, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ a.dmButtonCancel, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .inact-ghost ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .inact ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .act-ghost ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .act ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .inact2-ghost ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .inact2 ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > .dmButton-ghost ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ a.dmButtonCancel, .btn-group-vertical > .dmButton ~ .btn, .portlet .portlet-title .tools-tab .btn-group-vertical > .dmButton ~ a, .btn-group-vertical > .dmButton ~ .inact-ghost, .btn-group-vertical > .dmButton ~ .inact, .btn-group-vertical > .dmButton ~ .act-ghost, .btn-group-vertical > .dmButton ~ .act, .btn-group-vertical > .dmButton ~ .inact2-ghost, .btn-group-vertical > .dmButton ~ .inact2, .btn-group-vertical > .dmButton ~ .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > .dmButton ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .btn, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a.dmButtonOk ~ a, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ a, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .inact-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .inact, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .act-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .act, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .inact2-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .inact2, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ a.dmButtonCancel, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .btn, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a.dmButtonDelete ~ a, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ a, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .inact-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .inact, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .act-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .act, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .inact2-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .inact2, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .dmButton-ghost, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ a.dmButtonCancel, .btn-group-vertical > .btn ~ .dmButton, .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ .dmButton, .btn-group-vertical > .inact-ghost ~ .dmButton, .btn-group-vertical > .inact ~ .dmButton, .btn-group-vertical > .act-ghost ~ .dmButton, .btn-group-vertical > .act ~ .dmButton, .btn-group-vertical > .inact2-ghost ~ .dmButton, .btn-group-vertical > .inact2 ~ .dmButton, .btn-group-vertical > .dmButton-ghost ~ .dmButton, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ .dmButton, .btn-group-vertical > .dmButton ~ .dmButton, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ .dmButton, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ .dmButton, .dm-modal .modal-dialog .btn-group-vertical > .btn ~ a.dmButtonOk, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ a.dmButtonOk, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .inact-ghost ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .inact ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .act-ghost ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .act ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .inact2-ghost ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .inact2 ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .dmButton-ghost ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .dmButton ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ a.dmButtonOk, .dm-modal .modal-dialog .btn-group-vertical > .btn ~ a.dmButtonDelete, .dm-modal .modal-dialog .portlet .portlet-title .tools-tab .btn-group-vertical > a ~ a.dmButtonDelete, .portlet .portlet-title .tools-tab .dm-modal .modal-dialog .btn-group-vertical > a ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .inact-ghost ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .inact ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .act-ghost ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .act ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .inact2-ghost ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .inact2 ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .dmButton-ghost ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonCancel ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > .dmButton ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonOk ~ a.dmButtonDelete, .dm-modal .modal-dialog .btn-group-vertical > a.dmButtonDelete ~ a.dmButtonDelete,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.portlet .portlet-title .tools-tab .btn-group-vertical > .btn-group:not(:first-child) > a,
.btn-group-vertical > .btn-group:not(:first-child) > .inact-ghost,
.btn-group-vertical > .btn-group:not(:first-child) > .inact,
.btn-group-vertical > .btn-group:not(:first-child) > .act-ghost,
.btn-group-vertical > .btn-group:not(:first-child) > .act,
.btn-group-vertical > .btn-group:not(:first-child) > .inact2-ghost,
.btn-group-vertical > .btn-group:not(:first-child) > .inact2,
.btn-group-vertical > .btn-group:not(:first-child) > .dmButton-ghost,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:first-child) > a.dmButtonCancel,
.btn-group-vertical > .btn-group:not(:first-child) > .dmButton,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:first-child) > a.dmButtonOk,
.dm-modal .modal-dialog .btn-group-vertical > .btn-group:not(:first-child) > a.dmButtonDelete {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav, .dmTabs ul {
  --bs-nav-link-padding-x: 0.8rem;
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-font-size: 0.75rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #3D5666;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
}
.nav-link.icon {
  line-height: 1.5;
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.nav-tabs, .dmTabs ul, .dm-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #3D5666;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #3D5666 #3D5666 #3D5666;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #3D5666;
  --bs-nav-tabs-link-active-border-color: #3D5666 #3D5666 #3D5666;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs.no-border, .dmTabs ul.no-border, .no-border.dm-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
}
.nav-tabs .current:focus-visible, .dmTabs ul .current:focus-visible, .dm-tabs .current:focus-visible {
  outline: none;
  box-shadow: none;
}
.nav-tabs.current:focus-visible, .dmTabs ul.current:focus-visible, .current.dm-tabs:focus-visible {
  outline: none;
  box-shadow: none;
}
.nav-tabs .nav-link, .dmTabs ul .nav-link, .dm-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid #3D5666;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .dmTabs ul .nav-link:hover, .dm-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .dmTabs ul .nav-link:focus, .dm-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  background-color: #F7F8F8;
}
.nav-tabs .nav-link.disabled, .dmTabs ul .nav-link.disabled, .dm-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled, .dmTabs ul .nav-link:disabled, .dm-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .dmTabs ul .nav-link.active, .dm-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.dmTabs ul .nav-item.show .nav-link,
.dm-tabs .nav-item.show .nav-link {
  color: #3D5666;
  border-bottom-color: #fff;
  background-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.nav-tabs .nav-link.gray.active, .dmTabs ul .nav-link.gray.active, .dm-tabs .nav-link.gray.active {
  color: #3D5666;
  border-bottom-color: transparent;
  background-color: #F7F8F8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.nav-tabs .nav-link.gray.active:focus-visible, .dmTabs ul .nav-link.gray.active:focus-visible, .dm-tabs .nav-link.gray.active:focus-visible {
  outline: none;
  box-shadow: none;
}
.nav-tabs .dropdown-menu, .dmTabs ul .dropdown-menu, .dm-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3D5666;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

.nav-justified > .nav-link, .dmTabs ul > .nav-link,
.nav-justified .nav-item,
.dmTabs ul .nav-item {
  flex-grow: 1;
  text-align: center;
}
.nav-justified > .nav-link.arrow, .dmTabs ul > .nav-link.arrow,
.nav-justified .nav-item.arrow,
.dmTabs ul .nav-item.arrow {
  max-width: 20px;
  display: flex;
  justify-content: center;
}
.nav-justified > .nav-link.arrow:after, .dmTabs ul > .nav-link.arrow:after,
.nav-justified .nav-item.arrow:after,
.dmTabs ul .nav-item.arrow:after {
  padding: var(--bs-nav-link-padding-y) 0;
  content: ">";
}
.nav-justified > .nav-link .tabAlert, .dmTabs ul > .nav-link .tabAlert,
.nav-justified .nav-item .tabAlert,
.dmTabs ul .nav-item .tabAlert {
  margin-right: 10px;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link,
.dmTabs ul .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: #1A384B;
  --bs-navbar-hover-color: #8D9CA5;
  --bs-navbar-disabled-color: rgba(26, 56, 75, 0.5);
  --bs-navbar-active-color: #3D5666;
  --bs-navbar-brand-padding-y: 0.71875rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: #1A384B;
  --bs-navbar-brand-hover-color: #3D5666;
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.5rem;
  --bs-navbar-toggler-font-size: 0.9375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231A384B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: #1A384B;
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .navbar > .container-fullwidth,
body.navbar > .container-fullwidth:not(.no-border),
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-font-size: 0.75rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: 200;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .offcanvas {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: 200;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .offcanvas {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: 200;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .offcanvas {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: 200;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .offcanvas {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: 200;
  }
}
@media (min-width: 1400px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .offcanvas {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: 200;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .offcanvas {
    transition: none;
  }
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card, .page_intro, .page_intro_filter, .contentbox, .dm-modal .modal-dialog .modal-body .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom {
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.25rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.25rem - 1px);
  --bs-card-cap-padding-y: 0.375rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: transparent;
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr, .page_intro > hr, .page_intro_filter > hr, .contentbox > hr, .dm-modal .modal-dialog .modal-body .row.fazit > hr, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > hr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > hr, .dm-modal .modal-dialog .modal-body .fazit.info_row > hr, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > hr, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > hr, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > hr, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > hr, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > hr, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > hr, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > hr, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .page_intro > .list-group, .page_intro_filter > .list-group, .contentbox > .list-group, .dm-modal .modal-dialog .modal-body .row.fazit > .list-group, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .list-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .list-group, .dm-modal .modal-dialog .modal-body .fazit.info_row > .list-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .list-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .list-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .page_intro > .list-group:first-child, .page_intro_filter > .list-group:first-child, .contentbox > .list-group:first-child, .dm-modal .modal-dialog .modal-body .row.fazit > .list-group:first-child, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .list-group:first-child, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .list-group:first-child, .dm-modal .modal-dialog .modal-body .fazit.info_row > .list-group:first-child, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .list-group:first-child, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group:first-child, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .list-group:first-child, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group:first-child, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .list-group:first-child, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group:first-child, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .list-group:first-child, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child, .page_intro > .list-group:last-child, .page_intro_filter > .list-group:last-child, .contentbox > .list-group:last-child, .dm-modal .modal-dialog .modal-body .row.fazit > .list-group:last-child, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .list-group:last-child, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .list-group:last-child, .dm-modal .modal-dialog .modal-body .fazit.info_row > .list-group:last-child, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .list-group:last-child, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group:last-child, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .list-group:last-child, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group:last-child, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .list-group:last-child, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group:last-child, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .list-group:last-child, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .page_intro > .card-header + .list-group, .page_intro_filter > .card-header + .list-group, .contentbox .card > .header + .list-group, .contentbox .page_intro > .header + .list-group, .contentbox .page_intro_filter > .header + .list-group, .contentbox .card > .head + .list-group, .contentbox .page_intro > .head + .list-group, .contentbox .page_intro_filter > .head + .list-group, .contentbox > .card-header + .list-group, .contentbox > .header + .list-group, .contentbox > .head + .list-group, .dm-modal .modal-dialog .modal-body .row.fazit > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .card-header + .list-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .fazit.info_row > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .card-header + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .card-header + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .card-header + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .card-header + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .card-header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .row.fazit > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .pf_new_element_step1 .fazit.pf-element-group > .header + .list-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .contentbox .fazit.pf-element-group > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .fazit.info_row > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row > .header + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row-fixed-bottom > .header + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row > .header + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row-fixed-bottom > .header + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .row.fazit > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .header + .list-group, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .header + .list-group, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .header + .list-group, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .header + .list-group, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .header + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .header + .list-group, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .header + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .row.fazit > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .pf_new_element_step1 .fazit.pf-element-group > .head + .list-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .contentbox .fazit.pf-element-group > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .fazit.info_row > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row > .head + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row-fixed-bottom > .head + .list-group, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row > .head + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .head + .list-group, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row-fixed-bottom > .head + .list-group, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .row.fazit > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .head + .list-group, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .head + .list-group, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .head + .list-group, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .head + .list-group, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .head + .list-group, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .head + .list-group, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .head + .list-group,
.card > .list-group + .card-footer,
.page_intro > .list-group + .card-footer,
.page_intro_filter > .list-group + .card-footer,
.contentbox .card > .list-group + .footer,
.contentbox .page_intro > .list-group + .footer,
.contentbox .page_intro_filter > .list-group + .footer,
.contentbox > .list-group + .card-footer,
.contentbox > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .row.fazit > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .list-group + .card-footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .fazit.info_row > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .list-group + .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .list-group + .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .list-group + .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .list-group + .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group + .card-footer,
.dm-modal .modal-dialog .modal-body .contentbox .row.fazit > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .pf_new_element_step1 .fazit.pf-element-group > .list-group + .footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .contentbox .fazit.pf-element-group > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .fazit.info_row > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row > .list-group + .footer,
.field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row-fixed-bottom > .list-group + .footer,
.field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row > .list-group + .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row > .list-group + .footer,
.dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row-fixed-bottom > .list-group + .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .row.fazit > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group > .list-group + .footer,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row > .list-group + .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom > .list-group + .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row > .list-group + .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row > .list-group + .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom > .list-group + .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom > .list-group + .footer {
  border-top: 0;
}

.card-body, .contentbox .body, .dm-modal .modal-dialog .modal-body .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header, .contentbox .header, .contentbox .head {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child, .contentbox .header:first-child, .contentbox .head:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer, .contentbox .footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child, .contentbox .footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card, .card-group > .page_intro, .card-group > .page_intro_filter, .card-group > .contentbox, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .page_intro, .card-group > .page_intro_filter, .card-group > .contentbox, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .page_intro + .card, .card-group > .page_intro_filter + .card, .card-group > .card + .page_intro, .card-group > .card + .page_intro_filter, .card-group > .page_intro + .page_intro, .card-group > .page_intro_filter + .page_intro, .card-group > .page_intro + .page_intro_filter, .card-group > .page_intro_filter + .page_intro_filter, .card-group > .contentbox + .card, .card-group > .contentbox + .page_intro, .card-group > .contentbox + .page_intro_filter, .card-group > .card + .contentbox, .card-group > .page_intro + .contentbox, .card-group > .page_intro_filter + .contentbox, .card-group > .contentbox + .contentbox, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .card, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .card, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .card, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .card, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .card, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .card, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .card, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .card, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .card, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .card, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .card, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .card, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .page_intro, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .page_intro, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .page_intro, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .page_intro, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .page_intro, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .page_intro, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .page_intro, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .page_intro, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .page_intro, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .page_intro, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .page_intro, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .page_intro, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .page_intro_filter, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .page_intro_filter, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .page_intro_filter, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .page_intro_filter, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .page_intro_filter, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .page_intro_filter, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .page_intro_filter, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .page_intro_filter, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .page_intro_filter, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .page_intro_filter, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .page_intro_filter, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .page_intro_filter, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .contentbox, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .contentbox, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .contentbox, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .contentbox, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .contentbox, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .contentbox, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .contentbox, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .contentbox, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .contentbox, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .contentbox, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .contentbox, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .contentbox, .dm-modal .modal-dialog .modal-body .card-group > .card + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .card + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .card + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .card + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .card + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .card + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .card + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .page_intro + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .page_intro + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .page_intro + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .page_intro + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .page_intro + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .page_intro + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .page_intro_filter + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .page_intro_filter + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .page_intro_filter + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .page_intro_filter + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .page_intro_filter + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .page_intro_filter + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .contentbox + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .contentbox + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .contentbox + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .contentbox + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .contentbox + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .contentbox + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .row.fazit, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .row.fazit + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.info_row + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.info_row, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.info_row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.info_row, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .row.fazit, .dm-modal .modal-dialog .modal-body .field-rules .pf_new_element_step1 .card-group > .fazit.rules-row + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .row.fazit, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.rules-row + .fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .row.fazit, .dm-modal .modal-dialog .modal-body .field-rules .pf_new_element_step1 .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .row.fazit, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.info_row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .row.fazit, .dm-modal .modal-dialog .modal-body .new-field-rule .pf_new_element_step1 .card-group > .fazit.rules-row + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.rules-row + .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.info_row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .row.fazit, .dm-modal .modal-dialog .modal-body .new-field-rule .pf_new_element_step1 .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .row.fazit + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.pf-element-group + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.info_row + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .field-rules .card-group > .fazit.rules-row + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .row.fazit + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.info_row + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .field-rules .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .row.fazit + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.pf-element-group + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.info_row + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .row.fazit + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.info_row + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .row.fazit + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row + .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom + .fazit.rules-row-fixed-bottom {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .page_intro:not(:last-child), .card-group > .page_intro_filter:not(:last-child), .card-group > .contentbox:not(:last-child), .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child), .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child), .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child), .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child), .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child), .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child), .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child), .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child), .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child), .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child), .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child), .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .page_intro:not(:last-child) .card-img-top, .card-group > .page_intro_filter:not(:last-child) .card-img-top, .card-group > .contentbox:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .card-img-top, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .card-img-top, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-top, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .card-img-top, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-img-top, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-top, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .page_intro:not(:last-child) .card-header,
.card-group > .page_intro_filter:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .contentbox .header,
.card-group > .page_intro:not(:last-child) .contentbox .header,
.card-group > .page_intro_filter:not(:last-child) .contentbox .header,
.contentbox .card-group > .card:not(:last-child) .header,
.contentbox .card-group > .page_intro:not(:last-child) .header,
.contentbox .card-group > .page_intro_filter:not(:last-child) .header,
.card-group > .card:not(:last-child) .contentbox .head,
.card-group > .page_intro:not(:last-child) .contentbox .head,
.card-group > .page_intro_filter:not(:last-child) .contentbox .head,
.contentbox .card-group > .card:not(:last-child) .head,
.contentbox .card-group > .page_intro:not(:last-child) .head,
.contentbox .card-group > .page_intro_filter:not(:last-child) .head,
.card-group > .contentbox:not(:last-child) .card-header,
.card-group > .contentbox:not(:last-child) .header,
.card-group > .contentbox:not(:last-child) .head,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .card-header,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .card-header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .card-header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-header,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .header,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .contentbox .header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .contentbox .header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .header,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .header,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .header,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .header,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .header,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .header,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .header,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .head,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .contentbox .head,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .head,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .contentbox .head,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .head,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .head,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .head,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .head,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .head,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .head,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .head,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .head {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .page_intro:not(:last-child) .card-img-bottom, .card-group > .page_intro_filter:not(:last-child) .card-img-bottom, .card-group > .contentbox:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .card-img-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .card-img-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .card-img-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.card-group > .page_intro:not(:last-child) .card-footer,
.card-group > .page_intro_filter:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .contentbox .footer,
.card-group > .page_intro:not(:last-child) .contentbox .footer,
.card-group > .page_intro_filter:not(:last-child) .contentbox .footer,
.contentbox .card-group > .card:not(:last-child) .footer,
.contentbox .card-group > .page_intro:not(:last-child) .footer,
.contentbox .card-group > .page_intro_filter:not(:last-child) .footer,
.card-group > .contentbox:not(:last-child) .card-footer,
.card-group > .contentbox:not(:last-child) .footer,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .card-footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .card-footer,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .contentbox .footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .contentbox .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .contentbox .footer,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:last-child) .footer,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:last-child) .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:last-child) .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:last-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:last-child) .footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .page_intro:not(:first-child), .card-group > .page_intro_filter:not(:first-child), .card-group > .contentbox:not(:first-child), .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child), .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child), .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child), .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child), .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child), .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child), .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child), .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child), .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child), .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child), .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child), .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .page_intro:not(:first-child) .card-img-top, .card-group > .page_intro_filter:not(:first-child) .card-img-top, .card-group > .contentbox:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .card-img-top, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .card-img-top, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-top, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .card-img-top, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-img-top, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-top, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .page_intro:not(:first-child) .card-header,
.card-group > .page_intro_filter:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .contentbox .header,
.card-group > .page_intro:not(:first-child) .contentbox .header,
.card-group > .page_intro_filter:not(:first-child) .contentbox .header,
.contentbox .card-group > .card:not(:first-child) .header,
.contentbox .card-group > .page_intro:not(:first-child) .header,
.contentbox .card-group > .page_intro_filter:not(:first-child) .header,
.card-group > .card:not(:first-child) .contentbox .head,
.card-group > .page_intro:not(:first-child) .contentbox .head,
.card-group > .page_intro_filter:not(:first-child) .contentbox .head,
.contentbox .card-group > .card:not(:first-child) .head,
.contentbox .card-group > .page_intro:not(:first-child) .head,
.contentbox .card-group > .page_intro_filter:not(:first-child) .head,
.card-group > .contentbox:not(:first-child) .card-header,
.card-group > .contentbox:not(:first-child) .header,
.card-group > .contentbox:not(:first-child) .head,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .card-header,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .card-header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .card-header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-header,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .header,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .contentbox .header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .header,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .contentbox .header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .header,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .header,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .header,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .header,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .header,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .header,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .header,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .header,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .header,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .header,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .head,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .contentbox .head,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .head,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .contentbox .head,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .head,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .head,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .head,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .head,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .head,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .head,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .head,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .head,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .head,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .head {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .page_intro:not(:first-child) .card-img-bottom, .card-group > .page_intro_filter:not(:first-child) .card-img-bottom, .card-group > .contentbox:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .card-img-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .card-img-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .card-img-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-img-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.card-group > .page_intro:not(:first-child) .card-footer,
.card-group > .page_intro_filter:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .contentbox .footer,
.card-group > .page_intro:not(:first-child) .contentbox .footer,
.card-group > .page_intro_filter:not(:first-child) .contentbox .footer,
.contentbox .card-group > .card:not(:first-child) .footer,
.contentbox .card-group > .page_intro:not(:first-child) .footer,
.contentbox .card-group > .page_intro_filter:not(:first-child) .footer,
.card-group > .contentbox:not(:first-child) .card-footer,
.card-group > .contentbox:not(:first-child) .footer,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .card-footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .card-footer,
.dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .footer,
.pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .contentbox .footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .footer,
.field-rules .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .contentbox .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .contentbox .footer,
.dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .footer,
.new-field-rule .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .contentbox .footer,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .row.fazit:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-group > .fazit.pf-element-group:not(:first-child) .footer,
.pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.pf-element-group:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.info_row:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row:not(:first-child) .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .footer,
.field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row:not(:first-child) .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row:not(:first-child) .footer,
.contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .footer,
.new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-group > .fazit.rules-row-fixed-bottom:not(:first-child) .footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #3D5666;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.25rem;
  --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #3D5666;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233D5666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23374d5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #3D5666;
  --bs-accordion-btn-focus-box-shadow: 0;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #374d5c;
  --bs-accordion-active-bg: #eceef0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.75rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3D5666;
  --bs-pagination-active-border-color: #3D5666;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 0.9375rem;
  --bs-pagination-border-radius: 0.3rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.65625rem;
  --bs-pagination-border-radius: 0.2rem;
}

.badge, .navbar.dmNav .nav-btn .nav-badge {
  --bs-badge-padding-x: 0.4em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 75%;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty, .navbar.dmNav .nav-btn .nav-badge:empty {
  display: none;
}

.btn .badge, .portlet .portlet-title .tools-tab a .badge, .inact-ghost .badge, .inact .badge, .act-ghost .badge, .act .badge, .inact2-ghost .badge, .inact2 .badge, .dmButton-ghost .badge, .dm-modal .modal-dialog a.dmButtonCancel .badge, .dmButton .badge, .dm-modal .modal-dialog a.dmButtonOk .badge, .dm-modal .modal-dialog a.dmButtonDelete .badge, .btn .navbar.dmNav .nav-btn .nav-badge, .portlet .portlet-title .tools-tab a .navbar.dmNav .nav-btn .nav-badge, .inact-ghost .navbar.dmNav .nav-btn .nav-badge, .inact .navbar.dmNav .nav-btn .nav-badge, .act-ghost .navbar.dmNav .nav-btn .nav-badge, .act .navbar.dmNav .nav-btn .nav-badge, .inact2-ghost .navbar.dmNav .nav-btn .nav-badge, .inact2 .navbar.dmNav .nav-btn .nav-badge, .dmButton-ghost .navbar.dmNav .nav-btn .nav-badge, .dm-modal .modal-dialog a.dmButtonCancel .navbar.dmNav .nav-btn .nav-badge, .dmButton .navbar.dmNav .nav-btn .nav-badge, .dm-modal .modal-dialog a.dmButtonOk .navbar.dmNav .nav-btn .nav-badge, .dm-modal .modal-dialog a.dmButtonDelete .navbar.dmNav .nav-btn .nav-badge, .navbar.dmNav .nav-btn .btn .nav-badge, .navbar.dmNav .nav-btn .portlet .portlet-title .tools-tab a .nav-badge, .portlet .portlet-title .tools-tab .navbar.dmNav .nav-btn a .nav-badge, .navbar.dmNav .nav-btn .inact-ghost .nav-badge, .navbar.dmNav .nav-btn .inact .nav-badge, .navbar.dmNav .nav-btn .act-ghost .nav-badge, .navbar.dmNav .nav-btn .act .nav-badge, .navbar.dmNav .nav-btn .inact2-ghost .nav-badge, .navbar.dmNav .nav-btn .inact2 .nav-badge, .navbar.dmNav .nav-btn .dmButton-ghost .nav-badge, .navbar.dmNav .nav-btn .dm-modal .modal-dialog a.dmButtonCancel .nav-badge, .dm-modal .modal-dialog .navbar.dmNav .nav-btn a.dmButtonCancel .nav-badge, .navbar.dmNav .nav-btn .dmButton .nav-badge, .navbar.dmNav .nav-btn .dm-modal .modal-dialog a.dmButtonOk .nav-badge, .dm-modal .modal-dialog .navbar.dmNav .nav-btn a.dmButtonOk .nav-badge, .navbar.dmNav .nav-btn .dm-modal .modal-dialog a.dmButtonDelete .nav-badge, .dm-modal .modal-dialog .navbar.dmNav .nav-btn a.dmButtonDelete .nav-badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #25343d;
  --bs-alert-bg: #d8dde0;
  --bs-alert-border-color: #c5ccd1;
}
.alert-primary .alert-link {
  color: #1e2a31;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #224b32;
  --bs-alert-bg: #d7e5dd;
  --bs-alert-border-color: #c4d8cc;
}
.alert-success .alert-link {
  color: #1b3c28;
}

.alert-info {
  --bs-alert-color: #2d6977;
  --bs-alert-bg: #dbeff4;
  --bs-alert-border-color: #c9e7ee;
}
.alert-info .alert-link {
  color: #24545f;
}

.alert-warning {
  --bs-alert-color: #8f440a;
  --bs-alert-bg: #fce3cf;
  --bs-alert-border-color: #fad4b8;
}
.alert-warning .alert-link {
  color: #723608;
}

.alert-danger {
  --bs-alert-color: #8b4440;
  --bs-alert-bg: #fae3e1;
  --bs-alert-border-color: #f8d4d3;
}
.alert-danger .alert-link {
  color: #6f3633;
}

.alert-light {
  --bs-alert-color: #636363;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfd;
}
.alert-light .alert-link {
  color: #4f4f4f;
}

.alert-dark {
  --bs-alert-color: #1f2326;
  --bs-alert-bg: #d6d8d9;
  --bs-alert-border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #191c1e;
}

.alert-theme {
  --bs-alert-color: #25343d;
  --bs-alert-bg: #d8dde0;
  --bs-alert-border-color: #c5ccd1;
}
.alert-theme .alert-link {
  color: #1e2a31;
}

.alert-theme-gray {
  --bs-alert-color: #5b5c5d;
  --bs-alert-bg: #fafafa;
  --bs-alert-border-color: #f7f8f8;
}
.alert-theme-gray .alert-link {
  color: #494a4a;
}

.alert-theme-bg {
  --bs-alert-color: #50574e;
  --bs-alert-bg: #f4f8f3;
  --bs-alert-border-color: #eff4ed;
}
.alert-theme-bg .alert-link {
  color: #40463e;
}

.alert-theme-light {
  --bs-alert-color: #474b4e;
  --bs-alert-bg: #eff1f3;
  --bs-alert-border-color: #e8ebed;
}
.alert-theme-light .alert-link {
  color: #393c3e;
}

.alert-theme-lighter {
  --bs-alert-color: #56585a;
  --bs-alert-bg: #f7f8f9;
  --bs-alert-border-color: #f3f5f6;
}
.alert-theme-lighter .alert-link {
  color: #454648;
}

.alert-error-color {
  --bs-alert-color: #6f1010;
  --bs-alert-bg: #f1d1d1;
  --bs-alert-border-color: #eabbbb;
}
.alert-error-color .alert-link {
  color: #590d0d;
}

.alert-green {
  --bs-alert-color: #224b32;
  --bs-alert-bg: #d7e5dd;
  --bs-alert-border-color: #c4d8cc;
}
.alert-green .alert-link {
  color: #1b3c28;
}

.alert-orange {
  --bs-alert-color: #5e4620;
  --bs-alert-bg: #fbefdc;
  --bs-alert-border-color: #f9e7cb;
}
.alert-orange .alert-link {
  color: #4b381a;
}

.alert-teal {
  --bs-alert-color: #304f4e;
  --bs-alert-bg: #e4f4f3;
  --bs-alert-border-color: #d7eeed;
}
.alert-teal .alert-link {
  color: #263f3e;
}

.alert-blue {
  --bs-alert-color: #2d6977;
  --bs-alert-bg: #dbeff4;
  --bs-alert-border-color: #c9e7ee;
}
.alert-blue .alert-link {
  color: #24545f;
}

.alert-purple {
  --bs-alert-color: #675073;
  --bs-alert-bg: #eee7f2;
  --bs-alert-border-color: #e6dbec;
}
.alert-purple .alert-link {
  color: #52405c;
}

.alert-red {
  --bs-alert-color: #8b4440;
  --bs-alert-bg: #fae3e1;
  --bs-alert-border-color: #f8d4d3;
}
.alert-red .alert-link {
  color: #6f3633;
}

.alert-green-light {
  --bs-alert-color: #425e46;
  --bs-alert-bg: #e2ebe3;
  --bs-alert-border-color: #d4e1d6;
}
.alert-green-light .alert-link {
  color: #354b38;
}

.alert-orange-light {
  --bs-alert-color: #655443;
  --bs-alert-bg: #fef6ed;
  --bs-alert-border-color: #fef2e5;
}
.alert-orange-light .alert-link {
  color: #514336;
}

.alert-teal-light {
  --bs-alert-color: #455854;
  --bs-alert-bg: #eef8f6;
  --bs-alert-border-color: #e6f5f2;
}
.alert-teal-light .alert-link {
  color: #374643;
}

.alert-blue-light {
  --bs-alert-color: #354c56;
  --bs-alert-bg: #e6f2f7;
  --bs-alert-border-color: #daecf3;
}
.alert-blue-light .alert-link {
  color: #2a3d45;
}

.alert-purple-light {
  --bs-alert-color: #584e5d;
  --bs-alert-bg: #f8f3fa;
  --bs-alert-border-color: #f5edf8;
}
.alert-purple-light .alert-link {
  color: #463e4a;
}

.alert-red-light {
  --bs-alert-color: #925854;
  --bs-alert-bg: #fde9e8;
  --bs-alert-border-color: #fcdfdd;
}
.alert-red-light .alert-link {
  color: #754643;
}

.alert-green-lighter {
  --bs-alert-color: #4e5846;
  --bs-alert-bg: #f3f8ef;
  --bs-alert-border-color: #edf4e7;
}
.alert-green-lighter .alert-link {
  color: #3e4638;
}

.alert-orange-lighter {
  --bs-alert-color: #655d58;
  --bs-alert-bg: #fefbf8;
  --bs-alert-border-color: #fef8f4;
}
.alert-orange-lighter .alert-link {
  color: #514a46;
}

.alert-teal-lighter {
  --bs-alert-color: #565e5c;
  --bs-alert-bg: #f7fbfa;
  --bs-alert-border-color: #f3f9f7;
}
.alert-teal-lighter .alert-link {
  color: #454b4a;
}

.alert-blue-lighter {
  --bs-alert-color: #525c5f;
  --bs-alert-bg: #f5fafb;
  --bs-alert-border-color: #f0f8fa;
}
.alert-blue-lighter .alert-link {
  color: #424a4c;
}

.alert-purple-lighter {
  --bs-alert-color: #5d5960;
  --bs-alert-bg: #fbf9fc;
  --bs-alert-border-color: #f8f5fa;
}
.alert-purple-lighter .alert-link {
  color: #4a474d;
}

.alert-red-lighter {
  --bs-alert-color: #605151;
  --bs-alert-bg: #fcf4f4;
  --bs-alert-border-color: #faefef;
}
.alert-red-lighter .alert-link {
  color: #4d4141;
}

.alert-green-lightest {
  --bs-alert-color: #565d4d;
  --bs-alert-bg: #f7faf3;
  --bs-alert-border-color: #f3f8ec;
}
.alert-green-lightest .alert-link {
  color: #454a3e;
}

.alert-white {
  --bs-alert-color: #666666;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-black {
  --bs-alert-color: black;
  --bs-alert-bg: #cccccc;
  --bs-alert-border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

.alert-black-contrast1 {
  --bs-alert-color: #10222d;
  --bs-alert-bg: #d1d7db;
  --bs-alert-border-color: #bac3c9;
}
.alert-black-contrast1 .alert-link {
  color: #0d1b24;
}

.alert-black-contrast2 {
  --bs-alert-color: #25343d;
  --bs-alert-bg: #d8dde0;
  --bs-alert-border-color: #c5ccd1;
}
.alert-black-contrast2 .alert-link {
  color: #1e2a31;
}

.alert-black-contrast3 {
  --bs-alert-color: #636363;
  --bs-alert-bg: #fdfefe;
  --bs-alert-border-color: #fdfdfd;
}
.alert-black-contrast3 .alert-link {
  color: #4f4f4f;
}

.alert-gray-light {
  --bs-alert-color: #595a5c;
  --bs-alert-bg: #f8f9fa;
  --bs-alert-border-color: #f5f6f8;
}
.alert-gray-light .alert-link {
  color: #47484a;
}

.alert-gray {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-gray .alert-link {
  color: #34383c;
}

.alert-gray-dark {
  --bs-alert-color: #1f2326;
  --bs-alert-bg: #d6d8d9;
  --bs-alert-border-color: #c2c4c6;
}
.alert-gray-dark .alert-link {
  color: #191c1e;
}

.alert-page-intro {
  --bs-alert-color: #565d4d;
  --bs-alert-bg: #f7faf3;
  --bs-alert-border-color: #f3f8ec;
}
.alert-page-intro .alert-link {
  color: #454a3e;
}

.alert-green-dark {
  --bs-alert-color: #4f6d50;
  --bs-alert-bg: #e6f0e7;
  --bs-alert-border-color: #dae9da;
}
.alert-green-dark .alert-link {
  color: #3f5740;
}

.alert-searchbarGreen {
  --bs-alert-color: #224b32;
  --bs-alert-bg: #d7e5dd;
  --bs-alert-border-color: #c4d8cc;
}
.alert-searchbarGreen .alert-link {
  color: #1b3c28;
}

.alert-brown {
  --bs-alert-color: #4c300d;
  --bs-alert-bg: #e5dcd0;
  --bs-alert-border-color: #d8cbb9;
}
.alert-brown .alert-link {
  color: #3d260a;
}

.alert-diagram-yellow {
  --bs-alert-color: #8f440a;
  --bs-alert-bg: #fce3cf;
  --bs-alert-border-color: #fad4b8;
}
.alert-diagram-yellow .alert-link {
  color: #723608;
}

.alert-diagram-yellow-light {
  --bs-alert-color: #63441a;
  --bs-alert-bg: #fdeed9;
  --bs-alert-border-color: #fde6c6;
}
.alert-diagram-yellow-light .alert-link {
  color: #4f3615;
}

.alert-diagram-brown {
  --bs-alert-color: #4c300d;
  --bs-alert-bg: #e5dcd0;
  --bs-alert-border-color: #d8cbb9;
}
.alert-diagram-brown .alert-link {
  color: #3d260a;
}

.alert-diagram-brown-light {
  --bs-alert-color: #6b562d;
  --bs-alert-bg: #f0e9db;
  --bs-alert-border-color: #e8ddc9;
}
.alert-diagram-brown-light .alert-link {
  color: #564524;
}

.alert-diagram-blue {
  --bs-alert-color: #2d6977;
  --bs-alert-bg: #dbeff4;
  --bs-alert-border-color: #c9e7ee;
}
.alert-diagram-blue .alert-link {
  color: #24545f;
}

.alert-diagram-blue-light {
  --bs-alert-color: #354c56;
  --bs-alert-bg: #e6f2f7;
  --bs-alert-border-color: #daecf3;
}
.alert-diagram-blue-light .alert-link {
  color: #2a3d45;
}

.alert-diagram-pink {
  --bs-alert-color: #675073;
  --bs-alert-bg: #eee7f2;
  --bs-alert-border-color: #e6dbec;
}
.alert-diagram-pink .alert-link {
  color: #52405c;
}

.alert-diagram-pink-light {
  --bs-alert-color: #7a4d6a;
  --bs-alert-bg: #f5e6ef;
  --bs-alert-border-color: #f0d9e7;
}
.alert-diagram-pink-light .alert-link {
  color: #623e55;
}

.alert-diagram-dark {
  --bs-alert-color: #283339;
  --bs-alert-bg: #d9dddf;
  --bs-alert-border-color: #c6cccf;
}
.alert-diagram-dark .alert-link {
  color: #20292e;
}

.alert-diagram-dark-light {
  --bs-alert-color: #4e585e;
  --bs-alert-bg: #e6e9eb;
  --bs-alert-border-color: #dadfe1;
}
.alert-diagram-dark-light .alert-link {
  color: #3e464b;
}

.alert-gray-100 {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-gray-100 .alert-link {
  color: #4f5050;
}

.alert-gray-150 {
  --bs-alert-color: #626161;
  --bs-alert-bg: #fdfdfd;
  --bs-alert-border-color: #fcfbfb;
}
.alert-gray-150 .alert-link {
  color: #4e4e4e;
}

.alert-gray-200 {
  --bs-alert-color: #5d5e60;
  --bs-alert-bg: #fbfbfc;
  --bs-alert-border-color: #f8f9fa;
}
.alert-gray-200 .alert-link {
  color: #4a4b4d;
}

.alert-gray-300 {
  --bs-alert-color: #595a5c;
  --bs-alert-bg: #f8f9fa;
  --bs-alert-border-color: #f5f6f8;
}
.alert-gray-300 .alert-link {
  color: #47484a;
}

.alert-gray-400 {
  --bs-alert-color: #525557;
  --bs-alert-bg: #f5f6f8;
  --bs-alert-border-color: #f0f2f4;
}
.alert-gray-400 .alert-link {
  color: #424446;
}

.alert-gray-500 {
  --bs-alert-color: #686d71;
  --bs-alert-bg: #eff0f2;
  --bs-alert-border-color: #e6e9eb;
}
.alert-gray-500 .alert-link {
  color: #53575a;
}

.alert-gray-600 {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-gray-600 .alert-link {
  color: #34383c;
}

.alert-gray-700 {
  --bs-alert-color: #2c3034;
  --bs-alert-bg: #dbdcdd;
  --bs-alert-border-color: #c8cbcd;
}
.alert-gray-700 .alert-link {
  color: #23262a;
}

.alert-gray-800 {
  --bs-alert-color: #1f2326;
  --bs-alert-bg: #d6d8d9;
  --bs-alert-border-color: #c2c4c6;
}
.alert-gray-800 .alert-link {
  color: #191c1e;
}

.alert-gray-900 {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-gray-900 .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1.5rem;
  }
}
.progress {
  --bs-progress-height: 1.5rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3D5666;
  --bs-progress-bar-transition: width 0.1s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar.slow {
  transition: all 5s ease;
}
.progress-bar.middle {
  transition: all 3s ease;
}
.progress-bar.fast {
  transition: all 1s ease;
}

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

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #3D5666;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #3D5666;
  --bs-list-group-active-border-color: #3D5666;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #25343d;
  background-color: #d8dde0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #25343d;
  background-color: #c2c7ca;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #25343d;
  border-color: #25343d;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #224b32;
  background-color: #d7e5dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #224b32;
  background-color: #c2cec7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #224b32;
  border-color: #224b32;
}

.list-group-item-info {
  color: #2d6977;
  background-color: #dbeff4;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2d6977;
  background-color: #c5d7dc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2d6977;
  border-color: #2d6977;
}

.list-group-item-warning {
  color: #8f440a;
  background-color: #fce3cf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8f440a;
  background-color: #e3ccba;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8f440a;
  border-color: #8f440a;
}

.list-group-item-danger {
  color: #8b4440;
  background-color: #fae3e1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8b4440;
  background-color: #e1cccb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8b4440;
  border-color: #8b4440;
}

.list-group-item-light {
  color: #636363;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636363;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-theme {
  color: #25343d;
  background-color: #d8dde0;
}
.list-group-item-theme.list-group-item-action:hover, .list-group-item-theme.list-group-item-action:focus {
  color: #25343d;
  background-color: #c2c7ca;
}
.list-group-item-theme.list-group-item-action.active {
  color: #fff;
  background-color: #25343d;
  border-color: #25343d;
}

.list-group-item-theme-gray {
  color: #5b5c5d;
  background-color: #fafafa;
}
.list-group-item-theme-gray.list-group-item-action:hover, .list-group-item-theme-gray.list-group-item-action:focus {
  color: #5b5c5d;
  background-color: #e1e1e1;
}
.list-group-item-theme-gray.list-group-item-action.active {
  color: #fff;
  background-color: #5b5c5d;
  border-color: #5b5c5d;
}

.list-group-item-theme-bg {
  color: #50574e;
  background-color: #f4f8f3;
}
.list-group-item-theme-bg.list-group-item-action:hover, .list-group-item-theme-bg.list-group-item-action:focus {
  color: #50574e;
  background-color: #dcdfdb;
}
.list-group-item-theme-bg.list-group-item-action.active {
  color: #fff;
  background-color: #50574e;
  border-color: #50574e;
}

.list-group-item-theme-light {
  color: #474b4e;
  background-color: #eff1f3;
}
.list-group-item-theme-light.list-group-item-action:hover, .list-group-item-theme-light.list-group-item-action:focus {
  color: #474b4e;
  background-color: #d7d9db;
}
.list-group-item-theme-light.list-group-item-action.active {
  color: #fff;
  background-color: #474b4e;
  border-color: #474b4e;
}

.list-group-item-theme-lighter {
  color: #56585a;
  background-color: #f7f8f9;
}
.list-group-item-theme-lighter.list-group-item-action:hover, .list-group-item-theme-lighter.list-group-item-action:focus {
  color: #56585a;
  background-color: #dedfe0;
}
.list-group-item-theme-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #56585a;
  border-color: #56585a;
}

.list-group-item-error-color {
  color: #6f1010;
  background-color: #f1d1d1;
}
.list-group-item-error-color.list-group-item-action:hover, .list-group-item-error-color.list-group-item-action:focus {
  color: #6f1010;
  background-color: #d9bcbc;
}
.list-group-item-error-color.list-group-item-action.active {
  color: #fff;
  background-color: #6f1010;
  border-color: #6f1010;
}

.list-group-item-green {
  color: #224b32;
  background-color: #d7e5dd;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #224b32;
  background-color: #c2cec7;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #224b32;
  border-color: #224b32;
}

.list-group-item-orange {
  color: #5e4620;
  background-color: #fbefdc;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #5e4620;
  background-color: #e2d7c6;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #5e4620;
  border-color: #5e4620;
}

.list-group-item-teal {
  color: #304f4e;
  background-color: #e4f4f3;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #304f4e;
  background-color: #cddcdb;
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #304f4e;
  border-color: #304f4e;
}

.list-group-item-blue {
  color: #2d6977;
  background-color: #dbeff4;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #2d6977;
  background-color: #c5d7dc;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #2d6977;
  border-color: #2d6977;
}

.list-group-item-purple {
  color: #675073;
  background-color: #eee7f2;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #675073;
  background-color: #d6d0da;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #675073;
  border-color: #675073;
}

.list-group-item-red {
  color: #8b4440;
  background-color: #fae3e1;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #8b4440;
  background-color: #e1cccb;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #8b4440;
  border-color: #8b4440;
}

.list-group-item-green-light {
  color: #425e46;
  background-color: #e2ebe3;
}
.list-group-item-green-light.list-group-item-action:hover, .list-group-item-green-light.list-group-item-action:focus {
  color: #425e46;
  background-color: #cbd4cc;
}
.list-group-item-green-light.list-group-item-action.active {
  color: #fff;
  background-color: #425e46;
  border-color: #425e46;
}

.list-group-item-orange-light {
  color: #655443;
  background-color: #fef6ed;
}
.list-group-item-orange-light.list-group-item-action:hover, .list-group-item-orange-light.list-group-item-action:focus {
  color: #655443;
  background-color: #e5ddd5;
}
.list-group-item-orange-light.list-group-item-action.active {
  color: #fff;
  background-color: #655443;
  border-color: #655443;
}

.list-group-item-teal-light {
  color: #455854;
  background-color: #eef8f6;
}
.list-group-item-teal-light.list-group-item-action:hover, .list-group-item-teal-light.list-group-item-action:focus {
  color: #455854;
  background-color: #d6dfdd;
}
.list-group-item-teal-light.list-group-item-action.active {
  color: #fff;
  background-color: #455854;
  border-color: #455854;
}

.list-group-item-blue-light {
  color: #354c56;
  background-color: #e6f2f7;
}
.list-group-item-blue-light.list-group-item-action:hover, .list-group-item-blue-light.list-group-item-action:focus {
  color: #354c56;
  background-color: #cfdade;
}
.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #354c56;
  border-color: #354c56;
}

.list-group-item-purple-light {
  color: #584e5d;
  background-color: #f8f3fa;
}
.list-group-item-purple-light.list-group-item-action:hover, .list-group-item-purple-light.list-group-item-action:focus {
  color: #584e5d;
  background-color: #dfdbe1;
}
.list-group-item-purple-light.list-group-item-action.active {
  color: #fff;
  background-color: #584e5d;
  border-color: #584e5d;
}

.list-group-item-red-light {
  color: #925854;
  background-color: #fde9e8;
}
.list-group-item-red-light.list-group-item-action:hover, .list-group-item-red-light.list-group-item-action:focus {
  color: #925854;
  background-color: #e4d2d1;
}
.list-group-item-red-light.list-group-item-action.active {
  color: #fff;
  background-color: #925854;
  border-color: #925854;
}

.list-group-item-green-lighter {
  color: #4e5846;
  background-color: #f3f8ef;
}
.list-group-item-green-lighter.list-group-item-action:hover, .list-group-item-green-lighter.list-group-item-action:focus {
  color: #4e5846;
  background-color: #dbdfd7;
}
.list-group-item-green-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #4e5846;
  border-color: #4e5846;
}

.list-group-item-orange-lighter {
  color: #655d58;
  background-color: #fefbf8;
}
.list-group-item-orange-lighter.list-group-item-action:hover, .list-group-item-orange-lighter.list-group-item-action:focus {
  color: #655d58;
  background-color: #e5e2df;
}
.list-group-item-orange-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #655d58;
  border-color: #655d58;
}

.list-group-item-teal-lighter {
  color: #565e5c;
  background-color: #f7fbfa;
}
.list-group-item-teal-lighter.list-group-item-action:hover, .list-group-item-teal-lighter.list-group-item-action:focus {
  color: #565e5c;
  background-color: #dee2e1;
}
.list-group-item-teal-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #565e5c;
  border-color: #565e5c;
}

.list-group-item-blue-lighter {
  color: #525c5f;
  background-color: #f5fafb;
}
.list-group-item-blue-lighter.list-group-item-action:hover, .list-group-item-blue-lighter.list-group-item-action:focus {
  color: #525c5f;
  background-color: #dde1e2;
}
.list-group-item-blue-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #525c5f;
  border-color: #525c5f;
}

.list-group-item-purple-lighter {
  color: #5d5960;
  background-color: #fbf9fc;
}
.list-group-item-purple-lighter.list-group-item-action:hover, .list-group-item-purple-lighter.list-group-item-action:focus {
  color: #5d5960;
  background-color: #e2e0e3;
}
.list-group-item-purple-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #5d5960;
  border-color: #5d5960;
}

.list-group-item-red-lighter {
  color: #605151;
  background-color: #fcf4f4;
}
.list-group-item-red-lighter.list-group-item-action:hover, .list-group-item-red-lighter.list-group-item-action:focus {
  color: #605151;
  background-color: #e3dcdc;
}
.list-group-item-red-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #605151;
  border-color: #605151;
}

.list-group-item-green-lightest {
  color: #565d4d;
  background-color: #f7faf3;
}
.list-group-item-green-lightest.list-group-item-action:hover, .list-group-item-green-lightest.list-group-item-action:focus {
  color: #565d4d;
  background-color: #dee1db;
}
.list-group-item-green-lightest.list-group-item-action.active {
  color: #fff;
  background-color: #565d4d;
  border-color: #565d4d;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

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

.list-group-item-black-contrast1 {
  color: #10222d;
  background-color: #d1d7db;
}
.list-group-item-black-contrast1.list-group-item-action:hover, .list-group-item-black-contrast1.list-group-item-action:focus {
  color: #10222d;
  background-color: #bcc2c5;
}
.list-group-item-black-contrast1.list-group-item-action.active {
  color: #fff;
  background-color: #10222d;
  border-color: #10222d;
}

.list-group-item-black-contrast2 {
  color: #25343d;
  background-color: #d8dde0;
}
.list-group-item-black-contrast2.list-group-item-action:hover, .list-group-item-black-contrast2.list-group-item-action:focus {
  color: #25343d;
  background-color: #c2c7ca;
}
.list-group-item-black-contrast2.list-group-item-action.active {
  color: #fff;
  background-color: #25343d;
  border-color: #25343d;
}

.list-group-item-black-contrast3 {
  color: #636363;
  background-color: #fdfefe;
}
.list-group-item-black-contrast3.list-group-item-action:hover, .list-group-item-black-contrast3.list-group-item-action:focus {
  color: #636363;
  background-color: #e4e5e5;
}
.list-group-item-black-contrast3.list-group-item-action.active {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.list-group-item-gray-light {
  color: #595a5c;
  background-color: #f8f9fa;
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #595a5c;
  background-color: #dfe0e1;
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #595a5c;
  border-color: #595a5c;
}

.list-group-item-gray {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-gray-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-page-intro {
  color: #565d4d;
  background-color: #f7faf3;
}
.list-group-item-page-intro.list-group-item-action:hover, .list-group-item-page-intro.list-group-item-action:focus {
  color: #565d4d;
  background-color: #dee1db;
}
.list-group-item-page-intro.list-group-item-action.active {
  color: #fff;
  background-color: #565d4d;
  border-color: #565d4d;
}

.list-group-item-green-dark {
  color: #4f6d50;
  background-color: #e6f0e7;
}
.list-group-item-green-dark.list-group-item-action:hover, .list-group-item-green-dark.list-group-item-action:focus {
  color: #4f6d50;
  background-color: #cfd8d0;
}
.list-group-item-green-dark.list-group-item-action.active {
  color: #fff;
  background-color: #4f6d50;
  border-color: #4f6d50;
}

.list-group-item-searchbarGreen {
  color: #224b32;
  background-color: #d7e5dd;
}
.list-group-item-searchbarGreen.list-group-item-action:hover, .list-group-item-searchbarGreen.list-group-item-action:focus {
  color: #224b32;
  background-color: #c2cec7;
}
.list-group-item-searchbarGreen.list-group-item-action.active {
  color: #fff;
  background-color: #224b32;
  border-color: #224b32;
}

.list-group-item-brown {
  color: #4c300d;
  background-color: #e5dcd0;
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #4c300d;
  background-color: #cec6bb;
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #4c300d;
  border-color: #4c300d;
}

.list-group-item-diagram-yellow {
  color: #8f440a;
  background-color: #fce3cf;
}
.list-group-item-diagram-yellow.list-group-item-action:hover, .list-group-item-diagram-yellow.list-group-item-action:focus {
  color: #8f440a;
  background-color: #e3ccba;
}
.list-group-item-diagram-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #8f440a;
  border-color: #8f440a;
}

.list-group-item-diagram-yellow-light {
  color: #63441a;
  background-color: #fdeed9;
}
.list-group-item-diagram-yellow-light.list-group-item-action:hover, .list-group-item-diagram-yellow-light.list-group-item-action:focus {
  color: #63441a;
  background-color: #e4d6c3;
}
.list-group-item-diagram-yellow-light.list-group-item-action.active {
  color: #fff;
  background-color: #63441a;
  border-color: #63441a;
}

.list-group-item-diagram-brown {
  color: #4c300d;
  background-color: #e5dcd0;
}
.list-group-item-diagram-brown.list-group-item-action:hover, .list-group-item-diagram-brown.list-group-item-action:focus {
  color: #4c300d;
  background-color: #cec6bb;
}
.list-group-item-diagram-brown.list-group-item-action.active {
  color: #fff;
  background-color: #4c300d;
  border-color: #4c300d;
}

.list-group-item-diagram-brown-light {
  color: #6b562d;
  background-color: #f0e9db;
}
.list-group-item-diagram-brown-light.list-group-item-action:hover, .list-group-item-diagram-brown-light.list-group-item-action:focus {
  color: #6b562d;
  background-color: #d8d2c5;
}
.list-group-item-diagram-brown-light.list-group-item-action.active {
  color: #fff;
  background-color: #6b562d;
  border-color: #6b562d;
}

.list-group-item-diagram-blue {
  color: #2d6977;
  background-color: #dbeff4;
}
.list-group-item-diagram-blue.list-group-item-action:hover, .list-group-item-diagram-blue.list-group-item-action:focus {
  color: #2d6977;
  background-color: #c5d7dc;
}
.list-group-item-diagram-blue.list-group-item-action.active {
  color: #fff;
  background-color: #2d6977;
  border-color: #2d6977;
}

.list-group-item-diagram-blue-light {
  color: #354c56;
  background-color: #e6f2f7;
}
.list-group-item-diagram-blue-light.list-group-item-action:hover, .list-group-item-diagram-blue-light.list-group-item-action:focus {
  color: #354c56;
  background-color: #cfdade;
}
.list-group-item-diagram-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #354c56;
  border-color: #354c56;
}

.list-group-item-diagram-pink {
  color: #675073;
  background-color: #eee7f2;
}
.list-group-item-diagram-pink.list-group-item-action:hover, .list-group-item-diagram-pink.list-group-item-action:focus {
  color: #675073;
  background-color: #d6d0da;
}
.list-group-item-diagram-pink.list-group-item-action.active {
  color: #fff;
  background-color: #675073;
  border-color: #675073;
}

.list-group-item-diagram-pink-light {
  color: #7a4d6a;
  background-color: #f5e6ef;
}
.list-group-item-diagram-pink-light.list-group-item-action:hover, .list-group-item-diagram-pink-light.list-group-item-action:focus {
  color: #7a4d6a;
  background-color: #ddcfd7;
}
.list-group-item-diagram-pink-light.list-group-item-action.active {
  color: #fff;
  background-color: #7a4d6a;
  border-color: #7a4d6a;
}

.list-group-item-diagram-dark {
  color: #283339;
  background-color: #d9dddf;
}
.list-group-item-diagram-dark.list-group-item-action:hover, .list-group-item-diagram-dark.list-group-item-action:focus {
  color: #283339;
  background-color: #c3c7c9;
}
.list-group-item-diagram-dark.list-group-item-action.active {
  color: #fff;
  background-color: #283339;
  border-color: #283339;
}

.list-group-item-diagram-dark-light {
  color: #4e585e;
  background-color: #e6e9eb;
}
.list-group-item-diagram-dark-light.list-group-item-action:hover, .list-group-item-diagram-dark-light.list-group-item-action:focus {
  color: #4e585e;
  background-color: #cfd2d4;
}
.list-group-item-diagram-dark-light.list-group-item-action.active {
  color: #fff;
  background-color: #4e585e;
  border-color: #4e585e;
}

.list-group-item-gray-100 {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-gray-150 {
  color: #626161;
  background-color: #fdfdfd;
}
.list-group-item-gray-150.list-group-item-action:hover, .list-group-item-gray-150.list-group-item-action:focus {
  color: #626161;
  background-color: #e4e4e4;
}
.list-group-item-gray-150.list-group-item-action.active {
  color: #fff;
  background-color: #626161;
  border-color: #626161;
}

.list-group-item-gray-200 {
  color: #5d5e60;
  background-color: #fbfbfc;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #5d5e60;
  background-color: #e2e2e3;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}

.list-group-item-gray-300 {
  color: #595a5c;
  background-color: #f8f9fa;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #595a5c;
  background-color: #dfe0e1;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #595a5c;
  border-color: #595a5c;
}

.list-group-item-gray-400 {
  color: #525557;
  background-color: #f5f6f8;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #525557;
  background-color: #dddddf;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #525557;
  border-color: #525557;
}

.list-group-item-gray-500 {
  color: #686d71;
  background-color: #eff0f2;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #686d71;
  background-color: #d7d8da;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}

.list-group-item-gray-600 {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-gray-700 {
  color: #2c3034;
  background-color: #dbdcdd;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #2c3034;
  background-color: #c5c6c7;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034;
}

.list-group-item-gray-800 {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-gray-900 {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.25rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal, .dm-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.3rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.3rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog, .fade.dm-modal .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog, .fade.dm-modal .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog, .show.dm-modal .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog, .modal-static.dm-modal .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable, .dm-modal .modal-dialog {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content, .dm-modal .modal-dialog .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-content.overflow-unset, .dm-modal .modal-dialog .modal-content.overflow-unset {
  overflow: unset;
}
.modal-dialog-scrollable .modal-body, .dm-modal .modal-dialog .modal-body {
  overflow-y: auto;
}
.modal-dialog-scrollable .modal-body.overflow-unset, .dm-modal .modal-dialog .modal-body.overflow-unset {
  overflow: unset;
}

#namedcolors a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 1px 1px 0 0;
  overflow: hidden;
}

.modal-dialog-centered, .dm-modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal, .dm-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/* css für alte TinyDialoge übernehmen */
a.pickcolor, a.browse {
  text-decoration: none;
}

a.browse span {
  display: block;
  width: 20px;
  height: 18px;
  background: url(/tools/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif) -860px 0;
  border: 1px solid #FFF;
  margin-left: 1px;
}

.mceOldBoxModel a.browse span {
  width: 22px;
  height: 20px;
}

a.browse:hover span {
  border: 1px solid #0A246A;
  background-color: #B2BBD0;
}

a.browse span.disabled {
  border: 1px solid white;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
}

a.browse:hover span.disabled {
  border: 1px solid white;
  background-color: transparent;
}

a.pickcolor span {
  display: block;
  width: 20px;
  height: 16px;
  background: url(/tools/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif) -840px 0;
  margin-left: 2px;
}

.mceOldBoxModel a.pickcolor span {
  width: 21px;
  height: 17px;
}

a.pickcolor:hover span {
  background-color: #B2BBD0;
}

/* Charmap */
table.charmap {
  border: 1px solid #AAA;
  text-align: center;
}

td.charmap, #charmap a {
  width: 20px;
  height: 20px;
  color: #000;
  border: 1px solid #AAA;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  line-height: 20px;
}

.charmaplink {
  display: block;
  color: #000;
  text-decoration: none;
  border: 0;
}
.charmaplink:hover {
  background: #CCC;
  color: #2B6FB6;
}
.charmaplink #codeN {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.charmaplink #codeV {
  font-size: 40px;
  height: 80px;
  border: 1px solid #AAA;
  text-align: center;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.65625rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.25rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.65625rem;
  --bs-popover-bg: #397D54;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: #397D54;
  --bs-popover-border-radius: 0.3rem;
  --bs-popover-inner-border-radius: calc(0.3rem - 1px);
  --bs-popover-box-shadow: none;
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.75rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #4f8652;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #fff;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.8s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.8s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.8s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.8s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.8s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: transform 0.8s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .portlet .portlet-title .tools-tab a.placeholder::before, .placeholder.inact-ghost::before, .placeholder.inact::before, .placeholder.act-ghost::before, .placeholder.act::before, .placeholder.inact2-ghost::before, .placeholder.inact2::before, .placeholder.dmButton-ghost::before, .dm-modal .modal-dialog a.placeholder.dmButtonCancel::before, .placeholder.dmButton::before, .dm-modal .modal-dialog a.placeholder.dmButtonOk::before, .dm-modal .modal-dialog a.placeholder.dmButtonDelete::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(61, 86, 102, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(57, 125, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(75, 175, 198, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(239, 113, 17, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(232, 113, 107, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 248, 248, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-theme {
  color: #fff !important;
  background-color: RGBA(61, 86, 102, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-theme-gray {
  color: #000 !important;
  background-color: RGBA(228, 230, 232, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-theme-bg {
  color: #000 !important;
  background-color: RGBA(201, 218, 196, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-theme-light {
  color: #000 !important;
  background-color: RGBA(177, 187, 194, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-theme-lighter {
  color: #000 !important;
  background-color: RGBA(216, 221, 224, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-error-color {
  color: #fff !important;
  background-color: RGBA(185, 27, 27, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green {
  color: #fff !important;
  background-color: RGBA(57, 125, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(234, 176, 80, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal {
  color: #000 !important;
  background-color: RGBA(121, 198, 196, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #000 !important;
  background-color: RGBA(75, 175, 198, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple {
  color: #000 !important;
  background-color: RGBA(172, 134, 191, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red {
  color: #000 !important;
  background-color: RGBA(232, 113, 107, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-light {
  color: #000 !important;
  background-color: RGBA(110, 156, 117, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-light {
  color: #000 !important;
  background-color: RGBA(252, 210, 167, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-light {
  color: #000 !important;
  background-color: RGBA(172, 221, 211, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-light {
  color: #000 !important;
  background-color: RGBA(132, 191, 216, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-light {
  color: #000 !important;
  background-color: RGBA(221, 196, 232, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-light {
  color: #000 !important;
  background-color: RGBA(244, 147, 140, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-lighter {
  color: #000 !important;
  background-color: RGBA(196, 219, 175, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-lighter {
  color: #000 !important;
  background-color: RGBA(252, 233, 219, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-teal-lighter {
  color: #000 !important;
  background-color: RGBA(214, 234, 229, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-lighter {
  color: #000 !important;
  background-color: RGBA(204, 230, 237, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-lighter {
  color: #000 !important;
  background-color: RGBA(233, 223, 239, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-lighter {
  color: #000 !important;
  background-color: RGBA(239, 202, 202, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-lightest {
  color: #000 !important;
  background-color: RGBA(214, 232, 193, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black-contrast1 {
  color: #fff !important;
  background-color: RGBA(26, 56, 75, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black-contrast2 {
  color: #fff !important;
  background-color: RGBA(61, 86, 102, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black-contrast3 {
  color: #000 !important;
  background-color: RGBA(247, 248, 248, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-light {
  color: #000 !important;
  background-color: RGBA(222, 226, 230, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-dark {
  color: #fff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-page-intro {
  color: #000 !important;
  background-color: RGBA(214, 232, 193, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-dark {
  color: #000 !important;
  background-color: RGBA(131, 181, 133, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-searchbarGreen {
  color: #fff !important;
  background-color: RGBA(57, 125, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-brown {
  color: #fff !important;
  background-color: RGBA(126, 80, 22, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-yellow {
  color: #000 !important;
  background-color: RGBA(239, 113, 17, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-yellow-light {
  color: #000 !important;
  background-color: RGBA(247, 170, 66, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-brown {
  color: #fff !important;
  background-color: RGBA(126, 80, 22, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-brown-light {
  color: #000 !important;
  background-color: RGBA(179, 143, 75, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-blue {
  color: #000 !important;
  background-color: RGBA(75, 175, 198, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-blue-light {
  color: #000 !important;
  background-color: RGBA(132, 191, 216, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-pink {
  color: #000 !important;
  background-color: RGBA(172, 134, 191, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-pink-light {
  color: #000 !important;
  background-color: RGBA(204, 128, 176, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-dark {
  color: #fff !important;
  background-color: RGBA(66, 85, 95, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-diagram-dark-light {
  color: #000 !important;
  background-color: RGBA(130, 147, 156, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-100 {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-150 {
  color: #000 !important;
  background-color: RGBA(244, 243, 243, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(233, 236, 239, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-300 {
  color: #000 !important;
  background-color: RGBA(222, 226, 230, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-400 {
  color: #000 !important;
  background-color: RGBA(206, 212, 218, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-500 {
  color: #000 !important;
  background-color: RGBA(173, 181, 189, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-600 {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-700 {
  color: #fff !important;
  background-color: RGBA(73, 80, 87, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-800 {
  color: #fff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-900 {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #3D5666 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #344957 !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #5c636a !important;
}

.link-success {
  color: #397D54 !important;
}
.link-success:hover, .link-success:focus {
  color: #306a47 !important;
}

.link-info {
  color: #4BAFC6 !important;
}
.link-info:hover, .link-info:focus {
  color: #66bbcf !important;
}

.link-warning {
  color: #ef7111 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #f18635 !important;
}

.link-danger {
  color: #E8716B !important;
}
.link-danger:hover, .link-danger:focus {
  color: #eb8681 !important;
}

.link-light {
  color: #f8f8f8 !important;
}
.link-light:hover, .link-light:focus {
  color: #f9f9f9 !important;
}

.link-dark {
  color: #343a40 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #2c3136 !important;
}

.link-theme {
  color: #3D5666 !important;
}
.link-theme:hover, .link-theme:focus {
  color: #344957 !important;
}

.link-theme-gray {
  color: #e4e6e8 !important;
}
.link-theme-gray:hover, .link-theme-gray:focus {
  color: #e8eaeb !important;
}

.link-theme-bg {
  color: #c9dac4 !important;
}
.link-theme-bg:hover, .link-theme-bg:focus {
  color: #d1e0cd !important;
}

.link-theme-light {
  color: #b1bbc2 !important;
}
.link-theme-light:hover, .link-theme-light:focus {
  color: #bdc5cb !important;
}

.link-theme-lighter {
  color: #d8dde0 !important;
}
.link-theme-lighter:hover, .link-theme-lighter:focus {
  color: #dee2e5 !important;
}

.link-error-color {
  color: #b91b1b !important;
}
.link-error-color:hover, .link-error-color:focus {
  color: #9d1717 !important;
}

.link-green {
  color: #397D54 !important;
}
.link-green:hover, .link-green:focus {
  color: #306a47 !important;
}

.link-orange {
  color: #EAB050 !important;
}
.link-orange:hover, .link-orange:focus {
  color: #edbc6a !important;
}

.link-teal {
  color: #79C6C4 !important;
}
.link-teal:hover, .link-teal:focus {
  color: #8dcfcd !important;
}

.link-blue {
  color: #4BAFC6 !important;
}
.link-blue:hover, .link-blue:focus {
  color: #66bbcf !important;
}

.link-purple {
  color: #AC86BF !important;
}
.link-purple:hover, .link-purple:focus {
  color: #b898c9 !important;
}

.link-red {
  color: #E8716B !important;
}
.link-red:hover, .link-red:focus {
  color: #eb8681 !important;
}

.link-green-light {
  color: #6E9C75 !important;
}
.link-green-light:hover, .link-green-light:focus {
  color: #84ab8a !important;
}

.link-orange-light {
  color: #FCD2A7 !important;
}
.link-orange-light:hover, .link-orange-light:focus {
  color: #fcd9b4 !important;
}

.link-teal-light {
  color: #ACDDD3 !important;
}
.link-teal-light:hover, .link-teal-light:focus {
  color: #b8e2da !important;
}

.link-blue-light {
  color: #84BFD8 !important;
}
.link-blue-light:hover, .link-blue-light:focus {
  color: #96c9de !important;
}

.link-purple-light {
  color: #DDC4E8 !important;
}
.link-purple-light:hover, .link-purple-light:focus {
  color: #e2cdeb !important;
}

.link-red-light {
  color: #F4938C !important;
}
.link-red-light:hover, .link-red-light:focus {
  color: #f6a39d !important;
}

.link-green-lighter {
  color: #C4DBAF !important;
}
.link-green-lighter:hover, .link-green-lighter:focus {
  color: #cde0bb !important;
}

.link-orange-lighter {
  color: #FCE9DB !important;
}
.link-orange-lighter:hover, .link-orange-lighter:focus {
  color: #fcece0 !important;
}

.link-teal-lighter {
  color: #D6EAE5 !important;
}
.link-teal-lighter:hover, .link-teal-lighter:focus {
  color: #dcede9 !important;
}

.link-blue-lighter {
  color: #CCE6ED !important;
}
.link-blue-lighter:hover, .link-blue-lighter:focus {
  color: #d4eaf0 !important;
}

.link-purple-lighter {
  color: #E9DFEF !important;
}
.link-purple-lighter:hover, .link-purple-lighter:focus {
  color: #ece4f1 !important;
}

.link-red-lighter {
  color: #EFCACA !important;
}
.link-red-lighter:hover, .link-red-lighter:focus {
  color: #f1d2d2 !important;
}

.link-green-lightest {
  color: #D6E8C1 !important;
}
.link-green-lightest:hover, .link-green-lightest:focus {
  color: #dcebca !important;
}

.link-white {
  color: #fff !important;
}
.link-white:hover, .link-white:focus {
  color: white !important;
}

.link-black {
  color: #000 !important;
}
.link-black:hover, .link-black:focus {
  color: black !important;
}

.link-black-contrast1 {
  color: #1A384B !important;
}
.link-black-contrast1:hover, .link-black-contrast1:focus {
  color: #163040 !important;
}

.link-black-contrast2 {
  color: #3D5666 !important;
}
.link-black-contrast2:hover, .link-black-contrast2:focus {
  color: #344957 !important;
}

.link-black-contrast3 {
  color: #F7F8F8 !important;
}
.link-black-contrast3:hover, .link-black-contrast3:focus {
  color: #f8f9f9 !important;
}

.link-gray-light {
  color: #dee2e6 !important;
}
.link-gray-light:hover, .link-gray-light:focus {
  color: #e3e6ea !important;
}

.link-gray {
  color: #6c757d !important;
}
.link-gray:hover, .link-gray:focus {
  color: #5c636a !important;
}

.link-gray-dark {
  color: #343a40 !important;
}
.link-gray-dark:hover, .link-gray-dark:focus {
  color: #2c3136 !important;
}

.link-page-intro {
  color: #D6E8C1 !important;
}
.link-page-intro:hover, .link-page-intro:focus {
  color: #dcebca !important;
}

.link-green-dark {
  color: #83B585 !important;
}
.link-green-dark:hover, .link-green-dark:focus {
  color: #96c097 !important;
}

.link-searchbarGreen {
  color: #397D54 !important;
}
.link-searchbarGreen:hover, .link-searchbarGreen:focus {
  color: #306a47 !important;
}

.link-brown {
  color: #7e5016 !important;
}
.link-brown:hover, .link-brown:focus {
  color: #6b4413 !important;
}

.link-diagram-yellow {
  color: #ef7111 !important;
}
.link-diagram-yellow:hover, .link-diagram-yellow:focus {
  color: #f18635 !important;
}

.link-diagram-yellow-light {
  color: #f7aa42 !important;
}
.link-diagram-yellow-light:hover, .link-diagram-yellow-light:focus {
  color: #f8b75e !important;
}

.link-diagram-brown {
  color: #7e5016 !important;
}
.link-diagram-brown:hover, .link-diagram-brown:focus {
  color: #6b4413 !important;
}

.link-diagram-brown-light {
  color: #b38f4b !important;
}
.link-diagram-brown-light:hover, .link-diagram-brown-light:focus {
  color: #bea066 !important;
}

.link-diagram-blue {
  color: #4BAFC6 !important;
}
.link-diagram-blue:hover, .link-diagram-blue:focus {
  color: #66bbcf !important;
}

.link-diagram-blue-light {
  color: #84BFD8 !important;
}
.link-diagram-blue-light:hover, .link-diagram-blue-light:focus {
  color: #96c9de !important;
}

.link-diagram-pink {
  color: #AC86BF !important;
}
.link-diagram-pink:hover, .link-diagram-pink:focus {
  color: #b898c9 !important;
}

.link-diagram-pink-light {
  color: #cc80b0 !important;
}
.link-diagram-pink-light:hover, .link-diagram-pink-light:focus {
  color: #d493bc !important;
}

.link-diagram-dark {
  color: #42555f !important;
}
.link-diagram-dark:hover, .link-diagram-dark:focus {
  color: #384851 !important;
}

.link-diagram-dark-light {
  color: #82939c !important;
}
.link-diagram-dark-light:hover, .link-diagram-dark-light:focus {
  color: #95a3ab !important;
}

.link-gray-100 {
  color: #f8f9fa !important;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #f9fafb !important;
}

.link-gray-150 {
  color: #f4f3f3 !important;
}
.link-gray-150:hover, .link-gray-150:focus {
  color: #f6f5f5 !important;
}

.link-gray-200 {
  color: #e9ecef !important;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: #eceff1 !important;
}

.link-gray-300 {
  color: #dee2e6 !important;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #e3e6ea !important;
}

.link-gray-400 {
  color: #ced4da !important;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #d5dae0 !important;
}

.link-gray-500 {
  color: #adb5bd !important;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #b9c0c7 !important;
}

.link-gray-600 {
  color: #6c757d !important;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #5c636a !important;
}

.link-gray-700 {
  color: #495057 !important;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: #3e444a !important;
}

.link-gray-800 {
  color: #343a40 !important;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: #2c3136 !important;
}

.link-gray-900 {
  color: #212529 !important;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: #1c1f23 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle, .navbar.dmNav .nav-btn .nav-badge {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border, .dm-modal .modal-dialog .modal-body > pre.bounce-info {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-theme {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-theme-rgb), var(--bs-border-opacity)) !important;
}

.border-theme-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-theme-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-theme-bg {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-theme-bg-rgb), var(--bs-border-opacity)) !important;
}

.border-theme-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-theme-light-rgb), var(--bs-border-opacity)) !important;
}

.border-theme-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-theme-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-error-color {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-error-color-rgb), var(--bs-border-opacity)) !important;
}

.border-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}

.border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}

.border-teal {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
}

.border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}

.border-red {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}

.border-green-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-light-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-light-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-light-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-light-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-light-rgb), var(--bs-border-opacity)) !important;
}

.border-red-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-light-rgb), var(--bs-border-opacity)) !important;
}

.border-green-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-teal-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-purple-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-red-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-green-lightest {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-lightest-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-black-contrast1 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-contrast1-rgb), var(--bs-border-opacity)) !important;
}

.border-black-contrast2 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-contrast2-rgb), var(--bs-border-opacity)) !important;
}

.border-black-contrast3 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-contrast3-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-light-rgb), var(--bs-border-opacity)) !important;
}

.border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-page-intro {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-page-intro-rgb), var(--bs-border-opacity)) !important;
}

.border-green-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-searchbarGreen {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-searchbarGreen-rgb), var(--bs-border-opacity)) !important;
}

.border-brown {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-brown-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-yellow {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-yellow-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-yellow-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-yellow-light-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-brown {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-brown-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-brown-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-brown-light-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-blue-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-blue-light-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-pink {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-pink-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-pink-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-pink-light-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-diagram-dark-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-diagram-dark-light-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-150 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-150-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.border-1, .dm-modal .modal-dialog .modal-body > pre.bounce-info {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-center, .portlet .portlet-title .tools-button {
  align-self: center !important;
}

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

.mx-0, .contentbox.contentbox-settings .body .row, .contentbox.contentbox-settings .body .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .contentbox.contentbox-settings .body .pf-element-group, .contentbox.contentbox-settings .body .info_row, .contentbox.contentbox-settings .body .field-rules .rules-row, .field-rules .contentbox.contentbox-settings .body .rules-row, .contentbox.contentbox-settings .body .field-rules .rules-row-fixed-bottom, .field-rules .contentbox.contentbox-settings .body .rules-row-fixed-bottom, .contentbox.contentbox-settings .body .new-field-rule .rules-row, .new-field-rule .contentbox.contentbox-settings .body .rules-row, .contentbox.contentbox-settings .body .new-field-rule .rules-row-fixed-bottom, .new-field-rule .contentbox.contentbox-settings .body .rules-row-fixed-bottom, .contentbox .body .row-settings {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

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

.mx-3, .dmTabs .tab-content {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2, .buttons {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

.fw-semibold {
  font-weight: 600 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, option.grNoLimit, .dropdown-item.grNoLimit, span.grNoLimit {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-rgb), var(--bs-text-opacity)) !important;
}

.text-theme-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-theme-bg {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-bg-rgb), var(--bs-text-opacity)) !important;
}

.text-theme-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-light-rgb), var(--bs-text-opacity)) !important;
}

.text-theme-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-theme-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-error-color {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-error-color-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-teal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}

.text-red, option.grLimitReached, .dropdown-item.grLimitReached, span.grLimitReached {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-green-light, option.grLimit, .dropdown-item.grLimit, span.grLimit {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-light-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-light-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-light-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-light-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-light-rgb), var(--bs-text-opacity)) !important;
}

.text-red-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-light-rgb), var(--bs-text-opacity)) !important;
}

.text-green-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-teal-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-purple-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-red-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-green-lightest {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-lightest-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-black-contrast1 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-contrast1-rgb), var(--bs-text-opacity)) !important;
}

.text-black-contrast2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-contrast2-rgb), var(--bs-text-opacity)) !important;
}

.text-black-contrast3 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-contrast3-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-light-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-page-intro {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-page-intro-rgb), var(--bs-text-opacity)) !important;
}

.text-green-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-searchbarGreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-searchbarGreen-rgb), var(--bs-text-opacity)) !important;
}

.text-brown {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-yellow-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-yellow-light-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-brown {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-brown-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-brown-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-brown-light-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-blue-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-blue-light-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-pink-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-pink-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-pink-light-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-diagram-dark-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-diagram-dark-light-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-150 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-150-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light, .cet_info .time-box.time-box-client {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-theme, .pyjama-even-theme > *:nth-child(even), .pyjama-odd-theme > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-theme-rgb), var(--bs-bg-opacity)) !important;
}

.bg-theme-gray, .pyjama-even-theme-gray > *:nth-child(even), .pyjama-odd-theme-gray > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-theme-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-theme-bg, .pyjama-even-theme-bg > *:nth-child(even), .pyjama-odd-theme-bg > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-theme-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-theme-light, .pyjama-even-theme-light > *:nth-child(even), .pyjama-odd-theme-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-theme-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-theme-lighter, .pyjama-even-theme-lighter > *:nth-child(even), .pyjama-odd-theme-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-theme-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-error-color, .pyjama-even-error-color > *:nth-child(even), .pyjama-odd-error-color > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-error-color-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green, .pyjama-even-green > *:nth-child(even), .pyjama-odd-green > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange, .pyjama-even-orange > *:nth-child(even), .pyjama-odd-orange > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal, .pyjama-even-teal > *:nth-child(even), .pyjama-odd-teal > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue, .pyjama-even-blue > *:nth-child(even), .pyjama-odd-blue > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple, .pyjama-even-purple > *:nth-child(even), .pyjama-odd-purple > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red, .pyjama-even-red > *:nth-child(even), .pyjama-odd-red > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-light, .pyjama-even-green-light > *:nth-child(even), .pyjama-odd-green-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-light, .pyjama-even-orange-light > *:nth-child(even), .pyjama-odd-orange-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-light, .pyjama-even-teal-light > *:nth-child(even), .pyjama-odd-teal-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-light, .pyjama-even-blue-light > *:nth-child(even), .pyjama-odd-blue-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-light, .pyjama-even-purple-light > *:nth-child(even), .pyjama-odd-purple-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-light, .pyjama-even-red-light > *:nth-child(even), .pyjama-odd-red-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-lighter, .pyjama-even-green-lighter > *:nth-child(even), .pyjama-odd-green-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-lighter, .pyjama-even-orange-lighter > *:nth-child(even), .pyjama-odd-orange-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-lighter, .pyjama-even-teal-lighter > *:nth-child(even), .pyjama-odd-teal-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-lighter, .pyjama-even-blue-lighter > *:nth-child(even), .pyjama-odd-blue-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-lighter, .pyjama-even-purple-lighter > *:nth-child(even), .pyjama-odd-purple-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-lighter, .pyjama-even-red-lighter > *:nth-child(even), .pyjama-odd-red-lighter > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-lightest, .pyjama-even-green-lightest > *:nth-child(even), .pyjama-odd-green-lightest > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-lightest-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white, .pyjama-even-white > *:nth-child(even), .pyjama-odd-white > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black, .pyjama-even-black > *:nth-child(even), .pyjama-odd-black > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-contrast1, .pyjama-even-black-contrast1 > *:nth-child(even), .pyjama-odd-black-contrast1 > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-contrast1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-contrast2, .pyjama-even-black-contrast2 > *:nth-child(even), .pyjama-odd-black-contrast2 > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-contrast2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-contrast3, .pyjama-even-black-contrast3 > *:nth-child(even), .pyjama-odd-black-contrast3 > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-contrast3-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-light, .pyjama-even-gray-light > *:nth-child(even), .pyjama-odd-gray-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray, .pyjama-even-gray > *:nth-child(even), .pyjama-odd-gray > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-dark, .pyjama-even-gray-dark > *:nth-child(even), .pyjama-odd-gray-dark > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-page-intro, .pyjama-even-page-intro > *:nth-child(even), .pyjama-odd-page-intro > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-page-intro-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-dark, .pyjama-even-green-dark > *:nth-child(even), .pyjama-odd-green-dark > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-searchbarGreen, .pyjama-even-searchbarGreen > *:nth-child(even), .pyjama-odd-searchbarGreen > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-searchbarGreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-brown, .pyjama-even-brown > *:nth-child(even), .pyjama-odd-brown > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-brown-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-yellow, .pyjama-even-diagram-yellow > *:nth-child(even), .pyjama-odd-diagram-yellow > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-yellow-light, .pyjama-even-diagram-yellow-light > *:nth-child(even), .pyjama-odd-diagram-yellow-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-yellow-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-brown, .pyjama-even-diagram-brown > *:nth-child(even), .pyjama-odd-diagram-brown > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-brown-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-brown-light, .pyjama-even-diagram-brown-light > *:nth-child(even), .pyjama-odd-diagram-brown-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-brown-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-blue, .pyjama-even-diagram-blue > *:nth-child(even), .pyjama-odd-diagram-blue > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-blue-light, .pyjama-even-diagram-blue-light > *:nth-child(even), .pyjama-odd-diagram-blue-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-blue-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-pink, .pyjama-even-diagram-pink > *:nth-child(even), .pyjama-odd-diagram-pink > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-pink-light, .pyjama-even-diagram-pink-light > *:nth-child(even), .pyjama-odd-diagram-pink-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-pink-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-dark, .pyjama-even-diagram-dark > *:nth-child(even), .pyjama-odd-diagram-dark > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-diagram-dark-light, .pyjama-even-diagram-dark-light > *:nth-child(even), .pyjama-odd-diagram-dark-light > *:nth-child(odd) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-diagram-dark-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-150 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-150-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle, #plugin_18_css h1.dmBadge, #plugin_18_css .dmBadge.h1 {
  border-radius: 50% !important;
}

.rounded-pill, .navbar.dmNav .nav-btn .nav-badge {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom, #offcanvasTopSearch .topSearchKategories .topSearchKategoriesInner {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.625rem !important;
  }
  .fs-2 {
    font-size: 1.5rem !important;
  }
  .fs-3 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * info https://fontawesome.com/v5/search?o=r&m=free
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("_fonts/fontawesome-6.5.1-web/fa-regular-400.woff2") format("woff2"), url("_fonts/fontawesome-6.5.1-web/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("_fonts/fontawesome-6.5.1-web/fa-solid-900.woff2") format("woff2"), url("_fonts/fontawesome-6.5.1-web/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("_fonts/fontawesome-6.5.1-web/fa-brands-400.woff2") format("woff2"), url("_fonts/fontawesome-6.5.1-web/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa, .dashboard-help-icon.tips-engine, .dashboard-help-icon.statistik_splittests, .dashboard-help-icon.event_mailings, .dashboard-help-icon.mailing_statistik, .dashboard-help-icon.wetter, .dashboard-help-icon.gruppen, .dashboard-help-icon.daten_aendern, .dashboard-help-icon.bounces, .dashboard-help-icon.anmeldungen, .dashboard-help-icon.active_mailings, .dashboard-help-icon.abmeldungen, div.dashboardBox > .dashboardTitle > .dashboardIcon.tips-engine, div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests, div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings, div.dashboardBox > .dashboardTitle > .dashboardIcon.mailing_statistik, div.dashboardBox > .dashboardTitle > .dashboardIcon.wetter, div.dashboardBox > .dashboardTitle > .dashboardIcon.gruppen, div.dashboardBox > .dashboardTitle > .dashboardIcon.daten_aendern, div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces, div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen, div.dashboardBox > .dashboardTitle > .dashboardIcon.active_mailings, div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen, .fa-envelope-open-percentage:after, .fa-envelope-open-flag-checkered:after, .fa-envelope-times:after, .fa-image-ban:after, .fa-user-chart-bar:after, .fa-chart-bar-stopwatch:after, .fa-file-alt-clock:after, .fa-comment-sync:after, .fa-user-shield-chart-pie:after, .fa-user-shield-plus:after, .fa-flags:after, .fa-user-tie-plus:after, .fa-paragraph-plus:after, .fa-puzzle-piece-plus:after, .fa-wpforms-plus:after, .fa-database-plus:after, .fa-users-plus:after, .fa-envelope-plus:after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .dashboard-help-icon.tips-engine, .dashboard-help-icon.statistik_splittests, .dashboard-help-icon.event_mailings, .dashboard-help-icon.mailing_statistik, .dashboard-help-icon.wetter, .dashboard-help-icon.gruppen, .dashboard-help-icon.daten_aendern, .dashboard-help-icon.bounces, .dashboard-help-icon.anmeldungen, .dashboard-help-icon.active_mailings, .dashboard-help-icon.abmeldungen, div.dashboardBox > .dashboardTitle > .dashboardIcon.tips-engine, div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests, div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings, div.dashboardBox > .dashboardTitle > .dashboardIcon.mailing_statistik, div.dashboardBox > .dashboardTitle > .dashboardIcon.wetter, div.dashboardBox > .dashboardTitle > .dashboardIcon.gruppen, div.dashboardBox > .dashboardTitle > .dashboardIcon.daten_aendern, div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces, div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen, div.dashboardBox > .dashboardTitle > .dashboardIcon.active_mailings, div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen, .fa-envelope-open-percentage:after, .fa-envelope-open-flag-checkered:after, .fa-envelope-times:after, .fa-image-ban:after, .fa-user-chart-bar:after, .fa-chart-bar-stopwatch:after, .fa-file-alt-clock:after, .fa-comment-sync:after, .fa-user-shield-chart-pie:after, .fa-user-shield-plus:after, .fa-flags:after, .fa-user-tie-plus:after, .fa-paragraph-plus:after, .fa-puzzle-piece-plus:after, .fa-wpforms-plus:after, .fa-database-plus:after, .fa-users-plus:after, .fa-envelope-plus:after,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

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

/**
This mixin/function add a plus ath the top right of the icon.
 NOTE: input icons shall be a valid fontawsome icon variable. All variables have $fa-var- prefix.
 */
.fa-envelope-plus {
  position: relative;
  text-align: left;
}
.fa-envelope-plus:before {
  content: "\f0e0";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-envelope-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-envelope-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-envelope-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-envelope-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-envelope-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-envelope-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-envelope-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-envelope-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-envelope-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-envelope-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-envelope-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-users-plus {
  position: relative;
  text-align: left;
}
.fa-users-plus:before {
  content: "\f0c0";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-users-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-users-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-users-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-users-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-users-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-users-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-users-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-users-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-users-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-users-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-users-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-database-plus {
  position: relative;
  text-align: left;
}
.fa-database-plus:before {
  content: "\f1c0";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-database-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-database-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-database-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-database-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-database-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-database-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-database-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-database-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-database-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-database-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-database-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-wpforms-plus {
  position: relative;
  text-align: left;
}
.fa-wpforms-plus:before {
  content: "\f298";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-wpforms-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-wpforms-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-wpforms-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-wpforms-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-wpforms-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-wpforms-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-wpforms-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-wpforms-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-wpforms-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-wpforms-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-wpforms-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-puzzle-piece-plus {
  position: relative;
  text-align: left;
}
.fa-puzzle-piece-plus:before {
  content: "\f12e";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-puzzle-piece-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-puzzle-piece-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-puzzle-piece-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-puzzle-piece-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-puzzle-piece-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-puzzle-piece-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-puzzle-piece-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-puzzle-piece-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-puzzle-piece-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-puzzle-piece-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-puzzle-piece-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-paragraph-plus {
  position: relative;
  text-align: left;
}
.fa-paragraph-plus:before {
  content: "\f1dd";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-paragraph-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-paragraph-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-paragraph-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-paragraph-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-paragraph-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-paragraph-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-paragraph-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-paragraph-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-paragraph-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-paragraph-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-paragraph-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-user-tie-plus {
  position: relative;
  text-align: left;
}
.fa-user-tie-plus:before {
  content: "\f508";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-tie-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-user-tie-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-tie-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-user-tie-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-user-tie-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-user-tie-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-user-tie-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-user-tie-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-user-tie-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-user-tie-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-user-tie-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-flags {
  position: relative;
  text-align: left;
}
.fa-flags:before {
  content: "\f024";
  padding-right: 5px;
  opacity: 0.5;
}
.fa-flags:after {
  content: "\f024";
  position: absolute;
  left: 5px;
  top: 5px;
}

.fa-user-shield-plus {
  position: relative;
  text-align: left;
}
.fa-user-shield-plus:before {
  content: "\f505";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-shield-plus:after {
  content: "\+";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-user-shield-plus.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-shield-plus.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-user-shield-plus.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-user-shield-plus.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-user-shield-plus.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-user-shield-plus.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-user-shield-plus.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-user-shield-plus.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-user-shield-plus.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-user-shield-plus.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-user-shield-chart-pie {
  position: relative;
  text-align: left;
}
.fa-user-shield-chart-pie:before {
  content: "\f505";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-shield-chart-pie:after {
  content: "\f200";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-user-shield-chart-pie.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-user-shield-chart-pie.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-user-shield-chart-pie.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-user-shield-chart-pie.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-user-shield-chart-pie.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-user-shield-chart-pie.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-user-shield-chart-pie.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-user-shield-chart-pie.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-user-shield-chart-pie.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-user-shield-chart-pie.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}

.fa-comment-sync {
  position: relative;
  text-align: left;
}
.fa-comment-sync:before {
  content: "\f4ad";
  padding-right: 10px;
  padding-top: 9px;
}
.fa-comment-sync:after {
  content: "\f021";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -9px;
}
.fa-comment-sync.fa-1x:before {
  padding-right: 10px;
  padding-top: 9px;
}
.fa-comment-sync.fa-2x:before {
  padding-right: 20px;
  padding-top: 18px;
}
.fa-comment-sync.fa-3x:before {
  padding-right: 30px;
  padding-top: 27px;
}
.fa-comment-sync.fa-4x:before {
  padding-right: 40px;
  padding-top: 36px;
}
.fa-comment-sync.fa-5x:before {
  padding-right: 50px;
  padding-top: 45px;
}
.fa-comment-sync.fa-6x:before {
  padding-right: 60px;
  padding-top: 54px;
}
.fa-comment-sync.fa-7x:before {
  padding-right: 70px;
  padding-top: 63px;
}
.fa-comment-sync.fa-8x:before {
  padding-right: 80px;
  padding-top: 72px;
}
.fa-comment-sync.fa-9x:before {
  padding-right: 90px;
  padding-top: 81px;
}
.fa-comment-sync.fa-10x:before {
  padding-right: 100px;
  padding-top: 90px;
}
.fa-comment-sync:after {
  font-size: 0.6em;
}

.fa-file-alt-clock {
  position: relative;
  text-align: left;
}
.fa-file-alt-clock:before {
  content: "\f15c";
  padding-right: 4px;
  padding-top: 4px;
}
.fa-file-alt-clock:after {
  content: "\f017";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: 4px;
}
.fa-file-alt-clock.fa-1x:before {
  padding-right: 4px;
  padding-top: 4px;
}
.fa-file-alt-clock.fa-2x:before {
  padding-right: 8px;
  padding-top: 8px;
}
.fa-file-alt-clock.fa-3x:before {
  padding-right: 12px;
  padding-top: 12px;
}
.fa-file-alt-clock.fa-4x:before {
  padding-right: 16px;
  padding-top: 16px;
}
.fa-file-alt-clock.fa-5x:before {
  padding-right: 20px;
  padding-top: 20px;
}
.fa-file-alt-clock.fa-6x:before {
  padding-right: 24px;
  padding-top: 24px;
}
.fa-file-alt-clock.fa-7x:before {
  padding-right: 28px;
  padding-top: 28px;
}
.fa-file-alt-clock.fa-8x:before {
  padding-right: 32px;
  padding-top: 32px;
}
.fa-file-alt-clock.fa-9x:before {
  padding-right: 36px;
  padding-top: 36px;
}
.fa-file-alt-clock.fa-10x:before {
  padding-right: 40px;
  padding-top: 40px;
}
.fa-file-alt-clock:after {
  font-size: 0.55em;
  border: 0.12em solid;
  border-radius: 100%;
}

.fa-chart-bar-stopwatch {
  position: relative;
  text-align: left;
}
.fa-chart-bar-stopwatch:before {
  content: "\f080";
  padding-right: 4px;
  padding-top: 4px;
}
.fa-chart-bar-stopwatch:after {
  content: "\f2f2";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: 4px;
}
.fa-chart-bar-stopwatch.fa-1x:before {
  padding-right: 4px;
  padding-top: 4px;
}
.fa-chart-bar-stopwatch.fa-2x:before {
  padding-right: 8px;
  padding-top: 8px;
}
.fa-chart-bar-stopwatch.fa-3x:before {
  padding-right: 12px;
  padding-top: 12px;
}
.fa-chart-bar-stopwatch.fa-4x:before {
  padding-right: 16px;
  padding-top: 16px;
}
.fa-chart-bar-stopwatch.fa-5x:before {
  padding-right: 20px;
  padding-top: 20px;
}
.fa-chart-bar-stopwatch.fa-6x:before {
  padding-right: 24px;
  padding-top: 24px;
}
.fa-chart-bar-stopwatch.fa-7x:before {
  padding-right: 28px;
  padding-top: 28px;
}
.fa-chart-bar-stopwatch.fa-8x:before {
  padding-right: 32px;
  padding-top: 32px;
}
.fa-chart-bar-stopwatch.fa-9x:before {
  padding-right: 36px;
  padding-top: 36px;
}
.fa-chart-bar-stopwatch.fa-10x:before {
  padding-right: 40px;
  padding-top: 40px;
}
.fa-chart-bar-stopwatch:after {
  font-size: 0.55em;
  border: 0.12em solid;
  border-radius: 100%;
}

.fa-user-chart-bar {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.fa-user-chart-bar:before {
  content: "\f007";
  padding-right: 0.5em;
}
.fa-user-chart-bar:after {
  content: "\f080";
  position: absolute;
  right: -0.3em;
  top: 0;
  border: 0.12em solid;
}

.fa-image-ban {
  position: relative;
  text-align: left;
}
.fa-image-ban:before {
  content: "\f03e";
  padding-right: 0.15em;
  padding-bottom: 0.05em;
}
.fa-image-ban:after {
  content: "\f05e";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  bottom: -0.05em;
}
.fa-envelope-times {
  position: relative;
  text-align: left;
}
.fa-envelope-times:before {
  content: "\f0e0";
  padding-right: 0.1em;
  padding-bottom: 0.1em;
}
.fa-envelope-times:after {
  content: "\f00d";
  position: absolute;
  font-size: 0.6em;
  right: 0;
  bottom: -0.1em;
}
.fa-envelope-open-flag-checkered {
  position: relative;
  text-align: left;
}
.fa-envelope-open-flag-checkered:before {
  content: "\f2b6";
  padding-right: 0.6em;
  padding-top: 0.5em;
}
.fa-envelope-open-flag-checkered:after {
  content: "\f11e";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -0.5em;
}
.fa-envelope-open-flag-checkered:after {
  transform: rotate(-30deg);
}

.fa-envelope-open-percentage {
  position: relative;
  text-align: left;
}
.fa-envelope-open-percentage:before {
  content: "\f2b6";
  padding-right: 0.6em;
  padding-top: 0.5em;
}
.fa-envelope-open-percentage:after {
  content: "\%";
  position: absolute;
  font-size: 0.75em;
  right: 0;
  top: -0.5em;
}
.fa-envelope-open-percentage:after {
  transform: rotate(-30deg);
}

.fa-file-alt-clock:after {
  border-color: #fff;
  background: #fff;
}

.fa-chart-bar-stopwatch:after {
  border-color: #fff;
  background: #fff;
}

.fa-user-chart-bar:after {
  border-color: #fff;
  background: #fff;
}

.fa.orange, .orange.dashboard-help-icon.tips-engine, .orange.dashboard-help-icon.statistik_splittests, .orange.dashboard-help-icon.event_mailings, .orange.dashboard-help-icon.mailing_statistik, .orange.dashboard-help-icon.wetter, .orange.dashboard-help-icon.gruppen, .orange.dashboard-help-icon.daten_aendern, .orange.dashboard-help-icon.bounces, .orange.dashboard-help-icon.anmeldungen, .orange.dashboard-help-icon.active_mailings, .orange.dashboard-help-icon.abmeldungen, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.tips-engine, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.statistik_splittests, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.event_mailings, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.mailing_statistik, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.wetter, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.gruppen, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.daten_aendern, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.bounces, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.anmeldungen, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.active_mailings, div.dashboardBox > .dashboardTitle > .orange.dashboardIcon.abmeldungen, .orange.fa-envelope-plus:after, .orange.fa-users-plus:after, .orange.fa-database-plus:after, .orange.fa-wpforms-plus:after, .orange.fa-puzzle-piece-plus:after, .orange.fa-paragraph-plus:after, .orange.fa-user-tie-plus:after, .orange.fa-flags:after, .orange.fa-user-shield-plus:after, .orange.fa-user-shield-chart-pie:after, .orange.fa-comment-sync:after, .orange.fa-file-alt-clock:after, .orange.fa-chart-bar-stopwatch:after, .orange.fa-user-chart-bar:after, .orange.fa-image-ban:after, .orange.fa-envelope-times:after, .orange.fa-envelope-open-flag-checkered:after, .orange.fa-envelope-open-percentage:after {
  color: #EAB050;
}

/*!
 * Bootstrap Icons (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./_fonts/bootstrap_icons/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("./_fonts/bootstrap_icons/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bg-milestone-color-01, .milestone-color-01 {
  background-color: #000;
}

.text-milestone-color-01 {
  color: #000;
}

.bg-milestone-color-02, .milestone-color-02 {
  background-color: #EAB050;
}

.text-milestone-color-02 {
  color: #EAB050;
}

.bg-milestone-color-03, .milestone-color-03 {
  background-color: #FCD2A7;
}

.text-milestone-color-03 {
  color: #FCD2A7;
}

.bg-milestone-color-04, .milestone-color-04 {
  background-color: #ACDDD3;
}

.text-milestone-color-04 {
  color: #ACDDD3;
}

.bg-milestone-color-05, .milestone-color-05 {
  background-color: #E8716B;
}

.text-milestone-color-05 {
  color: #E8716B;
}

.bg-milestone-color-06, .milestone-color-06 {
  background-color: #F4938C;
}

.text-milestone-color-06 {
  color: #F4938C;
}

.bg-milestone-color-07, .milestone-color-07 {
  background-color: #4BAFC6;
}

.text-milestone-color-07 {
  color: #4BAFC6;
}

.bg-milestone-color-08, .milestone-color-08 {
  background-color: #84BFD8;
}

.text-milestone-color-08 {
  color: #84BFD8;
}

.bg-milestone-color-09, .milestone-color-09 {
  background-color: #AC86BF;
}

.text-milestone-color-09 {
  color: #AC86BF;
}

.bg-milestone-color-10, .milestone-color-10 {
  background-color: #DDC4E8;
}

.text-milestone-color-10 {
  color: #DDC4E8;
}

.bg-milestone-color-11, .milestone-color-11 {
  background-color: #3D5666;
}

.text-milestone-color-11 {
  color: #3D5666;
}

.bg-milestone-color-12, .milestone-color-12 {
  background-color: #68767D;
}

.text-milestone-color-12 {
  color: #68767D;
}

.bg-shortcut-color-01, .shortcut-color-01 {
  background-color: #397D54;
}

.colorbox.shortcut-color-01 {
  color: #397D54;
}

.text-shortcut-color-01 {
  color: #397D54;
}

.bg-shortcut-color-02, .shortcut-color-02 {
  background-color: #6E9C75;
}

.colorbox.shortcut-color-02 {
  color: #6E9C75;
}

.text-shortcut-color-02 {
  color: #6E9C75;
}

.bg-shortcut-color-03, .shortcut-color-03 {
  background-color: #D1D7DB;
}

.colorbox.shortcut-color-03 {
  color: #D1D7DB;
}

.text-shortcut-color-03 {
  color: #D1D7DB;
}

.bg-shortcut-color-04, .shortcut-color-04 {
  background-color: #F7F8F8;
}

.colorbox.shortcut-color-04 {
  color: #F7F8F8;
}

.text-shortcut-color-04 {
  color: #F7F8F8;
}

.bg-shortcut-color-05, .shortcut-color-05 {
  background-color: #000;
}

.colorbox.shortcut-color-05 {
  color: #000;
}

.text-shortcut-color-05 {
  color: #000;
}

.bg-shortcut-color-06, .shortcut-color-06 {
  background-color: #EAB050;
}

.colorbox.shortcut-color-06 {
  color: #EAB050;
}

.text-shortcut-color-06 {
  color: #EAB050;
}

.bg-shortcut-color-07, .shortcut-color-07 {
  background-color: #FCD2A7;
}

.colorbox.shortcut-color-07 {
  color: #FCD2A7;
}

.text-shortcut-color-07 {
  color: #FCD2A7;
}

.bg-shortcut-color-08, .shortcut-color-08 {
  background-color: #ACDDD3;
}

.colorbox.shortcut-color-08 {
  color: #ACDDD3;
}

.text-shortcut-color-08 {
  color: #ACDDD3;
}

.bg-shortcut-color-09, .shortcut-color-09 {
  background-color: #4BAFC6;
}

.colorbox.shortcut-color-09 {
  color: #4BAFC6;
}

.text-shortcut-color-09 {
  color: #4BAFC6;
}

.bg-shortcut-color-10, .shortcut-color-10 {
  background-color: #84BFD8;
}

.colorbox.shortcut-color-10 {
  color: #84BFD8;
}

.text-shortcut-color-10 {
  color: #84BFD8;
}

.bg-shortcut-color-11, .shortcut-color-11 {
  background-color: #AC86BF;
}

.colorbox.shortcut-color-11 {
  color: #AC86BF;
}

.text-shortcut-color-11 {
  color: #AC86BF;
}

.bg-shortcut-color-12, .shortcut-color-12 {
  background-color: #DDC4E8;
}

.colorbox.shortcut-color-12 {
  color: #DDC4E8;
}

.text-shortcut-color-12 {
  color: #DDC4E8;
}

.bg-shortcut-color-13, .shortcut-color-13 {
  background-color: #E8716B;
}

.colorbox.shortcut-color-13 {
  color: #E8716B;
}

.text-shortcut-color-13 {
  color: #E8716B;
}

.bg-shortcut-color-14, .shortcut-color-14 {
  background-color: #F4938C;
}

.colorbox.shortcut-color-14 {
  color: #F4938C;
}

.text-shortcut-color-14 {
  color: #F4938C;
}

.bg-shortcut-color-15, .shortcut-color-15 {
  background-color: #3D5666;
}

.colorbox.shortcut-color-15 {
  color: #3D5666;
}

.text-shortcut-color-15 {
  color: #3D5666;
}

.bg-shortcut-color-16, .shortcut-color-16 {
  background-color: #68767D;
}

.colorbox.shortcut-color-16 {
  color: #68767D;
}

.text-shortcut-color-16 {
  color: #68767D;
}

html {
  overflow-y: scroll;
}

.nav-link {
  text-decoration: none;
}

.border, .dm-modal .modal-dialog .modal-body > pre.bounce-info {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

.mr-0,
.mx-0,
.contentbox.contentbox-settings .body .row,
.contentbox.contentbox-settings .body .pf_new_element_step1 .pf-element-group,
.pf_new_element_step1 .contentbox.contentbox-settings .body .pf-element-group,
.contentbox.contentbox-settings .body .info_row,
.contentbox.contentbox-settings .body .field-rules .rules-row,
.field-rules .contentbox.contentbox-settings .body .rules-row,
.contentbox.contentbox-settings .body .field-rules .rules-row-fixed-bottom,
.field-rules .contentbox.contentbox-settings .body .rules-row-fixed-bottom,
.contentbox.contentbox-settings .body .new-field-rule .rules-row,
.new-field-rule .contentbox.contentbox-settings .body .rules-row,
.contentbox.contentbox-settings .body .new-field-rule .rules-row-fixed-bottom,
.new-field-rule .contentbox.contentbox-settings .body .rules-row-fixed-bottom,
.contentbox .body .row-settings {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0,
.contentbox.contentbox-settings .body .row,
.contentbox.contentbox-settings .body .pf_new_element_step1 .pf-element-group,
.pf_new_element_step1 .contentbox.contentbox-settings .body .pf-element-group,
.contentbox.contentbox-settings .body .info_row,
.contentbox.contentbox-settings .body .field-rules .rules-row,
.field-rules .contentbox.contentbox-settings .body .rules-row,
.contentbox.contentbox-settings .body .field-rules .rules-row-fixed-bottom,
.field-rules .contentbox.contentbox-settings .body .rules-row-fixed-bottom,
.contentbox.contentbox-settings .body .new-field-rule .rules-row,
.new-field-rule .contentbox.contentbox-settings .body .rules-row,
.contentbox.contentbox-settings .body .new-field-rule .rules-row-fixed-bottom,
.new-field-rule .contentbox.contentbox-settings .body .rules-row-fixed-bottom,
.contentbox .body .row-settings {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3,
.mx-3,
.dmTabs .tab-content {
  margin-right: 1rem !important;
}

.mb-3, .dmTabs ul,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3,
.dmTabs .tab-content {
  margin-left: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.shortenText, table.table th:not(.longtext), table.table td:not(.longtext), .text-nowrap-inline, .importContainer.field-mapping .mapping-row .col-left .mapping-label, .importContainer.field-mapping .mapping-row .col-right .mapping-label, fieldset.pageheader h1, fieldset.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css fieldset.pageheader h1.dmBadge, fieldset.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css fieldset.pageheader .dmBadge.h1, fieldset.pageheader .h1, div.pageheader h1, div.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css div.pageheader h1.dmBadge, div.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css div.pageheader .dmBadge.h1, div.pageheader .h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.font-size-base {
  font-size: 0.75rem;
}

.font-size-sm {
  font-size: 0.65625rem;
}

.font-size-tn {
  font-size: 0.5625rem;
}

.font-size-lg, .form-table select.fit-to-cell.color-selector option, .form-table .date-range .date-dropdown > .fit-to-cell.color-selector.dropdown-toggle option, .date-range .form-table .date-dropdown > .fit-to-cell.color-selector.dropdown-toggle option, .form-table .select-box.fit-to-cell.color-selector option, .form-table select.fit-to-cell.color-selector, .form-table .date-range .date-dropdown > .fit-to-cell.color-selector.dropdown-toggle, .date-range .form-table .date-dropdown > .fit-to-cell.color-selector.dropdown-toggle, .form-table .select-box.fit-to-cell.color-selector {
  font-size: 0.9375rem;
}

.font-size-big {
  font-size: 2.4375rem;
}

.font-size-h1 {
  font-size: 26px !important;
}

.font-size-h2 {
  font-size: 24px !important;
}

.font-size-h3 {
  font-size: 22px !important;
}

.font-size-h4 {
  font-size: 20px !important;
}

.font-size-h5 {
  font-size: 18px !important;
}

.bold {
  font-weight: bold;
}

.border-1.border, .dm-modal .modal-dialog .modal-body > pre.bounce-info {
  border-width: 1px !important;
}
.border-1.border-top, .dm-modal .modal-dialog .modal-body > pre.border-top.bounce-info {
  border-top-width: 1px !important;
}
.border-1.border-bottom, .dm-modal .modal-dialog .modal-body > pre.border-bottom.bounce-info {
  border-bottom-width: 1px !important;
}
.border-1.border-left, .dm-modal .modal-dialog .modal-body > pre.border-left.bounce-info {
  border-left-width: 1px !important;
}
.border-1.border-right, .dm-modal .modal-dialog .modal-body > pre.border-right.bounce-info {
  border-right-width: 1px !important;
}

.border-2.border, .dm-modal .modal-dialog .modal-body > pre.border-2.bounce-info {
  border-width: 2px !important;
}
.border-2.border-top {
  border-top-width: 2px !important;
}
.border-2.border-bottom {
  border-bottom-width: 2px !important;
}
.border-2.border-left {
  border-left-width: 2px !important;
}
.border-2.border-right {
  border-right-width: 2px !important;
}

.border-3.border, .dm-modal .modal-dialog .modal-body > pre.border-3.bounce-info {
  border-width: 3px !important;
}
.border-3.border-top {
  border-top-width: 3px !important;
}
.border-3.border-bottom {
  border-bottom-width: 3px !important;
}
.border-3.border-left {
  border-left-width: 3px !important;
}
.border-3.border-right {
  border-right-width: 3px !important;
}

.border-4.border, .dm-modal .modal-dialog .modal-body > pre.border-4.bounce-info {
  border-width: 4px !important;
}
.border-4.border-top {
  border-top-width: 4px !important;
}
.border-4.border-bottom {
  border-bottom-width: 4px !important;
}
.border-4.border-left {
  border-left-width: 4px !important;
}
.border-4.border-right {
  border-right-width: 4px !important;
}

.border-5.border, .dm-modal .modal-dialog .modal-body > pre.border-5.bounce-info {
  border-width: 5px !important;
}
.border-5.border-top {
  border-top-width: 5px !important;
}
.border-5.border-bottom {
  border-bottom-width: 5px !important;
}
.border-5.border-left {
  border-left-width: 5px !important;
}
.border-5.border-right {
  border-right-width: 5px !important;
}

.p-1px {
  padding: 1px;
}

.pt-1px {
  padding-top: 1px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pl-1px {
  padding-left: 1px;
}

.pr-1px {
  padding-right: 1px;
}

.m-1px {
  margin: 1px;
}

.mt-1px {
  margin-top: 1px;
}

.mb-1px {
  margin-bottom: 1px;
}

.ml-1px {
  margin-left: 1px;
}

.mr-1px {
  margin-right: 1px;
}

.p-2px {
  padding: 2px;
}

.pt-2px {
  padding-top: 2px;
}

.pb-2px {
  padding-bottom: 2px;
}

.pl-2px {
  padding-left: 2px;
}

.pr-2px {
  padding-right: 2px;
}

.m-2px {
  margin: 2px;
}

.mt-2px {
  margin-top: 2px;
}

.mb-2px {
  margin-bottom: 2px;
}

.ml-2px {
  margin-left: 2px;
}

.mr-2px {
  margin-right: 2px;
}

.p-3px {
  padding: 3px;
}

.pt-3px {
  padding-top: 3px;
}

.pb-3px {
  padding-bottom: 3px;
}

.pl-3px {
  padding-left: 3px;
}

.pr-3px {
  padding-right: 3px;
}

.m-3px {
  margin: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.mb-3px {
  margin-bottom: 3px;
}

.ml-3px {
  margin-left: 3px;
}

.mr-3px {
  margin-right: 3px;
}

.p-4px {
  padding: 4px;
}

.pt-4px {
  padding-top: 4px;
}

.pb-4px {
  padding-bottom: 4px;
}

.pl-4px {
  padding-left: 4px;
}

.pr-4px {
  padding-right: 4px;
}

.m-4px {
  margin: 4px;
}

.mt-4px {
  margin-top: 4px;
}

.mb-4px {
  margin-bottom: 4px;
}

.ml-4px {
  margin-left: 4px;
}

.mr-4px {
  margin-right: 4px;
}

.p-5px {
  padding: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.m-5px {
  margin: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.p-dm {
  padding: 1.5rem;
}

.pt-dm, .py-dm {
  padding-top: 1.5rem;
}

.pb-dm, .py-dm {
  padding-bottom: 1.5rem;
}

.pl-dm, .px-dm {
  padding-left: 1.5rem;
}

.pr-dm, .px-dm {
  padding-right: 1.5rem;
}

.m-dm {
  margin: 1.5rem;
}

.mt-dm, .my-dm {
  margin-top: 1.5rem;
}

.mb-dm, .my-dm {
  margin-bottom: 1.5rem;
}

.ml-dm, .mx-dm {
  margin-left: 1.5rem;
}

.mr-dm, .mx-dm {
  margin-right: 1.5rem;
}

.bg-light, .cet_info .time-box.time-box-client {
  background: #f2f4f5;
}

.bg-silver, .cet_info .time-box.time-box-server {
  background: #82939c;
}

.font-dark {
  color: #333333;
}

.font-white {
  color: #ffffff;
}

.font-silver {
  color: #82939c;
}

.font-bold {
  font-weight: bold;
}

.font-small {
  font-size: 14px;
}

.font-inline {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.margin-auto {
  margin: auto;
}

.hlicon {
  background: #397D54;
  color: #ffffff;
  border-radius: 5px;
}

.overflow-visible {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.bgBarGreen {
  background-color: #EAB050;
}
.bgBarGreen.h20 {
  height: 20px;
  line-height: 20px;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-5 {
  margin: 5px !important;
}

.margin--5 {
  margin: -5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top--5 {
  margin-top: -5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom--5 {
  margin-bottom: -5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left--5 {
  margin-left: -5px !important;
}

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

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right--5 {
  margin-right: -5px !important;
}

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

.margin-10 {
  margin: 10px !important;
}

.margin--10 {
  margin: -10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top--10 {
  margin-top: -10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: -10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left--10 {
  margin-left: -10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right--10 {
  margin-right: -10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin--20 {
  margin: -20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top--20 {
  margin-top: -20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom--20 {
  margin-bottom: -20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left--20 {
  margin-left: -20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right--20 {
  margin-right: -20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin--30 {
  margin: -30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top--30 {
  margin-top: -30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom--30 {
  margin-bottom: -30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left--30 {
  margin-left: -30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right--30 {
  margin-right: -30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin--40 {
  margin: -40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top--40 {
  margin-top: -40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom--40 {
  margin-bottom: -40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left--40 {
  margin-left: -40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right--40 {
  margin-right: -40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin--50 {
  margin: -50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top--50 {
  margin-top: -50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom--50 {
  margin-bottom: -50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left--50 {
  margin-left: -50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right--50 {
  margin-right: -50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin--60 {
  margin: -60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top--60 {
  margin-top: -60px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom--60 {
  margin-bottom: -60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left--60 {
  margin-left: -60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right--60 {
  margin-right: -60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin--70 {
  margin: -70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top--70 {
  margin-top: -70px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom--70 {
  margin-bottom: -70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left--70 {
  margin-left: -70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right--70 {
  margin-right: -70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin--80 {
  margin: -80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top--80 {
  margin-top: -80px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom--80 {
  margin-bottom: -80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left--80 {
  margin-left: -80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right--80 {
  margin-right: -80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin--90 {
  margin: -90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top--90 {
  margin-top: -90px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom--90 {
  margin-bottom: -90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left--90 {
  margin-left: -90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right--90 {
  margin-right: -90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-100 {
  margin: 100px !important;
}

.margin--100 {
  margin: -100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top--100 {
  margin-top: -100px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom--100 {
  margin-bottom: -100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left--100 {
  margin-left: -100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-right--100 {
  margin-right: -100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-550 {
  max-width: 550px;
}

.max-width-600 {
  max-width: 600px;
}

.draw-attention {
  -webkit-animation: draw-attention 1.5s linear; /* Safari 4+ */
  -moz-animation: draw-attention 1.5s linear; /* Fx 5+ */
  -o-animation: draw-attention 1.5s linear; /* Opera 12+ */
  animation: draw-attention 1.5s linear; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes draw-attention {
  30%, 60% {
    background-color: #ef7111;
  }
}
.sortable-handle {
  cursor: move;
}

.flex-vertical-middle {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.flex-vertical-middle:not(td, th):not(.col):not([class*=col-]) {
  flex-grow: 1;
}

.fa-i1-theme:before {
  color: #3D5666;
}

.fa-i2-theme:after {
  color: #3D5666;
}

.bg-theme .fa-file-alt-clock:after, .pyjama-even-theme > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-theme > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #3D5666;
  background: #3D5666;
}
.bg-theme .fa-chart-bar-stopwatch:after, .pyjama-even-theme > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-theme > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #3D5666;
  background: #3D5666;
}
.bg-theme .fa-user-chart-bar:after, .pyjama-even-theme > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-theme > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #3D5666;
  background: #3D5666;
}

.fa-i1-theme-gray:before {
  color: #e4e6e8;
}

.fa-i2-theme-gray:after {
  color: #e4e6e8;
}

.bg-theme-gray .fa-file-alt-clock:after, .pyjama-even-theme-gray > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-theme-gray > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}
.bg-theme-gray .fa-chart-bar-stopwatch:after, .pyjama-even-theme-gray > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-theme-gray > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}
.bg-theme-gray .fa-user-chart-bar:after, .pyjama-even-theme-gray > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-theme-gray > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}

.fa-i1-theme-bg:before {
  color: #c9dac4;
}

.fa-i2-theme-bg:after {
  color: #c9dac4;
}

.bg-theme-bg .fa-file-alt-clock:after, .pyjama-even-theme-bg > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-theme-bg > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #c9dac4;
  background: #c9dac4;
}
.bg-theme-bg .fa-chart-bar-stopwatch:after, .pyjama-even-theme-bg > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-theme-bg > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #c9dac4;
  background: #c9dac4;
}
.bg-theme-bg .fa-user-chart-bar:after, .pyjama-even-theme-bg > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-theme-bg > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #c9dac4;
  background: #c9dac4;
}

.fa-i1-theme-light:before {
  color: #b1bbc2;
}

.fa-i2-theme-light:after {
  color: #b1bbc2;
}

.bg-theme-light .fa-file-alt-clock:after, .pyjama-even-theme-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-theme-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #b1bbc2;
  background: #b1bbc2;
}
.bg-theme-light .fa-chart-bar-stopwatch:after, .pyjama-even-theme-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-theme-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #b1bbc2;
  background: #b1bbc2;
}
.bg-theme-light .fa-user-chart-bar:after, .pyjama-even-theme-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-theme-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #b1bbc2;
  background: #b1bbc2;
}

.fa-i1-theme-lighter:before {
  color: #d8dde0;
}

.fa-i2-theme-lighter:after {
  color: #d8dde0;
}

.bg-theme-lighter .fa-file-alt-clock:after, .pyjama-even-theme-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-theme-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #d8dde0;
  background: #d8dde0;
}
.bg-theme-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-theme-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-theme-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #d8dde0;
  background: #d8dde0;
}
.bg-theme-lighter .fa-user-chart-bar:after, .pyjama-even-theme-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-theme-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #d8dde0;
  background: #d8dde0;
}

.fa-i1-error-color:before {
  color: #b91b1b;
}

.fa-i2-error-color:after {
  color: #b91b1b;
}

.bg-error-color .fa-file-alt-clock:after, .pyjama-even-error-color > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-error-color > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #b91b1b;
  background: #b91b1b;
}
.bg-error-color .fa-chart-bar-stopwatch:after, .pyjama-even-error-color > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-error-color > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #b91b1b;
  background: #b91b1b;
}
.bg-error-color .fa-user-chart-bar:after, .pyjama-even-error-color > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-error-color > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #b91b1b;
  background: #b91b1b;
}

.fa-i1-green:before {
  color: #397D54;
}

.fa-i2-green:after {
  color: #397D54;
}

.bg-green .fa-file-alt-clock:after, .pyjama-even-green > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-green > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #397D54;
  background: #397D54;
}
.bg-green .fa-chart-bar-stopwatch:after, .pyjama-even-green > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-green > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #397D54;
  background: #397D54;
}
.bg-green .fa-user-chart-bar:after, .pyjama-even-green > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-green > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #397D54;
  background: #397D54;
}

.fa-i1-orange:before {
  color: #EAB050;
}

.fa-i2-orange:after {
  color: #EAB050;
}

.bg-orange .fa-file-alt-clock:after, .pyjama-even-orange > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-orange > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #EAB050;
  background: #EAB050;
}
.bg-orange .fa-chart-bar-stopwatch:after, .pyjama-even-orange > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-orange > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #EAB050;
  background: #EAB050;
}
.bg-orange .fa-user-chart-bar:after, .pyjama-even-orange > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-orange > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #EAB050;
  background: #EAB050;
}

.fa-i1-teal:before {
  color: #79C6C4;
}

.fa-i2-teal:after {
  color: #79C6C4;
}

.bg-teal .fa-file-alt-clock:after, .pyjama-even-teal > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-teal > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #79C6C4;
  background: #79C6C4;
}
.bg-teal .fa-chart-bar-stopwatch:after, .pyjama-even-teal > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-teal > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #79C6C4;
  background: #79C6C4;
}
.bg-teal .fa-user-chart-bar:after, .pyjama-even-teal > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-teal > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #79C6C4;
  background: #79C6C4;
}

.fa-i1-blue:before {
  color: #4BAFC6;
}

.fa-i2-blue:after {
  color: #4BAFC6;
}

.bg-blue .fa-file-alt-clock:after, .pyjama-even-blue > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-blue > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}
.bg-blue .fa-chart-bar-stopwatch:after, .pyjama-even-blue > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-blue > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}
.bg-blue .fa-user-chart-bar:after, .pyjama-even-blue > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-blue > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}

.fa-i1-purple:before {
  color: #AC86BF;
}

.fa-i2-purple:after {
  color: #AC86BF;
}

.bg-purple .fa-file-alt-clock:after, .pyjama-even-purple > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-purple > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #AC86BF;
  background: #AC86BF;
}
.bg-purple .fa-chart-bar-stopwatch:after, .pyjama-even-purple > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-purple > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #AC86BF;
  background: #AC86BF;
}
.bg-purple .fa-user-chart-bar:after, .pyjama-even-purple > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-purple > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #AC86BF;
  background: #AC86BF;
}

.fa-i1-red:before {
  color: #E8716B;
}

.fa-i2-red:after {
  color: #E8716B;
}

.bg-red .fa-file-alt-clock:after, .pyjama-even-red > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-red > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #E8716B;
  background: #E8716B;
}
.bg-red .fa-chart-bar-stopwatch:after, .pyjama-even-red > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-red > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #E8716B;
  background: #E8716B;
}
.bg-red .fa-user-chart-bar:after, .pyjama-even-red > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-red > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #E8716B;
  background: #E8716B;
}

.fa-i1-green-light:before {
  color: #6E9C75;
}

.fa-i2-green-light:after {
  color: #6E9C75;
}

.bg-green-light .fa-file-alt-clock:after, .pyjama-even-green-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-green-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #6E9C75;
  background: #6E9C75;
}
.bg-green-light .fa-chart-bar-stopwatch:after, .pyjama-even-green-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-green-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #6E9C75;
  background: #6E9C75;
}
.bg-green-light .fa-user-chart-bar:after, .pyjama-even-green-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-green-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #6E9C75;
  background: #6E9C75;
}

.fa-i1-orange-light:before {
  color: #FCD2A7;
}

.fa-i2-orange-light:after {
  color: #FCD2A7;
}

.bg-orange-light .fa-file-alt-clock:after, .pyjama-even-orange-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-orange-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #FCD2A7;
  background: #FCD2A7;
}
.bg-orange-light .fa-chart-bar-stopwatch:after, .pyjama-even-orange-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-orange-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #FCD2A7;
  background: #FCD2A7;
}
.bg-orange-light .fa-user-chart-bar:after, .pyjama-even-orange-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-orange-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #FCD2A7;
  background: #FCD2A7;
}

.fa-i1-teal-light:before {
  color: #ACDDD3;
}

.fa-i2-teal-light:after {
  color: #ACDDD3;
}

.bg-teal-light .fa-file-alt-clock:after, .pyjama-even-teal-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-teal-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #ACDDD3;
  background: #ACDDD3;
}
.bg-teal-light .fa-chart-bar-stopwatch:after, .pyjama-even-teal-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-teal-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #ACDDD3;
  background: #ACDDD3;
}
.bg-teal-light .fa-user-chart-bar:after, .pyjama-even-teal-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-teal-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #ACDDD3;
  background: #ACDDD3;
}

.fa-i1-blue-light:before {
  color: #84BFD8;
}

.fa-i2-blue-light:after {
  color: #84BFD8;
}

.bg-blue-light .fa-file-alt-clock:after, .pyjama-even-blue-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-blue-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #84BFD8;
  background: #84BFD8;
}
.bg-blue-light .fa-chart-bar-stopwatch:after, .pyjama-even-blue-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-blue-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #84BFD8;
  background: #84BFD8;
}
.bg-blue-light .fa-user-chart-bar:after, .pyjama-even-blue-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-blue-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #84BFD8;
  background: #84BFD8;
}

.fa-i1-purple-light:before {
  color: #DDC4E8;
}

.fa-i2-purple-light:after {
  color: #DDC4E8;
}

.bg-purple-light .fa-file-alt-clock:after, .pyjama-even-purple-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-purple-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #DDC4E8;
  background: #DDC4E8;
}
.bg-purple-light .fa-chart-bar-stopwatch:after, .pyjama-even-purple-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-purple-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #DDC4E8;
  background: #DDC4E8;
}
.bg-purple-light .fa-user-chart-bar:after, .pyjama-even-purple-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-purple-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #DDC4E8;
  background: #DDC4E8;
}

.fa-i1-red-light:before {
  color: #F4938C;
}

.fa-i2-red-light:after {
  color: #F4938C;
}

.bg-red-light .fa-file-alt-clock:after, .pyjama-even-red-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-red-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #F4938C;
  background: #F4938C;
}
.bg-red-light .fa-chart-bar-stopwatch:after, .pyjama-even-red-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-red-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #F4938C;
  background: #F4938C;
}
.bg-red-light .fa-user-chart-bar:after, .pyjama-even-red-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-red-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #F4938C;
  background: #F4938C;
}

.fa-i1-green-lighter:before {
  color: #C4DBAF;
}

.fa-i2-green-lighter:after {
  color: #C4DBAF;
}

.bg-green-lighter .fa-file-alt-clock:after, .pyjama-even-green-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-green-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #C4DBAF;
  background: #C4DBAF;
}
.bg-green-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-green-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-green-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #C4DBAF;
  background: #C4DBAF;
}
.bg-green-lighter .fa-user-chart-bar:after, .pyjama-even-green-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-green-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #C4DBAF;
  background: #C4DBAF;
}

.fa-i1-orange-lighter:before {
  color: #FCE9DB;
}

.fa-i2-orange-lighter:after {
  color: #FCE9DB;
}

.bg-orange-lighter .fa-file-alt-clock:after, .pyjama-even-orange-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-orange-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #FCE9DB;
  background: #FCE9DB;
}
.bg-orange-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-orange-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-orange-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #FCE9DB;
  background: #FCE9DB;
}
.bg-orange-lighter .fa-user-chart-bar:after, .pyjama-even-orange-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-orange-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #FCE9DB;
  background: #FCE9DB;
}

.fa-i1-teal-lighter:before {
  color: #D6EAE5;
}

.fa-i2-teal-lighter:after {
  color: #D6EAE5;
}

.bg-teal-lighter .fa-file-alt-clock:after, .pyjama-even-teal-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-teal-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #D6EAE5;
  background: #D6EAE5;
}
.bg-teal-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-teal-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-teal-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #D6EAE5;
  background: #D6EAE5;
}
.bg-teal-lighter .fa-user-chart-bar:after, .pyjama-even-teal-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-teal-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #D6EAE5;
  background: #D6EAE5;
}

.fa-i1-blue-lighter:before {
  color: #CCE6ED;
}

.fa-i2-blue-lighter:after {
  color: #CCE6ED;
}

.bg-blue-lighter .fa-file-alt-clock:after, .pyjama-even-blue-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-blue-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #CCE6ED;
  background: #CCE6ED;
}
.bg-blue-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-blue-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-blue-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #CCE6ED;
  background: #CCE6ED;
}
.bg-blue-lighter .fa-user-chart-bar:after, .pyjama-even-blue-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-blue-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #CCE6ED;
  background: #CCE6ED;
}

.fa-i1-purple-lighter:before {
  color: #E9DFEF;
}

.fa-i2-purple-lighter:after {
  color: #E9DFEF;
}

.bg-purple-lighter .fa-file-alt-clock:after, .pyjama-even-purple-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-purple-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #E9DFEF;
  background: #E9DFEF;
}
.bg-purple-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-purple-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-purple-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #E9DFEF;
  background: #E9DFEF;
}
.bg-purple-lighter .fa-user-chart-bar:after, .pyjama-even-purple-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-purple-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #E9DFEF;
  background: #E9DFEF;
}

.fa-i1-red-lighter:before {
  color: #EFCACA;
}

.fa-i2-red-lighter:after {
  color: #EFCACA;
}

.bg-red-lighter .fa-file-alt-clock:after, .pyjama-even-red-lighter > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-red-lighter > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #EFCACA;
  background: #EFCACA;
}
.bg-red-lighter .fa-chart-bar-stopwatch:after, .pyjama-even-red-lighter > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-red-lighter > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #EFCACA;
  background: #EFCACA;
}
.bg-red-lighter .fa-user-chart-bar:after, .pyjama-even-red-lighter > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-red-lighter > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #EFCACA;
  background: #EFCACA;
}

.fa-i1-green-lightest:before {
  color: #D6E8C1;
}

.fa-i2-green-lightest:after {
  color: #D6E8C1;
}

.bg-green-lightest .fa-file-alt-clock:after, .pyjama-even-green-lightest > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-green-lightest > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}
.bg-green-lightest .fa-chart-bar-stopwatch:after, .pyjama-even-green-lightest > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-green-lightest > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}
.bg-green-lightest .fa-user-chart-bar:after, .pyjama-even-green-lightest > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-green-lightest > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}

.fa-i1-white:before {
  color: #fff;
}

.fa-i2-white:after {
  color: #fff;
}

.bg-white .fa-file-alt-clock:after, .pyjama-even-white > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-white > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #fff;
  background: #fff;
}
.bg-white .fa-chart-bar-stopwatch:after, .pyjama-even-white > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-white > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #fff;
  background: #fff;
}
.bg-white .fa-user-chart-bar:after, .pyjama-even-white > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-white > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #fff;
  background: #fff;
}

.fa-i1-black:before {
  color: #000;
}

.fa-i2-black:after {
  color: #000;
}

.bg-black .fa-file-alt-clock:after, .pyjama-even-black > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-black > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #000;
  background: #000;
}
.bg-black .fa-chart-bar-stopwatch:after, .pyjama-even-black > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-black > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #000;
  background: #000;
}
.bg-black .fa-user-chart-bar:after, .pyjama-even-black > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-black > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #000;
  background: #000;
}

.fa-i1-black-contrast1:before {
  color: #1A384B;
}

.fa-i2-black-contrast1:after {
  color: #1A384B;
}

.bg-black-contrast1 .fa-file-alt-clock:after, .pyjama-even-black-contrast1 > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-black-contrast1 > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #1A384B;
  background: #1A384B;
}
.bg-black-contrast1 .fa-chart-bar-stopwatch:after, .pyjama-even-black-contrast1 > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-black-contrast1 > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #1A384B;
  background: #1A384B;
}
.bg-black-contrast1 .fa-user-chart-bar:after, .pyjama-even-black-contrast1 > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-black-contrast1 > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #1A384B;
  background: #1A384B;
}

.fa-i1-black-contrast2:before {
  color: #3D5666;
}

.fa-i2-black-contrast2:after {
  color: #3D5666;
}

.bg-black-contrast2 .fa-file-alt-clock:after, .pyjama-even-black-contrast2 > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-black-contrast2 > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #3D5666;
  background: #3D5666;
}
.bg-black-contrast2 .fa-chart-bar-stopwatch:after, .pyjama-even-black-contrast2 > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-black-contrast2 > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #3D5666;
  background: #3D5666;
}
.bg-black-contrast2 .fa-user-chart-bar:after, .pyjama-even-black-contrast2 > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-black-contrast2 > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #3D5666;
  background: #3D5666;
}

.fa-i1-black-contrast3:before {
  color: #F7F8F8;
}

.fa-i2-black-contrast3:after {
  color: #F7F8F8;
}

.bg-black-contrast3 .fa-file-alt-clock:after, .pyjama-even-black-contrast3 > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-black-contrast3 > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #F7F8F8;
  background: #F7F8F8;
}
.bg-black-contrast3 .fa-chart-bar-stopwatch:after, .pyjama-even-black-contrast3 > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-black-contrast3 > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #F7F8F8;
  background: #F7F8F8;
}
.bg-black-contrast3 .fa-user-chart-bar:after, .pyjama-even-black-contrast3 > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-black-contrast3 > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #F7F8F8;
  background: #F7F8F8;
}

.fa-i1-gray-light:before {
  color: #dee2e6;
}

.fa-i2-gray-light:after {
  color: #dee2e6;
}

.bg-gray-light .fa-file-alt-clock:after, .pyjama-even-gray-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-gray-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #dee2e6;
  background: #dee2e6;
}
.bg-gray-light .fa-chart-bar-stopwatch:after, .pyjama-even-gray-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-gray-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #dee2e6;
  background: #dee2e6;
}
.bg-gray-light .fa-user-chart-bar:after, .pyjama-even-gray-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-gray-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #dee2e6;
  background: #dee2e6;
}

.fa-i1-gray:before {
  color: #6c757d;
}

.fa-i2-gray:after {
  color: #6c757d;
}

.bg-gray .fa-file-alt-clock:after, .pyjama-even-gray > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-gray > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #6c757d;
  background: #6c757d;
}
.bg-gray .fa-chart-bar-stopwatch:after, .pyjama-even-gray > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-gray > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #6c757d;
  background: #6c757d;
}
.bg-gray .fa-user-chart-bar:after, .pyjama-even-gray > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-gray > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #6c757d;
  background: #6c757d;
}

.fa-i1-gray-dark:before {
  color: #343a40;
}

.fa-i2-gray-dark:after {
  color: #343a40;
}

.bg-gray-dark .fa-file-alt-clock:after, .pyjama-even-gray-dark > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-gray-dark > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #343a40;
  background: #343a40;
}
.bg-gray-dark .fa-chart-bar-stopwatch:after, .pyjama-even-gray-dark > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-gray-dark > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #343a40;
  background: #343a40;
}
.bg-gray-dark .fa-user-chart-bar:after, .pyjama-even-gray-dark > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-gray-dark > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #343a40;
  background: #343a40;
}

.fa-i1-page-intro:before {
  color: #D6E8C1;
}

.fa-i2-page-intro:after {
  color: #D6E8C1;
}

.bg-page-intro .fa-file-alt-clock:after, .pyjama-even-page-intro > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-page-intro > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}
.bg-page-intro .fa-chart-bar-stopwatch:after, .pyjama-even-page-intro > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-page-intro > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}
.bg-page-intro .fa-user-chart-bar:after, .pyjama-even-page-intro > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-page-intro > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #D6E8C1;
  background: #D6E8C1;
}

.fa-i1-green-dark:before {
  color: #83B585;
}

.fa-i2-green-dark:after {
  color: #83B585;
}

.bg-green-dark .fa-file-alt-clock:after, .pyjama-even-green-dark > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-green-dark > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #83B585;
  background: #83B585;
}
.bg-green-dark .fa-chart-bar-stopwatch:after, .pyjama-even-green-dark > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-green-dark > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #83B585;
  background: #83B585;
}
.bg-green-dark .fa-user-chart-bar:after, .pyjama-even-green-dark > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-green-dark > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #83B585;
  background: #83B585;
}

.fa-i1-searchbarGreen:before {
  color: #397D54;
}

.fa-i2-searchbarGreen:after {
  color: #397D54;
}

.bg-searchbarGreen .fa-file-alt-clock:after, .pyjama-even-searchbarGreen > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-searchbarGreen > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #397D54;
  background: #397D54;
}
.bg-searchbarGreen .fa-chart-bar-stopwatch:after, .pyjama-even-searchbarGreen > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-searchbarGreen > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #397D54;
  background: #397D54;
}
.bg-searchbarGreen .fa-user-chart-bar:after, .pyjama-even-searchbarGreen > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-searchbarGreen > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #397D54;
  background: #397D54;
}

.fa-i1-brown:before {
  color: #7e5016;
}

.fa-i2-brown:after {
  color: #7e5016;
}

.bg-brown .fa-file-alt-clock:after, .pyjama-even-brown > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-brown > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #7e5016;
  background: #7e5016;
}
.bg-brown .fa-chart-bar-stopwatch:after, .pyjama-even-brown > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-brown > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #7e5016;
  background: #7e5016;
}
.bg-brown .fa-user-chart-bar:after, .pyjama-even-brown > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-brown > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #7e5016;
  background: #7e5016;
}

.fa-i1-diagram-yellow:before {
  color: #ef7111;
}

.fa-i2-diagram-yellow:after {
  color: #ef7111;
}

.bg-diagram-yellow .fa-file-alt-clock:after, .pyjama-even-diagram-yellow > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-yellow > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #ef7111;
  background: #ef7111;
}
.bg-diagram-yellow .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-yellow > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-yellow > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #ef7111;
  background: #ef7111;
}
.bg-diagram-yellow .fa-user-chart-bar:after, .pyjama-even-diagram-yellow > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-yellow > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #ef7111;
  background: #ef7111;
}

.fa-i1-diagram-yellow-light:before {
  color: #f7aa42;
}

.fa-i2-diagram-yellow-light:after {
  color: #f7aa42;
}

.bg-diagram-yellow-light .fa-file-alt-clock:after, .pyjama-even-diagram-yellow-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-yellow-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #f7aa42;
  background: #f7aa42;
}
.bg-diagram-yellow-light .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-yellow-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-yellow-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #f7aa42;
  background: #f7aa42;
}
.bg-diagram-yellow-light .fa-user-chart-bar:after, .pyjama-even-diagram-yellow-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-yellow-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #f7aa42;
  background: #f7aa42;
}

.fa-i1-diagram-brown:before {
  color: #7e5016;
}

.fa-i2-diagram-brown:after {
  color: #7e5016;
}

.bg-diagram-brown .fa-file-alt-clock:after, .pyjama-even-diagram-brown > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-brown > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #7e5016;
  background: #7e5016;
}
.bg-diagram-brown .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-brown > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-brown > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #7e5016;
  background: #7e5016;
}
.bg-diagram-brown .fa-user-chart-bar:after, .pyjama-even-diagram-brown > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-brown > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #7e5016;
  background: #7e5016;
}

.fa-i1-diagram-brown-light:before {
  color: #b38f4b;
}

.fa-i2-diagram-brown-light:after {
  color: #b38f4b;
}

.bg-diagram-brown-light .fa-file-alt-clock:after, .pyjama-even-diagram-brown-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-brown-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #b38f4b;
  background: #b38f4b;
}
.bg-diagram-brown-light .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-brown-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-brown-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #b38f4b;
  background: #b38f4b;
}
.bg-diagram-brown-light .fa-user-chart-bar:after, .pyjama-even-diagram-brown-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-brown-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #b38f4b;
  background: #b38f4b;
}

.fa-i1-diagram-blue:before {
  color: #4BAFC6;
}

.fa-i2-diagram-blue:after {
  color: #4BAFC6;
}

.bg-diagram-blue .fa-file-alt-clock:after, .pyjama-even-diagram-blue > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-blue > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}
.bg-diagram-blue .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-blue > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-blue > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}
.bg-diagram-blue .fa-user-chart-bar:after, .pyjama-even-diagram-blue > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-blue > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #4BAFC6;
  background: #4BAFC6;
}

.fa-i1-diagram-blue-light:before {
  color: #84BFD8;
}

.fa-i2-diagram-blue-light:after {
  color: #84BFD8;
}

.bg-diagram-blue-light .fa-file-alt-clock:after, .pyjama-even-diagram-blue-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-blue-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #84BFD8;
  background: #84BFD8;
}
.bg-diagram-blue-light .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-blue-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-blue-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #84BFD8;
  background: #84BFD8;
}
.bg-diagram-blue-light .fa-user-chart-bar:after, .pyjama-even-diagram-blue-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-blue-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #84BFD8;
  background: #84BFD8;
}

.fa-i1-diagram-pink:before {
  color: #AC86BF;
}

.fa-i2-diagram-pink:after {
  color: #AC86BF;
}

.bg-diagram-pink .fa-file-alt-clock:after, .pyjama-even-diagram-pink > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-pink > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #AC86BF;
  background: #AC86BF;
}
.bg-diagram-pink .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-pink > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-pink > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #AC86BF;
  background: #AC86BF;
}
.bg-diagram-pink .fa-user-chart-bar:after, .pyjama-even-diagram-pink > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-pink > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #AC86BF;
  background: #AC86BF;
}

.fa-i1-diagram-pink-light:before {
  color: #cc80b0;
}

.fa-i2-diagram-pink-light:after {
  color: #cc80b0;
}

.bg-diagram-pink-light .fa-file-alt-clock:after, .pyjama-even-diagram-pink-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-pink-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #cc80b0;
  background: #cc80b0;
}
.bg-diagram-pink-light .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-pink-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-pink-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #cc80b0;
  background: #cc80b0;
}
.bg-diagram-pink-light .fa-user-chart-bar:after, .pyjama-even-diagram-pink-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-pink-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #cc80b0;
  background: #cc80b0;
}

.fa-i1-diagram-dark:before {
  color: #42555f;
}

.fa-i2-diagram-dark:after {
  color: #42555f;
}

.bg-diagram-dark .fa-file-alt-clock:after, .pyjama-even-diagram-dark > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-dark > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #42555f;
  background: #42555f;
}
.bg-diagram-dark .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-dark > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-dark > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #42555f;
  background: #42555f;
}
.bg-diagram-dark .fa-user-chart-bar:after, .pyjama-even-diagram-dark > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-dark > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #42555f;
  background: #42555f;
}

.fa-i1-diagram-dark-light:before {
  color: #82939c;
}

.fa-i2-diagram-dark-light:after {
  color: #82939c;
}

.bg-diagram-dark-light .fa-file-alt-clock:after, .pyjama-even-diagram-dark-light > *:nth-child(even) .fa-file-alt-clock:after, .pyjama-odd-diagram-dark-light > *:nth-child(odd) .fa-file-alt-clock:after {
  border-color: #82939c;
  background: #82939c;
}
.bg-diagram-dark-light .fa-chart-bar-stopwatch:after, .pyjama-even-diagram-dark-light > *:nth-child(even) .fa-chart-bar-stopwatch:after, .pyjama-odd-diagram-dark-light > *:nth-child(odd) .fa-chart-bar-stopwatch:after {
  border-color: #82939c;
  background: #82939c;
}
.bg-diagram-dark-light .fa-user-chart-bar:after, .pyjama-even-diagram-dark-light > *:nth-child(even) .fa-user-chart-bar:after, .pyjama-odd-diagram-dark-light > *:nth-child(odd) .fa-user-chart-bar:after {
  border-color: #82939c;
  background: #82939c;
}

@media print {
  .print-no-break {
    page-break-inside: avoid;
  }
}
.loading-dots:after {
  content: ".";
  opacity: 0;
  animation: dots-loading-effect 1.3s infinite;
}

@keyframes dots-loading-effect {
  33%, 66% {
    opacity: 1;
    text-shadow: 0.3em 0 0, 0.6em 0 0 rgba(0, 0, 0, 0);
  }
  66%, 100% {
    opacity: 1;
    text-shadow: 0.3em 0 0, 0.6em 0 0;
  }
}
.hover-fade:hover .item {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.hover-fade:hover .item:not(:hover) {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  opacity: 0.6;
}

.dm-modal:not(.closed) {
  display: block;
}
.dm-modal.tiny-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
}
.dm-modal .modal-dialog {
  max-width: 1280px;
  width: 790px;
}
.dm-modal .modal-dialog.modal-regular {
  width: 790px;
}
.dm-modal .modal-dialog.modal-small {
  width: 400px;
}
.dm-modal .modal-dialog.modal-wide {
  width: 900px;
}
.dm-modal .modal-dialog.modal-fullwidth {
  width: 100%;
}
.dm-modal .modal-dialog.modal-fullwidth .modal-content {
  /* äußeres padding */
  padding: 48px;
}
.dm-modal .modal-dialog .modal-header {
  border-bottom: none;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-100 {
  min-height: 100px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-150 {
  min-height: 150px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-200 {
  min-height: 200px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-250 {
  min-height: 250px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-300 {
  min-height: 300px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-350 {
  min-height: 350px;
}
.dm-modal .modal-dialog .modal-body.modal-min-height-400 {
  min-height: 400px;
}
.dm-modal .modal-dialog .modal-body .col-a {
  width: 120px;
}
.dm-modal .modal-dialog .modal-body .lines .row, .dm-modal .modal-dialog .modal-body .lines .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .lines .pf-element-group, .dm-modal .modal-dialog .modal-body .lines .info_row, .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row, .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row, .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row, .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom {
  border-top: 2px solid #DBDBDB;
}
.dm-modal .modal-dialog .modal-body .lines .row:last-child, .dm-modal .modal-dialog .modal-body .lines .pf_new_element_step1 .pf-element-group:last-child, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .lines .pf-element-group:last-child, .dm-modal .modal-dialog .modal-body .lines .info_row:last-child, .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row:last-child, .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row:last-child, .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row-fixed-bottom:last-child, .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:last-child, .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row:last-child, .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row:last-child, .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row-fixed-bottom:last-child, .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:last-child {
  border-bottom: 2px solid #DBDBDB;
}
.dm-modal .modal-dialog .modal-body .lines .row:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .pf_new_element_step1 .pf-element-group:nth-child(odd), .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .lines .pf-element-group:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .info_row:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row:nth-child(odd), .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row-fixed-bottom:nth-child(odd), .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row:nth-child(odd), .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row:nth-child(odd), .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row-fixed-bottom:nth-child(odd), .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:nth-child(odd) {
  background-color: #FAFBFB;
}
.dm-modal .modal-dialog .modal-body .lines .row:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .pf_new_element_step1 .pf-element-group:nth-child(even), .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .lines .pf-element-group:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .info_row:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row:nth-child(even), .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .field-rules .rules-row-fixed-bottom:nth-child(even), .field-rules .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row:nth-child(even), .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row:nth-child(even), .dm-modal .modal-dialog .modal-body .lines .new-field-rule .rules-row-fixed-bottom:nth-child(even), .new-field-rule .dm-modal .modal-dialog .modal-body .lines .rules-row-fixed-bottom:nth-child(even) {
  background-color: #fff;
}
.dm-modal .modal-dialog .modal-body .lines .col-a {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.dm-modal .modal-dialog .modal-body .lines .col-b {
  padding-top: 24px;
  padding-bottom: 24px;
}
.dm-modal .modal-dialog .modal-body .lines .col-b h3, .dm-modal .modal-dialog .modal-body .lines .col-b .h3 {
  font-size: 16px;
  font-weight: 700;
}
.dm-modal .modal-dialog .modal-body .lines .col-b ul {
  list-style-type: "- ";
}
.dm-modal .modal-dialog .modal-body .row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom {
  background-color: #D6E8C1;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-width: 0;
}
.dm-modal .modal-dialog .modal-body input, .dm-modal .modal-dialog .modal-body select, .dm-modal .modal-dialog .modal-body .date-range .date-dropdown > .dropdown-toggle, .date-range .dm-modal .modal-dialog .modal-body .date-dropdown > .dropdown-toggle {
  width: 100%;
}
.dm-modal .modal-dialog .modal-body input.vshort, .dm-modal .modal-dialog .modal-body select.vshort, .dm-modal .modal-dialog .modal-body .date-range .date-dropdown > .vshort.dropdown-toggle, .date-range .dm-modal .modal-dialog .modal-body .date-dropdown > .vshort.dropdown-toggle {
  max-width: 150px;
}
.dm-modal .modal-dialog .modal-body input.short, .dm-modal .modal-dialog .modal-body select.short, .dm-modal .modal-dialog .modal-body .date-range .date-dropdown > .short.dropdown-toggle, .date-range .dm-modal .modal-dialog .modal-body .date-dropdown > .short.dropdown-toggle {
  max-width: 300px;
}
.dm-modal .modal-dialog .modal-body input.medium, .dm-modal .modal-dialog .modal-body select.medium, .dm-modal .modal-dialog .modal-body .date-range .date-dropdown > .medium.dropdown-toggle, .date-range .dm-modal .modal-dialog .modal-body .date-dropdown > .medium.dropdown-toggle {
  max-width: 400px;
}
.dm-modal .modal-dialog .modal-body input[type=checkbox], .dm-modal .modal-dialog .modal-body input[type=radio] {
  width: 30px;
}
.dm-modal .modal-dialog .modal-body code {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.dm-modal .modal-dialog .modal-body.modal-prompt .col-a {
  text-align: center;
}
.dm-modal .modal-dialog .modal-body.modal-deletePowerForm .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeleteGroup .col-a, .dm-modal .modal-dialog .modal-body.modal-confirmDeletePolicy .col-a {
  width: 100px;
}
.dm-modal .modal-dialog .modal-body.modal-changePassword input.pw {
  width: 250px;
}
.dm-modal .modal-dialog .modal-body .nav .nav-item:not(:last-child):after, .dm-modal .modal-dialog .modal-body .dmTabs ul .nav-item:not(:last-child):after, .dmTabs .dm-modal .modal-dialog .modal-body ul .nav-item:not(:last-child):after {
  content: ">";
  position: relative;
  top: -40px;
  left: 150px;
}
.dm-modal .modal-dialog .modal-footer {
  border-top: none;
}
.dm-modal .modal-dialog .modal-body > p.modP {
  padding-right: 0;
}
.dm-modal .modal-dialog .modal-body > pre.bounce-info code {
  height: 400px;
  max-height: 400px;
}
input, select, .date-range .date-dropdown > .dropdown-toggle, textarea {
  font-family: Verdana, sans-serif;
}

optgroup {
  font-family: Verdana, sans-serif;
}

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.noborder {
  border: none;
}

a {
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

div.clear {
  clear: both;
  height: 0.1px;
  overflow: hidden;
}

h1 a img.hilfe, #plugin_18_css h1.dmBadge a img.hilfe, #plugin_18_css .dmBadge.h1 a img.hilfe, .h1 a img.hilfe, h1 a img[title=Hilfe], #plugin_18_css h1.dmBadge a img[title=Hilfe], #plugin_18_css .dmBadge.h1 a img[title=Hilfe], .h1 a img[title=Hilfe] {
  vertical-align: middle;
}

.mceh1 {
  font-size: 14px;
  margin-bottom: 1em;
  color: #000000;
  background: #DFE8DF;
  width: 100%;
}

p {
  margin-bottom: 10px;
}

body > p, body > h1, #plugin_18_css body > h1.dmBadge, #plugin_18_css body > .dmBadge.h1, body > .h1, body > h2, body > .h2, body > h3, body > .h3, .contentstandard > p, .contentstandard > h1, #plugin_18_css .contentstandard > h1.dmBadge, #plugin_18_css .contentstandard > .dmBadge.h1, .contentstandard > .h1, .contentstandard > h2, .contentstandard > .h2, .contentstandard > h3, .contentstandard > .h3 {
  padding-left: 26px;
  padding-right: 26px;
}

.warnung {
  color: #E8716B;
}

.pos {
  color: #397D54;
}

.neg {
  color: #E8716B;
}

.lightpos {
  color: #83b585;
}

.lightneg {
  color: #E8716B;
}

.bigGreen {
  color: #397D54;
}

.bigGrey {
  color: #999999;
}

.bigBlack {
  color: #000000;
}

.bigRed {
  color: #E8716B;
}

.lightRed {
  color: #ff0000;
}

.hiorange {
  background-color: #ffb400;
  font-weight: bold;
}

.hired {
  background-color: #E8716B;
  color: #fff;
  font-weight: bold;
}

.hired a {
  color: #ffffff;
  text-decoration: underline;
}

.hired a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.norm {
  color: #000000;
  font-weight: normal;
}

.inactive {
  color: #bbbbbb;
}

.small {
  font-family: Verdana, sans-serif, sans-serif;
  font-size: 12px;
}

.blockquote {
  display: flex;
  font-size: 0.75rem;
  background: #D6E8C1;
  border-left: 16px solid #3D5666;
  padding: 20px 5px 20px 15px;
  margin-bottom: 1.5em;
  min-height: 30px;
  white-space: normal;
  border-radius: 0.25rem;
}
.blockquote.red, .dm-modal .modal-dialog a.blockquote.dmButtonDelete {
  background: #EFCACA;
  border-left: 16px solid #E8716B;
}
.blockquote.gray {
  background: #F7F8F8;
  border-left: 16px solid #3D5666;
}
.blockquote.white {
  background: #fff;
  border-left: 16px solid #3D5666;
}
.blockquote .svg {
  margin-right: 0.5rem;
}

.blockquote-primary {
  background: theme-color-level("primary", -10);
  border-left: 16px solid #3D5666;
}

.blockquote-secondary {
  background: theme-color-level("secondary", -10);
  border-left: 16px solid #6c757d;
}

.blockquote-success {
  background: theme-color-level("success", -10);
  border-left: 16px solid #397D54;
}

.blockquote-info {
  background: theme-color-level("info", -10);
  border-left: 16px solid #4BAFC6;
}

.blockquote-warning {
  background: theme-color-level("warning", -10);
  border-left: 16px solid #ef7111;
}

.blockquote-danger {
  background: theme-color-level("danger", -10);
  border-left: 16px solid #E8716B;
}

.blockquote-light {
  background: theme-color-level("light", -10);
  border-left: 16px solid #f8f8f8;
}

.blockquote-dark {
  background: theme-color-level("dark", -10);
  border-left: 16px solid #343a40;
}

.blockquote-theme {
  background: theme-color-level("theme", -10);
  border-left: 16px solid #3D5666;
}

.blockquote-theme-gray {
  background: theme-color-level("theme-gray", -10);
  border-left: 16px solid #e4e6e8;
}

.blockquote-theme-bg {
  background: theme-color-level("theme-bg", -10);
  border-left: 16px solid #c9dac4;
}

.blockquote-theme-light {
  background: theme-color-level("theme-light", -10);
  border-left: 16px solid #b1bbc2;
}

.blockquote-theme-lighter {
  background: theme-color-level("theme-lighter", -10);
  border-left: 16px solid #d8dde0;
}

.blockquote-error-color {
  background: theme-color-level("error-color", -10);
  border-left: 16px solid #b91b1b;
}

.blockquote-green {
  background: theme-color-level("green", -10);
  border-left: 16px solid #397D54;
}

.blockquote-orange {
  background: theme-color-level("orange", -10);
  border-left: 16px solid #EAB050;
}

.blockquote-teal {
  background: theme-color-level("teal", -10);
  border-left: 16px solid #79C6C4;
}

.blockquote-blue {
  background: theme-color-level("blue", -10);
  border-left: 16px solid #4BAFC6;
}

.blockquote-purple {
  background: theme-color-level("purple", -10);
  border-left: 16px solid #AC86BF;
}

.blockquote-red {
  background: theme-color-level("red", -10);
  border-left: 16px solid #E8716B;
}

.blockquote-green-light {
  background: theme-color-level("green-light", -10);
  border-left: 16px solid #6E9C75;
}

.blockquote-orange-light {
  background: theme-color-level("orange-light", -10);
  border-left: 16px solid #FCD2A7;
}

.blockquote-teal-light {
  background: theme-color-level("teal-light", -10);
  border-left: 16px solid #ACDDD3;
}

.blockquote-blue-light {
  background: theme-color-level("blue-light", -10);
  border-left: 16px solid #84BFD8;
}

.blockquote-purple-light {
  background: theme-color-level("purple-light", -10);
  border-left: 16px solid #DDC4E8;
}

.blockquote-red-light {
  background: theme-color-level("red-light", -10);
  border-left: 16px solid #F4938C;
}

.blockquote-green-lighter {
  background: theme-color-level("green-lighter", -10);
  border-left: 16px solid #C4DBAF;
}

.blockquote-orange-lighter {
  background: theme-color-level("orange-lighter", -10);
  border-left: 16px solid #FCE9DB;
}

.blockquote-teal-lighter {
  background: theme-color-level("teal-lighter", -10);
  border-left: 16px solid #D6EAE5;
}

.blockquote-blue-lighter {
  background: theme-color-level("blue-lighter", -10);
  border-left: 16px solid #CCE6ED;
}

.blockquote-purple-lighter {
  background: theme-color-level("purple-lighter", -10);
  border-left: 16px solid #E9DFEF;
}

.blockquote-red-lighter {
  background: theme-color-level("red-lighter", -10);
  border-left: 16px solid #EFCACA;
}

.blockquote-green-lightest {
  background: theme-color-level("green-lightest", -10);
  border-left: 16px solid #D6E8C1;
}

.blockquote-white {
  background: theme-color-level("white", -10);
  border-left: 16px solid #fff;
}

.blockquote-black {
  background: theme-color-level("black", -10);
  border-left: 16px solid #000;
}

.blockquote-black-contrast1 {
  background: theme-color-level("black-contrast1", -10);
  border-left: 16px solid #1A384B;
}

.blockquote-black-contrast2 {
  background: theme-color-level("black-contrast2", -10);
  border-left: 16px solid #3D5666;
}

.blockquote-black-contrast3 {
  background: theme-color-level("black-contrast3", -10);
  border-left: 16px solid #F7F8F8;
}

.blockquote-gray-light {
  background: theme-color-level("gray-light", -10);
  border-left: 16px solid #dee2e6;
}

.blockquote-gray {
  background: theme-color-level("gray", -10);
  border-left: 16px solid #6c757d;
}

.blockquote-gray-dark {
  background: theme-color-level("gray-dark", -10);
  border-left: 16px solid #343a40;
}

.blockquote-page-intro {
  background: theme-color-level("page-intro", -10);
  border-left: 16px solid #D6E8C1;
}

.blockquote-green-dark {
  background: theme-color-level("green-dark", -10);
  border-left: 16px solid #83B585;
}

.blockquote-searchbarGreen {
  background: theme-color-level("searchbarGreen", -10);
  border-left: 16px solid #397D54;
}

.blockquote-brown {
  background: theme-color-level("brown", -10);
  border-left: 16px solid #7e5016;
}

.blockquote-diagram-yellow {
  background: theme-color-level("diagram-yellow", -10);
  border-left: 16px solid #ef7111;
}

.blockquote-diagram-yellow-light {
  background: theme-color-level("diagram-yellow-light", -10);
  border-left: 16px solid #f7aa42;
}

.blockquote-diagram-brown {
  background: theme-color-level("diagram-brown", -10);
  border-left: 16px solid #7e5016;
}

.blockquote-diagram-brown-light {
  background: theme-color-level("diagram-brown-light", -10);
  border-left: 16px solid #b38f4b;
}

.blockquote-diagram-blue {
  background: theme-color-level("diagram-blue", -10);
  border-left: 16px solid #4BAFC6;
}

.blockquote-diagram-blue-light {
  background: theme-color-level("diagram-blue-light", -10);
  border-left: 16px solid #84BFD8;
}

.blockquote-diagram-pink {
  background: theme-color-level("diagram-pink", -10);
  border-left: 16px solid #AC86BF;
}

.blockquote-diagram-pink-light {
  background: theme-color-level("diagram-pink-light", -10);
  border-left: 16px solid #cc80b0;
}

.blockquote-diagram-dark {
  background: theme-color-level("diagram-dark", -10);
  border-left: 16px solid #42555f;
}

.blockquote-diagram-dark-light {
  background: theme-color-level("diagram-dark-light", -10);
  border-left: 16px solid #82939c;
}

.blockquote-gray-100 {
  background: theme-color-level("gray-100", -10);
  border-left: 16px solid #f8f9fa;
}

.blockquote-gray-150 {
  background: theme-color-level("gray-150", -10);
  border-left: 16px solid #f4f3f3;
}

.blockquote-gray-200 {
  background: theme-color-level("gray-200", -10);
  border-left: 16px solid #e9ecef;
}

.blockquote-gray-300 {
  background: theme-color-level("gray-300", -10);
  border-left: 16px solid #dee2e6;
}

.blockquote-gray-400 {
  background: theme-color-level("gray-400", -10);
  border-left: 16px solid #ced4da;
}

.blockquote-gray-500 {
  background: theme-color-level("gray-500", -10);
  border-left: 16px solid #adb5bd;
}

.blockquote-gray-600 {
  background: theme-color-level("gray-600", -10);
  border-left: 16px solid #6c757d;
}

.blockquote-gray-700 {
  background: theme-color-level("gray-700", -10);
  border-left: 16px solid #495057;
}

.blockquote-gray-800 {
  background: theme-color-level("gray-800", -10);
  border-left: 16px solid #343a40;
}

.blockquote-gray-900 {
  background: theme-color-level("gray-900", -10);
  border-left: 16px solid #212529;
}

div.hr, div.hr2 {
  background: white url("../_img/skin11_tpl/hr.gif") top left repeat-x;
  height: 2px;
  overflow: hidden;
  margin: 10px 0;
}

div.hr2 {
  margin: 0;
}

.content {
  background: #ffffff;
  padding: 12px;
}
.content p {
  margin-bottom: 1em;
  padding: 0;
}
.content ul, .content ol {
  padding: 1em 0 1em 0;
  margin-left: 31px;
}
.content ul li, .content ol li {
  padding-bottom: 0.3em;
}

.contentstandard {
  background: #ffffff;
  padding: 12px 0 12px 0;
  width: 100%;
}
.contentstandard ul {
  padding: 1em 0 1em 0px;
  margin-left: 43px;
}
.contentstandard ul li {
  padding-bottom: 0.5em;
}

.contentwrap {
  width: 1210px;
  float: left;
  padding-left: 31px;
  background: #ffffff;
  padding-bottom: 12px;
}

ul.modUL {
  padding: 0 0 0 3em;
  margin: 1em 0;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.display-7 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 2rem;
  }
}

.display-8 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.5rem;
  }
}

.display-5-lh {
  line-height: 1.2;
}

.display-6-lh {
  line-height: 1.2;
}

.display-7-lh {
  line-height: 1.2;
}

.display-8-lh {
  line-height: 1.2;
}

a.dropdown-item {
  text-decoration: none;
}

#offcanvasTopSearch {
  height: 110px !important;
  max-height: 110px !important;
  background-color: #397D54;
}
#offcanvasTopSearch div.offcanvas-header, #offcanvasTopSearch div.offcanvas-body {
  max-width: 1000px;
  width: 1000px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
#offcanvasTopSearch .topSearchKategories {
  position: absolute;
  max-width: 625px;
  width: 625px;
  top: 109px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}
#offcanvasTopSearch .topSearchKategories .topSearchKategoriesInner {
  position: absolute;
}
#offcanvasTopSearch #globalSearchTerm.form-control:focus, #offcanvasTopSearch input#globalSearchTerm:focus:not([type=checkbox]):not([type=radio]), #offcanvasTopSearch select#globalSearchTerm:focus, #offcanvasTopSearch .date-range .date-dropdown > #globalSearchTerm.dropdown-toggle:focus, .date-range #offcanvasTopSearch .date-dropdown > #globalSearchTerm.dropdown-toggle:focus, #offcanvasTopSearch textarea#globalSearchTerm:focus {
  border: 1px solid #3D5666;
  outline: 2px solid #3D5666;
}

.navbar.dmNav {
  font-size: 0.75rem;
}
.navbar.dmNav .logo-container {
  height: 109px;
  padding-top: 17px;
}
.navbar.dmNav .nav-lang-select { /* Sprachumschalter auf Login seite */
  font-size: 0.75rem;
}
.navbar.dmNav .nav-versetzt, .navbar.dmNav .navbar-collapse, .navbar.dmNav .navbar-brand {
  position: relative;
  right: 30px;
}
.navbar.dmNav .navbar-brand {
  padding-top: 0;
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 0;
}
.navbar.dmNav .navbar-collapse {
  margin-top: 20px;
}
.navbar.dmNav .navbar-text {
  margin-top: 20px;
}
.navbar.dmNav .nav-link {
  color: #3D5666;
}
.navbar.dmNav .nav-link.level2 {
  color: #3D5666;
}
.navbar.dmNav a.nav-link.level1 {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar.dmNav a.nav-link.level1:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar.dmNav a.nav-link.level1:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.navbar.dmNav a.nav-link.level1.active {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.navbar.dmNav .navbar-expand .navbar-nav .nav-link {
  padding-right: 13px;
  padding-left: 13px;
}
.navbar.dmNav li.nav-item.dropdown-active a.level1 {
  text-stroke: 1px #3D5666;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
}
.navbar.dmNav ul .dropdown-menu:not(.level3):after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: 10px solid #397D54;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.navbar.dmNav ul.dropdown-menu {
  font-size: 0.75rem;
  left: -45px;
}
.navbar.dmNav ul.dropdown-menu.level2 {
  background-color: #397D54;
  color: #F7F8F8;
  border-radius: 0.25rem;
  box-shadow: none;
  border: none;
}
.navbar.dmNav ul.dropdown-menu.level2 svg {
  height: 22px;
  padding: 2px 0;
}
.navbar.dmNav ul.dropdown-menu.level2 .dropdown-item {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: #F7F8F8;
  cursor: pointer;
}
.navbar.dmNav ul.dropdown-menu.level2 .dropdown-item:hover, .navbar.dmNav ul.dropdown-menu.level2 .dropdown-item:active, .navbar.dmNav ul.dropdown-menu.level2 .dropdown-item.dropdown-active {
  background-color: #F7F8F8;
  color: #000;
}
.navbar.dmNav ul.dropdown-menu.level2 .dropdown-active {
  background-color: #F7F8F8;
}
.navbar.dmNav ul.dropdown-menu.level2 .dropdown-active div {
  color: #3D5666;
}
.navbar.dmNav ul.dropdown-menu.level3 {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  border: none;
  background-color: #F7F8F8;
  border-radius: 0.25rem;
}
.navbar.dmNav ul.dropdown-menu.level3 .dropdown-item {
  color: #000;
  cursor: pointer;
}
.navbar.dmNav ul.dropdown-menu.level3 .dropdown-item:hover, .navbar.dmNav ul.dropdown-menu.level3 .dropdown-item:active, .navbar.dmNav ul.dropdown-menu.level3 .dropdown-item.dropdown-active {
  text-decoration: underline;
}
.navbar.dmNav ul.dropdown-menu:hover:before {
  content: "";
  width: 140%;
  height: 120%;
  position: absolute;
  top: -3px;
  left: -55px;
  z-index: -1;
}
.navbar.dmNav div.nav_acitve_line {
  width: 100%;
  height: 4px;
  background-color: #397D54;
}
.navbar.dmNav .dropdown-item.dropdown-toggle ::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(183, 49, 49, 0);
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar.dmNav ul.navbar-nav.level1 li.nav-item {
  padding-left: 0;
  padding-right: 26px;
}
.navbar.dmNav ul.navbar-nav.level1 li.nav-item:last-child {
  padding-right: 0;
}
.navbar.dmNav .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.dmNav .nav-item .level3, .navbar.dmNav .nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.navbar.dmNav .dropdown-menu li {
  position: relative;
}
.navbar.dmNav .dropdown-menu > li:hover > .submenu, .navbar.dmNav .dropdown-menu > li:hover > .level3, .navbar.dmNav .dropdown-menu > li:hover > .submenu-left, .navbar.dmNav .dropdown-menu > li:active > .submenu, .navbar.dmNav .dropdown-menu > li:active > .level3, .navbar.dmNav .dropdown-menu > li:active > .submenu-left, .navbar.dmNav dropdown-item > li:hover > .submenu, .navbar.dmNav dropdown-item > li:hover > .level3, .navbar.dmNav dropdown-item > li:hover > .submenu-left, .navbar.dmNav dropdown-item > li:active > .submenu, .navbar.dmNav dropdown-item > li:active > .level3, .navbar.dmNav dropdown-item > li:active > .submenu-left {
  display: block;
}
.navbar.dmNav .nav-btn {
  display: inline-flex;
  width: 37px;
  max-width: 37px;
  margin-right: 10px;
  cursor: pointer;
}
.navbar.dmNav .nav-btn :hover {
  filter: brightness(90%);
}
.navbar.dmNav .nav-btn .nav-badge {
  background-color: red;
  color: white;
  position: relative;
  font-size: 12px;
  height: 20px;
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  line-height: 12px;
  top: 6px;
  left: -1px;
}
.navbar.dmNav .nav-btn .nav-badge.neunplus {
  font-size: 11px;
}

.sitemap a {
  color: #3D5666;
}
.sitemap a :hover {
  background-color: #e4e6e8;
}
.toolBox {
  cursor: pointer;
}
.toolBox.dropdown {
  font-size: 14px;
}
.toolBox.dropdown .nav-lang-select { /* Sprachumschalter auf Login seite */
  font-size: 14px;
}
.toolBox.dropdown .nav-versetzt, .toolBox.dropdown .navbar-collapse, .toolBox.dropdown .navbar.dmNav .navbar-brand, .navbar.dmNav .toolBox.dropdown .navbar-brand {
  position: relative;
}
.toolBox.dropdown .navbar-collapse {
  margin-top: 20px;
}
.toolBox.dropdown .navbar-text {
  margin-top: 20px;
}
.toolBox.dropdown .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.toolBox.dropdown .nav-link.level2 {
  color: rgba(0, 0, 0, 0.55);
}
.toolBox.dropdown a.tool-link.level1 {
  padding-right: 0px;
  padding-left: 0px;
}
.toolBox.dropdown a.tool-link.level1:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.toolBox.dropdown a.tool-link.level1:hover {
  text-decoration: underline;
  font-weight: bold;
}
.toolBox.dropdown a.tool-link.level1.active {
  font-weight: bold;
}
.toolBox.dropdown li.nav-item.dropdown-active a.level1 {
  font-weight: bold;
  text-decoration: underline;
}
.toolBox.dropdown div.dropdown-menu.top-arrow:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: 10px solid #397D54;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.toolBox.dropdown div.dropdown-menu.right-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 13px solid #397D54;
  transform: translateY(-50%);
}
.toolBox.dropdown div.dropdown-menu {
  font-size: 14px;
  max-width: 276px;
  width: 276px;
  left: -45px;
}
.toolBox.dropdown div.dropdown-menu.level2 {
  background-color: #397D54;
  color: #F7F8F8;
  border-radius: 0.25rem;
  box-shadow: none;
  border: none;
}
.toolBox.dropdown div.dropdown-menu.level2 a.dropdown-item {
  padding: var(--bs-dropdown-item-padding-y) calc(var(--bs-dropdown-item-padding-x) * 1.5) var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: #F7F8F8;
  cursor: pointer;
  white-space: normal;
}
.toolBox.dropdown div.dropdown-menu.level2 a.dropdown-item:hover, .toolBox.dropdown div.dropdown-menu.level2 a.dropdown-item:active, .toolBox.dropdown div.dropdown-menu.level2 a.dropdown-item.dropdown-active {
  background-color: #397D54;
  color: #F7F8F8;
}
.toolBox.dropdown div.dropdown-menu.level2 a.dropdown-item.disabled {
  color: rgba(247, 248, 248, 0.5);
}
.toolBox.dropdown div.dropdown-menu.level2 span.dropdown-item {
  color: rgba(247, 248, 248, 0.5);
  cursor: pointer;
  white-space: normal;
}
.toolBox.dropdown div.dropdown-menu.level2 span.dropdown-item:hover, .toolBox.dropdown div.dropdown-menu.level2 span.dropdown-item:active, .toolBox.dropdown div.dropdown-menu.level2 span.dropdown-item.dropdown-active {
  background-color: #397D54;
  color: rgba(247, 248, 248, 0.5);
  cursor: default;
}
.toolBox.dropdown div.dropdown-menu.level2 .dropdown-active {
  background-color: #F7F8F8;
}
.toolBox.dropdown div.dropdown-menu.level2 .dropdown-activespan {
  color: rgba(0, 0, 0, 0.55);
}
.toolBox.dropdown div.dropdown-menu:hover:before {
  content: "";
  width: 110%;
  height: 115%;
  position: absolute;
  top: -12px;
  left: -27px;
  z-index: -1;
}
.toolBox.dropdown div.nav_acitve_line {
  width: 100%;
  height: 4px;
  background-color: #397D54;
}
.toolBox.dropdown .dropdown-menu.dropdown-toggle ::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(183, 49, 49, 0);
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.toolBox.dropdown ul.navbar-nav.level1 li.nav-item {
  padding-left: 0;
  padding-right: 26px;
}
.toolBox.dropdown ul.navbar-nav.level1 li.nav-item:last-child {
  padding-right: 0;
}
.toolBox.dropdown .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}

.header2.nlheader img {
  /* emailings_neu logo */
  width: 233px !important;
  height: 72px !important;
  margin-left: 12px;
}

.dm-tabs {
  justify-content: center;
}
.dm-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.dm-tabs .nav-link:hover, .dm-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.dm-tabs .nav-link.disabled, .dm-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.dm-tabs .nav-link.active,
.dm-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.odd-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

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

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

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

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

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

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

.odd-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.odd-col-1 {
  flex: 0 0 auto;
  width: 20%;
}

.odd-col-2 {
  flex: 0 0 auto;
  width: 40%;
}

.odd-col-3 {
  flex: 0 0 auto;
  width: 60%;
}

.odd-col-4 {
  flex: 0 0 auto;
  width: 80%;
}

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

.odd-order-first {
  order: -1;
}

.odd-order-last {
  order: 6;
}

.odd-order-0 {
  order: 0;
}

.odd-order-1 {
  order: 1;
}

.odd-order-2 {
  order: 2;
}

.odd-order-3 {
  order: 3;
}

.odd-order-4 {
  order: 4;
}

.odd-order-5 {
  order: 5;
}

.odd-offset-1 {
  margin-left: 20%;
}

.odd-offset-2 {
  margin-left: 40%;
}

.odd-offset-3 {
  margin-left: 60%;
}

.odd-offset-4 {
  margin-left: 80%;
}

@media (min-width: 576px) {
  .odd-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .odd-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .odd-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .odd-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .odd-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .odd-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .odd-col-sm-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-col-sm-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .odd-col-sm-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .odd-col-sm-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .odd-col-sm-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-order-sm-first {
    order: -1;
  }
  .odd-order-sm-last {
    order: 6;
  }
  .odd-order-sm-0 {
    order: 0;
  }
  .odd-order-sm-1 {
    order: 1;
  }
  .odd-order-sm-2 {
    order: 2;
  }
  .odd-order-sm-3 {
    order: 3;
  }
  .odd-order-sm-4 {
    order: 4;
  }
  .odd-order-sm-5 {
    order: 5;
  }
  .odd-offset-sm-0 {
    margin-left: 0;
  }
  .odd-offset-sm-1 {
    margin-left: 20%;
  }
  .odd-offset-sm-2 {
    margin-left: 40%;
  }
  .odd-offset-sm-3 {
    margin-left: 60%;
  }
  .odd-offset-sm-4 {
    margin-left: 80%;
  }
}
@media (min-width: 768px) {
  .odd-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .odd-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .odd-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .odd-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .odd-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .odd-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .odd-col-md-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-col-md-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .odd-col-md-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .odd-col-md-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .odd-col-md-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-order-md-first {
    order: -1;
  }
  .odd-order-md-last {
    order: 6;
  }
  .odd-order-md-0 {
    order: 0;
  }
  .odd-order-md-1 {
    order: 1;
  }
  .odd-order-md-2 {
    order: 2;
  }
  .odd-order-md-3 {
    order: 3;
  }
  .odd-order-md-4 {
    order: 4;
  }
  .odd-order-md-5 {
    order: 5;
  }
  .odd-offset-md-0 {
    margin-left: 0;
  }
  .odd-offset-md-1 {
    margin-left: 20%;
  }
  .odd-offset-md-2 {
    margin-left: 40%;
  }
  .odd-offset-md-3 {
    margin-left: 60%;
  }
  .odd-offset-md-4 {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  .odd-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .odd-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .odd-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .odd-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .odd-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .odd-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .odd-col-lg-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-col-lg-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .odd-col-lg-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .odd-col-lg-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .odd-col-lg-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-order-lg-first {
    order: -1;
  }
  .odd-order-lg-last {
    order: 6;
  }
  .odd-order-lg-0 {
    order: 0;
  }
  .odd-order-lg-1 {
    order: 1;
  }
  .odd-order-lg-2 {
    order: 2;
  }
  .odd-order-lg-3 {
    order: 3;
  }
  .odd-order-lg-4 {
    order: 4;
  }
  .odd-order-lg-5 {
    order: 5;
  }
  .odd-offset-lg-0 {
    margin-left: 0;
  }
  .odd-offset-lg-1 {
    margin-left: 20%;
  }
  .odd-offset-lg-2 {
    margin-left: 40%;
  }
  .odd-offset-lg-3 {
    margin-left: 60%;
  }
  .odd-offset-lg-4 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .odd-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .odd-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .odd-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .odd-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .odd-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .odd-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .odd-col-xl-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-col-xl-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .odd-col-xl-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .odd-col-xl-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .odd-col-xl-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-order-xl-first {
    order: -1;
  }
  .odd-order-xl-last {
    order: 6;
  }
  .odd-order-xl-0 {
    order: 0;
  }
  .odd-order-xl-1 {
    order: 1;
  }
  .odd-order-xl-2 {
    order: 2;
  }
  .odd-order-xl-3 {
    order: 3;
  }
  .odd-order-xl-4 {
    order: 4;
  }
  .odd-order-xl-5 {
    order: 5;
  }
  .odd-offset-xl-0 {
    margin-left: 0;
  }
  .odd-offset-xl-1 {
    margin-left: 20%;
  }
  .odd-offset-xl-2 {
    margin-left: 40%;
  }
  .odd-offset-xl-3 {
    margin-left: 60%;
  }
  .odd-offset-xl-4 {
    margin-left: 80%;
  }
}
@media (min-width: 1400px) {
  .odd-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .odd-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .odd-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .odd-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .odd-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .odd-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .odd-col-xxl-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .odd-col-xxl-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .odd-col-xxl-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .odd-col-xxl-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .odd-col-xxl-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .odd-order-xxl-first {
    order: -1;
  }
  .odd-order-xxl-last {
    order: 6;
  }
  .odd-order-xxl-0 {
    order: 0;
  }
  .odd-order-xxl-1 {
    order: 1;
  }
  .odd-order-xxl-2 {
    order: 2;
  }
  .odd-order-xxl-3 {
    order: 3;
  }
  .odd-order-xxl-4 {
    order: 4;
  }
  .odd-order-xxl-5 {
    order: 5;
  }
  .odd-offset-xxl-0 {
    margin-left: 0;
  }
  .odd-offset-xxl-1 {
    margin-left: 20%;
  }
  .odd-offset-xxl-2 {
    margin-left: 40%;
  }
  .odd-offset-xxl-3 {
    margin-left: 60%;
  }
  .odd-offset-xxl-4 {
    margin-left: 80%;
  }
}
.row.gutters-sm, .pf_new_element_step1 .gutters-sm.pf-element-group, .gutters-sm.info_row, .field-rules .gutters-sm.rules-row, .field-rules .gutters-sm.rules-row-fixed-bottom, .new-field-rule .gutters-sm.rules-row, .new-field-rule .gutters-sm.rules-row-fixed-bottom {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.row.gutters-sm > .col, .pf_new_element_step1 .gutters-sm.pf-element-group > .col, .gutters-sm.info_row > .col, .field-rules .gutters-sm.rules-row > .col, .field-rules .gutters-sm.rules-row-fixed-bottom > .col, .new-field-rule .gutters-sm.rules-row > .col, .new-field-rule .gutters-sm.rules-row-fixed-bottom > .col,
.row.gutters-sm > [class*=col-],
.pf_new_element_step1 .gutters-sm.pf-element-group > [class*=col-],
.gutters-sm.info_row > [class*=col-],
.field-rules .gutters-sm.rules-row > [class*=col-],
.field-rules .gutters-sm.rules-row-fixed-bottom > [class*=col-],
.new-field-rule .gutters-sm.rules-row > [class*=col-],
.new-field-rule .gutters-sm.rules-row-fixed-bottom > [class*=col-] {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.no-gutters, .info_row, .field-rules .rules-row, .field-rules .rules-row-fixed-bottom, .new-field-rule .rules-row, .new-field-rule .rules-row-fixed-bottom, .portlet-statistic > .portlet-body.d-flex:not(.flex-column) {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .info_row > .col, .field-rules .rules-row > .col, .field-rules .rules-row-fixed-bottom > .col, .new-field-rule .rules-row > .col, .new-field-rule .rules-row-fixed-bottom > .col, .portlet-statistic > .portlet-body.d-flex:not(.flex-column) > .col,
.no-gutters > [class*=col-],
.info_row > [class*=col-],
.field-rules .rules-row > [class*=col-],
.field-rules .rules-row-fixed-bottom > [class*=col-],
.new-field-rule .rules-row > [class*=col-],
.new-field-rule .rules-row-fixed-bottom > [class*=col-],
.portlet-statistic > .portlet-body.d-flex:not(.flex-column) > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.wrapper:not(.fluid):not(.nl-wrapper) {
  margin-left: 26px;
  max-width: 1254px;
}
.wrapper.bordered {
  border-bottom: 3px solid #dfe9df;
  margin-left: 0;
  padding-left: 26px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.headinfo, .modHeadInfo {
  overflow: visible;
  visibility: hidden;
  display: none;
  width: 100%;
  min-height: 32px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 900;
  justify-content: center;
  align-items: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.headinfo.show, .show.modHeadInfo {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.headinfo .dmi-min-height, .modHeadInfo .dmi-min-height {
  min-height: 32px;
}
.headinfo .dmi-max-width, .modHeadInfo .dmi-max-width {
  max-width: 999px;
}
.headinfo a, .modHeadInfo a {
  color: #ffffff;
}

.modHeadInfo {
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  top: 0;
  position: unset;
}

body > .container, body > .container-fullwidth,
body > .container-fullwidth:not(.no-border) {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 20px auto;
  position: relative;
  line-height: 1.5;
  padding: 0 5px;
  background-color: #ffffff;
}

fieldset.pageheader, div.pageheader {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}
fieldset.pageheader:not(.fluid):not(.nl-wrapper), div.pageheader:not(.fluid):not(.nl-wrapper) {
  margin-left: 26px;
  max-width: 1254px;
}
fieldset.pageheader h1, fieldset.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css fieldset.pageheader h1.dmBadge, fieldset.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css fieldset.pageheader .dmBadge.h1, fieldset.pageheader .h1, div.pageheader h1, div.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css div.pageheader h1.dmBadge, div.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css div.pageheader .dmBadge.h1, div.pageheader .h1 {
  flex: 2;
  margin: 0;
}
fieldset.formbody, div.formbody {
  display: flex;
  flex-flow: column;
}

fieldset.pageheader, div.pageheader {
  position: relative;
  min-height: 31px;
}
fieldset.pageheader h1, fieldset.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css fieldset.pageheader h1.dmBadge, fieldset.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css fieldset.pageheader .dmBadge.h1, fieldset.pageheader .h1, div.pageheader h1, div.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css div.pageheader h1.dmBadge, div.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css div.pageheader .dmBadge.h1, div.pageheader .h1 {
  max-width: 780px;
}
fieldset.pageheader > .buttons, div.pageheader > .buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.info_box, .info_box + .page_intro_appendix {
  padding-left: 10px;
  padding-right: 31px;
  background-color: #f4f7f3;
  height: auto;
  overflow: hidden;
}
.info_box p:not(:first-child), .info_box + .page_intro_appendix p:not(:first-child) {
  display: none;
}

.info_box {
  height: 6px;
  margin-bottom: 14px;
}

.pageend {
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
}
.pageend:not(.fluid):not(.nl-wrapper) {
  margin-left: 26px;
  max-width: 1254px;
}

.page-break {
  border-bottom: 2px solid #ebeef0;
}

.buttons {
  flex: 1;
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
}

img.tipp {
  margin-top: -2px;
}

p > img.tipp, div > img.tipp {
  margin-right: 5px;
}

.toggleDivText {
  cursor: pointer;
}

@media print {
  .buttons {
    display: none;
  }
}
.toolbar {
  background: #e4e6e8;
  padding: 10px 26px;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 2px;
}

.info-container {
  background-color: #3D5666;
  color: #fff;
}

.bg-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.downloadBox {
  background-color: #D6E8C1;
  border: 1px solid #D6E8C1;
  border-radius: 0.25rem;
}
.downloadBox a {
  color: #3D5666;
  text-decoration: none;
}
.downloadBox i {
  border-bottom: 1px solid black;
}
.downloadBox:hover {
  opacity: 0.8;
  border: 1px solid #3D5666;
}

.popover a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.popover a:hover {
  text-decoration: underline;
}

.status-box, .status-box-style {
  width: 40px;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 0.65625rem;
  color: #3D5666;
}
.status-box.active-1 i, .active-1.status-box-style i {
  color: #adb5bd !important;
}

.status-box-style {
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: grey;
}
.status-box-style.active {
  color: black;
  background-color: #D6E8C1;
}

.steps {
  display: flex;
}
.steps .step {
  text-align: center;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.steps .step .step-box {
  padding: 1.5rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.steps .step .step-text {
  margin-top: 1rem;
}
.steps .step:not(:last-child) .step-box {
  margin-right: 5px;
}
.steps .step.theme .step-box {
  background-color: #3D5666;
  color: #fff;
}
.steps .step.theme .step-text {
  color: #3D5666;
}
.steps .step.theme-gray .step-box {
  background-color: #e4e6e8;
  color: #fff;
}
.steps .step.theme-gray .step-text {
  color: #e4e6e8;
}
.steps .step.theme-bg .step-box {
  background-color: #c9dac4;
  color: #fff;
}
.steps .step.theme-bg .step-text {
  color: #c9dac4;
}
.steps .step.theme-light .step-box {
  background-color: #b1bbc2;
  color: #fff;
}
.steps .step.theme-light .step-text {
  color: #b1bbc2;
}
.steps .step.theme-lighter .step-box {
  background-color: #d8dde0;
  color: #fff;
}
.steps .step.theme-lighter .step-text {
  color: #d8dde0;
}
.steps .step.error-color .step-box {
  background-color: #b91b1b;
  color: #fff;
}
.steps .step.error-color .step-text {
  color: #b91b1b;
}
.steps .step.green .step-box, .steps .dm-modal .modal-dialog a.step.dmButtonOk .step-box, .dm-modal .modal-dialog .steps a.step.dmButtonOk .step-box {
  background-color: #397D54;
  color: #fff;
}
.steps .step.green .step-text, .steps .dm-modal .modal-dialog a.step.dmButtonOk .step-text, .dm-modal .modal-dialog .steps a.step.dmButtonOk .step-text {
  color: #397D54;
}
.steps .step.orange .step-box {
  background-color: #EAB050;
  color: #fff;
}
.steps .step.orange .step-text {
  color: #EAB050;
}
.steps .step.teal .step-box {
  background-color: #79C6C4;
  color: #fff;
}
.steps .step.teal .step-text {
  color: #79C6C4;
}
.steps .step.blue .step-box {
  background-color: #4BAFC6;
  color: #fff;
}
.steps .step.blue .step-text {
  color: #4BAFC6;
}
.steps .step.purple .step-box {
  background-color: #AC86BF;
  color: #fff;
}
.steps .step.purple .step-text {
  color: #AC86BF;
}
.steps .step.red .step-box, .steps .dm-modal .modal-dialog a.step.dmButtonDelete .step-box, .dm-modal .modal-dialog .steps a.step.dmButtonDelete .step-box {
  background-color: #E8716B;
  color: #fff;
}
.steps .step.red .step-text, .steps .dm-modal .modal-dialog a.step.dmButtonDelete .step-text, .dm-modal .modal-dialog .steps a.step.dmButtonDelete .step-text {
  color: #E8716B;
}
.steps .step.green-light .step-box {
  background-color: #6E9C75;
  color: #fff;
}
.steps .step.green-light .step-text {
  color: #6E9C75;
}
.steps .step.orange-light .step-box {
  background-color: #FCD2A7;
  color: #fff;
}
.steps .step.orange-light .step-text {
  color: #FCD2A7;
}
.steps .step.teal-light .step-box {
  background-color: #ACDDD3;
  color: #fff;
}
.steps .step.teal-light .step-text {
  color: #ACDDD3;
}
.steps .step.blue-light .step-box {
  background-color: #84BFD8;
  color: #fff;
}
.steps .step.blue-light .step-text {
  color: #84BFD8;
}
.steps .step.purple-light .step-box {
  background-color: #DDC4E8;
  color: #fff;
}
.steps .step.purple-light .step-text {
  color: #DDC4E8;
}
.steps .step.red-light .step-box {
  background-color: #F4938C;
  color: #fff;
}
.steps .step.red-light .step-text {
  color: #F4938C;
}
.steps .step.green-lighter .step-box {
  background-color: #C4DBAF;
  color: #fff;
}
.steps .step.green-lighter .step-text {
  color: #C4DBAF;
}
.steps .step.orange-lighter .step-box {
  background-color: #FCE9DB;
  color: #fff;
}
.steps .step.orange-lighter .step-text {
  color: #FCE9DB;
}
.steps .step.teal-lighter .step-box {
  background-color: #D6EAE5;
  color: #fff;
}
.steps .step.teal-lighter .step-text {
  color: #D6EAE5;
}
.steps .step.blue-lighter .step-box {
  background-color: #CCE6ED;
  color: #fff;
}
.steps .step.blue-lighter .step-text {
  color: #CCE6ED;
}
.steps .step.purple-lighter .step-box {
  background-color: #E9DFEF;
  color: #fff;
}
.steps .step.purple-lighter .step-text {
  color: #E9DFEF;
}
.steps .step.red-lighter .step-box {
  background-color: #EFCACA;
  color: #fff;
}
.steps .step.red-lighter .step-text {
  color: #EFCACA;
}
.steps .step.green-lightest .step-box {
  background-color: #D6E8C1;
  color: #fff;
}
.steps .step.green-lightest .step-text {
  color: #D6E8C1;
}
.steps .step.white .step-box {
  background-color: #fff;
  color: #fff;
}
.steps .step.white .step-text {
  color: #fff;
}
.steps .step.black .step-box {
  background-color: #000;
  color: #fff;
}
.steps .step.black .step-text {
  color: #000;
}
.steps .step.black-contrast1 .step-box {
  background-color: #1A384B;
  color: #fff;
}
.steps .step.black-contrast1 .step-text {
  color: #1A384B;
}
.steps .step.black-contrast2 .step-box {
  background-color: #3D5666;
  color: #fff;
}
.steps .step.black-contrast2 .step-text {
  color: #3D5666;
}
.steps .step.black-contrast3 .step-box {
  background-color: #F7F8F8;
  color: #fff;
}
.steps .step.black-contrast3 .step-text {
  color: #F7F8F8;
}
.steps .step.gray-light .step-box {
  background-color: #dee2e6;
  color: #fff;
}
.steps .step.gray-light .step-text {
  color: #dee2e6;
}
.steps .step.gray .step-box {
  background-color: #6c757d;
  color: #fff;
}
.steps .step.gray .step-text {
  color: #6c757d;
}
.steps .step.gray-dark .step-box {
  background-color: #343a40;
  color: #fff;
}
.steps .step.gray-dark .step-text {
  color: #343a40;
}
.steps .step.page-intro .step-box {
  background-color: #D6E8C1;
  color: #fff;
}
.steps .step.page-intro .step-text {
  color: #D6E8C1;
}
.steps .step.green-dark .step-box {
  background-color: #83B585;
  color: #fff;
}
.steps .step.green-dark .step-text {
  color: #83B585;
}
.steps .step.searchbarGreen .step-box {
  background-color: #397D54;
  color: #fff;
}
.steps .step.searchbarGreen .step-text {
  color: #397D54;
}
.steps .step.brown .step-box {
  background-color: #7e5016;
  color: #fff;
}
.steps .step.brown .step-text {
  color: #7e5016;
}
.steps .step.diagram-yellow .step-box {
  background-color: #ef7111;
  color: #fff;
}
.steps .step.diagram-yellow .step-text {
  color: #ef7111;
}
.steps .step.diagram-yellow-light .step-box {
  background-color: #f7aa42;
  color: #fff;
}
.steps .step.diagram-yellow-light .step-text {
  color: #f7aa42;
}
.steps .step.diagram-brown .step-box {
  background-color: #7e5016;
  color: #fff;
}
.steps .step.diagram-brown .step-text {
  color: #7e5016;
}
.steps .step.diagram-brown-light .step-box {
  background-color: #b38f4b;
  color: #fff;
}
.steps .step.diagram-brown-light .step-text {
  color: #b38f4b;
}
.steps .step.diagram-blue .step-box {
  background-color: #4BAFC6;
  color: #fff;
}
.steps .step.diagram-blue .step-text {
  color: #4BAFC6;
}
.steps .step.diagram-blue-light .step-box {
  background-color: #84BFD8;
  color: #fff;
}
.steps .step.diagram-blue-light .step-text {
  color: #84BFD8;
}
.steps .step.diagram-pink .step-box {
  background-color: #AC86BF;
  color: #fff;
}
.steps .step.diagram-pink .step-text {
  color: #AC86BF;
}
.steps .step.diagram-pink-light .step-box {
  background-color: #cc80b0;
  color: #fff;
}
.steps .step.diagram-pink-light .step-text {
  color: #cc80b0;
}
.steps .step.diagram-dark .step-box {
  background-color: #42555f;
  color: #fff;
}
.steps .step.diagram-dark .step-text {
  color: #42555f;
}
.steps .step.diagram-dark-light .step-box {
  background-color: #82939c;
  color: #fff;
}
.steps .step.diagram-dark-light .step-text {
  color: #82939c;
}
.steps.steps-arrow-right {
  margin-left: 1.5rem;
}
.steps.steps-arrow-right .step {
  position: relative;
}
.steps.steps-arrow-right .step::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -1.5rem;
  border: 2rem solid;
  border-left-color: transparent;
  z-index: 1;
}
.steps.steps-arrow-right .step::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -2rem;
  border: 2rem solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  z-index: 1;
}
.steps.steps-arrow-right .step .step-box {
  height: 4rem;
  margin: 0 2rem 0 2.5rem;
}
.steps.steps-arrow-right .step.theme::before {
  border-top-color: #3D5666;
  border-bottom-color: #3D5666;
  border-right-color: #3D5666;
}
.steps.steps-arrow-right .step.theme::after {
  border-left-color: #3D5666;
}
.steps.steps-arrow-right .step.theme-gray::before {
  border-top-color: #e4e6e8;
  border-bottom-color: #e4e6e8;
  border-right-color: #e4e6e8;
}
.steps.steps-arrow-right .step.theme-gray::after {
  border-left-color: #e4e6e8;
}
.steps.steps-arrow-right .step.theme-bg::before {
  border-top-color: #c9dac4;
  border-bottom-color: #c9dac4;
  border-right-color: #c9dac4;
}
.steps.steps-arrow-right .step.theme-bg::after {
  border-left-color: #c9dac4;
}
.steps.steps-arrow-right .step.theme-light::before {
  border-top-color: #b1bbc2;
  border-bottom-color: #b1bbc2;
  border-right-color: #b1bbc2;
}
.steps.steps-arrow-right .step.theme-light::after {
  border-left-color: #b1bbc2;
}
.steps.steps-arrow-right .step.theme-lighter::before {
  border-top-color: #d8dde0;
  border-bottom-color: #d8dde0;
  border-right-color: #d8dde0;
}
.steps.steps-arrow-right .step.theme-lighter::after {
  border-left-color: #d8dde0;
}
.steps.steps-arrow-right .step.error-color::before {
  border-top-color: #b91b1b;
  border-bottom-color: #b91b1b;
  border-right-color: #b91b1b;
}
.steps.steps-arrow-right .step.error-color::after {
  border-left-color: #b91b1b;
}
.steps.steps-arrow-right .step.green::before, .steps.steps-arrow-right .dm-modal .modal-dialog a.step.dmButtonOk::before, .dm-modal .modal-dialog .steps.steps-arrow-right a.step.dmButtonOk::before {
  border-top-color: #397D54;
  border-bottom-color: #397D54;
  border-right-color: #397D54;
}
.steps.steps-arrow-right .step.green::after, .steps.steps-arrow-right .dm-modal .modal-dialog a.step.dmButtonOk::after, .dm-modal .modal-dialog .steps.steps-arrow-right a.step.dmButtonOk::after {
  border-left-color: #397D54;
}
.steps.steps-arrow-right .step.orange::before {
  border-top-color: #EAB050;
  border-bottom-color: #EAB050;
  border-right-color: #EAB050;
}
.steps.steps-arrow-right .step.orange::after {
  border-left-color: #EAB050;
}
.steps.steps-arrow-right .step.teal::before {
  border-top-color: #79C6C4;
  border-bottom-color: #79C6C4;
  border-right-color: #79C6C4;
}
.steps.steps-arrow-right .step.teal::after {
  border-left-color: #79C6C4;
}
.steps.steps-arrow-right .step.blue::before {
  border-top-color: #4BAFC6;
  border-bottom-color: #4BAFC6;
  border-right-color: #4BAFC6;
}
.steps.steps-arrow-right .step.blue::after {
  border-left-color: #4BAFC6;
}
.steps.steps-arrow-right .step.purple::before {
  border-top-color: #AC86BF;
  border-bottom-color: #AC86BF;
  border-right-color: #AC86BF;
}
.steps.steps-arrow-right .step.purple::after {
  border-left-color: #AC86BF;
}
.steps.steps-arrow-right .step.red::before, .steps.steps-arrow-right .dm-modal .modal-dialog a.step.dmButtonDelete::before, .dm-modal .modal-dialog .steps.steps-arrow-right a.step.dmButtonDelete::before {
  border-top-color: #E8716B;
  border-bottom-color: #E8716B;
  border-right-color: #E8716B;
}
.steps.steps-arrow-right .step.red::after, .steps.steps-arrow-right .dm-modal .modal-dialog a.step.dmButtonDelete::after, .dm-modal .modal-dialog .steps.steps-arrow-right a.step.dmButtonDelete::after {
  border-left-color: #E8716B;
}
.steps.steps-arrow-right .step.green-light::before {
  border-top-color: #6E9C75;
  border-bottom-color: #6E9C75;
  border-right-color: #6E9C75;
}
.steps.steps-arrow-right .step.green-light::after {
  border-left-color: #6E9C75;
}
.steps.steps-arrow-right .step.orange-light::before {
  border-top-color: #FCD2A7;
  border-bottom-color: #FCD2A7;
  border-right-color: #FCD2A7;
}
.steps.steps-arrow-right .step.orange-light::after {
  border-left-color: #FCD2A7;
}
.steps.steps-arrow-right .step.teal-light::before {
  border-top-color: #ACDDD3;
  border-bottom-color: #ACDDD3;
  border-right-color: #ACDDD3;
}
.steps.steps-arrow-right .step.teal-light::after {
  border-left-color: #ACDDD3;
}
.steps.steps-arrow-right .step.blue-light::before {
  border-top-color: #84BFD8;
  border-bottom-color: #84BFD8;
  border-right-color: #84BFD8;
}
.steps.steps-arrow-right .step.blue-light::after {
  border-left-color: #84BFD8;
}
.steps.steps-arrow-right .step.purple-light::before {
  border-top-color: #DDC4E8;
  border-bottom-color: #DDC4E8;
  border-right-color: #DDC4E8;
}
.steps.steps-arrow-right .step.purple-light::after {
  border-left-color: #DDC4E8;
}
.steps.steps-arrow-right .step.red-light::before {
  border-top-color: #F4938C;
  border-bottom-color: #F4938C;
  border-right-color: #F4938C;
}
.steps.steps-arrow-right .step.red-light::after {
  border-left-color: #F4938C;
}
.steps.steps-arrow-right .step.green-lighter::before {
  border-top-color: #C4DBAF;
  border-bottom-color: #C4DBAF;
  border-right-color: #C4DBAF;
}
.steps.steps-arrow-right .step.green-lighter::after {
  border-left-color: #C4DBAF;
}
.steps.steps-arrow-right .step.orange-lighter::before {
  border-top-color: #FCE9DB;
  border-bottom-color: #FCE9DB;
  border-right-color: #FCE9DB;
}
.steps.steps-arrow-right .step.orange-lighter::after {
  border-left-color: #FCE9DB;
}
.steps.steps-arrow-right .step.teal-lighter::before {
  border-top-color: #D6EAE5;
  border-bottom-color: #D6EAE5;
  border-right-color: #D6EAE5;
}
.steps.steps-arrow-right .step.teal-lighter::after {
  border-left-color: #D6EAE5;
}
.steps.steps-arrow-right .step.blue-lighter::before {
  border-top-color: #CCE6ED;
  border-bottom-color: #CCE6ED;
  border-right-color: #CCE6ED;
}
.steps.steps-arrow-right .step.blue-lighter::after {
  border-left-color: #CCE6ED;
}
.steps.steps-arrow-right .step.purple-lighter::before {
  border-top-color: #E9DFEF;
  border-bottom-color: #E9DFEF;
  border-right-color: #E9DFEF;
}
.steps.steps-arrow-right .step.purple-lighter::after {
  border-left-color: #E9DFEF;
}
.steps.steps-arrow-right .step.red-lighter::before {
  border-top-color: #EFCACA;
  border-bottom-color: #EFCACA;
  border-right-color: #EFCACA;
}
.steps.steps-arrow-right .step.red-lighter::after {
  border-left-color: #EFCACA;
}
.steps.steps-arrow-right .step.green-lightest::before {
  border-top-color: #D6E8C1;
  border-bottom-color: #D6E8C1;
  border-right-color: #D6E8C1;
}
.steps.steps-arrow-right .step.green-lightest::after {
  border-left-color: #D6E8C1;
}
.steps.steps-arrow-right .step.white::before {
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.steps.steps-arrow-right .step.white::after {
  border-left-color: #fff;
}
.steps.steps-arrow-right .step.black::before {
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
}
.steps.steps-arrow-right .step.black::after {
  border-left-color: #000;
}
.steps.steps-arrow-right .step.black-contrast1::before {
  border-top-color: #1A384B;
  border-bottom-color: #1A384B;
  border-right-color: #1A384B;
}
.steps.steps-arrow-right .step.black-contrast1::after {
  border-left-color: #1A384B;
}
.steps.steps-arrow-right .step.black-contrast2::before {
  border-top-color: #3D5666;
  border-bottom-color: #3D5666;
  border-right-color: #3D5666;
}
.steps.steps-arrow-right .step.black-contrast2::after {
  border-left-color: #3D5666;
}
.steps.steps-arrow-right .step.black-contrast3::before {
  border-top-color: #F7F8F8;
  border-bottom-color: #F7F8F8;
  border-right-color: #F7F8F8;
}
.steps.steps-arrow-right .step.black-contrast3::after {
  border-left-color: #F7F8F8;
}
.steps.steps-arrow-right .step.gray-light::before {
  border-top-color: #dee2e6;
  border-bottom-color: #dee2e6;
  border-right-color: #dee2e6;
}
.steps.steps-arrow-right .step.gray-light::after {
  border-left-color: #dee2e6;
}
.steps.steps-arrow-right .step.gray::before {
  border-top-color: #6c757d;
  border-bottom-color: #6c757d;
  border-right-color: #6c757d;
}
.steps.steps-arrow-right .step.gray::after {
  border-left-color: #6c757d;
}
.steps.steps-arrow-right .step.gray-dark::before {
  border-top-color: #343a40;
  border-bottom-color: #343a40;
  border-right-color: #343a40;
}
.steps.steps-arrow-right .step.gray-dark::after {
  border-left-color: #343a40;
}
.steps.steps-arrow-right .step.page-intro::before {
  border-top-color: #D6E8C1;
  border-bottom-color: #D6E8C1;
  border-right-color: #D6E8C1;
}
.steps.steps-arrow-right .step.page-intro::after {
  border-left-color: #D6E8C1;
}
.steps.steps-arrow-right .step.green-dark::before {
  border-top-color: #83B585;
  border-bottom-color: #83B585;
  border-right-color: #83B585;
}
.steps.steps-arrow-right .step.green-dark::after {
  border-left-color: #83B585;
}
.steps.steps-arrow-right .step.searchbarGreen::before {
  border-top-color: #397D54;
  border-bottom-color: #397D54;
  border-right-color: #397D54;
}
.steps.steps-arrow-right .step.searchbarGreen::after {
  border-left-color: #397D54;
}
.steps.steps-arrow-right .step.brown::before {
  border-top-color: #7e5016;
  border-bottom-color: #7e5016;
  border-right-color: #7e5016;
}
.steps.steps-arrow-right .step.brown::after {
  border-left-color: #7e5016;
}
.steps.steps-arrow-right .step.diagram-yellow::before {
  border-top-color: #ef7111;
  border-bottom-color: #ef7111;
  border-right-color: #ef7111;
}
.steps.steps-arrow-right .step.diagram-yellow::after {
  border-left-color: #ef7111;
}
.steps.steps-arrow-right .step.diagram-yellow-light::before {
  border-top-color: #f7aa42;
  border-bottom-color: #f7aa42;
  border-right-color: #f7aa42;
}
.steps.steps-arrow-right .step.diagram-yellow-light::after {
  border-left-color: #f7aa42;
}
.steps.steps-arrow-right .step.diagram-brown::before {
  border-top-color: #7e5016;
  border-bottom-color: #7e5016;
  border-right-color: #7e5016;
}
.steps.steps-arrow-right .step.diagram-brown::after {
  border-left-color: #7e5016;
}
.steps.steps-arrow-right .step.diagram-brown-light::before {
  border-top-color: #b38f4b;
  border-bottom-color: #b38f4b;
  border-right-color: #b38f4b;
}
.steps.steps-arrow-right .step.diagram-brown-light::after {
  border-left-color: #b38f4b;
}
.steps.steps-arrow-right .step.diagram-blue::before {
  border-top-color: #4BAFC6;
  border-bottom-color: #4BAFC6;
  border-right-color: #4BAFC6;
}
.steps.steps-arrow-right .step.diagram-blue::after {
  border-left-color: #4BAFC6;
}
.steps.steps-arrow-right .step.diagram-blue-light::before {
  border-top-color: #84BFD8;
  border-bottom-color: #84BFD8;
  border-right-color: #84BFD8;
}
.steps.steps-arrow-right .step.diagram-blue-light::after {
  border-left-color: #84BFD8;
}
.steps.steps-arrow-right .step.diagram-pink::before {
  border-top-color: #AC86BF;
  border-bottom-color: #AC86BF;
  border-right-color: #AC86BF;
}
.steps.steps-arrow-right .step.diagram-pink::after {
  border-left-color: #AC86BF;
}
.steps.steps-arrow-right .step.diagram-pink-light::before {
  border-top-color: #cc80b0;
  border-bottom-color: #cc80b0;
  border-right-color: #cc80b0;
}
.steps.steps-arrow-right .step.diagram-pink-light::after {
  border-left-color: #cc80b0;
}
.steps.steps-arrow-right .step.diagram-dark::before {
  border-top-color: #42555f;
  border-bottom-color: #42555f;
  border-right-color: #42555f;
}
.steps.steps-arrow-right .step.diagram-dark::after {
  border-left-color: #42555f;
}
.steps.steps-arrow-right .step.diagram-dark-light::before {
  border-top-color: #82939c;
  border-bottom-color: #82939c;
  border-right-color: #82939c;
}
.steps.steps-arrow-right .step.diagram-dark-light::after {
  border-left-color: #82939c;
}

.dm-icon {
  content: " ";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 23px;
}
.dm-icon.dm-angle-right {
  width: 10px;
}
.dm-icon.dm-angle-right::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
  border: 1px solid #3D5666;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dm-icon.dm-angle-bottom::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: -3px;
  top: 50%;
  right: 10px;
  border: 1px solid #3D5666;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dm-icon.dm-angle-left {
  width: 10px;
}
.dm-icon.dm-angle-left::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -2px;
  border: 1px solid #3D5666;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dm-icon.dm-angle-top::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: -3px;
  top: 50%;
  right: 10px;
  border: 1px solid #3D5666;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dm-icon.dm-times {
  background-image: linear-gradient(135deg, transparent 45%, #3D5666 45% 55%, transparent 0% 100%), linear-gradient(45deg, transparent 45%, #3D5666 45% 55%, transparent 0% 100%);
  background-position: 50% 50%, 50% 50%;
  background-size: 14px 14px, 14px 14px;
  background-repeat: no-repeat;
}
.dm-icon.dm-plus {
  background-image: linear-gradient(90deg, transparent 45%, #3D5666 45% 55%, transparent 0% 100%), linear-gradient(0, transparent 45%, #3D5666 45% 55%, transparent 0% 100%);
  background-position: 50% 50%, 50% 50%;
  background-size: 14px 14px, 14px 14px;
  background-repeat: no-repeat;
}
.dm-icon.dm-plus-square {
  background-image: linear-gradient(90deg, transparent 45%, #3D5666 45% 55%, transparent 0% 100%), linear-gradient(0, transparent 45%, #3D5666 45% 55%, transparent 0% 100%);
  background-position: 50% 50%, 50% 50%;
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
}
.dm-icon.dm-plus-square::before {
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #3D5666;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.dm-icon.dm-minus-square {
  background-image: linear-gradient(0, transparent 45%, #3D5666 45% 55%, transparent 0% 100%);
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.dm-icon.dm-minus-square::after {
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #3D5666;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

a.inact, a.act, a.inact2, a.dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete, a.btn, .portlet .portlet-title .tools-tab a, a.inact-ghost, a.act-ghost, a.inact2-ghost, a.dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel {
  text-decoration: none !important;
}

a.btn, .portlet .portlet-title .tools-tab a, a.inact-ghost, a.inact, a.act-ghost, a.act, a.inact2-ghost, a.inact2, a.dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel, a.dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
  --bs-btn-box-shadow: none;
}

.dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
  padding: 0.5rem 1rem;
}
.dmButton.btn-lg, .dm-modal .modal-dialog a.btn-lg.dmButtonOk, .dm-modal .modal-dialog a.btn-lg.dmButtonDelete, .btn-group-lg > .dmButton, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonOk, .dm-modal .modal-dialog .btn-group-lg > a.dmButtonDelete {
  padding: 1rem 2rem;
}
.dmButton.btn-sm, .dm-modal .modal-dialog a.btn-sm.dmButtonOk, .dm-modal .modal-dialog a.btn-sm.dmButtonDelete, .btn-group-sm > .dmButton, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonOk, .dm-modal .modal-dialog .btn-group-sm > a.dmButtonDelete {
  padding: 0.25rem 0.5rem;
}

.dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel {
  padding: 0.5rem 1rem;
}

.inact2 {
  padding: 0.5rem 1rem;
}
.inact2.btn-lg, .dm-modal .modal-dialog .btn-group-lg > a.inact2.dmButtonOk, .dm-modal .modal-dialog .btn-group-lg > a.inact2.dmButtonDelete, .dm-modal .modal-dialog .btn-group-lg > a.inact2.dmButtonCancel, .btn-group-lg > .inact2 {
  padding: 1rem 2rem;
}
.inact2.btn-sm, .dm-modal .modal-dialog .btn-group-sm > a.inact2.dmButtonOk, .dm-modal .modal-dialog .btn-group-sm > a.inact2.dmButtonDelete, .dm-modal .modal-dialog .btn-group-sm > a.inact2.dmButtonCancel, .btn-group-sm > .inact2 {
  padding: 0.25rem 0.5rem;
}

.inact2-ghost {
  padding: 0.5rem 1rem;
}

.act {
  padding: 0.5rem 1rem;
}
.act.btn-lg, .dm-modal .modal-dialog .btn-group-lg > a.act.dmButtonOk, .dm-modal .modal-dialog .btn-group-lg > a.act.dmButtonDelete, .dm-modal .modal-dialog .btn-group-lg > a.act.dmButtonCancel, .btn-group-lg > .act {
  padding: 1rem 2rem;
}
.act.btn-sm, .dm-modal .modal-dialog .btn-group-sm > a.act.dmButtonOk, .dm-modal .modal-dialog .btn-group-sm > a.act.dmButtonDelete, .dm-modal .modal-dialog .btn-group-sm > a.act.dmButtonCancel, .btn-group-sm > .act {
  padding: 0.25rem 0.5rem;
}

.act-ghost {
  padding: 0.5rem 1rem;
}

.inact {
  padding: 0.5rem 1rem;
}
.inact.btn-lg, .dm-modal .modal-dialog .btn-group-lg > a.inact.dmButtonOk, .dm-modal .modal-dialog .btn-group-lg > a.inact.dmButtonDelete, .dm-modal .modal-dialog .btn-group-lg > a.inact.dmButtonCancel, .btn-group-lg > .inact {
  padding: 1rem 2rem;
}
.inact.btn-sm, .dm-modal .modal-dialog .btn-group-sm > a.inact.dmButtonOk, .dm-modal .modal-dialog .btn-group-sm > a.inact.dmButtonDelete, .dm-modal .modal-dialog .btn-group-sm > a.inact.dmButtonCancel, .btn-group-sm > .inact {
  padding: 0.25rem 0.5rem;
}

.inact-ghost {
  padding: 0.5rem 1rem;
}

.dmButton, .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
  color: #3D5666;
  background-color: #eaebea;
  border: 1px solid #eaebea;
  box-shadow: none;
}
.dmButton:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete:not(.disabled):hover, .dmButton:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete:not(:disabled):hover {
  color: #3D5666;
  background-color: #bbbcbb;
  border: 1px solid #bbbcbb;
  color: #3D5666;
}
.dmButton.disabled, .dm-modal .modal-dialog a.disabled.dmButtonOk, .dm-modal .modal-dialog a.disabled.dmButtonDelete, .dmButton:disabled, .dm-modal .modal-dialog a.dmButtonOk:disabled, .dm-modal .modal-dialog a.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost, .dm-modal .modal-dialog a.dmButtonCancel {
  color: #eaebea;
  background-color: #fff;
  border: 1px solid #eaebea;
}
.dmButton-ghost:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel:not(.disabled):hover, .dmButton-ghost:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel:not(:disabled):hover {
  color: #3D5666;
  background-color: #bbbcbb;
}
.dmButton-ghost.disabled, .dm-modal .modal-dialog a.disabled.dmButtonCancel, .dmButton-ghost:disabled, .dm-modal .modal-dialog a.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.green, .dm-modal .modal-dialog a.green.dmButtonDelete, .dm-modal .modal-dialog a.dmButtonOk {
  color: #fff;
  background-color: #397D54;
  border: 1px solid #397D54;
  box-shadow: none;
}
.dmButton.green:not(.disabled):hover, .dm-modal .modal-dialog a.green.dmButtonDelete:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonOk:not(.disabled):hover, .dmButton.green:not(:disabled):hover, .dm-modal .modal-dialog a.green.dmButtonDelete:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonOk:not(:disabled):hover {
  color: #fff;
  background-color: #2e6443;
  border: 1px solid #2e6443;
  color: #fff;
}
.dmButton.green.disabled, .dm-modal .modal-dialog a.green.disabled.dmButtonDelete, .dm-modal .modal-dialog a.disabled.dmButtonOk, .dmButton.green:disabled, .dm-modal .modal-dialog a.green.dmButtonDelete:disabled, .dm-modal .modal-dialog a.dmButtonOk:disabled {
  cursor: default;
}

.dmButton-ghost.green, .dm-modal .modal-dialog a.green.dmButtonCancel, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonOk, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonOk {
  color: #397D54;
  background-color: #fff;
  border: 1px solid #397D54;
}
.dmButton-ghost.green:not(.disabled):hover, .dm-modal .modal-dialog a.green.dmButtonCancel:not(.disabled):hover, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonOk:not(.disabled):hover, .dmButton-ghost.green:not(:disabled):hover, .dm-modal .modal-dialog a.green.dmButtonCancel:not(:disabled):hover, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonOk:not(:disabled):hover {
  color: #fff;
  background-color: #2e6443;
}
.dmButton-ghost.green.disabled, .dm-modal .modal-dialog a.green.disabled.dmButtonCancel, .dm-modal .modal-dialog a.dmButton-ghost.disabled.dmButtonOk, .dm-modal .modal-dialog a.disabled.dmButtonCancel.dmButtonOk, .dmButton-ghost.green:disabled, .dm-modal .modal-dialog a.green.dmButtonCancel:disabled, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonOk:disabled, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonOk:disabled {
  cursor: default;
}

.dmButton.orange, .dm-modal .modal-dialog a.orange.dmButtonOk, .dm-modal .modal-dialog a.orange.dmButtonDelete {
  color: #fff;
  background-color: #EAB050;
  border: 1px solid #EAB050;
  box-shadow: none;
}
.dmButton.orange:not(.disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonDelete:not(.disabled):hover, .dmButton.orange:not(:disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #bb8d40;
  border: 1px solid #bb8d40;
  color: #fff;
}
.dmButton.orange.disabled, .dm-modal .modal-dialog a.orange.disabled.dmButtonOk, .dm-modal .modal-dialog a.orange.disabled.dmButtonDelete, .dmButton.orange:disabled, .dm-modal .modal-dialog a.orange.dmButtonOk:disabled, .dm-modal .modal-dialog a.orange.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.orange, .dm-modal .modal-dialog a.orange.dmButtonCancel {
  color: #EAB050;
  background-color: #fff;
  border: 1px solid #EAB050;
}
.dmButton-ghost.orange:not(.disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.orange:not(:disabled):hover, .dm-modal .modal-dialog a.orange.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #bb8d40;
}
.dmButton-ghost.orange.disabled, .dm-modal .modal-dialog a.orange.disabled.dmButtonCancel, .dmButton-ghost.orange:disabled, .dm-modal .modal-dialog a.orange.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.teal, .dm-modal .modal-dialog a.teal.dmButtonOk, .dm-modal .modal-dialog a.teal.dmButtonDelete {
  color: #fff;
  background-color: #79C6C4;
  border: 1px solid #79C6C4;
  box-shadow: none;
}
.dmButton.teal:not(.disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonDelete:not(.disabled):hover, .dmButton.teal:not(:disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #619e9d;
  border: 1px solid #619e9d;
  color: #fff;
}
.dmButton.teal.disabled, .dm-modal .modal-dialog a.teal.disabled.dmButtonOk, .dm-modal .modal-dialog a.teal.disabled.dmButtonDelete, .dmButton.teal:disabled, .dm-modal .modal-dialog a.teal.dmButtonOk:disabled, .dm-modal .modal-dialog a.teal.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.teal, .dm-modal .modal-dialog a.teal.dmButtonCancel {
  color: #79C6C4;
  background-color: #fff;
  border: 1px solid #79C6C4;
}
.dmButton-ghost.teal:not(.disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.teal:not(:disabled):hover, .dm-modal .modal-dialog a.teal.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #619e9d;
}
.dmButton-ghost.teal.disabled, .dm-modal .modal-dialog a.teal.disabled.dmButtonCancel, .dmButton-ghost.teal:disabled, .dm-modal .modal-dialog a.teal.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.blue, .dm-modal .modal-dialog a.blue.dmButtonOk, .dm-modal .modal-dialog a.blue.dmButtonDelete {
  color: #fff;
  background-color: #4BAFC6;
  border: 1px solid #4BAFC6;
  box-shadow: none;
}
.dmButton.blue:not(.disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonDelete:not(.disabled):hover, .dmButton.blue:not(:disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #3c8c9e;
  border: 1px solid #3c8c9e;
  color: #fff;
}
.dmButton.blue.disabled, .dm-modal .modal-dialog a.blue.disabled.dmButtonOk, .dm-modal .modal-dialog a.blue.disabled.dmButtonDelete, .dmButton.blue:disabled, .dm-modal .modal-dialog a.blue.dmButtonOk:disabled, .dm-modal .modal-dialog a.blue.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.blue, .dm-modal .modal-dialog a.blue.dmButtonCancel {
  color: #4BAFC6;
  background-color: #fff;
  border: 1px solid #4BAFC6;
}
.dmButton-ghost.blue:not(.disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.blue:not(:disabled):hover, .dm-modal .modal-dialog a.blue.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #3c8c9e;
}
.dmButton-ghost.blue.disabled, .dm-modal .modal-dialog a.blue.disabled.dmButtonCancel, .dmButton-ghost.blue:disabled, .dm-modal .modal-dialog a.blue.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.purple, .dm-modal .modal-dialog a.purple.dmButtonOk, .dm-modal .modal-dialog a.purple.dmButtonDelete {
  color: #fff;
  background-color: #AC86BF;
  border: 1px solid #AC86BF;
  box-shadow: none;
}
.dmButton.purple:not(.disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonDelete:not(.disabled):hover, .dmButton.purple:not(:disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #8a6b99;
  border: 1px solid #8a6b99;
  color: #fff;
}
.dmButton.purple.disabled, .dm-modal .modal-dialog a.purple.disabled.dmButtonOk, .dm-modal .modal-dialog a.purple.disabled.dmButtonDelete, .dmButton.purple:disabled, .dm-modal .modal-dialog a.purple.dmButtonOk:disabled, .dm-modal .modal-dialog a.purple.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.purple, .dm-modal .modal-dialog a.purple.dmButtonCancel {
  color: #AC86BF;
  background-color: #fff;
  border: 1px solid #AC86BF;
}
.dmButton-ghost.purple:not(.disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.purple:not(:disabled):hover, .dm-modal .modal-dialog a.purple.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #8a6b99;
}
.dmButton-ghost.purple.disabled, .dm-modal .modal-dialog a.purple.disabled.dmButtonCancel, .dmButton-ghost.purple:disabled, .dm-modal .modal-dialog a.purple.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.red, .dm-modal .modal-dialog a.red.dmButtonOk, .dm-modal .modal-dialog a.dmButtonDelete {
  color: #fff;
  background-color: #E8716B;
  border: 1px solid #E8716B;
  box-shadow: none;
}
.dmButton.red:not(.disabled):hover, .dm-modal .modal-dialog a.red.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete:not(.disabled):hover, .dmButton.red:not(:disabled):hover, .dm-modal .modal-dialog a.red.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #ba5a56;
  border: 1px solid #ba5a56;
  color: #fff;
}
.dmButton.red.disabled, .dm-modal .modal-dialog a.red.disabled.dmButtonOk, .dm-modal .modal-dialog a.disabled.dmButtonDelete, .dmButton.red:disabled, .dm-modal .modal-dialog a.red.dmButtonOk:disabled, .dm-modal .modal-dialog a.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.red, .dm-modal .modal-dialog a.red.dmButtonCancel, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonDelete, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonDelete {
  color: #E8716B;
  background-color: #fff;
  border: 1px solid #E8716B;
}
.dmButton-ghost.red:not(.disabled):hover, .dm-modal .modal-dialog a.red.dmButtonCancel:not(.disabled):hover, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonDelete:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonDelete:not(.disabled):hover, .dmButton-ghost.red:not(:disabled):hover, .dm-modal .modal-dialog a.red.dmButtonCancel:not(:disabled):hover, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonDelete:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #ba5a56;
}
.dmButton-ghost.red.disabled, .dm-modal .modal-dialog a.red.disabled.dmButtonCancel, .dm-modal .modal-dialog a.dmButton-ghost.disabled.dmButtonDelete, .dm-modal .modal-dialog a.disabled.dmButtonCancel.dmButtonDelete, .dmButton-ghost.red:disabled, .dm-modal .modal-dialog a.red.dmButtonCancel:disabled, .dm-modal .modal-dialog a.dmButton-ghost.dmButtonDelete:disabled, .dm-modal .modal-dialog a.dmButtonCancel.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton.yellow, .dm-modal .modal-dialog a.yellow.dmButtonOk, .dm-modal .modal-dialog a.yellow.dmButtonDelete {
  color: #fff;
  background-color: #FCD2A7;
  border: 1px solid #FCD2A7;
  box-shadow: none;
}
.dmButton.yellow:not(.disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonDelete:not(.disabled):hover, .dmButton.yellow:not(:disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #caa886;
  border: 1px solid #caa886;
  color: #fff;
}
.dmButton.yellow.disabled, .dm-modal .modal-dialog a.yellow.disabled.dmButtonOk, .dm-modal .modal-dialog a.yellow.disabled.dmButtonDelete, .dmButton.yellow:disabled, .dm-modal .modal-dialog a.yellow.dmButtonOk:disabled, .dm-modal .modal-dialog a.yellow.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.yellow, .dm-modal .modal-dialog a.yellow.dmButtonCancel {
  color: #FCD2A7;
  background-color: #fff;
  border: 1px solid #FCD2A7;
}
.dmButton-ghost.yellow:not(.disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.yellow:not(:disabled):hover, .dm-modal .modal-dialog a.yellow.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #caa886;
}
.dmButton-ghost.yellow.disabled, .dm-modal .modal-dialog a.yellow.disabled.dmButtonCancel, .dmButton-ghost.yellow:disabled, .dm-modal .modal-dialog a.yellow.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.black, .dm-modal .modal-dialog a.black.dmButtonOk, .dm-modal .modal-dialog a.black.dmButtonDelete {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
}
.dmButton.black:not(.disabled):hover, .dm-modal .modal-dialog a.black.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.black.dmButtonDelete:not(.disabled):hover, .dmButton.black:not(:disabled):hover, .dm-modal .modal-dialog a.black.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.black.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: black;
  border: 1px solid black;
  color: #fff;
}
.dmButton.black.disabled, .dm-modal .modal-dialog a.black.disabled.dmButtonOk, .dm-modal .modal-dialog a.black.disabled.dmButtonDelete, .dmButton.black:disabled, .dm-modal .modal-dialog a.black.dmButtonOk:disabled, .dm-modal .modal-dialog a.black.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.black, .dm-modal .modal-dialog a.black.dmButtonCancel {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.dmButton-ghost.black:not(.disabled):hover, .dm-modal .modal-dialog a.black.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.black:not(:disabled):hover, .dm-modal .modal-dialog a.black.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: black;
}
.dmButton-ghost.black.disabled, .dm-modal .modal-dialog a.black.disabled.dmButtonCancel, .dmButton-ghost.black:disabled, .dm-modal .modal-dialog a.black.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.white, .dm-modal .modal-dialog a.white.dmButtonOk, .dm-modal .modal-dialog a.white.dmButtonDelete {
  color: #3D5666;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
.dmButton.white:not(.disabled):hover, .dm-modal .modal-dialog a.white.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.white.dmButtonDelete:not(.disabled):hover, .dmButton.white:not(:disabled):hover, .dm-modal .modal-dialog a.white.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.white.dmButtonDelete:not(:disabled):hover {
  color: #3D5666;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #3D5666;
}
.dmButton.white.disabled, .dm-modal .modal-dialog a.white.disabled.dmButtonOk, .dm-modal .modal-dialog a.white.disabled.dmButtonDelete, .dmButton.white:disabled, .dm-modal .modal-dialog a.white.dmButtonOk:disabled, .dm-modal .modal-dialog a.white.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.white, .dm-modal .modal-dialog a.white.dmButtonCancel {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}
.dmButton-ghost.white:not(.disabled):hover, .dm-modal .modal-dialog a.white.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.white:not(:disabled):hover, .dm-modal .modal-dialog a.white.dmButtonCancel:not(:disabled):hover {
  color: #3D5666;
  background-color: #cccccc;
}
.dmButton-ghost.white.disabled, .dm-modal .modal-dialog a.white.disabled.dmButtonCancel, .dmButton-ghost.white:disabled, .dm-modal .modal-dialog a.white.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.realwhite, .dm-modal .modal-dialog a.realwhite.dmButtonOk, .dm-modal .modal-dialog a.realwhite.dmButtonDelete {
  color: #3D5666;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
.dmButton.realwhite:not(.disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonDelete:not(.disabled):hover, .dmButton.realwhite:not(:disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonDelete:not(:disabled):hover {
  color: #3D5666;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #3D5666;
}
.dmButton.realwhite.disabled, .dm-modal .modal-dialog a.realwhite.disabled.dmButtonOk, .dm-modal .modal-dialog a.realwhite.disabled.dmButtonDelete, .dmButton.realwhite:disabled, .dm-modal .modal-dialog a.realwhite.dmButtonOk:disabled, .dm-modal .modal-dialog a.realwhite.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.realwhite, .dm-modal .modal-dialog a.realwhite.dmButtonCancel {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}
.dmButton-ghost.realwhite:not(.disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.realwhite:not(:disabled):hover, .dm-modal .modal-dialog a.realwhite.dmButtonCancel:not(:disabled):hover {
  color: #3D5666;
  background-color: #cccccc;
}
.dmButton-ghost.realwhite.disabled, .dm-modal .modal-dialog a.realwhite.disabled.dmButtonCancel, .dmButton-ghost.realwhite:disabled, .dm-modal .modal-dialog a.realwhite.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.gray-l, .dm-modal .modal-dialog a.gray-l.dmButtonOk, .dm-modal .modal-dialog a.gray-l.dmButtonDelete {
  color: #3D5666;
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  box-shadow: none;
}
.dmButton.gray-l:not(.disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonDelete:not(.disabled):hover, .dmButton.gray-l:not(:disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonDelete:not(:disabled):hover {
  color: #3D5666;
  background-color: #babdbf;
  border: 1px solid #babdbf;
  color: #3D5666;
}
.dmButton.gray-l.disabled, .dm-modal .modal-dialog a.gray-l.disabled.dmButtonOk, .dm-modal .modal-dialog a.gray-l.disabled.dmButtonDelete, .dmButton.gray-l:disabled, .dm-modal .modal-dialog a.gray-l.dmButtonOk:disabled, .dm-modal .modal-dialog a.gray-l.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.gray-l, .dm-modal .modal-dialog a.gray-l.dmButtonCancel {
  color: #e9ecef;
  background-color: #fff;
  border: 1px solid #e9ecef;
}
.dmButton-ghost.gray-l:not(.disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.gray-l:not(:disabled):hover, .dm-modal .modal-dialog a.gray-l.dmButtonCancel:not(:disabled):hover {
  color: #3D5666;
  background-color: #babdbf;
}
.dmButton-ghost.gray-l.disabled, .dm-modal .modal-dialog a.gray-l.disabled.dmButtonCancel, .dmButton-ghost.gray-l:disabled, .dm-modal .modal-dialog a.gray-l.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.gray-d, .dm-modal .modal-dialog a.gray-d.dmButtonOk, .dm-modal .modal-dialog a.gray-d.dmButtonDelete {
  color: #fff;
  background-color: #495057;
  border: 1px solid #495057;
  box-shadow: none;
}
.dmButton.gray-d:not(.disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonDelete:not(.disabled):hover, .dmButton.gray-d:not(:disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #3a4046;
  border: 1px solid #3a4046;
  color: #fff;
}
.dmButton.gray-d.disabled, .dm-modal .modal-dialog a.gray-d.disabled.dmButtonOk, .dm-modal .modal-dialog a.gray-d.disabled.dmButtonDelete, .dmButton.gray-d:disabled, .dm-modal .modal-dialog a.gray-d.dmButtonOk:disabled, .dm-modal .modal-dialog a.gray-d.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.gray-d, .dm-modal .modal-dialog a.gray-d.dmButtonCancel {
  color: #495057;
  background-color: #fff;
  border: 1px solid #495057;
}
.dmButton-ghost.gray-d:not(.disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.gray-d:not(:disabled):hover, .dm-modal .modal-dialog a.gray-d.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #3a4046;
}
.dmButton-ghost.gray-d.disabled, .dm-modal .modal-dialog a.gray-d.disabled.dmButtonCancel, .dmButton-ghost.gray-d:disabled, .dm-modal .modal-dialog a.gray-d.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.blue-dark, .dm-modal .modal-dialog a.blue-dark.dmButtonOk, .dm-modal .modal-dialog a.blue-dark.dmButtonDelete {
  color: #fff;
  background-color: #1A384B;
  border: 1px solid #1A384B;
  box-shadow: none;
}
.dmButton.blue-dark:not(.disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonDelete:not(.disabled):hover, .dmButton.blue-dark:not(:disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #152d3c;
  border: 1px solid #152d3c;
  color: #fff;
}
.dmButton.blue-dark.disabled, .dm-modal .modal-dialog a.blue-dark.disabled.dmButtonOk, .dm-modal .modal-dialog a.blue-dark.disabled.dmButtonDelete, .dmButton.blue-dark:disabled, .dm-modal .modal-dialog a.blue-dark.dmButtonOk:disabled, .dm-modal .modal-dialog a.blue-dark.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.blue-dark, .dm-modal .modal-dialog a.blue-dark.dmButtonCancel {
  color: #1A384B;
  background-color: #fff;
  border: 1px solid #1A384B;
}
.dmButton-ghost.blue-dark:not(.disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.blue-dark:not(:disabled):hover, .dm-modal .modal-dialog a.blue-dark.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #152d3c;
}
.dmButton-ghost.blue-dark.disabled, .dm-modal .modal-dialog a.blue-dark.disabled.dmButtonCancel, .dmButton-ghost.blue-dark:disabled, .dm-modal .modal-dialog a.blue-dark.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.grey, .dm-modal .modal-dialog a.grey.dmButtonOk, .dm-modal .modal-dialog a.grey.dmButtonDelete, .dm-modal .modal-dialog a.dmButton.dmButtonCancel, .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel, .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel {
  color: #fff;
  background-color: #3D5666;
  border: 1px solid #3D5666;
  box-shadow: none;
}
.dmButton.grey:not(.disabled):hover, .dm-modal .modal-dialog a.grey.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.grey.dmButtonDelete:not(.disabled):hover, .dm-modal .modal-dialog a.dmButton.dmButtonCancel:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel:not(.disabled):hover, .dmButton.grey:not(:disabled):hover, .dm-modal .modal-dialog a.grey.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.grey.dmButtonDelete:not(:disabled):hover, .dm-modal .modal-dialog a.dmButton.dmButtonCancel:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #314552;
  border: 1px solid #314552;
  color: #fff;
}
.dmButton.grey.disabled, .dm-modal .modal-dialog a.grey.disabled.dmButtonOk, .dm-modal .modal-dialog a.grey.disabled.dmButtonDelete, .dm-modal .modal-dialog a.dmButton.disabled.dmButtonCancel, .dm-modal .modal-dialog a.disabled.dmButtonOk.dmButtonCancel, .dm-modal .modal-dialog a.disabled.dmButtonDelete.dmButtonCancel, .dmButton.grey:disabled, .dm-modal .modal-dialog a.grey.dmButtonOk:disabled, .dm-modal .modal-dialog a.grey.dmButtonDelete:disabled, .dm-modal .modal-dialog a.dmButton.dmButtonCancel:disabled, .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel:disabled, .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton-ghost.grey, .dm-modal .modal-dialog a.dmButtonCancel {
  color: #3D5666;
  background-color: #fff;
  border: 1px solid #3D5666;
}
.dmButton-ghost.grey:not(.disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.grey:not(:disabled):hover, .dm-modal .modal-dialog a.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #314552;
}
.dmButton-ghost.grey.disabled, .dm-modal .modal-dialog a.disabled.dmButtonCancel, .dmButton-ghost.grey:disabled, .dm-modal .modal-dialog a.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.green-dark, .dm-modal .modal-dialog a.green-dark.dmButtonOk, .dm-modal .modal-dialog a.green-dark.dmButtonDelete {
  color: #fff;
  background-color: #83B585;
  border: 1px solid #83B585;
  box-shadow: none;
}
.dmButton.green-dark:not(.disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonDelete:not(.disabled):hover, .dmButton.green-dark:not(:disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #69916a;
  border: 1px solid #69916a;
  color: #fff;
}
.dmButton.green-dark.disabled, .dm-modal .modal-dialog a.green-dark.disabled.dmButtonOk, .dm-modal .modal-dialog a.green-dark.disabled.dmButtonDelete, .dmButton.green-dark:disabled, .dm-modal .modal-dialog a.green-dark.dmButtonOk:disabled, .dm-modal .modal-dialog a.green-dark.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.green-dark, .dm-modal .modal-dialog a.green-dark.dmButtonCancel {
  color: #83B585;
  background-color: #fff;
  border: 1px solid #83B585;
}
.dmButton-ghost.green-dark:not(.disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.green-dark:not(:disabled):hover, .dm-modal .modal-dialog a.green-dark.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #69916a;
}
.dmButton-ghost.green-dark.disabled, .dm-modal .modal-dialog a.green-dark.disabled.dmButtonCancel, .dmButton-ghost.green-dark:disabled, .dm-modal .modal-dialog a.green-dark.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.green-light, .dm-modal .modal-dialog a.green-light.dmButtonOk, .dm-modal .modal-dialog a.green-light.dmButtonDelete {
  color: #343a40;
  background-color: #6E9C75;
  border: 1px solid #6E9C75;
  box-shadow: none;
}
.dmButton.green-light:not(.disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonDelete:not(.disabled):hover, .dmButton.green-light:not(:disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonDelete:not(:disabled):hover {
  color: #343a40;
  background-color: #587d5e;
  border: 1px solid #587d5e;
  color: #343a40;
}
.dmButton.green-light.disabled, .dm-modal .modal-dialog a.green-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.green-light.disabled.dmButtonDelete, .dmButton.green-light:disabled, .dm-modal .modal-dialog a.green-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.green-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.green-light, .dm-modal .modal-dialog a.green-light.dmButtonCancel {
  color: #6E9C75;
  background-color: #fff;
  border: 1px solid #6E9C75;
}
.dmButton-ghost.green-light:not(.disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.green-light:not(:disabled):hover, .dm-modal .modal-dialog a.green-light.dmButtonCancel:not(:disabled):hover {
  color: #343a40;
  background-color: #587d5e;
}
.dmButton-ghost.green-light.disabled, .dm-modal .modal-dialog a.green-light.disabled.dmButtonCancel, .dmButton-ghost.green-light:disabled, .dm-modal .modal-dialog a.green-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.theme-gray, .dm-modal .modal-dialog a.theme-gray.dmButtonOk, .dm-modal .modal-dialog a.theme-gray.dmButtonDelete {
  color: #343a40;
  background-color: #e4e6e8;
  border: 1px solid #e4e6e8;
  box-shadow: none;
}
.dmButton.theme-gray:not(.disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonDelete:not(.disabled):hover, .dmButton.theme-gray:not(:disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonDelete:not(:disabled):hover {
  color: #343a40;
  background-color: #b6b8ba;
  border: 1px solid #b6b8ba;
  color: #343a40;
}
.dmButton.theme-gray.disabled, .dm-modal .modal-dialog a.theme-gray.disabled.dmButtonOk, .dm-modal .modal-dialog a.theme-gray.disabled.dmButtonDelete, .dmButton.theme-gray:disabled, .dm-modal .modal-dialog a.theme-gray.dmButtonOk:disabled, .dm-modal .modal-dialog a.theme-gray.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.theme-gray, .dm-modal .modal-dialog a.theme-gray.dmButtonCancel {
  color: #e4e6e8;
  background-color: #fff;
  border: 1px solid #e4e6e8;
}
.dmButton-ghost.theme-gray:not(.disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.theme-gray:not(:disabled):hover, .dm-modal .modal-dialog a.theme-gray.dmButtonCancel:not(:disabled):hover {
  color: #343a40;
  background-color: #b6b8ba;
}
.dmButton-ghost.theme-gray.disabled, .dm-modal .modal-dialog a.theme-gray.disabled.dmButtonCancel, .dmButton-ghost.theme-gray:disabled, .dm-modal .modal-dialog a.theme-gray.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-yellow, .dm-modal .modal-dialog a.diagram-yellow.dmButtonOk, .dm-modal .modal-dialog a.diagram-yellow.dmButtonDelete {
  color: #fff;
  background-color: #ef7111;
  border: 1px solid #ef7111;
  box-shadow: none;
}
.dmButton.diagram-yellow:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-yellow:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #bf5a0e;
  border: 1px solid #bf5a0e;
  color: #fff;
}
.dmButton.diagram-yellow.disabled, .dm-modal .modal-dialog a.diagram-yellow.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-yellow.disabled.dmButtonDelete, .dmButton.diagram-yellow:disabled, .dm-modal .modal-dialog a.diagram-yellow.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-yellow.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-yellow, .dm-modal .modal-dialog a.diagram-yellow.dmButtonCancel {
  color: #ef7111;
  background-color: #fff;
  border: 1px solid #ef7111;
}
.dmButton-ghost.diagram-yellow:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-yellow:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #bf5a0e;
}
.dmButton-ghost.diagram-yellow.disabled, .dm-modal .modal-dialog a.diagram-yellow.disabled.dmButtonCancel, .dmButton-ghost.diagram-yellow:disabled, .dm-modal .modal-dialog a.diagram-yellow.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-yellow-light, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonOk, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonDelete {
  color: #fff;
  background-color: #f7aa42;
  border: 1px solid #f7aa42;
  box-shadow: none;
}
.dmButton.diagram-yellow-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-yellow-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #c68835;
  border: 1px solid #c68835;
  color: #fff;
}
.dmButton.diagram-yellow-light.disabled, .dm-modal .modal-dialog a.diagram-yellow-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-yellow-light.disabled.dmButtonDelete, .dmButton.diagram-yellow-light:disabled, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-yellow-light, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonCancel {
  color: #f7aa42;
  background-color: #fff;
  border: 1px solid #f7aa42;
}
.dmButton-ghost.diagram-yellow-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-yellow-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #c68835;
}
.dmButton-ghost.diagram-yellow-light.disabled, .dm-modal .modal-dialog a.diagram-yellow-light.disabled.dmButtonCancel, .dmButton-ghost.diagram-yellow-light:disabled, .dm-modal .modal-dialog a.diagram-yellow-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-brown, .dm-modal .modal-dialog a.diagram-brown.dmButtonOk, .dm-modal .modal-dialog a.diagram-brown.dmButtonDelete {
  color: #fff;
  background-color: #7e5016;
  border: 1px solid #7e5016;
  box-shadow: none;
}
.dmButton.diagram-brown:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-brown:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #654012;
  border: 1px solid #654012;
  color: #fff;
}
.dmButton.diagram-brown.disabled, .dm-modal .modal-dialog a.diagram-brown.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-brown.disabled.dmButtonDelete, .dmButton.diagram-brown:disabled, .dm-modal .modal-dialog a.diagram-brown.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-brown.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-brown, .dm-modal .modal-dialog a.diagram-brown.dmButtonCancel {
  color: #7e5016;
  background-color: #fff;
  border: 1px solid #7e5016;
}
.dmButton-ghost.diagram-brown:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-brown:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #654012;
}
.dmButton-ghost.diagram-brown.disabled, .dm-modal .modal-dialog a.diagram-brown.disabled.dmButtonCancel, .dmButton-ghost.diagram-brown:disabled, .dm-modal .modal-dialog a.diagram-brown.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-brown-light, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonOk, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonDelete {
  color: #343a40;
  background-color: #b38f4b;
  border: 1px solid #b38f4b;
  box-shadow: none;
}
.dmButton.diagram-brown-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-brown-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonDelete:not(:disabled):hover {
  color: #343a40;
  background-color: #8f723c;
  border: 1px solid #8f723c;
  color: #343a40;
}
.dmButton.diagram-brown-light.disabled, .dm-modal .modal-dialog a.diagram-brown-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-brown-light.disabled.dmButtonDelete, .dmButton.diagram-brown-light:disabled, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-brown-light, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonCancel {
  color: #b38f4b;
  background-color: #fff;
  border: 1px solid #b38f4b;
}
.dmButton-ghost.diagram-brown-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-brown-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonCancel:not(:disabled):hover {
  color: #343a40;
  background-color: #8f723c;
}
.dmButton-ghost.diagram-brown-light.disabled, .dm-modal .modal-dialog a.diagram-brown-light.disabled.dmButtonCancel, .dmButton-ghost.diagram-brown-light:disabled, .dm-modal .modal-dialog a.diagram-brown-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-blue, .dm-modal .modal-dialog a.diagram-blue.dmButtonOk, .dm-modal .modal-dialog a.diagram-blue.dmButtonDelete {
  color: #fff;
  background-color: #4BAFC6;
  border: 1px solid #4BAFC6;
  box-shadow: none;
}
.dmButton.diagram-blue:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-blue:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #3c8c9e;
  border: 1px solid #3c8c9e;
  color: #fff;
}
.dmButton.diagram-blue.disabled, .dm-modal .modal-dialog a.diagram-blue.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-blue.disabled.dmButtonDelete, .dmButton.diagram-blue:disabled, .dm-modal .modal-dialog a.diagram-blue.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-blue.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-blue, .dm-modal .modal-dialog a.diagram-blue.dmButtonCancel {
  color: #4BAFC6;
  background-color: #fff;
  border: 1px solid #4BAFC6;
}
.dmButton-ghost.diagram-blue:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-blue:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #3c8c9e;
}
.dmButton-ghost.diagram-blue.disabled, .dm-modal .modal-dialog a.diagram-blue.disabled.dmButtonCancel, .dmButton-ghost.diagram-blue:disabled, .dm-modal .modal-dialog a.diagram-blue.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-blue-light, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonOk, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonDelete {
  color: #fff;
  background-color: #84BFD8;
  border: 1px solid #84BFD8;
  box-shadow: none;
}
.dmButton.diagram-blue-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-blue-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #6a99ad;
  border: 1px solid #6a99ad;
  color: #fff;
}
.dmButton.diagram-blue-light.disabled, .dm-modal .modal-dialog a.diagram-blue-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-blue-light.disabled.dmButtonDelete, .dmButton.diagram-blue-light:disabled, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-blue-light, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonCancel {
  color: #84BFD8;
  background-color: #fff;
  border: 1px solid #84BFD8;
}
.dmButton-ghost.diagram-blue-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-blue-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #6a99ad;
}
.dmButton-ghost.diagram-blue-light.disabled, .dm-modal .modal-dialog a.diagram-blue-light.disabled.dmButtonCancel, .dmButton-ghost.diagram-blue-light:disabled, .dm-modal .modal-dialog a.diagram-blue-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-pink, .dm-modal .modal-dialog a.diagram-pink.dmButtonOk, .dm-modal .modal-dialog a.diagram-pink.dmButtonDelete {
  color: #fff;
  background-color: #AC86BF;
  border: 1px solid #AC86BF;
  box-shadow: none;
}
.dmButton.diagram-pink:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-pink:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #8a6b99;
  border: 1px solid #8a6b99;
  color: #fff;
}
.dmButton.diagram-pink.disabled, .dm-modal .modal-dialog a.diagram-pink.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-pink.disabled.dmButtonDelete, .dmButton.diagram-pink:disabled, .dm-modal .modal-dialog a.diagram-pink.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-pink.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-pink, .dm-modal .modal-dialog a.diagram-pink.dmButtonCancel {
  color: #AC86BF;
  background-color: #fff;
  border: 1px solid #AC86BF;
}
.dmButton-ghost.diagram-pink:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-pink:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #8a6b99;
}
.dmButton-ghost.diagram-pink.disabled, .dm-modal .modal-dialog a.diagram-pink.disabled.dmButtonCancel, .dmButton-ghost.diagram-pink:disabled, .dm-modal .modal-dialog a.diagram-pink.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-pink-light, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonOk, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonDelete {
  color: #fff;
  background-color: #cc80b0;
  border: 1px solid #cc80b0;
  box-shadow: none;
}
.dmButton.diagram-pink-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-pink-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #a3668d;
  border: 1px solid #a3668d;
  color: #fff;
}
.dmButton.diagram-pink-light.disabled, .dm-modal .modal-dialog a.diagram-pink-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-pink-light.disabled.dmButtonDelete, .dmButton.diagram-pink-light:disabled, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-pink-light, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonCancel {
  color: #cc80b0;
  background-color: #fff;
  border: 1px solid #cc80b0;
}
.dmButton-ghost.diagram-pink-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-pink-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #a3668d;
}
.dmButton-ghost.diagram-pink-light.disabled, .dm-modal .modal-dialog a.diagram-pink-light.disabled.dmButtonCancel, .dmButton-ghost.diagram-pink-light:disabled, .dm-modal .modal-dialog a.diagram-pink-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-dark, .dm-modal .modal-dialog a.diagram-dark.dmButtonOk, .dm-modal .modal-dialog a.diagram-dark.dmButtonDelete {
  color: #fff;
  background-color: #42555f;
  border: 1px solid #42555f;
  box-shadow: none;
}
.dmButton.diagram-dark:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-dark:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonDelete:not(:disabled):hover {
  color: #fff;
  background-color: #35444c;
  border: 1px solid #35444c;
  color: #fff;
}
.dmButton.diagram-dark.disabled, .dm-modal .modal-dialog a.diagram-dark.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-dark.disabled.dmButtonDelete, .dmButton.diagram-dark:disabled, .dm-modal .modal-dialog a.diagram-dark.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-dark.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-dark, .dm-modal .modal-dialog a.diagram-dark.dmButtonCancel {
  color: #42555f;
  background-color: #fff;
  border: 1px solid #42555f;
}
.dmButton-ghost.diagram-dark:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-dark:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark.dmButtonCancel:not(:disabled):hover {
  color: #fff;
  background-color: #35444c;
}
.dmButton-ghost.diagram-dark.disabled, .dm-modal .modal-dialog a.diagram-dark.disabled.dmButtonCancel, .dmButton-ghost.diagram-dark:disabled, .dm-modal .modal-dialog a.diagram-dark.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.diagram-dark-light, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonOk, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonDelete {
  color: #000;
  background-color: #82939c;
  border: 1px solid #82939c;
  box-shadow: none;
}
.dmButton.diagram-dark-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonDelete:not(.disabled):hover, .dmButton.diagram-dark-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #68767d;
  border: 1px solid #68767d;
  color: #000;
}
.dmButton.diagram-dark-light.disabled, .dm-modal .modal-dialog a.diagram-dark-light.disabled.dmButtonOk, .dm-modal .modal-dialog a.diagram-dark-light.disabled.dmButtonDelete, .dmButton.diagram-dark-light:disabled, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonOk:disabled, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.diagram-dark-light, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonCancel {
  color: #82939c;
  background-color: #fff;
  border: 1px solid #82939c;
}
.dmButton-ghost.diagram-dark-light:not(.disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.diagram-dark-light:not(:disabled):hover, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #68767d;
}
.dmButton-ghost.diagram-dark-light.disabled, .dm-modal .modal-dialog a.diagram-dark-light.disabled.dmButtonCancel, .dmButton-ghost.diagram-dark-light:disabled, .dm-modal .modal-dialog a.diagram-dark-light.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-01, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonDelete {
  color: #F7F8F8;
  background-color: #397D54;
  border: 1px solid #397D54;
  box-shadow: none;
}
.dmButton.shortcut-color-01:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-01:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #2e6443;
  border: 1px solid #2e6443;
  color: #F7F8F8;
}
.dmButton.shortcut-color-01.disabled, .dm-modal .modal-dialog a.shortcut-color-01.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-01.disabled.dmButtonDelete, .dmButton.shortcut-color-01:disabled, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-01, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonCancel {
  color: #397D54;
  background-color: #fff;
  border: 1px solid #397D54;
}
.dmButton-ghost.shortcut-color-01:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-01:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #2e6443;
}
.dmButton-ghost.shortcut-color-01.disabled, .dm-modal .modal-dialog a.shortcut-color-01.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-01:disabled, .dm-modal .modal-dialog a.shortcut-color-01.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-02, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonDelete {
  color: #F7F8F8;
  background-color: #6E9C75;
  border: 1px solid #6E9C75;
  box-shadow: none;
}
.dmButton.shortcut-color-02:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-02:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #587d5e;
  border: 1px solid #587d5e;
  color: #F7F8F8;
}
.dmButton.shortcut-color-02.disabled, .dm-modal .modal-dialog a.shortcut-color-02.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-02.disabled.dmButtonDelete, .dmButton.shortcut-color-02:disabled, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-02, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonCancel {
  color: #6E9C75;
  background-color: #fff;
  border: 1px solid #6E9C75;
}
.dmButton-ghost.shortcut-color-02:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-02:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #587d5e;
}
.dmButton-ghost.shortcut-color-02.disabled, .dm-modal .modal-dialog a.shortcut-color-02.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-02:disabled, .dm-modal .modal-dialog a.shortcut-color-02.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-03, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonDelete {
  color: #000;
  background-color: #D1D7DB;
  border: 1px solid #D1D7DB;
  box-shadow: none;
}
.dmButton.shortcut-color-03:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-03:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #a7acaf;
  border: 1px solid #a7acaf;
  color: #000;
}
.dmButton.shortcut-color-03.disabled, .dm-modal .modal-dialog a.shortcut-color-03.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-03.disabled.dmButtonDelete, .dmButton.shortcut-color-03:disabled, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-03, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonCancel {
  color: #D1D7DB;
  background-color: #fff;
  border: 1px solid #D1D7DB;
}
.dmButton-ghost.shortcut-color-03:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-03:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #a7acaf;
}
.dmButton-ghost.shortcut-color-03.disabled, .dm-modal .modal-dialog a.shortcut-color-03.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-03:disabled, .dm-modal .modal-dialog a.shortcut-color-03.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-04, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonDelete {
  color: #000;
  background-color: #F7F8F8;
  border: 1px solid #F7F8F8;
  box-shadow: none;
}
.dmButton.shortcut-color-04:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-04:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #c6c6c6;
  border: 1px solid #c6c6c6;
  color: #000;
}
.dmButton.shortcut-color-04.disabled, .dm-modal .modal-dialog a.shortcut-color-04.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-04.disabled.dmButtonDelete, .dmButton.shortcut-color-04:disabled, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-04, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonCancel {
  color: #F7F8F8;
  background-color: #fff;
  border: 1px solid #F7F8F8;
}
.dmButton-ghost.shortcut-color-04:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-04:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #c6c6c6;
}
.dmButton-ghost.shortcut-color-04.disabled, .dm-modal .modal-dialog a.shortcut-color-04.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-04:disabled, .dm-modal .modal-dialog a.shortcut-color-04.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-05, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonDelete {
  color: #F7F8F8;
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
}
.dmButton.shortcut-color-05:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-05:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: black;
  border: 1px solid black;
  color: #F7F8F8;
}
.dmButton.shortcut-color-05.disabled, .dm-modal .modal-dialog a.shortcut-color-05.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-05.disabled.dmButtonDelete, .dmButton.shortcut-color-05:disabled, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-05, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonCancel {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.dmButton-ghost.shortcut-color-05:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-05:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: black;
}
.dmButton-ghost.shortcut-color-05.disabled, .dm-modal .modal-dialog a.shortcut-color-05.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-05:disabled, .dm-modal .modal-dialog a.shortcut-color-05.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-06, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonDelete {
  color: #F7F8F8;
  background-color: #EAB050;
  border: 1px solid #EAB050;
  box-shadow: none;
}
.dmButton.shortcut-color-06:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-06:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #bb8d40;
  border: 1px solid #bb8d40;
  color: #F7F8F8;
}
.dmButton.shortcut-color-06.disabled, .dm-modal .modal-dialog a.shortcut-color-06.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-06.disabled.dmButtonDelete, .dmButton.shortcut-color-06:disabled, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-06, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonCancel {
  color: #EAB050;
  background-color: #fff;
  border: 1px solid #EAB050;
}
.dmButton-ghost.shortcut-color-06:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-06:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #bb8d40;
}
.dmButton-ghost.shortcut-color-06.disabled, .dm-modal .modal-dialog a.shortcut-color-06.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-06:disabled, .dm-modal .modal-dialog a.shortcut-color-06.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-07, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonDelete {
  color: #000;
  background-color: #FCD2A7;
  border: 1px solid #FCD2A7;
  box-shadow: none;
}
.dmButton.shortcut-color-07:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-07:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #caa886;
  border: 1px solid #caa886;
  color: #000;
}
.dmButton.shortcut-color-07.disabled, .dm-modal .modal-dialog a.shortcut-color-07.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-07.disabled.dmButtonDelete, .dmButton.shortcut-color-07:disabled, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-07, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonCancel {
  color: #FCD2A7;
  background-color: #fff;
  border: 1px solid #FCD2A7;
}
.dmButton-ghost.shortcut-color-07:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-07:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #caa886;
}
.dmButton-ghost.shortcut-color-07.disabled, .dm-modal .modal-dialog a.shortcut-color-07.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-07:disabled, .dm-modal .modal-dialog a.shortcut-color-07.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-08, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonDelete {
  color: #000;
  background-color: #ACDDD3;
  border: 1px solid #ACDDD3;
  box-shadow: none;
}
.dmButton.shortcut-color-08:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-08:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #8ab1a9;
  border: 1px solid #8ab1a9;
  color: #000;
}
.dmButton.shortcut-color-08.disabled, .dm-modal .modal-dialog a.shortcut-color-08.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-08.disabled.dmButtonDelete, .dmButton.shortcut-color-08:disabled, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-08, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonCancel {
  color: #ACDDD3;
  background-color: #fff;
  border: 1px solid #ACDDD3;
}
.dmButton-ghost.shortcut-color-08:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-08:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #8ab1a9;
}
.dmButton-ghost.shortcut-color-08.disabled, .dm-modal .modal-dialog a.shortcut-color-08.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-08:disabled, .dm-modal .modal-dialog a.shortcut-color-08.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-09, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonDelete {
  color: #F7F8F8;
  background-color: #4BAFC6;
  border: 1px solid #4BAFC6;
  box-shadow: none;
}
.dmButton.shortcut-color-09:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-09:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #3c8c9e;
  border: 1px solid #3c8c9e;
  color: #F7F8F8;
}
.dmButton.shortcut-color-09.disabled, .dm-modal .modal-dialog a.shortcut-color-09.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-09.disabled.dmButtonDelete, .dmButton.shortcut-color-09:disabled, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-09, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonCancel {
  color: #4BAFC6;
  background-color: #fff;
  border: 1px solid #4BAFC6;
}
.dmButton-ghost.shortcut-color-09:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-09:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #3c8c9e;
}
.dmButton-ghost.shortcut-color-09.disabled, .dm-modal .modal-dialog a.shortcut-color-09.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-09:disabled, .dm-modal .modal-dialog a.shortcut-color-09.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-10, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonDelete {
  color: #F7F8F8;
  background-color: #84BFD8;
  border: 1px solid #84BFD8;
  box-shadow: none;
}
.dmButton.shortcut-color-10:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-10:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #6a99ad;
  border: 1px solid #6a99ad;
  color: #F7F8F8;
}
.dmButton.shortcut-color-10.disabled, .dm-modal .modal-dialog a.shortcut-color-10.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-10.disabled.dmButtonDelete, .dmButton.shortcut-color-10:disabled, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-10, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonCancel {
  color: #84BFD8;
  background-color: #fff;
  border: 1px solid #84BFD8;
}
.dmButton-ghost.shortcut-color-10:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-10:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #6a99ad;
}
.dmButton-ghost.shortcut-color-10.disabled, .dm-modal .modal-dialog a.shortcut-color-10.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-10:disabled, .dm-modal .modal-dialog a.shortcut-color-10.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-11, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonDelete {
  color: #F7F8F8;
  background-color: #AC86BF;
  border: 1px solid #AC86BF;
  box-shadow: none;
}
.dmButton.shortcut-color-11:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-11:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #8a6b99;
  border: 1px solid #8a6b99;
  color: #F7F8F8;
}
.dmButton.shortcut-color-11.disabled, .dm-modal .modal-dialog a.shortcut-color-11.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-11.disabled.dmButtonDelete, .dmButton.shortcut-color-11:disabled, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-11, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonCancel {
  color: #AC86BF;
  background-color: #fff;
  border: 1px solid #AC86BF;
}
.dmButton-ghost.shortcut-color-11:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-11:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #8a6b99;
}
.dmButton-ghost.shortcut-color-11.disabled, .dm-modal .modal-dialog a.shortcut-color-11.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-11:disabled, .dm-modal .modal-dialog a.shortcut-color-11.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-12, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonDelete {
  color: #000;
  background-color: #DDC4E8;
  border: 1px solid #DDC4E8;
  box-shadow: none;
}
.dmButton.shortcut-color-12:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-12:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #b19dba;
  border: 1px solid #b19dba;
  color: #000;
}
.dmButton.shortcut-color-12.disabled, .dm-modal .modal-dialog a.shortcut-color-12.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-12.disabled.dmButtonDelete, .dmButton.shortcut-color-12:disabled, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-12, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonCancel {
  color: #DDC4E8;
  background-color: #fff;
  border: 1px solid #DDC4E8;
}
.dmButton-ghost.shortcut-color-12:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-12:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #b19dba;
}
.dmButton-ghost.shortcut-color-12.disabled, .dm-modal .modal-dialog a.shortcut-color-12.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-12:disabled, .dm-modal .modal-dialog a.shortcut-color-12.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-13, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonDelete {
  color: #F7F8F8;
  background-color: #E8716B;
  border: 1px solid #E8716B;
  box-shadow: none;
}
.dmButton.shortcut-color-13:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-13:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #ba5a56;
  border: 1px solid #ba5a56;
  color: #F7F8F8;
}
.dmButton.shortcut-color-13.disabled, .dm-modal .modal-dialog a.shortcut-color-13.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-13.disabled.dmButtonDelete, .dmButton.shortcut-color-13:disabled, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-13, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonCancel {
  color: #E8716B;
  background-color: #fff;
  border: 1px solid #E8716B;
}
.dmButton-ghost.shortcut-color-13:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-13:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #ba5a56;
}
.dmButton-ghost.shortcut-color-13.disabled, .dm-modal .modal-dialog a.shortcut-color-13.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-13:disabled, .dm-modal .modal-dialog a.shortcut-color-13.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-14, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonDelete {
  color: #000;
  background-color: #F4938C;
  border: 1px solid #F4938C;
  box-shadow: none;
}
.dmButton.shortcut-color-14:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-14:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonDelete:not(:disabled):hover {
  color: #000;
  background-color: #c37670;
  border: 1px solid #c37670;
  color: #000;
}
.dmButton.shortcut-color-14.disabled, .dm-modal .modal-dialog a.shortcut-color-14.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-14.disabled.dmButtonDelete, .dmButton.shortcut-color-14:disabled, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-14, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonCancel {
  color: #F4938C;
  background-color: #fff;
  border: 1px solid #F4938C;
}
.dmButton-ghost.shortcut-color-14:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-14:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonCancel:not(:disabled):hover {
  color: #000;
  background-color: #c37670;
}
.dmButton-ghost.shortcut-color-14.disabled, .dm-modal .modal-dialog a.shortcut-color-14.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-14:disabled, .dm-modal .modal-dialog a.shortcut-color-14.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-15, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonDelete {
  color: #F7F8F8;
  background-color: #3D5666;
  border: 1px solid #3D5666;
  box-shadow: none;
}
.dmButton.shortcut-color-15:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-15:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #314552;
  border: 1px solid #314552;
  color: #F7F8F8;
}
.dmButton.shortcut-color-15.disabled, .dm-modal .modal-dialog a.shortcut-color-15.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-15.disabled.dmButtonDelete, .dmButton.shortcut-color-15:disabled, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-15, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonCancel {
  color: #3D5666;
  background-color: #fff;
  border: 1px solid #3D5666;
}
.dmButton-ghost.shortcut-color-15:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-15:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #314552;
}
.dmButton-ghost.shortcut-color-15.disabled, .dm-modal .modal-dialog a.shortcut-color-15.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-15:disabled, .dm-modal .modal-dialog a.shortcut-color-15.dmButtonCancel:disabled {
  cursor: default;
}

.dmButton.shortcut-color-16, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonDelete {
  color: #F7F8F8;
  background-color: #68767D;
  border: 1px solid #68767D;
  box-shadow: none;
}
.dmButton.shortcut-color-16:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonOk:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonDelete:not(.disabled):hover, .dmButton.shortcut-color-16:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonOk:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonDelete:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #535e64;
  border: 1px solid #535e64;
  color: #F7F8F8;
}
.dmButton.shortcut-color-16.disabled, .dm-modal .modal-dialog a.shortcut-color-16.disabled.dmButtonOk, .dm-modal .modal-dialog a.shortcut-color-16.disabled.dmButtonDelete, .dmButton.shortcut-color-16:disabled, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonOk:disabled, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonDelete:disabled {
  cursor: default;
}

.dmButton-ghost.shortcut-color-16, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonCancel {
  color: #68767D;
  background-color: #fff;
  border: 1px solid #68767D;
}
.dmButton-ghost.shortcut-color-16:not(.disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonCancel:not(.disabled):hover, .dmButton-ghost.shortcut-color-16:not(:disabled):hover, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonCancel:not(:disabled):hover {
  color: #F7F8F8;
  background-color: #535e64;
}
.dmButton-ghost.shortcut-color-16.disabled, .dm-modal .modal-dialog a.shortcut-color-16.disabled.dmButtonCancel, .dmButton-ghost.shortcut-color-16:disabled, .dm-modal .modal-dialog a.shortcut-color-16.dmButtonCancel:disabled {
  cursor: default;
}

.btn-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.form-table .fit-to-cell, table.data tr th a:first-child:not([data-type=help]), table.data-limited tr th a:first-child:not([data-type=help]) {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -15px;
}

table.data tr td:not(.p-0), table.data-limited tr td:not(.p-0), table.data tr th, table.data-limited tr th, table.table.light-bg tr td, table.table.light-bg tr th {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 15px;
  padding-right: 5px;
}

table.data tr td:not(.p-0).smallLine, table.data-limited tr td:not(.p-0).smallLine {
  padding-top: 11.2px !important;
  padding-bottom: 11.2px !important;
  padding-left: 15px;
  padding-right: 5px;
}

td, th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
td img, th img {
  margin: 0;
}

table.full-width, table.full-width-subtable {
  display: block;
  box-sizing: border-box;
}
table.full-width tbody, table.full-width-subtable tbody {
  display: block;
}
table.full-width tr, table.full-width-subtable tr {
  display: flex;
  line-height: 1.125rem;
  align-items: center;
}
table.full-width tr.funnel, table.full-width-subtable tr.funnel {
  align-items: normal;
}
table.full-width tr > td, table.full-width-subtable tr > td, table.full-width tr > th, table.full-width-subtable tr > th {
  flex: 6;
  line-height: 1.125rem;
  font-size: 0.75rem;
  min-height: 41px;
}
table.full-width tr > td.smallLine, table.full-width-subtable tr > td.smallLine, table.full-width tr > th.smallLine, table.full-width-subtable tr > th.smallLine {
  line-height: 0.375rem;
  font-size: 0.675rem;
  min-height: 30px;
}
table.full-width tr > td.cell-icon, table.full-width-subtable tr > td.cell-icon, table.full-width tr > th.cell-icon, table.full-width-subtable tr > th.cell-icon {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
table.full-width tr > td.cell-0, table.full-width-subtable tr > td.cell-0, table.full-width tr > th.cell-0, table.full-width-subtable tr > th.cell-0 {
  flex: 0;
}
table.full-width tr > td.cell-1, table.full-width-subtable tr > td.cell-1, table.full-width tr > th.cell-1, table.full-width-subtable tr > th.cell-1 {
  flex: 1;
}
table.full-width tr > td.cell-2, table.full-width-subtable tr > td.cell-2, table.full-width tr > th.cell-2, table.full-width-subtable tr > th.cell-2 {
  flex: 2;
}
table.full-width tr > td.cell-3, table.full-width-subtable tr > td.cell-3, table.full-width tr > th.cell-3, table.full-width-subtable tr > th.cell-3 {
  flex: 3;
}
table.full-width tr > td.cell-4, table.full-width-subtable tr > td.cell-4, table.full-width tr > th.cell-4, table.full-width-subtable tr > th.cell-4 {
  flex: 4;
}
table.full-width tr > td.cell-5, table.full-width-subtable tr > td.cell-5, table.full-width tr > th.cell-5, table.full-width-subtable tr > th.cell-5 {
  flex: 5;
}
table.full-width tr > td.cell-6, table.full-width-subtable tr > td.cell-6, table.full-width tr > th.cell-6, table.full-width-subtable tr > th.cell-6 {
  flex: 6;
}
table.full-width tr > td.cell-status-10, table.full-width-subtable tr > td.cell-status-10, table.full-width tr > th.cell-status-10, table.full-width-subtable tr > th.cell-status-10 {
  flex: 0;
  flex-basis: 475px;
}
table.full-width tr > td.cell-tools-10, table.full-width-subtable tr > td.cell-tools-10, table.full-width tr > th.cell-tools-10, table.full-width-subtable tr > th.cell-tools-10 {
  flex: 0;
  flex-basis: 335px;
}
table.full-width tr > td.cell-status-9, table.full-width-subtable tr > td.cell-status-9, table.full-width tr > th.cell-status-9, table.full-width-subtable tr > th.cell-status-9 {
  flex: 0;
  flex-basis: 430px;
}
table.full-width tr > td.cell-tools-9, table.full-width-subtable tr > td.cell-tools-9, table.full-width tr > th.cell-tools-9, table.full-width-subtable tr > th.cell-tools-9 {
  flex: 0;
  flex-basis: 304px;
}
table.full-width tr > td.cell-status-8, table.full-width-subtable tr > td.cell-status-8, table.full-width tr > th.cell-status-8, table.full-width-subtable tr > th.cell-status-8 {
  flex: 0;
  flex-basis: 385px;
}
table.full-width tr > td.cell-tools-8, table.full-width-subtable tr > td.cell-tools-8, table.full-width tr > th.cell-tools-8, table.full-width-subtable tr > th.cell-tools-8 {
  flex: 0;
  flex-basis: 273px;
}
table.full-width tr > td.cell-status-7, table.full-width-subtable tr > td.cell-status-7, table.full-width tr > th.cell-status-7, table.full-width-subtable tr > th.cell-status-7 {
  flex: 0;
  flex-basis: 340px;
}
table.full-width tr > td.cell-tools-7, table.full-width-subtable tr > td.cell-tools-7, table.full-width tr > th.cell-tools-7, table.full-width-subtable tr > th.cell-tools-7 {
  flex: 0;
  flex-basis: 242px;
}
table.full-width tr > td.cell-status-6, table.full-width-subtable tr > td.cell-status-6, table.full-width tr > th.cell-status-6, table.full-width-subtable tr > th.cell-status-6 {
  flex: 0;
  flex-basis: 295px;
}
table.full-width tr > td.cell-tools-6, table.full-width-subtable tr > td.cell-tools-6, table.full-width tr > th.cell-tools-6, table.full-width-subtable tr > th.cell-tools-6 {
  flex: 0;
  flex-basis: 211px;
}
table.full-width tr > td.cell-status-5, table.full-width-subtable tr > td.cell-status-5, table.full-width tr > th.cell-status-5, table.full-width-subtable tr > th.cell-status-5 {
  flex: 0;
  flex-basis: 250px;
}
table.full-width tr > td.cell-tools-5, table.full-width-subtable tr > td.cell-tools-5, table.full-width tr > th.cell-tools-5, table.full-width-subtable tr > th.cell-tools-5 {
  flex: 0;
  flex-basis: 180px;
}
table.full-width tr > td.cell-status-4, table.full-width-subtable tr > td.cell-status-4, table.full-width tr > th.cell-status-4, table.full-width-subtable tr > th.cell-status-4 {
  flex: 0;
  flex-basis: 205px;
}
table.full-width tr > td.cell-tools-4, table.full-width-subtable tr > td.cell-tools-4, table.full-width tr > th.cell-tools-4, table.full-width-subtable tr > th.cell-tools-4 {
  flex: 0;
  flex-basis: 149px;
}
table.full-width tr > td.cell-status-3, table.full-width-subtable tr > td.cell-status-3, table.full-width tr > th.cell-status-3, table.full-width-subtable tr > th.cell-status-3 {
  flex: 0;
  flex-basis: 160px;
}
table.full-width tr > td.cell-tools-3, table.full-width-subtable tr > td.cell-tools-3, table.full-width tr > th.cell-tools-3, table.full-width-subtable tr > th.cell-tools-3 {
  flex: 0;
  flex-basis: 118px;
}
table.full-width tr > td.cell-status-2, table.full-width-subtable tr > td.cell-status-2, table.full-width tr > th.cell-status-2, table.full-width-subtable tr > th.cell-status-2 {
  flex: 0;
  flex-basis: 115px;
}
table.full-width tr > td.cell-tools-2, table.full-width-subtable tr > td.cell-tools-2, table.full-width tr > th.cell-tools-2, table.full-width-subtable tr > th.cell-tools-2 {
  flex: 0;
  flex-basis: 87px;
}
table.full-width tr > td.cell-status-1, table.full-width-subtable tr > td.cell-status-1, table.full-width tr > th.cell-status-1, table.full-width-subtable tr > th.cell-status-1 {
  flex: 0;
  flex-basis: 70px;
}
table.full-width tr > td.cell-tools-1, table.full-width-subtable tr > td.cell-tools-1, table.full-width tr > th.cell-tools-1, table.full-width-subtable tr > th.cell-tools-1 {
  flex: 0;
  flex-basis: 56px;
}
table.full-width tr > td.cell-width-300, table.full-width-subtable tr > td.cell-width-300, table.full-width tr > th.cell-width-300, table.full-width-subtable tr > th.cell-width-300 {
  flex: 0;
  flex-basis: 300px;
}
table.full-width tr > td.cell-width-290, table.full-width-subtable tr > td.cell-width-290, table.full-width tr > th.cell-width-290, table.full-width-subtable tr > th.cell-width-290 {
  flex: 0;
  flex-basis: 290px;
}
table.full-width tr > td.cell-width-280, table.full-width-subtable tr > td.cell-width-280, table.full-width tr > th.cell-width-280, table.full-width-subtable tr > th.cell-width-280 {
  flex: 0;
  flex-basis: 280px;
}
table.full-width tr > td.cell-width-270, table.full-width-subtable tr > td.cell-width-270, table.full-width tr > th.cell-width-270, table.full-width-subtable tr > th.cell-width-270 {
  flex: 0;
  flex-basis: 270px;
}
table.full-width tr > td.cell-width-260, table.full-width-subtable tr > td.cell-width-260, table.full-width tr > th.cell-width-260, table.full-width-subtable tr > th.cell-width-260 {
  flex: 0;
  flex-basis: 260px;
}
table.full-width tr > td.cell-width-250, table.full-width-subtable tr > td.cell-width-250, table.full-width tr > th.cell-width-250, table.full-width-subtable tr > th.cell-width-250 {
  flex: 0;
  flex-basis: 250px;
}
table.full-width tr > td.cell-width-240, table.full-width-subtable tr > td.cell-width-240, table.full-width tr > th.cell-width-240, table.full-width-subtable tr > th.cell-width-240 {
  flex: 0;
  flex-basis: 240px;
}
table.full-width tr > td.cell-width-230, table.full-width-subtable tr > td.cell-width-230, table.full-width tr > th.cell-width-230, table.full-width-subtable tr > th.cell-width-230 {
  flex: 0;
  flex-basis: 230px;
}
table.full-width tr > td.cell-width-220, table.full-width-subtable tr > td.cell-width-220, table.full-width tr > th.cell-width-220, table.full-width-subtable tr > th.cell-width-220 {
  flex: 0;
  flex-basis: 220px;
}
table.full-width tr > td.cell-width-210, table.full-width-subtable tr > td.cell-width-210, table.full-width tr > th.cell-width-210, table.full-width-subtable tr > th.cell-width-210 {
  flex: 0;
  flex-basis: 210px;
}
table.full-width tr > td.cell-width-200, table.full-width-subtable tr > td.cell-width-200, table.full-width tr > th.cell-width-200, table.full-width-subtable tr > th.cell-width-200 {
  flex: 0;
  flex-basis: 200px;
}
table.full-width tr > td.cell-width-190, table.full-width-subtable tr > td.cell-width-190, table.full-width tr > th.cell-width-190, table.full-width-subtable tr > th.cell-width-190 {
  flex: 0;
  flex-basis: 190px;
}
table.full-width tr > td.cell-width-180, table.full-width-subtable tr > td.cell-width-180, table.full-width tr > th.cell-width-180, table.full-width-subtable tr > th.cell-width-180 {
  flex: 0;
  flex-basis: 180px;
}
table.full-width tr > td.cell-width-170, table.full-width-subtable tr > td.cell-width-170, table.full-width tr > th.cell-width-170, table.full-width-subtable tr > th.cell-width-170 {
  flex: 0;
  flex-basis: 170px;
}
table.full-width tr > td.cell-width-160, table.full-width-subtable tr > td.cell-width-160, table.full-width tr > th.cell-width-160, table.full-width-subtable tr > th.cell-width-160 {
  flex: 0;
  flex-basis: 160px;
}
table.full-width tr > td.cell-width-150, table.full-width-subtable tr > td.cell-width-150, table.full-width tr > th.cell-width-150, table.full-width-subtable tr > th.cell-width-150 {
  flex: 0;
  flex-basis: 150px;
}
table.full-width tr > td.cell-width-140, table.full-width-subtable tr > td.cell-width-140, table.full-width tr > th.cell-width-140, table.full-width-subtable tr > th.cell-width-140 {
  flex: 0;
  flex-basis: 140px;
}
table.full-width tr > td.cell-width-130, table.full-width-subtable tr > td.cell-width-130, table.full-width tr > th.cell-width-130, table.full-width-subtable tr > th.cell-width-130 {
  flex: 0;
  flex-basis: 130px;
}
table.full-width tr > td.cell-width-120, table.full-width-subtable tr > td.cell-width-120, table.full-width tr > th.cell-width-120, table.full-width-subtable tr > th.cell-width-120 {
  flex: 0;
  flex-basis: 120px;
}
table.full-width tr > td.cell-width-110, table.full-width-subtable tr > td.cell-width-110, table.full-width tr > th.cell-width-110, table.full-width-subtable tr > th.cell-width-110 {
  flex: 0;
  flex-basis: 110px;
}
table.full-width tr > td.cell-width-100, table.full-width-subtable tr > td.cell-width-100, table.full-width tr > th.cell-width-100, table.full-width-subtable tr > th.cell-width-100 {
  flex: 0;
  flex-basis: 100px;
}
table.full-width tr > td.cell-width-90, table.full-width-subtable tr > td.cell-width-90, table.full-width tr > th.cell-width-90, table.full-width-subtable tr > th.cell-width-90 {
  flex: 0;
  flex-basis: 90px;
}
table.full-width tr > td.cell-width-80, table.full-width-subtable tr > td.cell-width-80, table.full-width tr > th.cell-width-80, table.full-width-subtable tr > th.cell-width-80 {
  flex: 0;
  flex-basis: 80px;
}
table.full-width tr > td.cell-width-70, table.full-width-subtable tr > td.cell-width-70, table.full-width tr > th.cell-width-70, table.full-width-subtable tr > th.cell-width-70 {
  flex: 0;
  flex-basis: 70px;
}
table.full-width tr > td.cell-width-60, table.full-width-subtable tr > td.cell-width-60, table.full-width tr > th.cell-width-60, table.full-width-subtable tr > th.cell-width-60 {
  flex: 0;
  flex-basis: 60px;
}
table.full-width tr > td.cell-width-50, table.full-width-subtable tr > td.cell-width-50, table.full-width tr > th.cell-width-50, table.full-width-subtable tr > th.cell-width-50 {
  flex: 0;
  flex-basis: 50px;
}
table.full-width tr > td.cell-width-40, table.full-width-subtable tr > td.cell-width-40, table.full-width tr > th.cell-width-40, table.full-width-subtable tr > th.cell-width-40 {
  flex: 0;
  flex-basis: 40px;
}
table.full-width tr > td.cell-width-30, table.full-width-subtable tr > td.cell-width-30, table.full-width tr > th.cell-width-30, table.full-width-subtable tr > th.cell-width-30 {
  flex: 0;
  flex-basis: 30px;
}
table.full-width tr > td.cell-width-20, table.full-width-subtable tr > td.cell-width-20, table.full-width tr > th.cell-width-20, table.full-width-subtable tr > th.cell-width-20 {
  flex: 0;
  flex-basis: 20px;
}
table.full-width tr > td.cell-width-10, table.full-width-subtable tr > td.cell-width-10, table.full-width tr > th.cell-width-10, table.full-width-subtable tr > th.cell-width-10 {
  flex: 0;
  flex-basis: 10px;
}
table.full-width tr > td.cell-date, table.full-width-subtable tr > td.cell-date, table.full-width tr > th.cell-date, table.full-width-subtable tr > th.cell-date {
  flex: 0;
  flex-basis: 110px;
}
table.full-width tr > td.cell-width-date, table.full-width-subtable tr > td.cell-width-date, table.full-width tr > th.cell-width-date, table.full-width-subtable tr > th.cell-width-date {
  flex: 0;
  flex-basis: 110px;
}
table.full-width tr > td.cell-date-time, table.full-width-subtable tr > td.cell-date-time, table.full-width tr > th.cell-date-time, table.full-width-subtable tr > th.cell-date-time {
  flex: 0;
  flex-basis: 160px;
}
table.full-width tr > td.cell-width-date-time, table.full-width-subtable tr > td.cell-width-date-time, table.full-width tr > th.cell-width-date-time, table.full-width-subtable tr > th.cell-width-date-time {
  flex: 0;
  flex-basis: 160px;
}
table.full-width tr > td.cell-icon, table.full-width-subtable tr > td.cell-icon, table.full-width tr > th.cell-icon, table.full-width-subtable tr > th.cell-icon {
  flex: 0;
  flex-basis: 40px;
}
table.full-width tr > td.cell-status-icon, table.full-width-subtable tr > td.cell-status-icon, table.full-width tr > th.cell-status-icon, table.full-width-subtable tr > th.cell-status-icon {
  flex: 0;
  flex-basis: 100px;
}
table.full-width tr > td.cell-status-text, table.full-width-subtable tr > td.cell-status-text, table.full-width tr > th.cell-status-text, table.full-width-subtable tr > th.cell-status-text {
  flex: 0;
  flex-basis: 100px;
}
table.full-width tr > td.cell-small, table.full-width-subtable tr > td.cell-small, table.full-width tr > th.cell-small, table.full-width-subtable tr > th.cell-small {
  flex: 0;
  flex-basis: 2px;
}
table.full-width tr > td.cell-status-icon, table.full-width-subtable tr > td.cell-status-icon, table.full-width tr > th.cell-status-icon, table.full-width-subtable tr > th.cell-status-icon {
  display: flex;
  flex-basis: 90px;
  padding-left: 10px;
  text-align: left;
  line-height: 24px;
  transition: all 0.5s ease;
}
table.full-width tr > td.cell-status-icon.active, table.full-width-subtable tr > td.cell-status-icon.active, table.full-width tr > th.cell-status-icon.active, table.full-width-subtable tr > th.cell-status-icon.active {
  flex-basis: 200px;
  text-align: left;
  transition: all 0.5s ease;
}
table.full-width tr > td.cell-status-icon.active.large, table.full-width-subtable tr > td.cell-status-icon.active.large, table.full-width tr > th.cell-status-icon.active.large, table.full-width-subtable tr > th.cell-status-icon.active.large {
  flex-basis: 300px;
}
table.full-width tr > td.cell-status-icon.active:not(th), table.full-width-subtable tr > td.cell-status-icon.active:not(th), table.full-width tr > th.cell-status-icon.active:not(th), table.full-width-subtable tr > th.cell-status-icon.active:not(th) {
  padding-left: 10px;
}
table.full-width tr > td.cell-status-icon span.cell-status-text, table.full-width-subtable tr > td.cell-status-icon span.cell-status-text, table.full-width tr > th.cell-status-icon span.cell-status-text, table.full-width-subtable tr > th.cell-status-icon span.cell-status-text {
  transition: all 0.5s ease;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.full-width tr > td.cell-status-icon span.cell-status-text.active, table.full-width-subtable tr > td.cell-status-icon span.cell-status-text.active, table.full-width tr > th.cell-status-icon span.cell-status-text.active, table.full-width-subtable tr > th.cell-status-icon span.cell-status-text.active {
  padding-left: 15px;
  transition: all 0.5s ease;
}
table.full-width tr > td.cell-status-icon.no-transition, table.full-width-subtable tr > td.cell-status-icon.no-transition, table.full-width tr > th.cell-status-icon.no-transition, table.full-width-subtable tr > th.cell-status-icon.no-transition {
  transition: none;
}
table.full-width tr > td.cell-empty, table.full-width-subtable tr > td.cell-empty, table.full-width tr > th.cell-empty, table.full-width-subtable tr > th.cell-empty {
  height: calc(32px + 1.125rem);
}
table.full-width tr > td.cell-empty-text, table.full-width-subtable tr > td.cell-empty-text, table.full-width tr > th.cell-empty-text, table.full-width-subtable tr > th.cell-empty-text {
  height: calc(1.875rem + 1px);
}
table.full-width tr > td.cell-status-10 .row, table.full-width tr > td.cell-status-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-10 .pf-element-group, table.full-width tr > td.cell-status-10 .info_row, table.full-width tr > td.cell-status-10 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-10 .rules-row, table.full-width tr > td.cell-status-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-10 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-10 .rules-row, table.full-width tr > td.cell-status-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-10 .row, table.full-width-subtable tr > td.cell-status-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-10 .pf-element-group, table.full-width-subtable tr > td.cell-status-10 .info_row, table.full-width-subtable tr > td.cell-status-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-10 .rules-row, table.full-width-subtable tr > td.cell-status-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-10 .rules-row, table.full-width-subtable tr > td.cell-status-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-10 .row, table.full-width tr > th.cell-status-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-10 .pf-element-group, table.full-width tr > th.cell-status-10 .info_row, table.full-width tr > th.cell-status-10 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-10 .rules-row, table.full-width tr > th.cell-status-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-10 .rules-row, table.full-width tr > th.cell-status-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-10 .row, table.full-width-subtable tr > th.cell-status-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-10 .pf-element-group, table.full-width-subtable tr > th.cell-status-10 .info_row, table.full-width-subtable tr > th.cell-status-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-10 .rules-row, table.full-width-subtable tr > th.cell-status-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-10 .rules-row, table.full-width-subtable tr > th.cell-status-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-10 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-10 .col, table.full-width-subtable tr > td.cell-status-10 .col, table.full-width tr > th.cell-status-10 .col, table.full-width-subtable tr > th.cell-status-10 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-10 .row, table.full-width tr > td.cell-tools-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-10 .pf-element-group, table.full-width tr > td.cell-tools-10 .info_row, table.full-width tr > td.cell-tools-10 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-10 .rules-row, table.full-width tr > td.cell-tools-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-10 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-10 .rules-row, table.full-width tr > td.cell-tools-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-10 .row, table.full-width-subtable tr > td.cell-tools-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-10 .pf-element-group, table.full-width-subtable tr > td.cell-tools-10 .info_row, table.full-width-subtable tr > td.cell-tools-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-10 .rules-row, table.full-width-subtable tr > td.cell-tools-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-10 .rules-row, table.full-width-subtable tr > td.cell-tools-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-10 .row, table.full-width tr > th.cell-tools-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-10 .pf-element-group, table.full-width tr > th.cell-tools-10 .info_row, table.full-width tr > th.cell-tools-10 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-10 .rules-row, table.full-width tr > th.cell-tools-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-10 .rules-row, table.full-width tr > th.cell-tools-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-10 .row, table.full-width-subtable tr > th.cell-tools-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-10 .pf-element-group, table.full-width-subtable tr > th.cell-tools-10 .info_row, table.full-width-subtable tr > th.cell-tools-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-10 .rules-row, table.full-width-subtable tr > th.cell-tools-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-10 .rules-row, table.full-width-subtable tr > th.cell-tools-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-10 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-10 .col, table.full-width-subtable tr > td.cell-tools-10 .col, table.full-width tr > th.cell-tools-10 .col, table.full-width-subtable tr > th.cell-tools-10 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-9 .row, table.full-width tr > td.cell-status-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-9 .pf-element-group, table.full-width tr > td.cell-status-9 .info_row, table.full-width tr > td.cell-status-9 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-9 .rules-row, table.full-width tr > td.cell-status-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-9 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-9 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-9 .rules-row, table.full-width tr > td.cell-status-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-9 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-9 .row, table.full-width-subtable tr > td.cell-status-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-9 .pf-element-group, table.full-width-subtable tr > td.cell-status-9 .info_row, table.full-width-subtable tr > td.cell-status-9 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-9 .rules-row, table.full-width-subtable tr > td.cell-status-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-9 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-9 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-9 .rules-row, table.full-width-subtable tr > td.cell-status-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-9 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-9 .row, table.full-width tr > th.cell-status-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-9 .pf-element-group, table.full-width tr > th.cell-status-9 .info_row, table.full-width tr > th.cell-status-9 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-9 .rules-row, table.full-width tr > th.cell-status-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-9 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-9 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-9 .rules-row, table.full-width tr > th.cell-status-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-9 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-9 .row, table.full-width-subtable tr > th.cell-status-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-9 .pf-element-group, table.full-width-subtable tr > th.cell-status-9 .info_row, table.full-width-subtable tr > th.cell-status-9 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-9 .rules-row, table.full-width-subtable tr > th.cell-status-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-9 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-9 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-9 .rules-row, table.full-width-subtable tr > th.cell-status-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-9 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-9 .col, table.full-width-subtable tr > td.cell-status-9 .col, table.full-width tr > th.cell-status-9 .col, table.full-width-subtable tr > th.cell-status-9 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-9 .row, table.full-width tr > td.cell-tools-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-9 .pf-element-group, table.full-width tr > td.cell-tools-9 .info_row, table.full-width tr > td.cell-tools-9 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-9 .rules-row, table.full-width tr > td.cell-tools-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-9 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-9 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-9 .rules-row, table.full-width tr > td.cell-tools-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-9 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-9 .row, table.full-width-subtable tr > td.cell-tools-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-9 .pf-element-group, table.full-width-subtable tr > td.cell-tools-9 .info_row, table.full-width-subtable tr > td.cell-tools-9 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-9 .rules-row, table.full-width-subtable tr > td.cell-tools-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-9 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-9 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-9 .rules-row, table.full-width-subtable tr > td.cell-tools-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-9 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-9 .row, table.full-width tr > th.cell-tools-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-9 .pf-element-group, table.full-width tr > th.cell-tools-9 .info_row, table.full-width tr > th.cell-tools-9 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-9 .rules-row, table.full-width tr > th.cell-tools-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-9 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-9 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-9 .rules-row, table.full-width tr > th.cell-tools-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-9 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-9 .row, table.full-width-subtable tr > th.cell-tools-9 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-9 .pf-element-group, table.full-width-subtable tr > th.cell-tools-9 .info_row, table.full-width-subtable tr > th.cell-tools-9 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-9 .rules-row, table.full-width-subtable tr > th.cell-tools-9 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-9 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-9 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-9 .rules-row, table.full-width-subtable tr > th.cell-tools-9 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-9 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-9 .col, table.full-width-subtable tr > td.cell-tools-9 .col, table.full-width tr > th.cell-tools-9 .col, table.full-width-subtable tr > th.cell-tools-9 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-8 .row, table.full-width tr > td.cell-status-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-8 .pf-element-group, table.full-width tr > td.cell-status-8 .info_row, table.full-width tr > td.cell-status-8 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-8 .rules-row, table.full-width tr > td.cell-status-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-8 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-8 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-8 .rules-row, table.full-width tr > td.cell-status-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-8 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-8 .row, table.full-width-subtable tr > td.cell-status-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-8 .pf-element-group, table.full-width-subtable tr > td.cell-status-8 .info_row, table.full-width-subtable tr > td.cell-status-8 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-8 .rules-row, table.full-width-subtable tr > td.cell-status-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-8 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-8 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-8 .rules-row, table.full-width-subtable tr > td.cell-status-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-8 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-8 .row, table.full-width tr > th.cell-status-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-8 .pf-element-group, table.full-width tr > th.cell-status-8 .info_row, table.full-width tr > th.cell-status-8 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-8 .rules-row, table.full-width tr > th.cell-status-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-8 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-8 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-8 .rules-row, table.full-width tr > th.cell-status-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-8 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-8 .row, table.full-width-subtable tr > th.cell-status-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-8 .pf-element-group, table.full-width-subtable tr > th.cell-status-8 .info_row, table.full-width-subtable tr > th.cell-status-8 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-8 .rules-row, table.full-width-subtable tr > th.cell-status-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-8 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-8 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-8 .rules-row, table.full-width-subtable tr > th.cell-status-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-8 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-8 .col, table.full-width-subtable tr > td.cell-status-8 .col, table.full-width tr > th.cell-status-8 .col, table.full-width-subtable tr > th.cell-status-8 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-8 .row, table.full-width tr > td.cell-tools-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-8 .pf-element-group, table.full-width tr > td.cell-tools-8 .info_row, table.full-width tr > td.cell-tools-8 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-8 .rules-row, table.full-width tr > td.cell-tools-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-8 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-8 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-8 .rules-row, table.full-width tr > td.cell-tools-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-8 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-8 .row, table.full-width-subtable tr > td.cell-tools-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-8 .pf-element-group, table.full-width-subtable tr > td.cell-tools-8 .info_row, table.full-width-subtable tr > td.cell-tools-8 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-8 .rules-row, table.full-width-subtable tr > td.cell-tools-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-8 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-8 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-8 .rules-row, table.full-width-subtable tr > td.cell-tools-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-8 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-8 .row, table.full-width tr > th.cell-tools-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-8 .pf-element-group, table.full-width tr > th.cell-tools-8 .info_row, table.full-width tr > th.cell-tools-8 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-8 .rules-row, table.full-width tr > th.cell-tools-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-8 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-8 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-8 .rules-row, table.full-width tr > th.cell-tools-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-8 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-8 .row, table.full-width-subtable tr > th.cell-tools-8 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-8 .pf-element-group, table.full-width-subtable tr > th.cell-tools-8 .info_row, table.full-width-subtable tr > th.cell-tools-8 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-8 .rules-row, table.full-width-subtable tr > th.cell-tools-8 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-8 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-8 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-8 .rules-row, table.full-width-subtable tr > th.cell-tools-8 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-8 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-8 .col, table.full-width-subtable tr > td.cell-tools-8 .col, table.full-width tr > th.cell-tools-8 .col, table.full-width-subtable tr > th.cell-tools-8 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-7 .row, table.full-width tr > td.cell-status-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-7 .pf-element-group, table.full-width tr > td.cell-status-7 .info_row, table.full-width tr > td.cell-status-7 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-7 .rules-row, table.full-width tr > td.cell-status-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-7 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-7 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-7 .rules-row, table.full-width tr > td.cell-status-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-7 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-7 .row, table.full-width-subtable tr > td.cell-status-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-7 .pf-element-group, table.full-width-subtable tr > td.cell-status-7 .info_row, table.full-width-subtable tr > td.cell-status-7 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-7 .rules-row, table.full-width-subtable tr > td.cell-status-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-7 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-7 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-7 .rules-row, table.full-width-subtable tr > td.cell-status-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-7 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-7 .row, table.full-width tr > th.cell-status-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-7 .pf-element-group, table.full-width tr > th.cell-status-7 .info_row, table.full-width tr > th.cell-status-7 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-7 .rules-row, table.full-width tr > th.cell-status-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-7 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-7 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-7 .rules-row, table.full-width tr > th.cell-status-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-7 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-7 .row, table.full-width-subtable tr > th.cell-status-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-7 .pf-element-group, table.full-width-subtable tr > th.cell-status-7 .info_row, table.full-width-subtable tr > th.cell-status-7 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-7 .rules-row, table.full-width-subtable tr > th.cell-status-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-7 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-7 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-7 .rules-row, table.full-width-subtable tr > th.cell-status-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-7 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-7 .col, table.full-width-subtable tr > td.cell-status-7 .col, table.full-width tr > th.cell-status-7 .col, table.full-width-subtable tr > th.cell-status-7 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-7 .row, table.full-width tr > td.cell-tools-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-7 .pf-element-group, table.full-width tr > td.cell-tools-7 .info_row, table.full-width tr > td.cell-tools-7 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-7 .rules-row, table.full-width tr > td.cell-tools-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-7 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-7 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-7 .rules-row, table.full-width tr > td.cell-tools-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-7 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-7 .row, table.full-width-subtable tr > td.cell-tools-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-7 .pf-element-group, table.full-width-subtable tr > td.cell-tools-7 .info_row, table.full-width-subtable tr > td.cell-tools-7 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-7 .rules-row, table.full-width-subtable tr > td.cell-tools-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-7 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-7 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-7 .rules-row, table.full-width-subtable tr > td.cell-tools-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-7 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-7 .row, table.full-width tr > th.cell-tools-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-7 .pf-element-group, table.full-width tr > th.cell-tools-7 .info_row, table.full-width tr > th.cell-tools-7 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-7 .rules-row, table.full-width tr > th.cell-tools-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-7 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-7 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-7 .rules-row, table.full-width tr > th.cell-tools-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-7 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-7 .row, table.full-width-subtable tr > th.cell-tools-7 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-7 .pf-element-group, table.full-width-subtable tr > th.cell-tools-7 .info_row, table.full-width-subtable tr > th.cell-tools-7 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-7 .rules-row, table.full-width-subtable tr > th.cell-tools-7 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-7 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-7 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-7 .rules-row, table.full-width-subtable tr > th.cell-tools-7 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-7 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-7 .col, table.full-width-subtable tr > td.cell-tools-7 .col, table.full-width tr > th.cell-tools-7 .col, table.full-width-subtable tr > th.cell-tools-7 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-6 .row, table.full-width tr > td.cell-status-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-6 .pf-element-group, table.full-width tr > td.cell-status-6 .info_row, table.full-width tr > td.cell-status-6 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-6 .rules-row, table.full-width tr > td.cell-status-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-6 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-6 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-6 .rules-row, table.full-width tr > td.cell-status-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-6 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-6 .row, table.full-width-subtable tr > td.cell-status-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-6 .pf-element-group, table.full-width-subtable tr > td.cell-status-6 .info_row, table.full-width-subtable tr > td.cell-status-6 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-6 .rules-row, table.full-width-subtable tr > td.cell-status-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-6 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-6 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-6 .rules-row, table.full-width-subtable tr > td.cell-status-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-6 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-6 .row, table.full-width tr > th.cell-status-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-6 .pf-element-group, table.full-width tr > th.cell-status-6 .info_row, table.full-width tr > th.cell-status-6 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-6 .rules-row, table.full-width tr > th.cell-status-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-6 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-6 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-6 .rules-row, table.full-width tr > th.cell-status-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-6 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-6 .row, table.full-width-subtable tr > th.cell-status-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-6 .pf-element-group, table.full-width-subtable tr > th.cell-status-6 .info_row, table.full-width-subtable tr > th.cell-status-6 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-6 .rules-row, table.full-width-subtable tr > th.cell-status-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-6 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-6 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-6 .rules-row, table.full-width-subtable tr > th.cell-status-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-6 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-6 .col, table.full-width-subtable tr > td.cell-status-6 .col, table.full-width tr > th.cell-status-6 .col, table.full-width-subtable tr > th.cell-status-6 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-6 .row, table.full-width tr > td.cell-tools-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-6 .pf-element-group, table.full-width tr > td.cell-tools-6 .info_row, table.full-width tr > td.cell-tools-6 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-6 .rules-row, table.full-width tr > td.cell-tools-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-6 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-6 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-6 .rules-row, table.full-width tr > td.cell-tools-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-6 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-6 .row, table.full-width-subtable tr > td.cell-tools-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-6 .pf-element-group, table.full-width-subtable tr > td.cell-tools-6 .info_row, table.full-width-subtable tr > td.cell-tools-6 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-6 .rules-row, table.full-width-subtable tr > td.cell-tools-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-6 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-6 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-6 .rules-row, table.full-width-subtable tr > td.cell-tools-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-6 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-6 .row, table.full-width tr > th.cell-tools-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-6 .pf-element-group, table.full-width tr > th.cell-tools-6 .info_row, table.full-width tr > th.cell-tools-6 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-6 .rules-row, table.full-width tr > th.cell-tools-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-6 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-6 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-6 .rules-row, table.full-width tr > th.cell-tools-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-6 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-6 .row, table.full-width-subtable tr > th.cell-tools-6 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-6 .pf-element-group, table.full-width-subtable tr > th.cell-tools-6 .info_row, table.full-width-subtable tr > th.cell-tools-6 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-6 .rules-row, table.full-width-subtable tr > th.cell-tools-6 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-6 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-6 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-6 .rules-row, table.full-width-subtable tr > th.cell-tools-6 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-6 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-6 .col, table.full-width-subtable tr > td.cell-tools-6 .col, table.full-width tr > th.cell-tools-6 .col, table.full-width-subtable tr > th.cell-tools-6 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-5 .row, table.full-width tr > td.cell-status-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-5 .pf-element-group, table.full-width tr > td.cell-status-5 .info_row, table.full-width tr > td.cell-status-5 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-5 .rules-row, table.full-width tr > td.cell-status-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-5 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-5 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-5 .rules-row, table.full-width tr > td.cell-status-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-5 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-5 .row, table.full-width-subtable tr > td.cell-status-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-5 .pf-element-group, table.full-width-subtable tr > td.cell-status-5 .info_row, table.full-width-subtable tr > td.cell-status-5 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-5 .rules-row, table.full-width-subtable tr > td.cell-status-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-5 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-5 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-5 .rules-row, table.full-width-subtable tr > td.cell-status-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-5 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-5 .row, table.full-width tr > th.cell-status-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-5 .pf-element-group, table.full-width tr > th.cell-status-5 .info_row, table.full-width tr > th.cell-status-5 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-5 .rules-row, table.full-width tr > th.cell-status-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-5 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-5 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-5 .rules-row, table.full-width tr > th.cell-status-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-5 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-5 .row, table.full-width-subtable tr > th.cell-status-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-5 .pf-element-group, table.full-width-subtable tr > th.cell-status-5 .info_row, table.full-width-subtable tr > th.cell-status-5 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-5 .rules-row, table.full-width-subtable tr > th.cell-status-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-5 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-5 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-5 .rules-row, table.full-width-subtable tr > th.cell-status-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-5 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-5 .col, table.full-width-subtable tr > td.cell-status-5 .col, table.full-width tr > th.cell-status-5 .col, table.full-width-subtable tr > th.cell-status-5 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-5 .row, table.full-width tr > td.cell-tools-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-5 .pf-element-group, table.full-width tr > td.cell-tools-5 .info_row, table.full-width tr > td.cell-tools-5 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-5 .rules-row, table.full-width tr > td.cell-tools-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-5 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-5 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-5 .rules-row, table.full-width tr > td.cell-tools-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-5 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-5 .row, table.full-width-subtable tr > td.cell-tools-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-5 .pf-element-group, table.full-width-subtable tr > td.cell-tools-5 .info_row, table.full-width-subtable tr > td.cell-tools-5 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-5 .rules-row, table.full-width-subtable tr > td.cell-tools-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-5 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-5 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-5 .rules-row, table.full-width-subtable tr > td.cell-tools-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-5 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-5 .row, table.full-width tr > th.cell-tools-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-5 .pf-element-group, table.full-width tr > th.cell-tools-5 .info_row, table.full-width tr > th.cell-tools-5 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-5 .rules-row, table.full-width tr > th.cell-tools-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-5 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-5 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-5 .rules-row, table.full-width tr > th.cell-tools-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-5 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-5 .row, table.full-width-subtable tr > th.cell-tools-5 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-5 .pf-element-group, table.full-width-subtable tr > th.cell-tools-5 .info_row, table.full-width-subtable tr > th.cell-tools-5 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-5 .rules-row, table.full-width-subtable tr > th.cell-tools-5 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-5 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-5 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-5 .rules-row, table.full-width-subtable tr > th.cell-tools-5 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-5 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-5 .col, table.full-width-subtable tr > td.cell-tools-5 .col, table.full-width tr > th.cell-tools-5 .col, table.full-width-subtable tr > th.cell-tools-5 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-4 .row, table.full-width tr > td.cell-status-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-4 .pf-element-group, table.full-width tr > td.cell-status-4 .info_row, table.full-width tr > td.cell-status-4 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-4 .rules-row, table.full-width tr > td.cell-status-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-4 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-4 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-4 .rules-row, table.full-width tr > td.cell-status-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-4 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-4 .row, table.full-width-subtable tr > td.cell-status-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-4 .pf-element-group, table.full-width-subtable tr > td.cell-status-4 .info_row, table.full-width-subtable tr > td.cell-status-4 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-4 .rules-row, table.full-width-subtable tr > td.cell-status-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-4 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-4 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-4 .rules-row, table.full-width-subtable tr > td.cell-status-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-4 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-4 .row, table.full-width tr > th.cell-status-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-4 .pf-element-group, table.full-width tr > th.cell-status-4 .info_row, table.full-width tr > th.cell-status-4 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-4 .rules-row, table.full-width tr > th.cell-status-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-4 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-4 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-4 .rules-row, table.full-width tr > th.cell-status-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-4 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-4 .row, table.full-width-subtable tr > th.cell-status-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-4 .pf-element-group, table.full-width-subtable tr > th.cell-status-4 .info_row, table.full-width-subtable tr > th.cell-status-4 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-4 .rules-row, table.full-width-subtable tr > th.cell-status-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-4 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-4 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-4 .rules-row, table.full-width-subtable tr > th.cell-status-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-4 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-4 .col, table.full-width-subtable tr > td.cell-status-4 .col, table.full-width tr > th.cell-status-4 .col, table.full-width-subtable tr > th.cell-status-4 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-4 .row, table.full-width tr > td.cell-tools-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-4 .pf-element-group, table.full-width tr > td.cell-tools-4 .info_row, table.full-width tr > td.cell-tools-4 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-4 .rules-row, table.full-width tr > td.cell-tools-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-4 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-4 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-4 .rules-row, table.full-width tr > td.cell-tools-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-4 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-4 .row, table.full-width-subtable tr > td.cell-tools-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-4 .pf-element-group, table.full-width-subtable tr > td.cell-tools-4 .info_row, table.full-width-subtable tr > td.cell-tools-4 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-4 .rules-row, table.full-width-subtable tr > td.cell-tools-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-4 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-4 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-4 .rules-row, table.full-width-subtable tr > td.cell-tools-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-4 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-4 .row, table.full-width tr > th.cell-tools-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-4 .pf-element-group, table.full-width tr > th.cell-tools-4 .info_row, table.full-width tr > th.cell-tools-4 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-4 .rules-row, table.full-width tr > th.cell-tools-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-4 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-4 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-4 .rules-row, table.full-width tr > th.cell-tools-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-4 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-4 .row, table.full-width-subtable tr > th.cell-tools-4 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-4 .pf-element-group, table.full-width-subtable tr > th.cell-tools-4 .info_row, table.full-width-subtable tr > th.cell-tools-4 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-4 .rules-row, table.full-width-subtable tr > th.cell-tools-4 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-4 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-4 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-4 .rules-row, table.full-width-subtable tr > th.cell-tools-4 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-4 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-4 .col, table.full-width-subtable tr > td.cell-tools-4 .col, table.full-width tr > th.cell-tools-4 .col, table.full-width-subtable tr > th.cell-tools-4 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-3 .row, table.full-width tr > td.cell-status-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-3 .pf-element-group, table.full-width tr > td.cell-status-3 .info_row, table.full-width tr > td.cell-status-3 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-3 .rules-row, table.full-width tr > td.cell-status-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-3 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-3 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-3 .rules-row, table.full-width tr > td.cell-status-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-3 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-3 .row, table.full-width-subtable tr > td.cell-status-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-3 .pf-element-group, table.full-width-subtable tr > td.cell-status-3 .info_row, table.full-width-subtable tr > td.cell-status-3 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-3 .rules-row, table.full-width-subtable tr > td.cell-status-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-3 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-3 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-3 .rules-row, table.full-width-subtable tr > td.cell-status-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-3 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-3 .row, table.full-width tr > th.cell-status-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-3 .pf-element-group, table.full-width tr > th.cell-status-3 .info_row, table.full-width tr > th.cell-status-3 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-3 .rules-row, table.full-width tr > th.cell-status-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-3 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-3 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-3 .rules-row, table.full-width tr > th.cell-status-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-3 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-3 .row, table.full-width-subtable tr > th.cell-status-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-3 .pf-element-group, table.full-width-subtable tr > th.cell-status-3 .info_row, table.full-width-subtable tr > th.cell-status-3 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-3 .rules-row, table.full-width-subtable tr > th.cell-status-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-3 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-3 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-3 .rules-row, table.full-width-subtable tr > th.cell-status-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-3 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-3 .col, table.full-width-subtable tr > td.cell-status-3 .col, table.full-width tr > th.cell-status-3 .col, table.full-width-subtable tr > th.cell-status-3 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-3 .row, table.full-width tr > td.cell-tools-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-3 .pf-element-group, table.full-width tr > td.cell-tools-3 .info_row, table.full-width tr > td.cell-tools-3 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-3 .rules-row, table.full-width tr > td.cell-tools-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-3 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-3 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-3 .rules-row, table.full-width tr > td.cell-tools-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-3 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-3 .row, table.full-width-subtable tr > td.cell-tools-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-3 .pf-element-group, table.full-width-subtable tr > td.cell-tools-3 .info_row, table.full-width-subtable tr > td.cell-tools-3 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-3 .rules-row, table.full-width-subtable tr > td.cell-tools-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-3 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-3 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-3 .rules-row, table.full-width-subtable tr > td.cell-tools-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-3 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-3 .row, table.full-width tr > th.cell-tools-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-3 .pf-element-group, table.full-width tr > th.cell-tools-3 .info_row, table.full-width tr > th.cell-tools-3 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-3 .rules-row, table.full-width tr > th.cell-tools-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-3 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-3 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-3 .rules-row, table.full-width tr > th.cell-tools-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-3 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-3 .row, table.full-width-subtable tr > th.cell-tools-3 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-3 .pf-element-group, table.full-width-subtable tr > th.cell-tools-3 .info_row, table.full-width-subtable tr > th.cell-tools-3 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-3 .rules-row, table.full-width-subtable tr > th.cell-tools-3 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-3 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-3 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-3 .rules-row, table.full-width-subtable tr > th.cell-tools-3 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-3 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-3 .col, table.full-width-subtable tr > td.cell-tools-3 .col, table.full-width tr > th.cell-tools-3 .col, table.full-width-subtable tr > th.cell-tools-3 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-2 .row, table.full-width tr > td.cell-status-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-2 .pf-element-group, table.full-width tr > td.cell-status-2 .info_row, table.full-width tr > td.cell-status-2 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-2 .rules-row, table.full-width tr > td.cell-status-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-2 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-2 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-2 .rules-row, table.full-width tr > td.cell-status-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-2 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-2 .row, table.full-width-subtable tr > td.cell-status-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-2 .pf-element-group, table.full-width-subtable tr > td.cell-status-2 .info_row, table.full-width-subtable tr > td.cell-status-2 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-2 .rules-row, table.full-width-subtable tr > td.cell-status-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-2 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-2 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-2 .rules-row, table.full-width-subtable tr > td.cell-status-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-2 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-2 .row, table.full-width tr > th.cell-status-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-2 .pf-element-group, table.full-width tr > th.cell-status-2 .info_row, table.full-width tr > th.cell-status-2 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-2 .rules-row, table.full-width tr > th.cell-status-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-2 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-2 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-2 .rules-row, table.full-width tr > th.cell-status-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-2 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-2 .row, table.full-width-subtable tr > th.cell-status-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-2 .pf-element-group, table.full-width-subtable tr > th.cell-status-2 .info_row, table.full-width-subtable tr > th.cell-status-2 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-2 .rules-row, table.full-width-subtable tr > th.cell-status-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-2 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-2 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-2 .rules-row, table.full-width-subtable tr > th.cell-status-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-2 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-2 .col, table.full-width-subtable tr > td.cell-status-2 .col, table.full-width tr > th.cell-status-2 .col, table.full-width-subtable tr > th.cell-status-2 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-2 .row, table.full-width tr > td.cell-tools-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-2 .pf-element-group, table.full-width tr > td.cell-tools-2 .info_row, table.full-width tr > td.cell-tools-2 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-2 .rules-row, table.full-width tr > td.cell-tools-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-2 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-2 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-2 .rules-row, table.full-width tr > td.cell-tools-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-2 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-2 .row, table.full-width-subtable tr > td.cell-tools-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-2 .pf-element-group, table.full-width-subtable tr > td.cell-tools-2 .info_row, table.full-width-subtable tr > td.cell-tools-2 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-2 .rules-row, table.full-width-subtable tr > td.cell-tools-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-2 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-2 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-2 .rules-row, table.full-width-subtable tr > td.cell-tools-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-2 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-2 .row, table.full-width tr > th.cell-tools-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-2 .pf-element-group, table.full-width tr > th.cell-tools-2 .info_row, table.full-width tr > th.cell-tools-2 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-2 .rules-row, table.full-width tr > th.cell-tools-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-2 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-2 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-2 .rules-row, table.full-width tr > th.cell-tools-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-2 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-2 .row, table.full-width-subtable tr > th.cell-tools-2 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-2 .pf-element-group, table.full-width-subtable tr > th.cell-tools-2 .info_row, table.full-width-subtable tr > th.cell-tools-2 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-2 .rules-row, table.full-width-subtable tr > th.cell-tools-2 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-2 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-2 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-2 .rules-row, table.full-width-subtable tr > th.cell-tools-2 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-2 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-2 .col, table.full-width-subtable tr > td.cell-tools-2 .col, table.full-width tr > th.cell-tools-2 .col, table.full-width-subtable tr > th.cell-tools-2 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-1 .row, table.full-width tr > td.cell-status-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-1 .pf-element-group, table.full-width tr > td.cell-status-1 .info_row, table.full-width tr > td.cell-status-1 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-1 .rules-row, table.full-width tr > td.cell-status-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-1 .rules-row-fixed-bottom, table.full-width tr > td.cell-status-1 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-1 .rules-row, table.full-width tr > td.cell-status-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-1 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-1 .row, table.full-width-subtable tr > td.cell-status-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-1 .pf-element-group, table.full-width-subtable tr > td.cell-status-1 .info_row, table.full-width-subtable tr > td.cell-status-1 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-1 .rules-row, table.full-width-subtable tr > td.cell-status-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-1 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-1 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-1 .rules-row, table.full-width-subtable tr > td.cell-status-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-1 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-1 .row, table.full-width tr > th.cell-status-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-1 .pf-element-group, table.full-width tr > th.cell-status-1 .info_row, table.full-width tr > th.cell-status-1 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-1 .rules-row, table.full-width tr > th.cell-status-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-1 .rules-row-fixed-bottom, table.full-width tr > th.cell-status-1 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-1 .rules-row, table.full-width tr > th.cell-status-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-1 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-1 .row, table.full-width-subtable tr > th.cell-status-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-1 .pf-element-group, table.full-width-subtable tr > th.cell-status-1 .info_row, table.full-width-subtable tr > th.cell-status-1 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-1 .rules-row, table.full-width-subtable tr > th.cell-status-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-1 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-1 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-1 .rules-row, table.full-width-subtable tr > th.cell-status-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-1 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-1 .col, table.full-width-subtable tr > td.cell-status-1 .col, table.full-width tr > th.cell-status-1 .col, table.full-width-subtable tr > th.cell-status-1 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-tools-1 .row, table.full-width tr > td.cell-tools-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-tools-1 .pf-element-group, table.full-width tr > td.cell-tools-1 .info_row, table.full-width tr > td.cell-tools-1 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-tools-1 .rules-row, table.full-width tr > td.cell-tools-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-tools-1 .rules-row-fixed-bottom, table.full-width tr > td.cell-tools-1 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-tools-1 .rules-row, table.full-width tr > td.cell-tools-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-tools-1 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-1 .row, table.full-width-subtable tr > td.cell-tools-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-tools-1 .pf-element-group, table.full-width-subtable tr > td.cell-tools-1 .info_row, table.full-width-subtable tr > td.cell-tools-1 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-tools-1 .rules-row, table.full-width-subtable tr > td.cell-tools-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-tools-1 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-tools-1 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-tools-1 .rules-row, table.full-width-subtable tr > td.cell-tools-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-tools-1 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-1 .row, table.full-width tr > th.cell-tools-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-tools-1 .pf-element-group, table.full-width tr > th.cell-tools-1 .info_row, table.full-width tr > th.cell-tools-1 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-tools-1 .rules-row, table.full-width tr > th.cell-tools-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-tools-1 .rules-row-fixed-bottom, table.full-width tr > th.cell-tools-1 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-tools-1 .rules-row, table.full-width tr > th.cell-tools-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-tools-1 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-1 .row, table.full-width-subtable tr > th.cell-tools-1 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-tools-1 .pf-element-group, table.full-width-subtable tr > th.cell-tools-1 .info_row, table.full-width-subtable tr > th.cell-tools-1 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-tools-1 .rules-row, table.full-width-subtable tr > th.cell-tools-1 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-tools-1 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-tools-1 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-tools-1 .rules-row, table.full-width-subtable tr > th.cell-tools-1 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-tools-1 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-tools-1 .col, table.full-width-subtable tr > td.cell-tools-1 .col, table.full-width tr > th.cell-tools-1 .col, table.full-width-subtable tr > th.cell-tools-1 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-300 .row, table.full-width tr > td.cell-width-300 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-300 .pf-element-group, table.full-width tr > td.cell-width-300 .info_row, table.full-width tr > td.cell-width-300 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-300 .rules-row, table.full-width tr > td.cell-width-300 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-300 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-300 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-300 .rules-row, table.full-width tr > td.cell-width-300 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-300 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-300 .row, table.full-width-subtable tr > td.cell-width-300 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-300 .pf-element-group, table.full-width-subtable tr > td.cell-width-300 .info_row, table.full-width-subtable tr > td.cell-width-300 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-300 .rules-row, table.full-width-subtable tr > td.cell-width-300 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-300 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-300 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-300 .rules-row, table.full-width-subtable tr > td.cell-width-300 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-300 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-300 .row, table.full-width tr > th.cell-width-300 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-300 .pf-element-group, table.full-width tr > th.cell-width-300 .info_row, table.full-width tr > th.cell-width-300 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-300 .rules-row, table.full-width tr > th.cell-width-300 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-300 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-300 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-300 .rules-row, table.full-width tr > th.cell-width-300 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-300 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-300 .row, table.full-width-subtable tr > th.cell-width-300 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-300 .pf-element-group, table.full-width-subtable tr > th.cell-width-300 .info_row, table.full-width-subtable tr > th.cell-width-300 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-300 .rules-row, table.full-width-subtable tr > th.cell-width-300 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-300 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-300 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-300 .rules-row, table.full-width-subtable tr > th.cell-width-300 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-300 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-300 .col, table.full-width-subtable tr > td.cell-width-300 .col, table.full-width tr > th.cell-width-300 .col, table.full-width-subtable tr > th.cell-width-300 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-290 .row, table.full-width tr > td.cell-width-290 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-290 .pf-element-group, table.full-width tr > td.cell-width-290 .info_row, table.full-width tr > td.cell-width-290 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-290 .rules-row, table.full-width tr > td.cell-width-290 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-290 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-290 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-290 .rules-row, table.full-width tr > td.cell-width-290 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-290 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-290 .row, table.full-width-subtable tr > td.cell-width-290 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-290 .pf-element-group, table.full-width-subtable tr > td.cell-width-290 .info_row, table.full-width-subtable tr > td.cell-width-290 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-290 .rules-row, table.full-width-subtable tr > td.cell-width-290 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-290 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-290 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-290 .rules-row, table.full-width-subtable tr > td.cell-width-290 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-290 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-290 .row, table.full-width tr > th.cell-width-290 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-290 .pf-element-group, table.full-width tr > th.cell-width-290 .info_row, table.full-width tr > th.cell-width-290 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-290 .rules-row, table.full-width tr > th.cell-width-290 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-290 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-290 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-290 .rules-row, table.full-width tr > th.cell-width-290 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-290 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-290 .row, table.full-width-subtable tr > th.cell-width-290 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-290 .pf-element-group, table.full-width-subtable tr > th.cell-width-290 .info_row, table.full-width-subtable tr > th.cell-width-290 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-290 .rules-row, table.full-width-subtable tr > th.cell-width-290 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-290 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-290 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-290 .rules-row, table.full-width-subtable tr > th.cell-width-290 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-290 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-290 .col, table.full-width-subtable tr > td.cell-width-290 .col, table.full-width tr > th.cell-width-290 .col, table.full-width-subtable tr > th.cell-width-290 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-280 .row, table.full-width tr > td.cell-width-280 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-280 .pf-element-group, table.full-width tr > td.cell-width-280 .info_row, table.full-width tr > td.cell-width-280 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-280 .rules-row, table.full-width tr > td.cell-width-280 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-280 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-280 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-280 .rules-row, table.full-width tr > td.cell-width-280 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-280 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-280 .row, table.full-width-subtable tr > td.cell-width-280 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-280 .pf-element-group, table.full-width-subtable tr > td.cell-width-280 .info_row, table.full-width-subtable tr > td.cell-width-280 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-280 .rules-row, table.full-width-subtable tr > td.cell-width-280 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-280 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-280 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-280 .rules-row, table.full-width-subtable tr > td.cell-width-280 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-280 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-280 .row, table.full-width tr > th.cell-width-280 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-280 .pf-element-group, table.full-width tr > th.cell-width-280 .info_row, table.full-width tr > th.cell-width-280 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-280 .rules-row, table.full-width tr > th.cell-width-280 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-280 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-280 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-280 .rules-row, table.full-width tr > th.cell-width-280 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-280 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-280 .row, table.full-width-subtable tr > th.cell-width-280 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-280 .pf-element-group, table.full-width-subtable tr > th.cell-width-280 .info_row, table.full-width-subtable tr > th.cell-width-280 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-280 .rules-row, table.full-width-subtable tr > th.cell-width-280 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-280 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-280 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-280 .rules-row, table.full-width-subtable tr > th.cell-width-280 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-280 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-280 .col, table.full-width-subtable tr > td.cell-width-280 .col, table.full-width tr > th.cell-width-280 .col, table.full-width-subtable tr > th.cell-width-280 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-270 .row, table.full-width tr > td.cell-width-270 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-270 .pf-element-group, table.full-width tr > td.cell-width-270 .info_row, table.full-width tr > td.cell-width-270 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-270 .rules-row, table.full-width tr > td.cell-width-270 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-270 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-270 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-270 .rules-row, table.full-width tr > td.cell-width-270 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-270 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-270 .row, table.full-width-subtable tr > td.cell-width-270 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-270 .pf-element-group, table.full-width-subtable tr > td.cell-width-270 .info_row, table.full-width-subtable tr > td.cell-width-270 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-270 .rules-row, table.full-width-subtable tr > td.cell-width-270 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-270 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-270 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-270 .rules-row, table.full-width-subtable tr > td.cell-width-270 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-270 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-270 .row, table.full-width tr > th.cell-width-270 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-270 .pf-element-group, table.full-width tr > th.cell-width-270 .info_row, table.full-width tr > th.cell-width-270 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-270 .rules-row, table.full-width tr > th.cell-width-270 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-270 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-270 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-270 .rules-row, table.full-width tr > th.cell-width-270 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-270 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-270 .row, table.full-width-subtable tr > th.cell-width-270 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-270 .pf-element-group, table.full-width-subtable tr > th.cell-width-270 .info_row, table.full-width-subtable tr > th.cell-width-270 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-270 .rules-row, table.full-width-subtable tr > th.cell-width-270 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-270 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-270 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-270 .rules-row, table.full-width-subtable tr > th.cell-width-270 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-270 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-270 .col, table.full-width-subtable tr > td.cell-width-270 .col, table.full-width tr > th.cell-width-270 .col, table.full-width-subtable tr > th.cell-width-270 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-260 .row, table.full-width tr > td.cell-width-260 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-260 .pf-element-group, table.full-width tr > td.cell-width-260 .info_row, table.full-width tr > td.cell-width-260 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-260 .rules-row, table.full-width tr > td.cell-width-260 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-260 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-260 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-260 .rules-row, table.full-width tr > td.cell-width-260 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-260 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-260 .row, table.full-width-subtable tr > td.cell-width-260 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-260 .pf-element-group, table.full-width-subtable tr > td.cell-width-260 .info_row, table.full-width-subtable tr > td.cell-width-260 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-260 .rules-row, table.full-width-subtable tr > td.cell-width-260 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-260 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-260 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-260 .rules-row, table.full-width-subtable tr > td.cell-width-260 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-260 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-260 .row, table.full-width tr > th.cell-width-260 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-260 .pf-element-group, table.full-width tr > th.cell-width-260 .info_row, table.full-width tr > th.cell-width-260 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-260 .rules-row, table.full-width tr > th.cell-width-260 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-260 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-260 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-260 .rules-row, table.full-width tr > th.cell-width-260 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-260 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-260 .row, table.full-width-subtable tr > th.cell-width-260 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-260 .pf-element-group, table.full-width-subtable tr > th.cell-width-260 .info_row, table.full-width-subtable tr > th.cell-width-260 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-260 .rules-row, table.full-width-subtable tr > th.cell-width-260 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-260 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-260 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-260 .rules-row, table.full-width-subtable tr > th.cell-width-260 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-260 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-260 .col, table.full-width-subtable tr > td.cell-width-260 .col, table.full-width tr > th.cell-width-260 .col, table.full-width-subtable tr > th.cell-width-260 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-250 .row, table.full-width tr > td.cell-width-250 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-250 .pf-element-group, table.full-width tr > td.cell-width-250 .info_row, table.full-width tr > td.cell-width-250 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-250 .rules-row, table.full-width tr > td.cell-width-250 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-250 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-250 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-250 .rules-row, table.full-width tr > td.cell-width-250 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-250 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-250 .row, table.full-width-subtable tr > td.cell-width-250 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-250 .pf-element-group, table.full-width-subtable tr > td.cell-width-250 .info_row, table.full-width-subtable tr > td.cell-width-250 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-250 .rules-row, table.full-width-subtable tr > td.cell-width-250 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-250 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-250 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-250 .rules-row, table.full-width-subtable tr > td.cell-width-250 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-250 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-250 .row, table.full-width tr > th.cell-width-250 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-250 .pf-element-group, table.full-width tr > th.cell-width-250 .info_row, table.full-width tr > th.cell-width-250 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-250 .rules-row, table.full-width tr > th.cell-width-250 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-250 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-250 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-250 .rules-row, table.full-width tr > th.cell-width-250 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-250 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-250 .row, table.full-width-subtable tr > th.cell-width-250 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-250 .pf-element-group, table.full-width-subtable tr > th.cell-width-250 .info_row, table.full-width-subtable tr > th.cell-width-250 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-250 .rules-row, table.full-width-subtable tr > th.cell-width-250 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-250 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-250 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-250 .rules-row, table.full-width-subtable tr > th.cell-width-250 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-250 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-250 .col, table.full-width-subtable tr > td.cell-width-250 .col, table.full-width tr > th.cell-width-250 .col, table.full-width-subtable tr > th.cell-width-250 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-240 .row, table.full-width tr > td.cell-width-240 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-240 .pf-element-group, table.full-width tr > td.cell-width-240 .info_row, table.full-width tr > td.cell-width-240 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-240 .rules-row, table.full-width tr > td.cell-width-240 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-240 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-240 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-240 .rules-row, table.full-width tr > td.cell-width-240 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-240 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-240 .row, table.full-width-subtable tr > td.cell-width-240 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-240 .pf-element-group, table.full-width-subtable tr > td.cell-width-240 .info_row, table.full-width-subtable tr > td.cell-width-240 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-240 .rules-row, table.full-width-subtable tr > td.cell-width-240 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-240 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-240 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-240 .rules-row, table.full-width-subtable tr > td.cell-width-240 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-240 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-240 .row, table.full-width tr > th.cell-width-240 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-240 .pf-element-group, table.full-width tr > th.cell-width-240 .info_row, table.full-width tr > th.cell-width-240 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-240 .rules-row, table.full-width tr > th.cell-width-240 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-240 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-240 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-240 .rules-row, table.full-width tr > th.cell-width-240 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-240 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-240 .row, table.full-width-subtable tr > th.cell-width-240 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-240 .pf-element-group, table.full-width-subtable tr > th.cell-width-240 .info_row, table.full-width-subtable tr > th.cell-width-240 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-240 .rules-row, table.full-width-subtable tr > th.cell-width-240 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-240 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-240 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-240 .rules-row, table.full-width-subtable tr > th.cell-width-240 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-240 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-240 .col, table.full-width-subtable tr > td.cell-width-240 .col, table.full-width tr > th.cell-width-240 .col, table.full-width-subtable tr > th.cell-width-240 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-230 .row, table.full-width tr > td.cell-width-230 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-230 .pf-element-group, table.full-width tr > td.cell-width-230 .info_row, table.full-width tr > td.cell-width-230 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-230 .rules-row, table.full-width tr > td.cell-width-230 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-230 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-230 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-230 .rules-row, table.full-width tr > td.cell-width-230 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-230 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-230 .row, table.full-width-subtable tr > td.cell-width-230 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-230 .pf-element-group, table.full-width-subtable tr > td.cell-width-230 .info_row, table.full-width-subtable tr > td.cell-width-230 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-230 .rules-row, table.full-width-subtable tr > td.cell-width-230 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-230 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-230 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-230 .rules-row, table.full-width-subtable tr > td.cell-width-230 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-230 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-230 .row, table.full-width tr > th.cell-width-230 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-230 .pf-element-group, table.full-width tr > th.cell-width-230 .info_row, table.full-width tr > th.cell-width-230 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-230 .rules-row, table.full-width tr > th.cell-width-230 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-230 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-230 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-230 .rules-row, table.full-width tr > th.cell-width-230 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-230 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-230 .row, table.full-width-subtable tr > th.cell-width-230 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-230 .pf-element-group, table.full-width-subtable tr > th.cell-width-230 .info_row, table.full-width-subtable tr > th.cell-width-230 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-230 .rules-row, table.full-width-subtable tr > th.cell-width-230 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-230 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-230 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-230 .rules-row, table.full-width-subtable tr > th.cell-width-230 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-230 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-230 .col, table.full-width-subtable tr > td.cell-width-230 .col, table.full-width tr > th.cell-width-230 .col, table.full-width-subtable tr > th.cell-width-230 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-220 .row, table.full-width tr > td.cell-width-220 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-220 .pf-element-group, table.full-width tr > td.cell-width-220 .info_row, table.full-width tr > td.cell-width-220 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-220 .rules-row, table.full-width tr > td.cell-width-220 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-220 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-220 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-220 .rules-row, table.full-width tr > td.cell-width-220 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-220 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-220 .row, table.full-width-subtable tr > td.cell-width-220 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-220 .pf-element-group, table.full-width-subtable tr > td.cell-width-220 .info_row, table.full-width-subtable tr > td.cell-width-220 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-220 .rules-row, table.full-width-subtable tr > td.cell-width-220 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-220 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-220 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-220 .rules-row, table.full-width-subtable tr > td.cell-width-220 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-220 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-220 .row, table.full-width tr > th.cell-width-220 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-220 .pf-element-group, table.full-width tr > th.cell-width-220 .info_row, table.full-width tr > th.cell-width-220 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-220 .rules-row, table.full-width tr > th.cell-width-220 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-220 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-220 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-220 .rules-row, table.full-width tr > th.cell-width-220 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-220 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-220 .row, table.full-width-subtable tr > th.cell-width-220 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-220 .pf-element-group, table.full-width-subtable tr > th.cell-width-220 .info_row, table.full-width-subtable tr > th.cell-width-220 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-220 .rules-row, table.full-width-subtable tr > th.cell-width-220 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-220 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-220 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-220 .rules-row, table.full-width-subtable tr > th.cell-width-220 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-220 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-220 .col, table.full-width-subtable tr > td.cell-width-220 .col, table.full-width tr > th.cell-width-220 .col, table.full-width-subtable tr > th.cell-width-220 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-210 .row, table.full-width tr > td.cell-width-210 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-210 .pf-element-group, table.full-width tr > td.cell-width-210 .info_row, table.full-width tr > td.cell-width-210 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-210 .rules-row, table.full-width tr > td.cell-width-210 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-210 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-210 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-210 .rules-row, table.full-width tr > td.cell-width-210 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-210 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-210 .row, table.full-width-subtable tr > td.cell-width-210 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-210 .pf-element-group, table.full-width-subtable tr > td.cell-width-210 .info_row, table.full-width-subtable tr > td.cell-width-210 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-210 .rules-row, table.full-width-subtable tr > td.cell-width-210 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-210 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-210 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-210 .rules-row, table.full-width-subtable tr > td.cell-width-210 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-210 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-210 .row, table.full-width tr > th.cell-width-210 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-210 .pf-element-group, table.full-width tr > th.cell-width-210 .info_row, table.full-width tr > th.cell-width-210 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-210 .rules-row, table.full-width tr > th.cell-width-210 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-210 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-210 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-210 .rules-row, table.full-width tr > th.cell-width-210 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-210 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-210 .row, table.full-width-subtable tr > th.cell-width-210 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-210 .pf-element-group, table.full-width-subtable tr > th.cell-width-210 .info_row, table.full-width-subtable tr > th.cell-width-210 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-210 .rules-row, table.full-width-subtable tr > th.cell-width-210 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-210 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-210 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-210 .rules-row, table.full-width-subtable tr > th.cell-width-210 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-210 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-210 .col, table.full-width-subtable tr > td.cell-width-210 .col, table.full-width tr > th.cell-width-210 .col, table.full-width-subtable tr > th.cell-width-210 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-200 .row, table.full-width tr > td.cell-width-200 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-200 .pf-element-group, table.full-width tr > td.cell-width-200 .info_row, table.full-width tr > td.cell-width-200 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-200 .rules-row, table.full-width tr > td.cell-width-200 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-200 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-200 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-200 .rules-row, table.full-width tr > td.cell-width-200 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-200 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-200 .row, table.full-width-subtable tr > td.cell-width-200 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-200 .pf-element-group, table.full-width-subtable tr > td.cell-width-200 .info_row, table.full-width-subtable tr > td.cell-width-200 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-200 .rules-row, table.full-width-subtable tr > td.cell-width-200 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-200 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-200 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-200 .rules-row, table.full-width-subtable tr > td.cell-width-200 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-200 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-200 .row, table.full-width tr > th.cell-width-200 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-200 .pf-element-group, table.full-width tr > th.cell-width-200 .info_row, table.full-width tr > th.cell-width-200 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-200 .rules-row, table.full-width tr > th.cell-width-200 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-200 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-200 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-200 .rules-row, table.full-width tr > th.cell-width-200 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-200 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-200 .row, table.full-width-subtable tr > th.cell-width-200 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-200 .pf-element-group, table.full-width-subtable tr > th.cell-width-200 .info_row, table.full-width-subtable tr > th.cell-width-200 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-200 .rules-row, table.full-width-subtable tr > th.cell-width-200 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-200 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-200 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-200 .rules-row, table.full-width-subtable tr > th.cell-width-200 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-200 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-200 .col, table.full-width-subtable tr > td.cell-width-200 .col, table.full-width tr > th.cell-width-200 .col, table.full-width-subtable tr > th.cell-width-200 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-190 .row, table.full-width tr > td.cell-width-190 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-190 .pf-element-group, table.full-width tr > td.cell-width-190 .info_row, table.full-width tr > td.cell-width-190 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-190 .rules-row, table.full-width tr > td.cell-width-190 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-190 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-190 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-190 .rules-row, table.full-width tr > td.cell-width-190 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-190 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-190 .row, table.full-width-subtable tr > td.cell-width-190 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-190 .pf-element-group, table.full-width-subtable tr > td.cell-width-190 .info_row, table.full-width-subtable tr > td.cell-width-190 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-190 .rules-row, table.full-width-subtable tr > td.cell-width-190 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-190 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-190 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-190 .rules-row, table.full-width-subtable tr > td.cell-width-190 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-190 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-190 .row, table.full-width tr > th.cell-width-190 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-190 .pf-element-group, table.full-width tr > th.cell-width-190 .info_row, table.full-width tr > th.cell-width-190 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-190 .rules-row, table.full-width tr > th.cell-width-190 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-190 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-190 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-190 .rules-row, table.full-width tr > th.cell-width-190 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-190 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-190 .row, table.full-width-subtable tr > th.cell-width-190 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-190 .pf-element-group, table.full-width-subtable tr > th.cell-width-190 .info_row, table.full-width-subtable tr > th.cell-width-190 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-190 .rules-row, table.full-width-subtable tr > th.cell-width-190 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-190 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-190 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-190 .rules-row, table.full-width-subtable tr > th.cell-width-190 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-190 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-190 .col, table.full-width-subtable tr > td.cell-width-190 .col, table.full-width tr > th.cell-width-190 .col, table.full-width-subtable tr > th.cell-width-190 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-180 .row, table.full-width tr > td.cell-width-180 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-180 .pf-element-group, table.full-width tr > td.cell-width-180 .info_row, table.full-width tr > td.cell-width-180 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-180 .rules-row, table.full-width tr > td.cell-width-180 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-180 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-180 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-180 .rules-row, table.full-width tr > td.cell-width-180 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-180 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-180 .row, table.full-width-subtable tr > td.cell-width-180 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-180 .pf-element-group, table.full-width-subtable tr > td.cell-width-180 .info_row, table.full-width-subtable tr > td.cell-width-180 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-180 .rules-row, table.full-width-subtable tr > td.cell-width-180 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-180 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-180 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-180 .rules-row, table.full-width-subtable tr > td.cell-width-180 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-180 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-180 .row, table.full-width tr > th.cell-width-180 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-180 .pf-element-group, table.full-width tr > th.cell-width-180 .info_row, table.full-width tr > th.cell-width-180 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-180 .rules-row, table.full-width tr > th.cell-width-180 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-180 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-180 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-180 .rules-row, table.full-width tr > th.cell-width-180 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-180 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-180 .row, table.full-width-subtable tr > th.cell-width-180 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-180 .pf-element-group, table.full-width-subtable tr > th.cell-width-180 .info_row, table.full-width-subtable tr > th.cell-width-180 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-180 .rules-row, table.full-width-subtable tr > th.cell-width-180 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-180 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-180 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-180 .rules-row, table.full-width-subtable tr > th.cell-width-180 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-180 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-180 .col, table.full-width-subtable tr > td.cell-width-180 .col, table.full-width tr > th.cell-width-180 .col, table.full-width-subtable tr > th.cell-width-180 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-170 .row, table.full-width tr > td.cell-width-170 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-170 .pf-element-group, table.full-width tr > td.cell-width-170 .info_row, table.full-width tr > td.cell-width-170 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-170 .rules-row, table.full-width tr > td.cell-width-170 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-170 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-170 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-170 .rules-row, table.full-width tr > td.cell-width-170 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-170 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-170 .row, table.full-width-subtable tr > td.cell-width-170 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-170 .pf-element-group, table.full-width-subtable tr > td.cell-width-170 .info_row, table.full-width-subtable tr > td.cell-width-170 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-170 .rules-row, table.full-width-subtable tr > td.cell-width-170 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-170 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-170 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-170 .rules-row, table.full-width-subtable tr > td.cell-width-170 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-170 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-170 .row, table.full-width tr > th.cell-width-170 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-170 .pf-element-group, table.full-width tr > th.cell-width-170 .info_row, table.full-width tr > th.cell-width-170 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-170 .rules-row, table.full-width tr > th.cell-width-170 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-170 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-170 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-170 .rules-row, table.full-width tr > th.cell-width-170 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-170 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-170 .row, table.full-width-subtable tr > th.cell-width-170 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-170 .pf-element-group, table.full-width-subtable tr > th.cell-width-170 .info_row, table.full-width-subtable tr > th.cell-width-170 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-170 .rules-row, table.full-width-subtable tr > th.cell-width-170 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-170 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-170 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-170 .rules-row, table.full-width-subtable tr > th.cell-width-170 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-170 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-170 .col, table.full-width-subtable tr > td.cell-width-170 .col, table.full-width tr > th.cell-width-170 .col, table.full-width-subtable tr > th.cell-width-170 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-160 .row, table.full-width tr > td.cell-width-160 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-160 .pf-element-group, table.full-width tr > td.cell-width-160 .info_row, table.full-width tr > td.cell-width-160 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-160 .rules-row, table.full-width tr > td.cell-width-160 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-160 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-160 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-160 .rules-row, table.full-width tr > td.cell-width-160 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-160 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-160 .row, table.full-width-subtable tr > td.cell-width-160 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-160 .pf-element-group, table.full-width-subtable tr > td.cell-width-160 .info_row, table.full-width-subtable tr > td.cell-width-160 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-160 .rules-row, table.full-width-subtable tr > td.cell-width-160 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-160 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-160 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-160 .rules-row, table.full-width-subtable tr > td.cell-width-160 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-160 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-160 .row, table.full-width tr > th.cell-width-160 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-160 .pf-element-group, table.full-width tr > th.cell-width-160 .info_row, table.full-width tr > th.cell-width-160 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-160 .rules-row, table.full-width tr > th.cell-width-160 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-160 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-160 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-160 .rules-row, table.full-width tr > th.cell-width-160 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-160 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-160 .row, table.full-width-subtable tr > th.cell-width-160 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-160 .pf-element-group, table.full-width-subtable tr > th.cell-width-160 .info_row, table.full-width-subtable tr > th.cell-width-160 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-160 .rules-row, table.full-width-subtable tr > th.cell-width-160 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-160 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-160 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-160 .rules-row, table.full-width-subtable tr > th.cell-width-160 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-160 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-160 .col, table.full-width-subtable tr > td.cell-width-160 .col, table.full-width tr > th.cell-width-160 .col, table.full-width-subtable tr > th.cell-width-160 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-150 .row, table.full-width tr > td.cell-width-150 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-150 .pf-element-group, table.full-width tr > td.cell-width-150 .info_row, table.full-width tr > td.cell-width-150 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-150 .rules-row, table.full-width tr > td.cell-width-150 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-150 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-150 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-150 .rules-row, table.full-width tr > td.cell-width-150 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-150 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-150 .row, table.full-width-subtable tr > td.cell-width-150 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-150 .pf-element-group, table.full-width-subtable tr > td.cell-width-150 .info_row, table.full-width-subtable tr > td.cell-width-150 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-150 .rules-row, table.full-width-subtable tr > td.cell-width-150 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-150 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-150 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-150 .rules-row, table.full-width-subtable tr > td.cell-width-150 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-150 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-150 .row, table.full-width tr > th.cell-width-150 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-150 .pf-element-group, table.full-width tr > th.cell-width-150 .info_row, table.full-width tr > th.cell-width-150 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-150 .rules-row, table.full-width tr > th.cell-width-150 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-150 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-150 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-150 .rules-row, table.full-width tr > th.cell-width-150 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-150 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-150 .row, table.full-width-subtable tr > th.cell-width-150 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-150 .pf-element-group, table.full-width-subtable tr > th.cell-width-150 .info_row, table.full-width-subtable tr > th.cell-width-150 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-150 .rules-row, table.full-width-subtable tr > th.cell-width-150 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-150 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-150 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-150 .rules-row, table.full-width-subtable tr > th.cell-width-150 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-150 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-150 .col, table.full-width-subtable tr > td.cell-width-150 .col, table.full-width tr > th.cell-width-150 .col, table.full-width-subtable tr > th.cell-width-150 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-140 .row, table.full-width tr > td.cell-width-140 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-140 .pf-element-group, table.full-width tr > td.cell-width-140 .info_row, table.full-width tr > td.cell-width-140 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-140 .rules-row, table.full-width tr > td.cell-width-140 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-140 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-140 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-140 .rules-row, table.full-width tr > td.cell-width-140 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-140 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-140 .row, table.full-width-subtable tr > td.cell-width-140 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-140 .pf-element-group, table.full-width-subtable tr > td.cell-width-140 .info_row, table.full-width-subtable tr > td.cell-width-140 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-140 .rules-row, table.full-width-subtable tr > td.cell-width-140 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-140 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-140 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-140 .rules-row, table.full-width-subtable tr > td.cell-width-140 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-140 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-140 .row, table.full-width tr > th.cell-width-140 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-140 .pf-element-group, table.full-width tr > th.cell-width-140 .info_row, table.full-width tr > th.cell-width-140 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-140 .rules-row, table.full-width tr > th.cell-width-140 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-140 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-140 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-140 .rules-row, table.full-width tr > th.cell-width-140 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-140 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-140 .row, table.full-width-subtable tr > th.cell-width-140 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-140 .pf-element-group, table.full-width-subtable tr > th.cell-width-140 .info_row, table.full-width-subtable tr > th.cell-width-140 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-140 .rules-row, table.full-width-subtable tr > th.cell-width-140 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-140 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-140 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-140 .rules-row, table.full-width-subtable tr > th.cell-width-140 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-140 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-140 .col, table.full-width-subtable tr > td.cell-width-140 .col, table.full-width tr > th.cell-width-140 .col, table.full-width-subtable tr > th.cell-width-140 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-130 .row, table.full-width tr > td.cell-width-130 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-130 .pf-element-group, table.full-width tr > td.cell-width-130 .info_row, table.full-width tr > td.cell-width-130 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-130 .rules-row, table.full-width tr > td.cell-width-130 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-130 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-130 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-130 .rules-row, table.full-width tr > td.cell-width-130 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-130 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-130 .row, table.full-width-subtable tr > td.cell-width-130 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-130 .pf-element-group, table.full-width-subtable tr > td.cell-width-130 .info_row, table.full-width-subtable tr > td.cell-width-130 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-130 .rules-row, table.full-width-subtable tr > td.cell-width-130 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-130 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-130 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-130 .rules-row, table.full-width-subtable tr > td.cell-width-130 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-130 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-130 .row, table.full-width tr > th.cell-width-130 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-130 .pf-element-group, table.full-width tr > th.cell-width-130 .info_row, table.full-width tr > th.cell-width-130 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-130 .rules-row, table.full-width tr > th.cell-width-130 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-130 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-130 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-130 .rules-row, table.full-width tr > th.cell-width-130 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-130 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-130 .row, table.full-width-subtable tr > th.cell-width-130 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-130 .pf-element-group, table.full-width-subtable tr > th.cell-width-130 .info_row, table.full-width-subtable tr > th.cell-width-130 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-130 .rules-row, table.full-width-subtable tr > th.cell-width-130 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-130 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-130 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-130 .rules-row, table.full-width-subtable tr > th.cell-width-130 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-130 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-130 .col, table.full-width-subtable tr > td.cell-width-130 .col, table.full-width tr > th.cell-width-130 .col, table.full-width-subtable tr > th.cell-width-130 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-120 .row, table.full-width tr > td.cell-width-120 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-120 .pf-element-group, table.full-width tr > td.cell-width-120 .info_row, table.full-width tr > td.cell-width-120 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-120 .rules-row, table.full-width tr > td.cell-width-120 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-120 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-120 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-120 .rules-row, table.full-width tr > td.cell-width-120 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-120 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-120 .row, table.full-width-subtable tr > td.cell-width-120 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-120 .pf-element-group, table.full-width-subtable tr > td.cell-width-120 .info_row, table.full-width-subtable tr > td.cell-width-120 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-120 .rules-row, table.full-width-subtable tr > td.cell-width-120 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-120 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-120 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-120 .rules-row, table.full-width-subtable tr > td.cell-width-120 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-120 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-120 .row, table.full-width tr > th.cell-width-120 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-120 .pf-element-group, table.full-width tr > th.cell-width-120 .info_row, table.full-width tr > th.cell-width-120 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-120 .rules-row, table.full-width tr > th.cell-width-120 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-120 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-120 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-120 .rules-row, table.full-width tr > th.cell-width-120 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-120 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-120 .row, table.full-width-subtable tr > th.cell-width-120 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-120 .pf-element-group, table.full-width-subtable tr > th.cell-width-120 .info_row, table.full-width-subtable tr > th.cell-width-120 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-120 .rules-row, table.full-width-subtable tr > th.cell-width-120 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-120 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-120 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-120 .rules-row, table.full-width-subtable tr > th.cell-width-120 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-120 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-120 .col, table.full-width-subtable tr > td.cell-width-120 .col, table.full-width tr > th.cell-width-120 .col, table.full-width-subtable tr > th.cell-width-120 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-110 .row, table.full-width tr > td.cell-width-110 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-110 .pf-element-group, table.full-width tr > td.cell-width-110 .info_row, table.full-width tr > td.cell-width-110 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-110 .rules-row, table.full-width tr > td.cell-width-110 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-110 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-110 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-110 .rules-row, table.full-width tr > td.cell-width-110 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-110 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-110 .row, table.full-width-subtable tr > td.cell-width-110 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-110 .pf-element-group, table.full-width-subtable tr > td.cell-width-110 .info_row, table.full-width-subtable tr > td.cell-width-110 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-110 .rules-row, table.full-width-subtable tr > td.cell-width-110 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-110 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-110 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-110 .rules-row, table.full-width-subtable tr > td.cell-width-110 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-110 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-110 .row, table.full-width tr > th.cell-width-110 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-110 .pf-element-group, table.full-width tr > th.cell-width-110 .info_row, table.full-width tr > th.cell-width-110 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-110 .rules-row, table.full-width tr > th.cell-width-110 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-110 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-110 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-110 .rules-row, table.full-width tr > th.cell-width-110 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-110 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-110 .row, table.full-width-subtable tr > th.cell-width-110 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-110 .pf-element-group, table.full-width-subtable tr > th.cell-width-110 .info_row, table.full-width-subtable tr > th.cell-width-110 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-110 .rules-row, table.full-width-subtable tr > th.cell-width-110 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-110 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-110 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-110 .rules-row, table.full-width-subtable tr > th.cell-width-110 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-110 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-110 .col, table.full-width-subtable tr > td.cell-width-110 .col, table.full-width tr > th.cell-width-110 .col, table.full-width-subtable tr > th.cell-width-110 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-100 .row, table.full-width tr > td.cell-width-100 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-100 .pf-element-group, table.full-width tr > td.cell-width-100 .info_row, table.full-width tr > td.cell-width-100 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-100 .rules-row, table.full-width tr > td.cell-width-100 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-100 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-100 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-100 .rules-row, table.full-width tr > td.cell-width-100 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-100 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-100 .row, table.full-width-subtable tr > td.cell-width-100 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-100 .pf-element-group, table.full-width-subtable tr > td.cell-width-100 .info_row, table.full-width-subtable tr > td.cell-width-100 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-100 .rules-row, table.full-width-subtable tr > td.cell-width-100 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-100 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-100 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-100 .rules-row, table.full-width-subtable tr > td.cell-width-100 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-100 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-100 .row, table.full-width tr > th.cell-width-100 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-100 .pf-element-group, table.full-width tr > th.cell-width-100 .info_row, table.full-width tr > th.cell-width-100 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-100 .rules-row, table.full-width tr > th.cell-width-100 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-100 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-100 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-100 .rules-row, table.full-width tr > th.cell-width-100 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-100 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-100 .row, table.full-width-subtable tr > th.cell-width-100 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-100 .pf-element-group, table.full-width-subtable tr > th.cell-width-100 .info_row, table.full-width-subtable tr > th.cell-width-100 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-100 .rules-row, table.full-width-subtable tr > th.cell-width-100 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-100 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-100 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-100 .rules-row, table.full-width-subtable tr > th.cell-width-100 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-100 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-100 .col, table.full-width-subtable tr > td.cell-width-100 .col, table.full-width tr > th.cell-width-100 .col, table.full-width-subtable tr > th.cell-width-100 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-90 .row, table.full-width tr > td.cell-width-90 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-90 .pf-element-group, table.full-width tr > td.cell-width-90 .info_row, table.full-width tr > td.cell-width-90 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-90 .rules-row, table.full-width tr > td.cell-width-90 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-90 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-90 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-90 .rules-row, table.full-width tr > td.cell-width-90 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-90 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-90 .row, table.full-width-subtable tr > td.cell-width-90 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-90 .pf-element-group, table.full-width-subtable tr > td.cell-width-90 .info_row, table.full-width-subtable tr > td.cell-width-90 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-90 .rules-row, table.full-width-subtable tr > td.cell-width-90 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-90 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-90 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-90 .rules-row, table.full-width-subtable tr > td.cell-width-90 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-90 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-90 .row, table.full-width tr > th.cell-width-90 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-90 .pf-element-group, table.full-width tr > th.cell-width-90 .info_row, table.full-width tr > th.cell-width-90 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-90 .rules-row, table.full-width tr > th.cell-width-90 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-90 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-90 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-90 .rules-row, table.full-width tr > th.cell-width-90 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-90 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-90 .row, table.full-width-subtable tr > th.cell-width-90 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-90 .pf-element-group, table.full-width-subtable tr > th.cell-width-90 .info_row, table.full-width-subtable tr > th.cell-width-90 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-90 .rules-row, table.full-width-subtable tr > th.cell-width-90 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-90 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-90 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-90 .rules-row, table.full-width-subtable tr > th.cell-width-90 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-90 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-90 .col, table.full-width-subtable tr > td.cell-width-90 .col, table.full-width tr > th.cell-width-90 .col, table.full-width-subtable tr > th.cell-width-90 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-80 .row, table.full-width tr > td.cell-width-80 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-80 .pf-element-group, table.full-width tr > td.cell-width-80 .info_row, table.full-width tr > td.cell-width-80 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-80 .rules-row, table.full-width tr > td.cell-width-80 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-80 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-80 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-80 .rules-row, table.full-width tr > td.cell-width-80 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-80 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-80 .row, table.full-width-subtable tr > td.cell-width-80 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-80 .pf-element-group, table.full-width-subtable tr > td.cell-width-80 .info_row, table.full-width-subtable tr > td.cell-width-80 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-80 .rules-row, table.full-width-subtable tr > td.cell-width-80 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-80 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-80 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-80 .rules-row, table.full-width-subtable tr > td.cell-width-80 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-80 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-80 .row, table.full-width tr > th.cell-width-80 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-80 .pf-element-group, table.full-width tr > th.cell-width-80 .info_row, table.full-width tr > th.cell-width-80 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-80 .rules-row, table.full-width tr > th.cell-width-80 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-80 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-80 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-80 .rules-row, table.full-width tr > th.cell-width-80 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-80 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-80 .row, table.full-width-subtable tr > th.cell-width-80 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-80 .pf-element-group, table.full-width-subtable tr > th.cell-width-80 .info_row, table.full-width-subtable tr > th.cell-width-80 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-80 .rules-row, table.full-width-subtable tr > th.cell-width-80 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-80 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-80 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-80 .rules-row, table.full-width-subtable tr > th.cell-width-80 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-80 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-80 .col, table.full-width-subtable tr > td.cell-width-80 .col, table.full-width tr > th.cell-width-80 .col, table.full-width-subtable tr > th.cell-width-80 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-70 .row, table.full-width tr > td.cell-width-70 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-70 .pf-element-group, table.full-width tr > td.cell-width-70 .info_row, table.full-width tr > td.cell-width-70 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-70 .rules-row, table.full-width tr > td.cell-width-70 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-70 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-70 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-70 .rules-row, table.full-width tr > td.cell-width-70 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-70 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-70 .row, table.full-width-subtable tr > td.cell-width-70 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-70 .pf-element-group, table.full-width-subtable tr > td.cell-width-70 .info_row, table.full-width-subtable tr > td.cell-width-70 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-70 .rules-row, table.full-width-subtable tr > td.cell-width-70 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-70 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-70 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-70 .rules-row, table.full-width-subtable tr > td.cell-width-70 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-70 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-70 .row, table.full-width tr > th.cell-width-70 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-70 .pf-element-group, table.full-width tr > th.cell-width-70 .info_row, table.full-width tr > th.cell-width-70 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-70 .rules-row, table.full-width tr > th.cell-width-70 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-70 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-70 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-70 .rules-row, table.full-width tr > th.cell-width-70 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-70 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-70 .row, table.full-width-subtable tr > th.cell-width-70 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-70 .pf-element-group, table.full-width-subtable tr > th.cell-width-70 .info_row, table.full-width-subtable tr > th.cell-width-70 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-70 .rules-row, table.full-width-subtable tr > th.cell-width-70 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-70 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-70 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-70 .rules-row, table.full-width-subtable tr > th.cell-width-70 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-70 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-70 .col, table.full-width-subtable tr > td.cell-width-70 .col, table.full-width tr > th.cell-width-70 .col, table.full-width-subtable tr > th.cell-width-70 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-60 .row, table.full-width tr > td.cell-width-60 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-60 .pf-element-group, table.full-width tr > td.cell-width-60 .info_row, table.full-width tr > td.cell-width-60 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-60 .rules-row, table.full-width tr > td.cell-width-60 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-60 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-60 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-60 .rules-row, table.full-width tr > td.cell-width-60 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-60 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-60 .row, table.full-width-subtable tr > td.cell-width-60 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-60 .pf-element-group, table.full-width-subtable tr > td.cell-width-60 .info_row, table.full-width-subtable tr > td.cell-width-60 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-60 .rules-row, table.full-width-subtable tr > td.cell-width-60 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-60 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-60 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-60 .rules-row, table.full-width-subtable tr > td.cell-width-60 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-60 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-60 .row, table.full-width tr > th.cell-width-60 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-60 .pf-element-group, table.full-width tr > th.cell-width-60 .info_row, table.full-width tr > th.cell-width-60 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-60 .rules-row, table.full-width tr > th.cell-width-60 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-60 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-60 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-60 .rules-row, table.full-width tr > th.cell-width-60 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-60 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-60 .row, table.full-width-subtable tr > th.cell-width-60 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-60 .pf-element-group, table.full-width-subtable tr > th.cell-width-60 .info_row, table.full-width-subtable tr > th.cell-width-60 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-60 .rules-row, table.full-width-subtable tr > th.cell-width-60 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-60 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-60 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-60 .rules-row, table.full-width-subtable tr > th.cell-width-60 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-60 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-60 .col, table.full-width-subtable tr > td.cell-width-60 .col, table.full-width tr > th.cell-width-60 .col, table.full-width-subtable tr > th.cell-width-60 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-50 .row, table.full-width tr > td.cell-width-50 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-50 .pf-element-group, table.full-width tr > td.cell-width-50 .info_row, table.full-width tr > td.cell-width-50 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-50 .rules-row, table.full-width tr > td.cell-width-50 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-50 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-50 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-50 .rules-row, table.full-width tr > td.cell-width-50 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-50 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-50 .row, table.full-width-subtable tr > td.cell-width-50 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-50 .pf-element-group, table.full-width-subtable tr > td.cell-width-50 .info_row, table.full-width-subtable tr > td.cell-width-50 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-50 .rules-row, table.full-width-subtable tr > td.cell-width-50 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-50 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-50 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-50 .rules-row, table.full-width-subtable tr > td.cell-width-50 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-50 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-50 .row, table.full-width tr > th.cell-width-50 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-50 .pf-element-group, table.full-width tr > th.cell-width-50 .info_row, table.full-width tr > th.cell-width-50 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-50 .rules-row, table.full-width tr > th.cell-width-50 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-50 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-50 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-50 .rules-row, table.full-width tr > th.cell-width-50 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-50 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-50 .row, table.full-width-subtable tr > th.cell-width-50 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-50 .pf-element-group, table.full-width-subtable tr > th.cell-width-50 .info_row, table.full-width-subtable tr > th.cell-width-50 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-50 .rules-row, table.full-width-subtable tr > th.cell-width-50 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-50 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-50 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-50 .rules-row, table.full-width-subtable tr > th.cell-width-50 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-50 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-50 .col, table.full-width-subtable tr > td.cell-width-50 .col, table.full-width tr > th.cell-width-50 .col, table.full-width-subtable tr > th.cell-width-50 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-40 .row, table.full-width tr > td.cell-width-40 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-40 .pf-element-group, table.full-width tr > td.cell-width-40 .info_row, table.full-width tr > td.cell-width-40 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-40 .rules-row, table.full-width tr > td.cell-width-40 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-40 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-40 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-40 .rules-row, table.full-width tr > td.cell-width-40 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-40 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-40 .row, table.full-width-subtable tr > td.cell-width-40 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-40 .pf-element-group, table.full-width-subtable tr > td.cell-width-40 .info_row, table.full-width-subtable tr > td.cell-width-40 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-40 .rules-row, table.full-width-subtable tr > td.cell-width-40 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-40 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-40 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-40 .rules-row, table.full-width-subtable tr > td.cell-width-40 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-40 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-40 .row, table.full-width tr > th.cell-width-40 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-40 .pf-element-group, table.full-width tr > th.cell-width-40 .info_row, table.full-width tr > th.cell-width-40 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-40 .rules-row, table.full-width tr > th.cell-width-40 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-40 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-40 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-40 .rules-row, table.full-width tr > th.cell-width-40 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-40 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-40 .row, table.full-width-subtable tr > th.cell-width-40 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-40 .pf-element-group, table.full-width-subtable tr > th.cell-width-40 .info_row, table.full-width-subtable tr > th.cell-width-40 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-40 .rules-row, table.full-width-subtable tr > th.cell-width-40 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-40 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-40 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-40 .rules-row, table.full-width-subtable tr > th.cell-width-40 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-40 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-40 .col, table.full-width-subtable tr > td.cell-width-40 .col, table.full-width tr > th.cell-width-40 .col, table.full-width-subtable tr > th.cell-width-40 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-30 .row, table.full-width tr > td.cell-width-30 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-30 .pf-element-group, table.full-width tr > td.cell-width-30 .info_row, table.full-width tr > td.cell-width-30 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-30 .rules-row, table.full-width tr > td.cell-width-30 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-30 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-30 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-30 .rules-row, table.full-width tr > td.cell-width-30 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-30 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-30 .row, table.full-width-subtable tr > td.cell-width-30 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-30 .pf-element-group, table.full-width-subtable tr > td.cell-width-30 .info_row, table.full-width-subtable tr > td.cell-width-30 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-30 .rules-row, table.full-width-subtable tr > td.cell-width-30 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-30 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-30 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-30 .rules-row, table.full-width-subtable tr > td.cell-width-30 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-30 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-30 .row, table.full-width tr > th.cell-width-30 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-30 .pf-element-group, table.full-width tr > th.cell-width-30 .info_row, table.full-width tr > th.cell-width-30 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-30 .rules-row, table.full-width tr > th.cell-width-30 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-30 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-30 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-30 .rules-row, table.full-width tr > th.cell-width-30 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-30 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-30 .row, table.full-width-subtable tr > th.cell-width-30 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-30 .pf-element-group, table.full-width-subtable tr > th.cell-width-30 .info_row, table.full-width-subtable tr > th.cell-width-30 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-30 .rules-row, table.full-width-subtable tr > th.cell-width-30 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-30 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-30 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-30 .rules-row, table.full-width-subtable tr > th.cell-width-30 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-30 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-30 .col, table.full-width-subtable tr > td.cell-width-30 .col, table.full-width tr > th.cell-width-30 .col, table.full-width-subtable tr > th.cell-width-30 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-20 .row, table.full-width tr > td.cell-width-20 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-20 .pf-element-group, table.full-width tr > td.cell-width-20 .info_row, table.full-width tr > td.cell-width-20 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-20 .rules-row, table.full-width tr > td.cell-width-20 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-20 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-20 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-20 .rules-row, table.full-width tr > td.cell-width-20 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-20 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-20 .row, table.full-width-subtable tr > td.cell-width-20 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-20 .pf-element-group, table.full-width-subtable tr > td.cell-width-20 .info_row, table.full-width-subtable tr > td.cell-width-20 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-20 .rules-row, table.full-width-subtable tr > td.cell-width-20 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-20 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-20 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-20 .rules-row, table.full-width-subtable tr > td.cell-width-20 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-20 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-20 .row, table.full-width tr > th.cell-width-20 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-20 .pf-element-group, table.full-width tr > th.cell-width-20 .info_row, table.full-width tr > th.cell-width-20 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-20 .rules-row, table.full-width tr > th.cell-width-20 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-20 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-20 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-20 .rules-row, table.full-width tr > th.cell-width-20 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-20 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-20 .row, table.full-width-subtable tr > th.cell-width-20 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-20 .pf-element-group, table.full-width-subtable tr > th.cell-width-20 .info_row, table.full-width-subtable tr > th.cell-width-20 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-20 .rules-row, table.full-width-subtable tr > th.cell-width-20 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-20 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-20 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-20 .rules-row, table.full-width-subtable tr > th.cell-width-20 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-20 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-20 .col, table.full-width-subtable tr > td.cell-width-20 .col, table.full-width tr > th.cell-width-20 .col, table.full-width-subtable tr > th.cell-width-20 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-10 .row, table.full-width tr > td.cell-width-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-10 .pf-element-group, table.full-width tr > td.cell-width-10 .info_row, table.full-width tr > td.cell-width-10 .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-10 .rules-row, table.full-width tr > td.cell-width-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-10 .rules-row-fixed-bottom, table.full-width tr > td.cell-width-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-10 .rules-row, table.full-width tr > td.cell-width-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-10 .row, table.full-width-subtable tr > td.cell-width-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-10 .pf-element-group, table.full-width-subtable tr > td.cell-width-10 .info_row, table.full-width-subtable tr > td.cell-width-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-10 .rules-row, table.full-width-subtable tr > td.cell-width-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-10 .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-10 .rules-row, table.full-width-subtable tr > td.cell-width-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-10 .row, table.full-width tr > th.cell-width-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-10 .pf-element-group, table.full-width tr > th.cell-width-10 .info_row, table.full-width tr > th.cell-width-10 .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-10 .rules-row, table.full-width tr > th.cell-width-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-10 .rules-row-fixed-bottom, table.full-width tr > th.cell-width-10 .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-10 .rules-row, table.full-width tr > th.cell-width-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-10 .row, table.full-width-subtable tr > th.cell-width-10 .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-10 .pf-element-group, table.full-width-subtable tr > th.cell-width-10 .info_row, table.full-width-subtable tr > th.cell-width-10 .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-10 .rules-row, table.full-width-subtable tr > th.cell-width-10 .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-10 .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-10 .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-10 .rules-row, table.full-width-subtable tr > th.cell-width-10 .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-10 .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-10 .col, table.full-width-subtable tr > td.cell-width-10 .col, table.full-width tr > th.cell-width-10 .col, table.full-width-subtable tr > th.cell-width-10 .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-date .row, table.full-width tr > td.cell-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-date .pf-element-group, table.full-width tr > td.cell-date .info_row, table.full-width tr > td.cell-date .field-rules .rules-row, .field-rules table.full-width tr > td.cell-date .rules-row, table.full-width tr > td.cell-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-date .rules-row-fixed-bottom, table.full-width tr > td.cell-date .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-date .rules-row, table.full-width tr > td.cell-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-date .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-date .row, table.full-width-subtable tr > td.cell-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-date .pf-element-group, table.full-width-subtable tr > td.cell-date .info_row, table.full-width-subtable tr > td.cell-date .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-date .rules-row, table.full-width-subtable tr > td.cell-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-date .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-date .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-date .rules-row, table.full-width-subtable tr > td.cell-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-date .rules-row-fixed-bottom, table.full-width tr > th.cell-date .row, table.full-width tr > th.cell-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-date .pf-element-group, table.full-width tr > th.cell-date .info_row, table.full-width tr > th.cell-date .field-rules .rules-row, .field-rules table.full-width tr > th.cell-date .rules-row, table.full-width tr > th.cell-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-date .rules-row-fixed-bottom, table.full-width tr > th.cell-date .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-date .rules-row, table.full-width tr > th.cell-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-date .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-date .row, table.full-width-subtable tr > th.cell-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-date .pf-element-group, table.full-width-subtable tr > th.cell-date .info_row, table.full-width-subtable tr > th.cell-date .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-date .rules-row, table.full-width-subtable tr > th.cell-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-date .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-date .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-date .rules-row, table.full-width-subtable tr > th.cell-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-date .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-date .col, table.full-width-subtable tr > td.cell-date .col, table.full-width tr > th.cell-date .col, table.full-width-subtable tr > th.cell-date .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-date .row, table.full-width tr > td.cell-width-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-date .pf-element-group, table.full-width tr > td.cell-width-date .info_row, table.full-width tr > td.cell-width-date .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-date .rules-row, table.full-width tr > td.cell-width-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-date .rules-row-fixed-bottom, table.full-width tr > td.cell-width-date .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-date .rules-row, table.full-width tr > td.cell-width-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-date .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-date .row, table.full-width-subtable tr > td.cell-width-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-date .pf-element-group, table.full-width-subtable tr > td.cell-width-date .info_row, table.full-width-subtable tr > td.cell-width-date .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-date .rules-row, table.full-width-subtable tr > td.cell-width-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-date .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-date .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-date .rules-row, table.full-width-subtable tr > td.cell-width-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-date .rules-row-fixed-bottom, table.full-width tr > th.cell-width-date .row, table.full-width tr > th.cell-width-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-date .pf-element-group, table.full-width tr > th.cell-width-date .info_row, table.full-width tr > th.cell-width-date .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-date .rules-row, table.full-width tr > th.cell-width-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-date .rules-row-fixed-bottom, table.full-width tr > th.cell-width-date .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-date .rules-row, table.full-width tr > th.cell-width-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-date .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-date .row, table.full-width-subtable tr > th.cell-width-date .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-date .pf-element-group, table.full-width-subtable tr > th.cell-width-date .info_row, table.full-width-subtable tr > th.cell-width-date .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-date .rules-row, table.full-width-subtable tr > th.cell-width-date .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-date .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-date .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-date .rules-row, table.full-width-subtable tr > th.cell-width-date .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-date .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-date .col, table.full-width-subtable tr > td.cell-width-date .col, table.full-width tr > th.cell-width-date .col, table.full-width-subtable tr > th.cell-width-date .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-date-time .row, table.full-width tr > td.cell-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-date-time .pf-element-group, table.full-width tr > td.cell-date-time .info_row, table.full-width tr > td.cell-date-time .field-rules .rules-row, .field-rules table.full-width tr > td.cell-date-time .rules-row, table.full-width tr > td.cell-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-date-time .rules-row-fixed-bottom, table.full-width tr > td.cell-date-time .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-date-time .rules-row, table.full-width tr > td.cell-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-date-time .row, table.full-width-subtable tr > td.cell-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-date-time .pf-element-group, table.full-width-subtable tr > td.cell-date-time .info_row, table.full-width-subtable tr > td.cell-date-time .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-date-time .rules-row, table.full-width-subtable tr > td.cell-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-date-time .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-date-time .rules-row, table.full-width-subtable tr > td.cell-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-date-time .rules-row-fixed-bottom, table.full-width tr > th.cell-date-time .row, table.full-width tr > th.cell-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-date-time .pf-element-group, table.full-width tr > th.cell-date-time .info_row, table.full-width tr > th.cell-date-time .field-rules .rules-row, .field-rules table.full-width tr > th.cell-date-time .rules-row, table.full-width tr > th.cell-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-date-time .rules-row-fixed-bottom, table.full-width tr > th.cell-date-time .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-date-time .rules-row, table.full-width tr > th.cell-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-date-time .row, table.full-width-subtable tr > th.cell-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-date-time .pf-element-group, table.full-width-subtable tr > th.cell-date-time .info_row, table.full-width-subtable tr > th.cell-date-time .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-date-time .rules-row, table.full-width-subtable tr > th.cell-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-date-time .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-date-time .rules-row, table.full-width-subtable tr > th.cell-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-date-time .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-date-time .col, table.full-width-subtable tr > td.cell-date-time .col, table.full-width tr > th.cell-date-time .col, table.full-width-subtable tr > th.cell-date-time .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-width-date-time .row, table.full-width tr > td.cell-width-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-width-date-time .pf-element-group, table.full-width tr > td.cell-width-date-time .info_row, table.full-width tr > td.cell-width-date-time .field-rules .rules-row, .field-rules table.full-width tr > td.cell-width-date-time .rules-row, table.full-width tr > td.cell-width-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-width-date-time .rules-row-fixed-bottom, table.full-width tr > td.cell-width-date-time .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-width-date-time .rules-row, table.full-width tr > td.cell-width-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-width-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-date-time .row, table.full-width-subtable tr > td.cell-width-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-width-date-time .pf-element-group, table.full-width-subtable tr > td.cell-width-date-time .info_row, table.full-width-subtable tr > td.cell-width-date-time .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-width-date-time .rules-row, table.full-width-subtable tr > td.cell-width-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-width-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-width-date-time .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-width-date-time .rules-row, table.full-width-subtable tr > td.cell-width-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-width-date-time .rules-row-fixed-bottom, table.full-width tr > th.cell-width-date-time .row, table.full-width tr > th.cell-width-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-width-date-time .pf-element-group, table.full-width tr > th.cell-width-date-time .info_row, table.full-width tr > th.cell-width-date-time .field-rules .rules-row, .field-rules table.full-width tr > th.cell-width-date-time .rules-row, table.full-width tr > th.cell-width-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-width-date-time .rules-row-fixed-bottom, table.full-width tr > th.cell-width-date-time .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-width-date-time .rules-row, table.full-width tr > th.cell-width-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-width-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-date-time .row, table.full-width-subtable tr > th.cell-width-date-time .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-width-date-time .pf-element-group, table.full-width-subtable tr > th.cell-width-date-time .info_row, table.full-width-subtable tr > th.cell-width-date-time .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-width-date-time .rules-row, table.full-width-subtable tr > th.cell-width-date-time .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-width-date-time .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-width-date-time .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-width-date-time .rules-row, table.full-width-subtable tr > th.cell-width-date-time .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-width-date-time .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-width-date-time .col, table.full-width-subtable tr > td.cell-width-date-time .col, table.full-width tr > th.cell-width-date-time .col, table.full-width-subtable tr > th.cell-width-date-time .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-icon .row, table.full-width tr > td.cell-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-icon .pf-element-group, table.full-width tr > td.cell-icon .info_row, table.full-width tr > td.cell-icon .field-rules .rules-row, .field-rules table.full-width tr > td.cell-icon .rules-row, table.full-width tr > td.cell-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-icon .rules-row-fixed-bottom, table.full-width tr > td.cell-icon .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-icon .rules-row, table.full-width tr > td.cell-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-icon .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-icon .row, table.full-width-subtable tr > td.cell-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-icon .pf-element-group, table.full-width-subtable tr > td.cell-icon .info_row, table.full-width-subtable tr > td.cell-icon .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-icon .rules-row, table.full-width-subtable tr > td.cell-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-icon .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-icon .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-icon .rules-row, table.full-width-subtable tr > td.cell-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-icon .rules-row-fixed-bottom, table.full-width tr > th.cell-icon .row, table.full-width tr > th.cell-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-icon .pf-element-group, table.full-width tr > th.cell-icon .info_row, table.full-width tr > th.cell-icon .field-rules .rules-row, .field-rules table.full-width tr > th.cell-icon .rules-row, table.full-width tr > th.cell-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-icon .rules-row-fixed-bottom, table.full-width tr > th.cell-icon .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-icon .rules-row, table.full-width tr > th.cell-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-icon .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-icon .row, table.full-width-subtable tr > th.cell-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-icon .pf-element-group, table.full-width-subtable tr > th.cell-icon .info_row, table.full-width-subtable tr > th.cell-icon .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-icon .rules-row, table.full-width-subtable tr > th.cell-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-icon .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-icon .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-icon .rules-row, table.full-width-subtable tr > th.cell-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-icon .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-icon .col, table.full-width-subtable tr > td.cell-icon .col, table.full-width tr > th.cell-icon .col, table.full-width-subtable tr > th.cell-icon .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-icon .row, table.full-width tr > td.cell-status-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-icon .pf-element-group, table.full-width tr > td.cell-status-icon .info_row, table.full-width tr > td.cell-status-icon .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-icon .rules-row, table.full-width tr > td.cell-status-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-icon .rules-row-fixed-bottom, table.full-width tr > td.cell-status-icon .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-icon .rules-row, table.full-width tr > td.cell-status-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-icon .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-icon .row, table.full-width-subtable tr > td.cell-status-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-icon .pf-element-group, table.full-width-subtable tr > td.cell-status-icon .info_row, table.full-width-subtable tr > td.cell-status-icon .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-icon .rules-row, table.full-width-subtable tr > td.cell-status-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-icon .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-icon .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-icon .rules-row, table.full-width-subtable tr > td.cell-status-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-icon .rules-row-fixed-bottom, table.full-width tr > th.cell-status-icon .row, table.full-width tr > th.cell-status-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-icon .pf-element-group, table.full-width tr > th.cell-status-icon .info_row, table.full-width tr > th.cell-status-icon .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-icon .rules-row, table.full-width tr > th.cell-status-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-icon .rules-row-fixed-bottom, table.full-width tr > th.cell-status-icon .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-icon .rules-row, table.full-width tr > th.cell-status-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-icon .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-icon .row, table.full-width-subtable tr > th.cell-status-icon .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-icon .pf-element-group, table.full-width-subtable tr > th.cell-status-icon .info_row, table.full-width-subtable tr > th.cell-status-icon .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-icon .rules-row, table.full-width-subtable tr > th.cell-status-icon .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-icon .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-icon .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-icon .rules-row, table.full-width-subtable tr > th.cell-status-icon .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-icon .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-icon .col, table.full-width-subtable tr > td.cell-status-icon .col, table.full-width tr > th.cell-status-icon .col, table.full-width-subtable tr > th.cell-status-icon .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-text .row, table.full-width tr > td.cell-status-text .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-status-text .pf-element-group, table.full-width tr > td.cell-status-text .info_row, table.full-width tr > td.cell-status-text .field-rules .rules-row, .field-rules table.full-width tr > td.cell-status-text .rules-row, table.full-width tr > td.cell-status-text .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-status-text .rules-row-fixed-bottom, table.full-width tr > td.cell-status-text .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-status-text .rules-row, table.full-width tr > td.cell-status-text .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-status-text .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-text .row, table.full-width-subtable tr > td.cell-status-text .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-status-text .pf-element-group, table.full-width-subtable tr > td.cell-status-text .info_row, table.full-width-subtable tr > td.cell-status-text .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-status-text .rules-row, table.full-width-subtable tr > td.cell-status-text .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-status-text .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-status-text .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-status-text .rules-row, table.full-width-subtable tr > td.cell-status-text .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-status-text .rules-row-fixed-bottom, table.full-width tr > th.cell-status-text .row, table.full-width tr > th.cell-status-text .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-status-text .pf-element-group, table.full-width tr > th.cell-status-text .info_row, table.full-width tr > th.cell-status-text .field-rules .rules-row, .field-rules table.full-width tr > th.cell-status-text .rules-row, table.full-width tr > th.cell-status-text .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-status-text .rules-row-fixed-bottom, table.full-width tr > th.cell-status-text .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-status-text .rules-row, table.full-width tr > th.cell-status-text .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-status-text .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-text .row, table.full-width-subtable tr > th.cell-status-text .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-status-text .pf-element-group, table.full-width-subtable tr > th.cell-status-text .info_row, table.full-width-subtable tr > th.cell-status-text .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-status-text .rules-row, table.full-width-subtable tr > th.cell-status-text .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-status-text .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-status-text .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-status-text .rules-row, table.full-width-subtable tr > th.cell-status-text .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-status-text .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-status-text .col, table.full-width-subtable tr > td.cell-status-text .col, table.full-width tr > th.cell-status-text .col, table.full-width-subtable tr > th.cell-status-text .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-small .row, table.full-width tr > td.cell-small .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > td.cell-small .pf-element-group, table.full-width tr > td.cell-small .info_row, table.full-width tr > td.cell-small .field-rules .rules-row, .field-rules table.full-width tr > td.cell-small .rules-row, table.full-width tr > td.cell-small .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > td.cell-small .rules-row-fixed-bottom, table.full-width tr > td.cell-small .new-field-rule .rules-row, .new-field-rule table.full-width tr > td.cell-small .rules-row, table.full-width tr > td.cell-small .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > td.cell-small .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-small .row, table.full-width-subtable tr > td.cell-small .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > td.cell-small .pf-element-group, table.full-width-subtable tr > td.cell-small .info_row, table.full-width-subtable tr > td.cell-small .field-rules .rules-row, .field-rules table.full-width-subtable tr > td.cell-small .rules-row, table.full-width-subtable tr > td.cell-small .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > td.cell-small .rules-row-fixed-bottom, table.full-width-subtable tr > td.cell-small .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > td.cell-small .rules-row, table.full-width-subtable tr > td.cell-small .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > td.cell-small .rules-row-fixed-bottom, table.full-width tr > th.cell-small .row, table.full-width tr > th.cell-small .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width tr > th.cell-small .pf-element-group, table.full-width tr > th.cell-small .info_row, table.full-width tr > th.cell-small .field-rules .rules-row, .field-rules table.full-width tr > th.cell-small .rules-row, table.full-width tr > th.cell-small .field-rules .rules-row-fixed-bottom, .field-rules table.full-width tr > th.cell-small .rules-row-fixed-bottom, table.full-width tr > th.cell-small .new-field-rule .rules-row, .new-field-rule table.full-width tr > th.cell-small .rules-row, table.full-width tr > th.cell-small .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width tr > th.cell-small .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-small .row, table.full-width-subtable tr > th.cell-small .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 table.full-width-subtable tr > th.cell-small .pf-element-group, table.full-width-subtable tr > th.cell-small .info_row, table.full-width-subtable tr > th.cell-small .field-rules .rules-row, .field-rules table.full-width-subtable tr > th.cell-small .rules-row, table.full-width-subtable tr > th.cell-small .field-rules .rules-row-fixed-bottom, .field-rules table.full-width-subtable tr > th.cell-small .rules-row-fixed-bottom, table.full-width-subtable tr > th.cell-small .new-field-rule .rules-row, .new-field-rule table.full-width-subtable tr > th.cell-small .rules-row, table.full-width-subtable tr > th.cell-small .new-field-rule .rules-row-fixed-bottom, .new-field-rule table.full-width-subtable tr > th.cell-small .rules-row-fixed-bottom {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
table.full-width tr > td.cell-small .col, table.full-width-subtable tr > td.cell-small .col, table.full-width tr > th.cell-small .col, table.full-width-subtable tr > th.cell-small .col {
  padding: 0 2px;
  flex-grow: 0;
}
table.full-width tr > td.cell-status-icon span:not(.cell-status-text), table.full-width-subtable tr > td.cell-status-icon span:not(.cell-status-text) {
  padding-right: 10px;
}
table.full-width tr.passive, table.full-width-subtable tr.passive {
  background: #dee2e6 !important;
}

table.full-width-subtable {
  width: 100%;
}

table.table.table-first-border-0 tr:first-child th, table.table.table-first-border-0 tr:first-child td {
  border-top: 0;
}
table.table tr.sub-row th, table.table tr.sub-row td {
  border-top: 0;
}
table.table.table-y-lg th, table.table.table-y-lg td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
table.table.table-y-el th, table.table.table-y-el td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
table.table.table-x-sm th, table.table.table-x-sm td {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
table.table.table-x-0 th, table.table.table-x-0 td {
  padding-left: 0;
  padding-right: 0;
}
table.table.table-x-0 th:first-child, table.table.table-x-0 td:first-child {
  padding-left: 0.3rem;
}
table.table.table-x-0 th:last-child, table.table.table-x-0 td:last-child {
  padding-right: 0.3rem;
}
table.table.tds-m-0 td {
  margin: 0;
}
table.table.tds-mt-0 td, table.table.tds-my-0 td {
  margin-top: 0;
}
table.table.tds-mr-0 td, table.table.tds-mx-0 td {
  margin-right: 0;
}
table.table.tds-mb-0 td, table.table.tds-my-0 td {
  margin-bottom: 0;
}
table.table.tds-ml-0 td, table.table.tds-mx-0 td {
  margin-left: 0;
}
table.table.tds-m-1 td {
  margin: 0.25rem;
}
table.table.tds-mt-1 td, table.table.tds-my-1 td {
  margin-top: 0.25rem;
}
table.table.tds-mr-1 td, table.table.tds-mx-1 td {
  margin-right: 0.25rem;
}
table.table.tds-mb-1 td, table.table.tds-my-1 td {
  margin-bottom: 0.25rem;
}
table.table.tds-ml-1 td, table.table.tds-mx-1 td {
  margin-left: 0.25rem;
}
table.table.tds-m-2 td {
  margin: 0.5rem;
}
table.table.tds-mt-2 td, table.table.tds-my-2 td {
  margin-top: 0.5rem;
}
table.table.tds-mr-2 td, table.table.tds-mx-2 td {
  margin-right: 0.5rem;
}
table.table.tds-mb-2 td, table.table.tds-my-2 td {
  margin-bottom: 0.5rem;
}
table.table.tds-ml-2 td, table.table.tds-mx-2 td {
  margin-left: 0.5rem;
}
table.table.tds-m-3 td {
  margin: 1rem;
}
table.table.tds-mt-3 td, table.table.tds-my-3 td {
  margin-top: 1rem;
}
table.table.tds-mr-3 td, table.table.tds-mx-3 td {
  margin-right: 1rem;
}
table.table.tds-mb-3 td, table.table.tds-my-3 td {
  margin-bottom: 1rem;
}
table.table.tds-ml-3 td, table.table.tds-mx-3 td {
  margin-left: 1rem;
}
table.table.tds-m-4 td {
  margin: 1.5rem;
}
table.table.tds-mt-4 td, table.table.tds-my-4 td {
  margin-top: 1.5rem;
}
table.table.tds-mr-4 td, table.table.tds-mx-4 td {
  margin-right: 1.5rem;
}
table.table.tds-mb-4 td, table.table.tds-my-4 td {
  margin-bottom: 1.5rem;
}
table.table.tds-ml-4 td, table.table.tds-mx-4 td {
  margin-left: 1.5rem;
}
table.table.tds-m-5 td {
  margin: 3rem;
}
table.table.tds-mt-5 td, table.table.tds-my-5 td {
  margin-top: 3rem;
}
table.table.tds-mr-5 td, table.table.tds-mx-5 td {
  margin-right: 3rem;
}
table.table.tds-mb-5 td, table.table.tds-my-5 td {
  margin-bottom: 3rem;
}
table.table.tds-ml-5 td, table.table.tds-mx-5 td {
  margin-left: 3rem;
}
table.table.tds-p-0 td {
  padding: 0;
}
table.table.tds-pt-0 td, table.table.tds-py-0 td {
  padding-top: 0;
}
table.table.tds-pr-0 td, table.table.tds-px-0 td {
  padding-right: 0;
}
table.table.tds-pb-0 td, table.table.tds-py-0 td {
  padding-bottom: 0;
}
table.table.tds-pl-0 td, table.table.tds-px-0 td {
  padding-left: 0;
}
table.table.tds-p-1 td {
  padding: 0.25rem;
}
table.table.tds-pt-1 td, table.table.tds-py-1 td {
  padding-top: 0.25rem;
}
table.table.tds-pr-1 td, table.table.tds-px-1 td {
  padding-right: 0.25rem;
}
table.table.tds-pb-1 td, table.table.tds-py-1 td {
  padding-bottom: 0.25rem;
}
table.table.tds-pl-1 td, table.table.tds-px-1 td {
  padding-left: 0.25rem;
}
table.table.tds-p-2 td {
  padding: 0.5rem;
}
table.table.tds-pt-2 td, table.table.tds-py-2 td {
  padding-top: 0.5rem;
}
table.table.tds-pr-2 td, table.table.tds-px-2 td {
  padding-right: 0.5rem;
}
table.table.tds-pb-2 td, table.table.tds-py-2 td {
  padding-bottom: 0.5rem;
}
table.table.tds-pl-2 td, table.table.tds-px-2 td {
  padding-left: 0.5rem;
}
table.table.tds-p-3 td {
  padding: 1rem;
}
table.table.tds-pt-3 td, table.table.tds-py-3 td {
  padding-top: 1rem;
}
table.table.tds-pr-3 td, table.table.tds-px-3 td {
  padding-right: 1rem;
}
table.table.tds-pb-3 td, table.table.tds-py-3 td {
  padding-bottom: 1rem;
}
table.table.tds-pl-3 td, table.table.tds-px-3 td {
  padding-left: 1rem;
}
table.table.tds-p-4 td {
  padding: 1.5rem;
}
table.table.tds-pt-4 td, table.table.tds-py-4 td {
  padding-top: 1.5rem;
}
table.table.tds-pr-4 td, table.table.tds-px-4 td {
  padding-right: 1.5rem;
}
table.table.tds-pb-4 td, table.table.tds-py-4 td {
  padding-bottom: 1.5rem;
}
table.table.tds-pl-4 td, table.table.tds-px-4 td {
  padding-left: 1.5rem;
}
table.table.tds-p-5 td {
  padding: 3rem;
}
table.table.tds-pt-5 td, table.table.tds-py-5 td {
  padding-top: 3rem;
}
table.table.tds-pr-5 td, table.table.tds-px-5 td {
  padding-right: 3rem;
}
table.table.tds-pb-5 td, table.table.tds-py-5 td {
  padding-bottom: 3rem;
}
table.table.tds-pl-5 td, table.table.tds-px-5 td {
  padding-left: 3rem;
}
table.table.ths-m-0 th {
  margin: 0;
}
table.table.ths-mt-0 th, table.table.ths-my-0 th {
  margin-top: 0;
}
table.table.ths-mr-0 th, table.table.ths-mx-0 th {
  margin-right: 0;
}
table.table.ths-mb-0 th, table.table.ths-my-0 th {
  margin-bottom: 0;
}
table.table.ths-ml-0 th, table.table.ths-mx-0 th {
  margin-left: 0;
}
table.table.ths-m-1 th {
  margin: 0.25rem;
}
table.table.ths-mt-1 th, table.table.ths-my-1 th {
  margin-top: 0.25rem;
}
table.table.ths-mr-1 th, table.table.ths-mx-1 th {
  margin-right: 0.25rem;
}
table.table.ths-mb-1 th, table.table.ths-my-1 th {
  margin-bottom: 0.25rem;
}
table.table.ths-ml-1 th, table.table.ths-mx-1 th {
  margin-left: 0.25rem;
}
table.table.ths-m-2 th {
  margin: 0.5rem;
}
table.table.ths-mt-2 th, table.table.ths-my-2 th {
  margin-top: 0.5rem;
}
table.table.ths-mr-2 th, table.table.ths-mx-2 th {
  margin-right: 0.5rem;
}
table.table.ths-mb-2 th, table.table.ths-my-2 th {
  margin-bottom: 0.5rem;
}
table.table.ths-ml-2 th, table.table.ths-mx-2 th {
  margin-left: 0.5rem;
}
table.table.ths-m-3 th {
  margin: 1rem;
}
table.table.ths-mt-3 th, table.table.ths-my-3 th {
  margin-top: 1rem;
}
table.table.ths-mr-3 th, table.table.ths-mx-3 th {
  margin-right: 1rem;
}
table.table.ths-mb-3 th, table.table.ths-my-3 th {
  margin-bottom: 1rem;
}
table.table.ths-ml-3 th, table.table.ths-mx-3 th {
  margin-left: 1rem;
}
table.table.ths-m-4 th {
  margin: 1.5rem;
}
table.table.ths-mt-4 th, table.table.ths-my-4 th {
  margin-top: 1.5rem;
}
table.table.ths-mr-4 th, table.table.ths-mx-4 th {
  margin-right: 1.5rem;
}
table.table.ths-mb-4 th, table.table.ths-my-4 th {
  margin-bottom: 1.5rem;
}
table.table.ths-ml-4 th, table.table.ths-mx-4 th {
  margin-left: 1.5rem;
}
table.table.ths-m-5 th {
  margin: 3rem;
}
table.table.ths-mt-5 th, table.table.ths-my-5 th {
  margin-top: 3rem;
}
table.table.ths-mr-5 th, table.table.ths-mx-5 th {
  margin-right: 3rem;
}
table.table.ths-mb-5 th, table.table.ths-my-5 th {
  margin-bottom: 3rem;
}
table.table.ths-ml-5 th, table.table.ths-mx-5 th {
  margin-left: 3rem;
}
table.table.ths-p-0 th {
  padding: 0;
}
table.table.ths-pt-0 th, table.table.ths-py-0 th {
  padding-top: 0;
}
table.table.ths-pr-0 th, table.table.ths-px-0 th {
  padding-right: 0;
}
table.table.ths-pb-0 th, table.table.ths-py-0 th {
  padding-bottom: 0;
}
table.table.ths-pl-0 th, table.table.ths-px-0 th {
  padding-left: 0;
}
table.table.ths-p-1 th {
  padding: 0.25rem;
}
table.table.ths-pt-1 th, table.table.ths-py-1 th {
  padding-top: 0.25rem;
}
table.table.ths-pr-1 th, table.table.ths-px-1 th {
  padding-right: 0.25rem;
}
table.table.ths-pb-1 th, table.table.ths-py-1 th {
  padding-bottom: 0.25rem;
}
table.table.ths-pl-1 th, table.table.ths-px-1 th {
  padding-left: 0.25rem;
}
table.table.ths-p-2 th {
  padding: 0.5rem;
}
table.table.ths-pt-2 th, table.table.ths-py-2 th {
  padding-top: 0.5rem;
}
table.table.ths-pr-2 th, table.table.ths-px-2 th {
  padding-right: 0.5rem;
}
table.table.ths-pb-2 th, table.table.ths-py-2 th {
  padding-bottom: 0.5rem;
}
table.table.ths-pl-2 th, table.table.ths-px-2 th {
  padding-left: 0.5rem;
}
table.table.ths-p-3 th {
  padding: 1rem;
}
table.table.ths-pt-3 th, table.table.ths-py-3 th {
  padding-top: 1rem;
}
table.table.ths-pr-3 th, table.table.ths-px-3 th {
  padding-right: 1rem;
}
table.table.ths-pb-3 th, table.table.ths-py-3 th {
  padding-bottom: 1rem;
}
table.table.ths-pl-3 th, table.table.ths-px-3 th {
  padding-left: 1rem;
}
table.table.ths-p-4 th {
  padding: 1.5rem;
}
table.table.ths-pt-4 th, table.table.ths-py-4 th {
  padding-top: 1.5rem;
}
table.table.ths-pr-4 th, table.table.ths-px-4 th {
  padding-right: 1.5rem;
}
table.table.ths-pb-4 th, table.table.ths-py-4 th {
  padding-bottom: 1.5rem;
}
table.table.ths-pl-4 th, table.table.ths-px-4 th {
  padding-left: 1.5rem;
}
table.table.ths-p-5 th {
  padding: 3rem;
}
table.table.ths-pt-5 th, table.table.ths-py-5 th {
  padding-top: 3rem;
}
table.table.ths-pr-5 th, table.table.ths-px-5 th {
  padding-right: 3rem;
}
table.table.ths-pb-5 th, table.table.ths-py-5 th {
  padding-bottom: 3rem;
}
table.table.ths-pl-5 th, table.table.ths-px-5 th {
  padding-left: 3rem;
}
@media (min-width: 576px) {
  table.table.tds-m-sm-0 td {
    margin: 0;
  }
  table.table.tds-mt-sm-0 td, table.table.tds-my-sm-0 td {
    margin-top: 0;
  }
  table.table.tds-mr-sm-0 td, table.table.tds-mx-sm-0 td {
    margin-right: 0;
  }
  table.table.tds-mb-sm-0 td, table.table.tds-my-sm-0 td {
    margin-bottom: 0;
  }
  table.table.tds-ml-sm-0 td, table.table.tds-mx-sm-0 td {
    margin-left: 0;
  }
  table.table.tds-m-sm-1 td {
    margin: 0.25rem;
  }
  table.table.tds-mt-sm-1 td, table.table.tds-my-sm-1 td {
    margin-top: 0.25rem;
  }
  table.table.tds-mr-sm-1 td, table.table.tds-mx-sm-1 td {
    margin-right: 0.25rem;
  }
  table.table.tds-mb-sm-1 td, table.table.tds-my-sm-1 td {
    margin-bottom: 0.25rem;
  }
  table.table.tds-ml-sm-1 td, table.table.tds-mx-sm-1 td {
    margin-left: 0.25rem;
  }
  table.table.tds-m-sm-2 td {
    margin: 0.5rem;
  }
  table.table.tds-mt-sm-2 td, table.table.tds-my-sm-2 td {
    margin-top: 0.5rem;
  }
  table.table.tds-mr-sm-2 td, table.table.tds-mx-sm-2 td {
    margin-right: 0.5rem;
  }
  table.table.tds-mb-sm-2 td, table.table.tds-my-sm-2 td {
    margin-bottom: 0.5rem;
  }
  table.table.tds-ml-sm-2 td, table.table.tds-mx-sm-2 td {
    margin-left: 0.5rem;
  }
  table.table.tds-m-sm-3 td {
    margin: 1rem;
  }
  table.table.tds-mt-sm-3 td, table.table.tds-my-sm-3 td {
    margin-top: 1rem;
  }
  table.table.tds-mr-sm-3 td, table.table.tds-mx-sm-3 td {
    margin-right: 1rem;
  }
  table.table.tds-mb-sm-3 td, table.table.tds-my-sm-3 td {
    margin-bottom: 1rem;
  }
  table.table.tds-ml-sm-3 td, table.table.tds-mx-sm-3 td {
    margin-left: 1rem;
  }
  table.table.tds-m-sm-4 td {
    margin: 1.5rem;
  }
  table.table.tds-mt-sm-4 td, table.table.tds-my-sm-4 td {
    margin-top: 1.5rem;
  }
  table.table.tds-mr-sm-4 td, table.table.tds-mx-sm-4 td {
    margin-right: 1.5rem;
  }
  table.table.tds-mb-sm-4 td, table.table.tds-my-sm-4 td {
    margin-bottom: 1.5rem;
  }
  table.table.tds-ml-sm-4 td, table.table.tds-mx-sm-4 td {
    margin-left: 1.5rem;
  }
  table.table.tds-m-sm-5 td {
    margin: 3rem;
  }
  table.table.tds-mt-sm-5 td, table.table.tds-my-sm-5 td {
    margin-top: 3rem;
  }
  table.table.tds-mr-sm-5 td, table.table.tds-mx-sm-5 td {
    margin-right: 3rem;
  }
  table.table.tds-mb-sm-5 td, table.table.tds-my-sm-5 td {
    margin-bottom: 3rem;
  }
  table.table.tds-ml-sm-5 td, table.table.tds-mx-sm-5 td {
    margin-left: 3rem;
  }
  table.table.tds-p-sm-0 td {
    padding: 0;
  }
  table.table.tds-pt-sm-0 td, table.table.tds-py-sm-0 td {
    padding-top: 0;
  }
  table.table.tds-pr-sm-0 td, table.table.tds-px-sm-0 td {
    padding-right: 0;
  }
  table.table.tds-pb-sm-0 td, table.table.tds-py-sm-0 td {
    padding-bottom: 0;
  }
  table.table.tds-pl-sm-0 td, table.table.tds-px-sm-0 td {
    padding-left: 0;
  }
  table.table.tds-p-sm-1 td {
    padding: 0.25rem;
  }
  table.table.tds-pt-sm-1 td, table.table.tds-py-sm-1 td {
    padding-top: 0.25rem;
  }
  table.table.tds-pr-sm-1 td, table.table.tds-px-sm-1 td {
    padding-right: 0.25rem;
  }
  table.table.tds-pb-sm-1 td, table.table.tds-py-sm-1 td {
    padding-bottom: 0.25rem;
  }
  table.table.tds-pl-sm-1 td, table.table.tds-px-sm-1 td {
    padding-left: 0.25rem;
  }
  table.table.tds-p-sm-2 td {
    padding: 0.5rem;
  }
  table.table.tds-pt-sm-2 td, table.table.tds-py-sm-2 td {
    padding-top: 0.5rem;
  }
  table.table.tds-pr-sm-2 td, table.table.tds-px-sm-2 td {
    padding-right: 0.5rem;
  }
  table.table.tds-pb-sm-2 td, table.table.tds-py-sm-2 td {
    padding-bottom: 0.5rem;
  }
  table.table.tds-pl-sm-2 td, table.table.tds-px-sm-2 td {
    padding-left: 0.5rem;
  }
  table.table.tds-p-sm-3 td {
    padding: 1rem;
  }
  table.table.tds-pt-sm-3 td, table.table.tds-py-sm-3 td {
    padding-top: 1rem;
  }
  table.table.tds-pr-sm-3 td, table.table.tds-px-sm-3 td {
    padding-right: 1rem;
  }
  table.table.tds-pb-sm-3 td, table.table.tds-py-sm-3 td {
    padding-bottom: 1rem;
  }
  table.table.tds-pl-sm-3 td, table.table.tds-px-sm-3 td {
    padding-left: 1rem;
  }
  table.table.tds-p-sm-4 td {
    padding: 1.5rem;
  }
  table.table.tds-pt-sm-4 td, table.table.tds-py-sm-4 td {
    padding-top: 1.5rem;
  }
  table.table.tds-pr-sm-4 td, table.table.tds-px-sm-4 td {
    padding-right: 1.5rem;
  }
  table.table.tds-pb-sm-4 td, table.table.tds-py-sm-4 td {
    padding-bottom: 1.5rem;
  }
  table.table.tds-pl-sm-4 td, table.table.tds-px-sm-4 td {
    padding-left: 1.5rem;
  }
  table.table.tds-p-sm-5 td {
    padding: 3rem;
  }
  table.table.tds-pt-sm-5 td, table.table.tds-py-sm-5 td {
    padding-top: 3rem;
  }
  table.table.tds-pr-sm-5 td, table.table.tds-px-sm-5 td {
    padding-right: 3rem;
  }
  table.table.tds-pb-sm-5 td, table.table.tds-py-sm-5 td {
    padding-bottom: 3rem;
  }
  table.table.tds-pl-sm-5 td, table.table.tds-px-sm-5 td {
    padding-left: 3rem;
  }
  table.table.ths-m-sm-0 th {
    margin: 0;
  }
  table.table.ths-mt-sm-0 th, table.table.ths-my-sm-0 th {
    margin-top: 0;
  }
  table.table.ths-mr-sm-0 th, table.table.ths-mx-sm-0 th {
    margin-right: 0;
  }
  table.table.ths-mb-sm-0 th, table.table.ths-my-sm-0 th {
    margin-bottom: 0;
  }
  table.table.ths-ml-sm-0 th, table.table.ths-mx-sm-0 th {
    margin-left: 0;
  }
  table.table.ths-m-sm-1 th {
    margin: 0.25rem;
  }
  table.table.ths-mt-sm-1 th, table.table.ths-my-sm-1 th {
    margin-top: 0.25rem;
  }
  table.table.ths-mr-sm-1 th, table.table.ths-mx-sm-1 th {
    margin-right: 0.25rem;
  }
  table.table.ths-mb-sm-1 th, table.table.ths-my-sm-1 th {
    margin-bottom: 0.25rem;
  }
  table.table.ths-ml-sm-1 th, table.table.ths-mx-sm-1 th {
    margin-left: 0.25rem;
  }
  table.table.ths-m-sm-2 th {
    margin: 0.5rem;
  }
  table.table.ths-mt-sm-2 th, table.table.ths-my-sm-2 th {
    margin-top: 0.5rem;
  }
  table.table.ths-mr-sm-2 th, table.table.ths-mx-sm-2 th {
    margin-right: 0.5rem;
  }
  table.table.ths-mb-sm-2 th, table.table.ths-my-sm-2 th {
    margin-bottom: 0.5rem;
  }
  table.table.ths-ml-sm-2 th, table.table.ths-mx-sm-2 th {
    margin-left: 0.5rem;
  }
  table.table.ths-m-sm-3 th {
    margin: 1rem;
  }
  table.table.ths-mt-sm-3 th, table.table.ths-my-sm-3 th {
    margin-top: 1rem;
  }
  table.table.ths-mr-sm-3 th, table.table.ths-mx-sm-3 th {
    margin-right: 1rem;
  }
  table.table.ths-mb-sm-3 th, table.table.ths-my-sm-3 th {
    margin-bottom: 1rem;
  }
  table.table.ths-ml-sm-3 th, table.table.ths-mx-sm-3 th {
    margin-left: 1rem;
  }
  table.table.ths-m-sm-4 th {
    margin: 1.5rem;
  }
  table.table.ths-mt-sm-4 th, table.table.ths-my-sm-4 th {
    margin-top: 1.5rem;
  }
  table.table.ths-mr-sm-4 th, table.table.ths-mx-sm-4 th {
    margin-right: 1.5rem;
  }
  table.table.ths-mb-sm-4 th, table.table.ths-my-sm-4 th {
    margin-bottom: 1.5rem;
  }
  table.table.ths-ml-sm-4 th, table.table.ths-mx-sm-4 th {
    margin-left: 1.5rem;
  }
  table.table.ths-m-sm-5 th {
    margin: 3rem;
  }
  table.table.ths-mt-sm-5 th, table.table.ths-my-sm-5 th {
    margin-top: 3rem;
  }
  table.table.ths-mr-sm-5 th, table.table.ths-mx-sm-5 th {
    margin-right: 3rem;
  }
  table.table.ths-mb-sm-5 th, table.table.ths-my-sm-5 th {
    margin-bottom: 3rem;
  }
  table.table.ths-ml-sm-5 th, table.table.ths-mx-sm-5 th {
    margin-left: 3rem;
  }
  table.table.ths-p-sm-0 th {
    padding: 0;
  }
  table.table.ths-pt-sm-0 th, table.table.ths-py-sm-0 th {
    padding-top: 0;
  }
  table.table.ths-pr-sm-0 th, table.table.ths-px-sm-0 th {
    padding-right: 0;
  }
  table.table.ths-pb-sm-0 th, table.table.ths-py-sm-0 th {
    padding-bottom: 0;
  }
  table.table.ths-pl-sm-0 th, table.table.ths-px-sm-0 th {
    padding-left: 0;
  }
  table.table.ths-p-sm-1 th {
    padding: 0.25rem;
  }
  table.table.ths-pt-sm-1 th, table.table.ths-py-sm-1 th {
    padding-top: 0.25rem;
  }
  table.table.ths-pr-sm-1 th, table.table.ths-px-sm-1 th {
    padding-right: 0.25rem;
  }
  table.table.ths-pb-sm-1 th, table.table.ths-py-sm-1 th {
    padding-bottom: 0.25rem;
  }
  table.table.ths-pl-sm-1 th, table.table.ths-px-sm-1 th {
    padding-left: 0.25rem;
  }
  table.table.ths-p-sm-2 th {
    padding: 0.5rem;
  }
  table.table.ths-pt-sm-2 th, table.table.ths-py-sm-2 th {
    padding-top: 0.5rem;
  }
  table.table.ths-pr-sm-2 th, table.table.ths-px-sm-2 th {
    padding-right: 0.5rem;
  }
  table.table.ths-pb-sm-2 th, table.table.ths-py-sm-2 th {
    padding-bottom: 0.5rem;
  }
  table.table.ths-pl-sm-2 th, table.table.ths-px-sm-2 th {
    padding-left: 0.5rem;
  }
  table.table.ths-p-sm-3 th {
    padding: 1rem;
  }
  table.table.ths-pt-sm-3 th, table.table.ths-py-sm-3 th {
    padding-top: 1rem;
  }
  table.table.ths-pr-sm-3 th, table.table.ths-px-sm-3 th {
    padding-right: 1rem;
  }
  table.table.ths-pb-sm-3 th, table.table.ths-py-sm-3 th {
    padding-bottom: 1rem;
  }
  table.table.ths-pl-sm-3 th, table.table.ths-px-sm-3 th {
    padding-left: 1rem;
  }
  table.table.ths-p-sm-4 th {
    padding: 1.5rem;
  }
  table.table.ths-pt-sm-4 th, table.table.ths-py-sm-4 th {
    padding-top: 1.5rem;
  }
  table.table.ths-pr-sm-4 th, table.table.ths-px-sm-4 th {
    padding-right: 1.5rem;
  }
  table.table.ths-pb-sm-4 th, table.table.ths-py-sm-4 th {
    padding-bottom: 1.5rem;
  }
  table.table.ths-pl-sm-4 th, table.table.ths-px-sm-4 th {
    padding-left: 1.5rem;
  }
  table.table.ths-p-sm-5 th {
    padding: 3rem;
  }
  table.table.ths-pt-sm-5 th, table.table.ths-py-sm-5 th {
    padding-top: 3rem;
  }
  table.table.ths-pr-sm-5 th, table.table.ths-px-sm-5 th {
    padding-right: 3rem;
  }
  table.table.ths-pb-sm-5 th, table.table.ths-py-sm-5 th {
    padding-bottom: 3rem;
  }
  table.table.ths-pl-sm-5 th, table.table.ths-px-sm-5 th {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  table.table.tds-m-md-0 td {
    margin: 0;
  }
  table.table.tds-mt-md-0 td, table.table.tds-my-md-0 td {
    margin-top: 0;
  }
  table.table.tds-mr-md-0 td, table.table.tds-mx-md-0 td {
    margin-right: 0;
  }
  table.table.tds-mb-md-0 td, table.table.tds-my-md-0 td {
    margin-bottom: 0;
  }
  table.table.tds-ml-md-0 td, table.table.tds-mx-md-0 td {
    margin-left: 0;
  }
  table.table.tds-m-md-1 td {
    margin: 0.25rem;
  }
  table.table.tds-mt-md-1 td, table.table.tds-my-md-1 td {
    margin-top: 0.25rem;
  }
  table.table.tds-mr-md-1 td, table.table.tds-mx-md-1 td {
    margin-right: 0.25rem;
  }
  table.table.tds-mb-md-1 td, table.table.tds-my-md-1 td {
    margin-bottom: 0.25rem;
  }
  table.table.tds-ml-md-1 td, table.table.tds-mx-md-1 td {
    margin-left: 0.25rem;
  }
  table.table.tds-m-md-2 td {
    margin: 0.5rem;
  }
  table.table.tds-mt-md-2 td, table.table.tds-my-md-2 td {
    margin-top: 0.5rem;
  }
  table.table.tds-mr-md-2 td, table.table.tds-mx-md-2 td {
    margin-right: 0.5rem;
  }
  table.table.tds-mb-md-2 td, table.table.tds-my-md-2 td {
    margin-bottom: 0.5rem;
  }
  table.table.tds-ml-md-2 td, table.table.tds-mx-md-2 td {
    margin-left: 0.5rem;
  }
  table.table.tds-m-md-3 td {
    margin: 1rem;
  }
  table.table.tds-mt-md-3 td, table.table.tds-my-md-3 td {
    margin-top: 1rem;
  }
  table.table.tds-mr-md-3 td, table.table.tds-mx-md-3 td {
    margin-right: 1rem;
  }
  table.table.tds-mb-md-3 td, table.table.tds-my-md-3 td {
    margin-bottom: 1rem;
  }
  table.table.tds-ml-md-3 td, table.table.tds-mx-md-3 td {
    margin-left: 1rem;
  }
  table.table.tds-m-md-4 td {
    margin: 1.5rem;
  }
  table.table.tds-mt-md-4 td, table.table.tds-my-md-4 td {
    margin-top: 1.5rem;
  }
  table.table.tds-mr-md-4 td, table.table.tds-mx-md-4 td {
    margin-right: 1.5rem;
  }
  table.table.tds-mb-md-4 td, table.table.tds-my-md-4 td {
    margin-bottom: 1.5rem;
  }
  table.table.tds-ml-md-4 td, table.table.tds-mx-md-4 td {
    margin-left: 1.5rem;
  }
  table.table.tds-m-md-5 td {
    margin: 3rem;
  }
  table.table.tds-mt-md-5 td, table.table.tds-my-md-5 td {
    margin-top: 3rem;
  }
  table.table.tds-mr-md-5 td, table.table.tds-mx-md-5 td {
    margin-right: 3rem;
  }
  table.table.tds-mb-md-5 td, table.table.tds-my-md-5 td {
    margin-bottom: 3rem;
  }
  table.table.tds-ml-md-5 td, table.table.tds-mx-md-5 td {
    margin-left: 3rem;
  }
  table.table.tds-p-md-0 td {
    padding: 0;
  }
  table.table.tds-pt-md-0 td, table.table.tds-py-md-0 td {
    padding-top: 0;
  }
  table.table.tds-pr-md-0 td, table.table.tds-px-md-0 td {
    padding-right: 0;
  }
  table.table.tds-pb-md-0 td, table.table.tds-py-md-0 td {
    padding-bottom: 0;
  }
  table.table.tds-pl-md-0 td, table.table.tds-px-md-0 td {
    padding-left: 0;
  }
  table.table.tds-p-md-1 td {
    padding: 0.25rem;
  }
  table.table.tds-pt-md-1 td, table.table.tds-py-md-1 td {
    padding-top: 0.25rem;
  }
  table.table.tds-pr-md-1 td, table.table.tds-px-md-1 td {
    padding-right: 0.25rem;
  }
  table.table.tds-pb-md-1 td, table.table.tds-py-md-1 td {
    padding-bottom: 0.25rem;
  }
  table.table.tds-pl-md-1 td, table.table.tds-px-md-1 td {
    padding-left: 0.25rem;
  }
  table.table.tds-p-md-2 td {
    padding: 0.5rem;
  }
  table.table.tds-pt-md-2 td, table.table.tds-py-md-2 td {
    padding-top: 0.5rem;
  }
  table.table.tds-pr-md-2 td, table.table.tds-px-md-2 td {
    padding-right: 0.5rem;
  }
  table.table.tds-pb-md-2 td, table.table.tds-py-md-2 td {
    padding-bottom: 0.5rem;
  }
  table.table.tds-pl-md-2 td, table.table.tds-px-md-2 td {
    padding-left: 0.5rem;
  }
  table.table.tds-p-md-3 td {
    padding: 1rem;
  }
  table.table.tds-pt-md-3 td, table.table.tds-py-md-3 td {
    padding-top: 1rem;
  }
  table.table.tds-pr-md-3 td, table.table.tds-px-md-3 td {
    padding-right: 1rem;
  }
  table.table.tds-pb-md-3 td, table.table.tds-py-md-3 td {
    padding-bottom: 1rem;
  }
  table.table.tds-pl-md-3 td, table.table.tds-px-md-3 td {
    padding-left: 1rem;
  }
  table.table.tds-p-md-4 td {
    padding: 1.5rem;
  }
  table.table.tds-pt-md-4 td, table.table.tds-py-md-4 td {
    padding-top: 1.5rem;
  }
  table.table.tds-pr-md-4 td, table.table.tds-px-md-4 td {
    padding-right: 1.5rem;
  }
  table.table.tds-pb-md-4 td, table.table.tds-py-md-4 td {
    padding-bottom: 1.5rem;
  }
  table.table.tds-pl-md-4 td, table.table.tds-px-md-4 td {
    padding-left: 1.5rem;
  }
  table.table.tds-p-md-5 td {
    padding: 3rem;
  }
  table.table.tds-pt-md-5 td, table.table.tds-py-md-5 td {
    padding-top: 3rem;
  }
  table.table.tds-pr-md-5 td, table.table.tds-px-md-5 td {
    padding-right: 3rem;
  }
  table.table.tds-pb-md-5 td, table.table.tds-py-md-5 td {
    padding-bottom: 3rem;
  }
  table.table.tds-pl-md-5 td, table.table.tds-px-md-5 td {
    padding-left: 3rem;
  }
  table.table.ths-m-md-0 th {
    margin: 0;
  }
  table.table.ths-mt-md-0 th, table.table.ths-my-md-0 th {
    margin-top: 0;
  }
  table.table.ths-mr-md-0 th, table.table.ths-mx-md-0 th {
    margin-right: 0;
  }
  table.table.ths-mb-md-0 th, table.table.ths-my-md-0 th {
    margin-bottom: 0;
  }
  table.table.ths-ml-md-0 th, table.table.ths-mx-md-0 th {
    margin-left: 0;
  }
  table.table.ths-m-md-1 th {
    margin: 0.25rem;
  }
  table.table.ths-mt-md-1 th, table.table.ths-my-md-1 th {
    margin-top: 0.25rem;
  }
  table.table.ths-mr-md-1 th, table.table.ths-mx-md-1 th {
    margin-right: 0.25rem;
  }
  table.table.ths-mb-md-1 th, table.table.ths-my-md-1 th {
    margin-bottom: 0.25rem;
  }
  table.table.ths-ml-md-1 th, table.table.ths-mx-md-1 th {
    margin-left: 0.25rem;
  }
  table.table.ths-m-md-2 th {
    margin: 0.5rem;
  }
  table.table.ths-mt-md-2 th, table.table.ths-my-md-2 th {
    margin-top: 0.5rem;
  }
  table.table.ths-mr-md-2 th, table.table.ths-mx-md-2 th {
    margin-right: 0.5rem;
  }
  table.table.ths-mb-md-2 th, table.table.ths-my-md-2 th {
    margin-bottom: 0.5rem;
  }
  table.table.ths-ml-md-2 th, table.table.ths-mx-md-2 th {
    margin-left: 0.5rem;
  }
  table.table.ths-m-md-3 th {
    margin: 1rem;
  }
  table.table.ths-mt-md-3 th, table.table.ths-my-md-3 th {
    margin-top: 1rem;
  }
  table.table.ths-mr-md-3 th, table.table.ths-mx-md-3 th {
    margin-right: 1rem;
  }
  table.table.ths-mb-md-3 th, table.table.ths-my-md-3 th {
    margin-bottom: 1rem;
  }
  table.table.ths-ml-md-3 th, table.table.ths-mx-md-3 th {
    margin-left: 1rem;
  }
  table.table.ths-m-md-4 th {
    margin: 1.5rem;
  }
  table.table.ths-mt-md-4 th, table.table.ths-my-md-4 th {
    margin-top: 1.5rem;
  }
  table.table.ths-mr-md-4 th, table.table.ths-mx-md-4 th {
    margin-right: 1.5rem;
  }
  table.table.ths-mb-md-4 th, table.table.ths-my-md-4 th {
    margin-bottom: 1.5rem;
  }
  table.table.ths-ml-md-4 th, table.table.ths-mx-md-4 th {
    margin-left: 1.5rem;
  }
  table.table.ths-m-md-5 th {
    margin: 3rem;
  }
  table.table.ths-mt-md-5 th, table.table.ths-my-md-5 th {
    margin-top: 3rem;
  }
  table.table.ths-mr-md-5 th, table.table.ths-mx-md-5 th {
    margin-right: 3rem;
  }
  table.table.ths-mb-md-5 th, table.table.ths-my-md-5 th {
    margin-bottom: 3rem;
  }
  table.table.ths-ml-md-5 th, table.table.ths-mx-md-5 th {
    margin-left: 3rem;
  }
  table.table.ths-p-md-0 th {
    padding: 0;
  }
  table.table.ths-pt-md-0 th, table.table.ths-py-md-0 th {
    padding-top: 0;
  }
  table.table.ths-pr-md-0 th, table.table.ths-px-md-0 th {
    padding-right: 0;
  }
  table.table.ths-pb-md-0 th, table.table.ths-py-md-0 th {
    padding-bottom: 0;
  }
  table.table.ths-pl-md-0 th, table.table.ths-px-md-0 th {
    padding-left: 0;
  }
  table.table.ths-p-md-1 th {
    padding: 0.25rem;
  }
  table.table.ths-pt-md-1 th, table.table.ths-py-md-1 th {
    padding-top: 0.25rem;
  }
  table.table.ths-pr-md-1 th, table.table.ths-px-md-1 th {
    padding-right: 0.25rem;
  }
  table.table.ths-pb-md-1 th, table.table.ths-py-md-1 th {
    padding-bottom: 0.25rem;
  }
  table.table.ths-pl-md-1 th, table.table.ths-px-md-1 th {
    padding-left: 0.25rem;
  }
  table.table.ths-p-md-2 th {
    padding: 0.5rem;
  }
  table.table.ths-pt-md-2 th, table.table.ths-py-md-2 th {
    padding-top: 0.5rem;
  }
  table.table.ths-pr-md-2 th, table.table.ths-px-md-2 th {
    padding-right: 0.5rem;
  }
  table.table.ths-pb-md-2 th, table.table.ths-py-md-2 th {
    padding-bottom: 0.5rem;
  }
  table.table.ths-pl-md-2 th, table.table.ths-px-md-2 th {
    padding-left: 0.5rem;
  }
  table.table.ths-p-md-3 th {
    padding: 1rem;
  }
  table.table.ths-pt-md-3 th, table.table.ths-py-md-3 th {
    padding-top: 1rem;
  }
  table.table.ths-pr-md-3 th, table.table.ths-px-md-3 th {
    padding-right: 1rem;
  }
  table.table.ths-pb-md-3 th, table.table.ths-py-md-3 th {
    padding-bottom: 1rem;
  }
  table.table.ths-pl-md-3 th, table.table.ths-px-md-3 th {
    padding-left: 1rem;
  }
  table.table.ths-p-md-4 th {
    padding: 1.5rem;
  }
  table.table.ths-pt-md-4 th, table.table.ths-py-md-4 th {
    padding-top: 1.5rem;
  }
  table.table.ths-pr-md-4 th, table.table.ths-px-md-4 th {
    padding-right: 1.5rem;
  }
  table.table.ths-pb-md-4 th, table.table.ths-py-md-4 th {
    padding-bottom: 1.5rem;
  }
  table.table.ths-pl-md-4 th, table.table.ths-px-md-4 th {
    padding-left: 1.5rem;
  }
  table.table.ths-p-md-5 th {
    padding: 3rem;
  }
  table.table.ths-pt-md-5 th, table.table.ths-py-md-5 th {
    padding-top: 3rem;
  }
  table.table.ths-pr-md-5 th, table.table.ths-px-md-5 th {
    padding-right: 3rem;
  }
  table.table.ths-pb-md-5 th, table.table.ths-py-md-5 th {
    padding-bottom: 3rem;
  }
  table.table.ths-pl-md-5 th, table.table.ths-px-md-5 th {
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  table.table.tds-m-lg-0 td {
    margin: 0;
  }
  table.table.tds-mt-lg-0 td, table.table.tds-my-lg-0 td {
    margin-top: 0;
  }
  table.table.tds-mr-lg-0 td, table.table.tds-mx-lg-0 td {
    margin-right: 0;
  }
  table.table.tds-mb-lg-0 td, table.table.tds-my-lg-0 td {
    margin-bottom: 0;
  }
  table.table.tds-ml-lg-0 td, table.table.tds-mx-lg-0 td {
    margin-left: 0;
  }
  table.table.tds-m-lg-1 td {
    margin: 0.25rem;
  }
  table.table.tds-mt-lg-1 td, table.table.tds-my-lg-1 td {
    margin-top: 0.25rem;
  }
  table.table.tds-mr-lg-1 td, table.table.tds-mx-lg-1 td {
    margin-right: 0.25rem;
  }
  table.table.tds-mb-lg-1 td, table.table.tds-my-lg-1 td {
    margin-bottom: 0.25rem;
  }
  table.table.tds-ml-lg-1 td, table.table.tds-mx-lg-1 td {
    margin-left: 0.25rem;
  }
  table.table.tds-m-lg-2 td {
    margin: 0.5rem;
  }
  table.table.tds-mt-lg-2 td, table.table.tds-my-lg-2 td {
    margin-top: 0.5rem;
  }
  table.table.tds-mr-lg-2 td, table.table.tds-mx-lg-2 td {
    margin-right: 0.5rem;
  }
  table.table.tds-mb-lg-2 td, table.table.tds-my-lg-2 td {
    margin-bottom: 0.5rem;
  }
  table.table.tds-ml-lg-2 td, table.table.tds-mx-lg-2 td {
    margin-left: 0.5rem;
  }
  table.table.tds-m-lg-3 td {
    margin: 1rem;
  }
  table.table.tds-mt-lg-3 td, table.table.tds-my-lg-3 td {
    margin-top: 1rem;
  }
  table.table.tds-mr-lg-3 td, table.table.tds-mx-lg-3 td {
    margin-right: 1rem;
  }
  table.table.tds-mb-lg-3 td, table.table.tds-my-lg-3 td {
    margin-bottom: 1rem;
  }
  table.table.tds-ml-lg-3 td, table.table.tds-mx-lg-3 td {
    margin-left: 1rem;
  }
  table.table.tds-m-lg-4 td {
    margin: 1.5rem;
  }
  table.table.tds-mt-lg-4 td, table.table.tds-my-lg-4 td {
    margin-top: 1.5rem;
  }
  table.table.tds-mr-lg-4 td, table.table.tds-mx-lg-4 td {
    margin-right: 1.5rem;
  }
  table.table.tds-mb-lg-4 td, table.table.tds-my-lg-4 td {
    margin-bottom: 1.5rem;
  }
  table.table.tds-ml-lg-4 td, table.table.tds-mx-lg-4 td {
    margin-left: 1.5rem;
  }
  table.table.tds-m-lg-5 td {
    margin: 3rem;
  }
  table.table.tds-mt-lg-5 td, table.table.tds-my-lg-5 td {
    margin-top: 3rem;
  }
  table.table.tds-mr-lg-5 td, table.table.tds-mx-lg-5 td {
    margin-right: 3rem;
  }
  table.table.tds-mb-lg-5 td, table.table.tds-my-lg-5 td {
    margin-bottom: 3rem;
  }
  table.table.tds-ml-lg-5 td, table.table.tds-mx-lg-5 td {
    margin-left: 3rem;
  }
  table.table.tds-p-lg-0 td {
    padding: 0;
  }
  table.table.tds-pt-lg-0 td, table.table.tds-py-lg-0 td {
    padding-top: 0;
  }
  table.table.tds-pr-lg-0 td, table.table.tds-px-lg-0 td {
    padding-right: 0;
  }
  table.table.tds-pb-lg-0 td, table.table.tds-py-lg-0 td {
    padding-bottom: 0;
  }
  table.table.tds-pl-lg-0 td, table.table.tds-px-lg-0 td {
    padding-left: 0;
  }
  table.table.tds-p-lg-1 td {
    padding: 0.25rem;
  }
  table.table.tds-pt-lg-1 td, table.table.tds-py-lg-1 td {
    padding-top: 0.25rem;
  }
  table.table.tds-pr-lg-1 td, table.table.tds-px-lg-1 td {
    padding-right: 0.25rem;
  }
  table.table.tds-pb-lg-1 td, table.table.tds-py-lg-1 td {
    padding-bottom: 0.25rem;
  }
  table.table.tds-pl-lg-1 td, table.table.tds-px-lg-1 td {
    padding-left: 0.25rem;
  }
  table.table.tds-p-lg-2 td {
    padding: 0.5rem;
  }
  table.table.tds-pt-lg-2 td, table.table.tds-py-lg-2 td {
    padding-top: 0.5rem;
  }
  table.table.tds-pr-lg-2 td, table.table.tds-px-lg-2 td {
    padding-right: 0.5rem;
  }
  table.table.tds-pb-lg-2 td, table.table.tds-py-lg-2 td {
    padding-bottom: 0.5rem;
  }
  table.table.tds-pl-lg-2 td, table.table.tds-px-lg-2 td {
    padding-left: 0.5rem;
  }
  table.table.tds-p-lg-3 td {
    padding: 1rem;
  }
  table.table.tds-pt-lg-3 td, table.table.tds-py-lg-3 td {
    padding-top: 1rem;
  }
  table.table.tds-pr-lg-3 td, table.table.tds-px-lg-3 td {
    padding-right: 1rem;
  }
  table.table.tds-pb-lg-3 td, table.table.tds-py-lg-3 td {
    padding-bottom: 1rem;
  }
  table.table.tds-pl-lg-3 td, table.table.tds-px-lg-3 td {
    padding-left: 1rem;
  }
  table.table.tds-p-lg-4 td {
    padding: 1.5rem;
  }
  table.table.tds-pt-lg-4 td, table.table.tds-py-lg-4 td {
    padding-top: 1.5rem;
  }
  table.table.tds-pr-lg-4 td, table.table.tds-px-lg-4 td {
    padding-right: 1.5rem;
  }
  table.table.tds-pb-lg-4 td, table.table.tds-py-lg-4 td {
    padding-bottom: 1.5rem;
  }
  table.table.tds-pl-lg-4 td, table.table.tds-px-lg-4 td {
    padding-left: 1.5rem;
  }
  table.table.tds-p-lg-5 td {
    padding: 3rem;
  }
  table.table.tds-pt-lg-5 td, table.table.tds-py-lg-5 td {
    padding-top: 3rem;
  }
  table.table.tds-pr-lg-5 td, table.table.tds-px-lg-5 td {
    padding-right: 3rem;
  }
  table.table.tds-pb-lg-5 td, table.table.tds-py-lg-5 td {
    padding-bottom: 3rem;
  }
  table.table.tds-pl-lg-5 td, table.table.tds-px-lg-5 td {
    padding-left: 3rem;
  }
  table.table.ths-m-lg-0 th {
    margin: 0;
  }
  table.table.ths-mt-lg-0 th, table.table.ths-my-lg-0 th {
    margin-top: 0;
  }
  table.table.ths-mr-lg-0 th, table.table.ths-mx-lg-0 th {
    margin-right: 0;
  }
  table.table.ths-mb-lg-0 th, table.table.ths-my-lg-0 th {
    margin-bottom: 0;
  }
  table.table.ths-ml-lg-0 th, table.table.ths-mx-lg-0 th {
    margin-left: 0;
  }
  table.table.ths-m-lg-1 th {
    margin: 0.25rem;
  }
  table.table.ths-mt-lg-1 th, table.table.ths-my-lg-1 th {
    margin-top: 0.25rem;
  }
  table.table.ths-mr-lg-1 th, table.table.ths-mx-lg-1 th {
    margin-right: 0.25rem;
  }
  table.table.ths-mb-lg-1 th, table.table.ths-my-lg-1 th {
    margin-bottom: 0.25rem;
  }
  table.table.ths-ml-lg-1 th, table.table.ths-mx-lg-1 th {
    margin-left: 0.25rem;
  }
  table.table.ths-m-lg-2 th {
    margin: 0.5rem;
  }
  table.table.ths-mt-lg-2 th, table.table.ths-my-lg-2 th {
    margin-top: 0.5rem;
  }
  table.table.ths-mr-lg-2 th, table.table.ths-mx-lg-2 th {
    margin-right: 0.5rem;
  }
  table.table.ths-mb-lg-2 th, table.table.ths-my-lg-2 th {
    margin-bottom: 0.5rem;
  }
  table.table.ths-ml-lg-2 th, table.table.ths-mx-lg-2 th {
    margin-left: 0.5rem;
  }
  table.table.ths-m-lg-3 th {
    margin: 1rem;
  }
  table.table.ths-mt-lg-3 th, table.table.ths-my-lg-3 th {
    margin-top: 1rem;
  }
  table.table.ths-mr-lg-3 th, table.table.ths-mx-lg-3 th {
    margin-right: 1rem;
  }
  table.table.ths-mb-lg-3 th, table.table.ths-my-lg-3 th {
    margin-bottom: 1rem;
  }
  table.table.ths-ml-lg-3 th, table.table.ths-mx-lg-3 th {
    margin-left: 1rem;
  }
  table.table.ths-m-lg-4 th {
    margin: 1.5rem;
  }
  table.table.ths-mt-lg-4 th, table.table.ths-my-lg-4 th {
    margin-top: 1.5rem;
  }
  table.table.ths-mr-lg-4 th, table.table.ths-mx-lg-4 th {
    margin-right: 1.5rem;
  }
  table.table.ths-mb-lg-4 th, table.table.ths-my-lg-4 th {
    margin-bottom: 1.5rem;
  }
  table.table.ths-ml-lg-4 th, table.table.ths-mx-lg-4 th {
    margin-left: 1.5rem;
  }
  table.table.ths-m-lg-5 th {
    margin: 3rem;
  }
  table.table.ths-mt-lg-5 th, table.table.ths-my-lg-5 th {
    margin-top: 3rem;
  }
  table.table.ths-mr-lg-5 th, table.table.ths-mx-lg-5 th {
    margin-right: 3rem;
  }
  table.table.ths-mb-lg-5 th, table.table.ths-my-lg-5 th {
    margin-bottom: 3rem;
  }
  table.table.ths-ml-lg-5 th, table.table.ths-mx-lg-5 th {
    margin-left: 3rem;
  }
  table.table.ths-p-lg-0 th {
    padding: 0;
  }
  table.table.ths-pt-lg-0 th, table.table.ths-py-lg-0 th {
    padding-top: 0;
  }
  table.table.ths-pr-lg-0 th, table.table.ths-px-lg-0 th {
    padding-right: 0;
  }
  table.table.ths-pb-lg-0 th, table.table.ths-py-lg-0 th {
    padding-bottom: 0;
  }
  table.table.ths-pl-lg-0 th, table.table.ths-px-lg-0 th {
    padding-left: 0;
  }
  table.table.ths-p-lg-1 th {
    padding: 0.25rem;
  }
  table.table.ths-pt-lg-1 th, table.table.ths-py-lg-1 th {
    padding-top: 0.25rem;
  }
  table.table.ths-pr-lg-1 th, table.table.ths-px-lg-1 th {
    padding-right: 0.25rem;
  }
  table.table.ths-pb-lg-1 th, table.table.ths-py-lg-1 th {
    padding-bottom: 0.25rem;
  }
  table.table.ths-pl-lg-1 th, table.table.ths-px-lg-1 th {
    padding-left: 0.25rem;
  }
  table.table.ths-p-lg-2 th {
    padding: 0.5rem;
  }
  table.table.ths-pt-lg-2 th, table.table.ths-py-lg-2 th {
    padding-top: 0.5rem;
  }
  table.table.ths-pr-lg-2 th, table.table.ths-px-lg-2 th {
    padding-right: 0.5rem;
  }
  table.table.ths-pb-lg-2 th, table.table.ths-py-lg-2 th {
    padding-bottom: 0.5rem;
  }
  table.table.ths-pl-lg-2 th, table.table.ths-px-lg-2 th {
    padding-left: 0.5rem;
  }
  table.table.ths-p-lg-3 th {
    padding: 1rem;
  }
  table.table.ths-pt-lg-3 th, table.table.ths-py-lg-3 th {
    padding-top: 1rem;
  }
  table.table.ths-pr-lg-3 th, table.table.ths-px-lg-3 th {
    padding-right: 1rem;
  }
  table.table.ths-pb-lg-3 th, table.table.ths-py-lg-3 th {
    padding-bottom: 1rem;
  }
  table.table.ths-pl-lg-3 th, table.table.ths-px-lg-3 th {
    padding-left: 1rem;
  }
  table.table.ths-p-lg-4 th {
    padding: 1.5rem;
  }
  table.table.ths-pt-lg-4 th, table.table.ths-py-lg-4 th {
    padding-top: 1.5rem;
  }
  table.table.ths-pr-lg-4 th, table.table.ths-px-lg-4 th {
    padding-right: 1.5rem;
  }
  table.table.ths-pb-lg-4 th, table.table.ths-py-lg-4 th {
    padding-bottom: 1.5rem;
  }
  table.table.ths-pl-lg-4 th, table.table.ths-px-lg-4 th {
    padding-left: 1.5rem;
  }
  table.table.ths-p-lg-5 th {
    padding: 3rem;
  }
  table.table.ths-pt-lg-5 th, table.table.ths-py-lg-5 th {
    padding-top: 3rem;
  }
  table.table.ths-pr-lg-5 th, table.table.ths-px-lg-5 th {
    padding-right: 3rem;
  }
  table.table.ths-pb-lg-5 th, table.table.ths-py-lg-5 th {
    padding-bottom: 3rem;
  }
  table.table.ths-pl-lg-5 th, table.table.ths-px-lg-5 th {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  table.table.tds-m-xl-0 td {
    margin: 0;
  }
  table.table.tds-mt-xl-0 td, table.table.tds-my-xl-0 td {
    margin-top: 0;
  }
  table.table.tds-mr-xl-0 td, table.table.tds-mx-xl-0 td {
    margin-right: 0;
  }
  table.table.tds-mb-xl-0 td, table.table.tds-my-xl-0 td {
    margin-bottom: 0;
  }
  table.table.tds-ml-xl-0 td, table.table.tds-mx-xl-0 td {
    margin-left: 0;
  }
  table.table.tds-m-xl-1 td {
    margin: 0.25rem;
  }
  table.table.tds-mt-xl-1 td, table.table.tds-my-xl-1 td {
    margin-top: 0.25rem;
  }
  table.table.tds-mr-xl-1 td, table.table.tds-mx-xl-1 td {
    margin-right: 0.25rem;
  }
  table.table.tds-mb-xl-1 td, table.table.tds-my-xl-1 td {
    margin-bottom: 0.25rem;
  }
  table.table.tds-ml-xl-1 td, table.table.tds-mx-xl-1 td {
    margin-left: 0.25rem;
  }
  table.table.tds-m-xl-2 td {
    margin: 0.5rem;
  }
  table.table.tds-mt-xl-2 td, table.table.tds-my-xl-2 td {
    margin-top: 0.5rem;
  }
  table.table.tds-mr-xl-2 td, table.table.tds-mx-xl-2 td {
    margin-right: 0.5rem;
  }
  table.table.tds-mb-xl-2 td, table.table.tds-my-xl-2 td {
    margin-bottom: 0.5rem;
  }
  table.table.tds-ml-xl-2 td, table.table.tds-mx-xl-2 td {
    margin-left: 0.5rem;
  }
  table.table.tds-m-xl-3 td {
    margin: 1rem;
  }
  table.table.tds-mt-xl-3 td, table.table.tds-my-xl-3 td {
    margin-top: 1rem;
  }
  table.table.tds-mr-xl-3 td, table.table.tds-mx-xl-3 td {
    margin-right: 1rem;
  }
  table.table.tds-mb-xl-3 td, table.table.tds-my-xl-3 td {
    margin-bottom: 1rem;
  }
  table.table.tds-ml-xl-3 td, table.table.tds-mx-xl-3 td {
    margin-left: 1rem;
  }
  table.table.tds-m-xl-4 td {
    margin: 1.5rem;
  }
  table.table.tds-mt-xl-4 td, table.table.tds-my-xl-4 td {
    margin-top: 1.5rem;
  }
  table.table.tds-mr-xl-4 td, table.table.tds-mx-xl-4 td {
    margin-right: 1.5rem;
  }
  table.table.tds-mb-xl-4 td, table.table.tds-my-xl-4 td {
    margin-bottom: 1.5rem;
  }
  table.table.tds-ml-xl-4 td, table.table.tds-mx-xl-4 td {
    margin-left: 1.5rem;
  }
  table.table.tds-m-xl-5 td {
    margin: 3rem;
  }
  table.table.tds-mt-xl-5 td, table.table.tds-my-xl-5 td {
    margin-top: 3rem;
  }
  table.table.tds-mr-xl-5 td, table.table.tds-mx-xl-5 td {
    margin-right: 3rem;
  }
  table.table.tds-mb-xl-5 td, table.table.tds-my-xl-5 td {
    margin-bottom: 3rem;
  }
  table.table.tds-ml-xl-5 td, table.table.tds-mx-xl-5 td {
    margin-left: 3rem;
  }
  table.table.tds-p-xl-0 td {
    padding: 0;
  }
  table.table.tds-pt-xl-0 td, table.table.tds-py-xl-0 td {
    padding-top: 0;
  }
  table.table.tds-pr-xl-0 td, table.table.tds-px-xl-0 td {
    padding-right: 0;
  }
  table.table.tds-pb-xl-0 td, table.table.tds-py-xl-0 td {
    padding-bottom: 0;
  }
  table.table.tds-pl-xl-0 td, table.table.tds-px-xl-0 td {
    padding-left: 0;
  }
  table.table.tds-p-xl-1 td {
    padding: 0.25rem;
  }
  table.table.tds-pt-xl-1 td, table.table.tds-py-xl-1 td {
    padding-top: 0.25rem;
  }
  table.table.tds-pr-xl-1 td, table.table.tds-px-xl-1 td {
    padding-right: 0.25rem;
  }
  table.table.tds-pb-xl-1 td, table.table.tds-py-xl-1 td {
    padding-bottom: 0.25rem;
  }
  table.table.tds-pl-xl-1 td, table.table.tds-px-xl-1 td {
    padding-left: 0.25rem;
  }
  table.table.tds-p-xl-2 td {
    padding: 0.5rem;
  }
  table.table.tds-pt-xl-2 td, table.table.tds-py-xl-2 td {
    padding-top: 0.5rem;
  }
  table.table.tds-pr-xl-2 td, table.table.tds-px-xl-2 td {
    padding-right: 0.5rem;
  }
  table.table.tds-pb-xl-2 td, table.table.tds-py-xl-2 td {
    padding-bottom: 0.5rem;
  }
  table.table.tds-pl-xl-2 td, table.table.tds-px-xl-2 td {
    padding-left: 0.5rem;
  }
  table.table.tds-p-xl-3 td {
    padding: 1rem;
  }
  table.table.tds-pt-xl-3 td, table.table.tds-py-xl-3 td {
    padding-top: 1rem;
  }
  table.table.tds-pr-xl-3 td, table.table.tds-px-xl-3 td {
    padding-right: 1rem;
  }
  table.table.tds-pb-xl-3 td, table.table.tds-py-xl-3 td {
    padding-bottom: 1rem;
  }
  table.table.tds-pl-xl-3 td, table.table.tds-px-xl-3 td {
    padding-left: 1rem;
  }
  table.table.tds-p-xl-4 td {
    padding: 1.5rem;
  }
  table.table.tds-pt-xl-4 td, table.table.tds-py-xl-4 td {
    padding-top: 1.5rem;
  }
  table.table.tds-pr-xl-4 td, table.table.tds-px-xl-4 td {
    padding-right: 1.5rem;
  }
  table.table.tds-pb-xl-4 td, table.table.tds-py-xl-4 td {
    padding-bottom: 1.5rem;
  }
  table.table.tds-pl-xl-4 td, table.table.tds-px-xl-4 td {
    padding-left: 1.5rem;
  }
  table.table.tds-p-xl-5 td {
    padding: 3rem;
  }
  table.table.tds-pt-xl-5 td, table.table.tds-py-xl-5 td {
    padding-top: 3rem;
  }
  table.table.tds-pr-xl-5 td, table.table.tds-px-xl-5 td {
    padding-right: 3rem;
  }
  table.table.tds-pb-xl-5 td, table.table.tds-py-xl-5 td {
    padding-bottom: 3rem;
  }
  table.table.tds-pl-xl-5 td, table.table.tds-px-xl-5 td {
    padding-left: 3rem;
  }
  table.table.ths-m-xl-0 th {
    margin: 0;
  }
  table.table.ths-mt-xl-0 th, table.table.ths-my-xl-0 th {
    margin-top: 0;
  }
  table.table.ths-mr-xl-0 th, table.table.ths-mx-xl-0 th {
    margin-right: 0;
  }
  table.table.ths-mb-xl-0 th, table.table.ths-my-xl-0 th {
    margin-bottom: 0;
  }
  table.table.ths-ml-xl-0 th, table.table.ths-mx-xl-0 th {
    margin-left: 0;
  }
  table.table.ths-m-xl-1 th {
    margin: 0.25rem;
  }
  table.table.ths-mt-xl-1 th, table.table.ths-my-xl-1 th {
    margin-top: 0.25rem;
  }
  table.table.ths-mr-xl-1 th, table.table.ths-mx-xl-1 th {
    margin-right: 0.25rem;
  }
  table.table.ths-mb-xl-1 th, table.table.ths-my-xl-1 th {
    margin-bottom: 0.25rem;
  }
  table.table.ths-ml-xl-1 th, table.table.ths-mx-xl-1 th {
    margin-left: 0.25rem;
  }
  table.table.ths-m-xl-2 th {
    margin: 0.5rem;
  }
  table.table.ths-mt-xl-2 th, table.table.ths-my-xl-2 th {
    margin-top: 0.5rem;
  }
  table.table.ths-mr-xl-2 th, table.table.ths-mx-xl-2 th {
    margin-right: 0.5rem;
  }
  table.table.ths-mb-xl-2 th, table.table.ths-my-xl-2 th {
    margin-bottom: 0.5rem;
  }
  table.table.ths-ml-xl-2 th, table.table.ths-mx-xl-2 th {
    margin-left: 0.5rem;
  }
  table.table.ths-m-xl-3 th {
    margin: 1rem;
  }
  table.table.ths-mt-xl-3 th, table.table.ths-my-xl-3 th {
    margin-top: 1rem;
  }
  table.table.ths-mr-xl-3 th, table.table.ths-mx-xl-3 th {
    margin-right: 1rem;
  }
  table.table.ths-mb-xl-3 th, table.table.ths-my-xl-3 th {
    margin-bottom: 1rem;
  }
  table.table.ths-ml-xl-3 th, table.table.ths-mx-xl-3 th {
    margin-left: 1rem;
  }
  table.table.ths-m-xl-4 th {
    margin: 1.5rem;
  }
  table.table.ths-mt-xl-4 th, table.table.ths-my-xl-4 th {
    margin-top: 1.5rem;
  }
  table.table.ths-mr-xl-4 th, table.table.ths-mx-xl-4 th {
    margin-right: 1.5rem;
  }
  table.table.ths-mb-xl-4 th, table.table.ths-my-xl-4 th {
    margin-bottom: 1.5rem;
  }
  table.table.ths-ml-xl-4 th, table.table.ths-mx-xl-4 th {
    margin-left: 1.5rem;
  }
  table.table.ths-m-xl-5 th {
    margin: 3rem;
  }
  table.table.ths-mt-xl-5 th, table.table.ths-my-xl-5 th {
    margin-top: 3rem;
  }
  table.table.ths-mr-xl-5 th, table.table.ths-mx-xl-5 th {
    margin-right: 3rem;
  }
  table.table.ths-mb-xl-5 th, table.table.ths-my-xl-5 th {
    margin-bottom: 3rem;
  }
  table.table.ths-ml-xl-5 th, table.table.ths-mx-xl-5 th {
    margin-left: 3rem;
  }
  table.table.ths-p-xl-0 th {
    padding: 0;
  }
  table.table.ths-pt-xl-0 th, table.table.ths-py-xl-0 th {
    padding-top: 0;
  }
  table.table.ths-pr-xl-0 th, table.table.ths-px-xl-0 th {
    padding-right: 0;
  }
  table.table.ths-pb-xl-0 th, table.table.ths-py-xl-0 th {
    padding-bottom: 0;
  }
  table.table.ths-pl-xl-0 th, table.table.ths-px-xl-0 th {
    padding-left: 0;
  }
  table.table.ths-p-xl-1 th {
    padding: 0.25rem;
  }
  table.table.ths-pt-xl-1 th, table.table.ths-py-xl-1 th {
    padding-top: 0.25rem;
  }
  table.table.ths-pr-xl-1 th, table.table.ths-px-xl-1 th {
    padding-right: 0.25rem;
  }
  table.table.ths-pb-xl-1 th, table.table.ths-py-xl-1 th {
    padding-bottom: 0.25rem;
  }
  table.table.ths-pl-xl-1 th, table.table.ths-px-xl-1 th {
    padding-left: 0.25rem;
  }
  table.table.ths-p-xl-2 th {
    padding: 0.5rem;
  }
  table.table.ths-pt-xl-2 th, table.table.ths-py-xl-2 th {
    padding-top: 0.5rem;
  }
  table.table.ths-pr-xl-2 th, table.table.ths-px-xl-2 th {
    padding-right: 0.5rem;
  }
  table.table.ths-pb-xl-2 th, table.table.ths-py-xl-2 th {
    padding-bottom: 0.5rem;
  }
  table.table.ths-pl-xl-2 th, table.table.ths-px-xl-2 th {
    padding-left: 0.5rem;
  }
  table.table.ths-p-xl-3 th {
    padding: 1rem;
  }
  table.table.ths-pt-xl-3 th, table.table.ths-py-xl-3 th {
    padding-top: 1rem;
  }
  table.table.ths-pr-xl-3 th, table.table.ths-px-xl-3 th {
    padding-right: 1rem;
  }
  table.table.ths-pb-xl-3 th, table.table.ths-py-xl-3 th {
    padding-bottom: 1rem;
  }
  table.table.ths-pl-xl-3 th, table.table.ths-px-xl-3 th {
    padding-left: 1rem;
  }
  table.table.ths-p-xl-4 th {
    padding: 1.5rem;
  }
  table.table.ths-pt-xl-4 th, table.table.ths-py-xl-4 th {
    padding-top: 1.5rem;
  }
  table.table.ths-pr-xl-4 th, table.table.ths-px-xl-4 th {
    padding-right: 1.5rem;
  }
  table.table.ths-pb-xl-4 th, table.table.ths-py-xl-4 th {
    padding-bottom: 1.5rem;
  }
  table.table.ths-pl-xl-4 th, table.table.ths-px-xl-4 th {
    padding-left: 1.5rem;
  }
  table.table.ths-p-xl-5 th {
    padding: 3rem;
  }
  table.table.ths-pt-xl-5 th, table.table.ths-py-xl-5 th {
    padding-top: 3rem;
  }
  table.table.ths-pr-xl-5 th, table.table.ths-px-xl-5 th {
    padding-right: 3rem;
  }
  table.table.ths-pb-xl-5 th, table.table.ths-py-xl-5 th {
    padding-bottom: 3rem;
  }
  table.table.ths-pl-xl-5 th, table.table.ths-px-xl-5 th {
    padding-left: 3rem;
  }
}
@media (min-width: 1400px) {
  table.table.tds-m-xxl-0 td {
    margin: 0;
  }
  table.table.tds-mt-xxl-0 td, table.table.tds-my-xxl-0 td {
    margin-top: 0;
  }
  table.table.tds-mr-xxl-0 td, table.table.tds-mx-xxl-0 td {
    margin-right: 0;
  }
  table.table.tds-mb-xxl-0 td, table.table.tds-my-xxl-0 td {
    margin-bottom: 0;
  }
  table.table.tds-ml-xxl-0 td, table.table.tds-mx-xxl-0 td {
    margin-left: 0;
  }
  table.table.tds-m-xxl-1 td {
    margin: 0.25rem;
  }
  table.table.tds-mt-xxl-1 td, table.table.tds-my-xxl-1 td {
    margin-top: 0.25rem;
  }
  table.table.tds-mr-xxl-1 td, table.table.tds-mx-xxl-1 td {
    margin-right: 0.25rem;
  }
  table.table.tds-mb-xxl-1 td, table.table.tds-my-xxl-1 td {
    margin-bottom: 0.25rem;
  }
  table.table.tds-ml-xxl-1 td, table.table.tds-mx-xxl-1 td {
    margin-left: 0.25rem;
  }
  table.table.tds-m-xxl-2 td {
    margin: 0.5rem;
  }
  table.table.tds-mt-xxl-2 td, table.table.tds-my-xxl-2 td {
    margin-top: 0.5rem;
  }
  table.table.tds-mr-xxl-2 td, table.table.tds-mx-xxl-2 td {
    margin-right: 0.5rem;
  }
  table.table.tds-mb-xxl-2 td, table.table.tds-my-xxl-2 td {
    margin-bottom: 0.5rem;
  }
  table.table.tds-ml-xxl-2 td, table.table.tds-mx-xxl-2 td {
    margin-left: 0.5rem;
  }
  table.table.tds-m-xxl-3 td {
    margin: 1rem;
  }
  table.table.tds-mt-xxl-3 td, table.table.tds-my-xxl-3 td {
    margin-top: 1rem;
  }
  table.table.tds-mr-xxl-3 td, table.table.tds-mx-xxl-3 td {
    margin-right: 1rem;
  }
  table.table.tds-mb-xxl-3 td, table.table.tds-my-xxl-3 td {
    margin-bottom: 1rem;
  }
  table.table.tds-ml-xxl-3 td, table.table.tds-mx-xxl-3 td {
    margin-left: 1rem;
  }
  table.table.tds-m-xxl-4 td {
    margin: 1.5rem;
  }
  table.table.tds-mt-xxl-4 td, table.table.tds-my-xxl-4 td {
    margin-top: 1.5rem;
  }
  table.table.tds-mr-xxl-4 td, table.table.tds-mx-xxl-4 td {
    margin-right: 1.5rem;
  }
  table.table.tds-mb-xxl-4 td, table.table.tds-my-xxl-4 td {
    margin-bottom: 1.5rem;
  }
  table.table.tds-ml-xxl-4 td, table.table.tds-mx-xxl-4 td {
    margin-left: 1.5rem;
  }
  table.table.tds-m-xxl-5 td {
    margin: 3rem;
  }
  table.table.tds-mt-xxl-5 td, table.table.tds-my-xxl-5 td {
    margin-top: 3rem;
  }
  table.table.tds-mr-xxl-5 td, table.table.tds-mx-xxl-5 td {
    margin-right: 3rem;
  }
  table.table.tds-mb-xxl-5 td, table.table.tds-my-xxl-5 td {
    margin-bottom: 3rem;
  }
  table.table.tds-ml-xxl-5 td, table.table.tds-mx-xxl-5 td {
    margin-left: 3rem;
  }
  table.table.tds-p-xxl-0 td {
    padding: 0;
  }
  table.table.tds-pt-xxl-0 td, table.table.tds-py-xxl-0 td {
    padding-top: 0;
  }
  table.table.tds-pr-xxl-0 td, table.table.tds-px-xxl-0 td {
    padding-right: 0;
  }
  table.table.tds-pb-xxl-0 td, table.table.tds-py-xxl-0 td {
    padding-bottom: 0;
  }
  table.table.tds-pl-xxl-0 td, table.table.tds-px-xxl-0 td {
    padding-left: 0;
  }
  table.table.tds-p-xxl-1 td {
    padding: 0.25rem;
  }
  table.table.tds-pt-xxl-1 td, table.table.tds-py-xxl-1 td {
    padding-top: 0.25rem;
  }
  table.table.tds-pr-xxl-1 td, table.table.tds-px-xxl-1 td {
    padding-right: 0.25rem;
  }
  table.table.tds-pb-xxl-1 td, table.table.tds-py-xxl-1 td {
    padding-bottom: 0.25rem;
  }
  table.table.tds-pl-xxl-1 td, table.table.tds-px-xxl-1 td {
    padding-left: 0.25rem;
  }
  table.table.tds-p-xxl-2 td {
    padding: 0.5rem;
  }
  table.table.tds-pt-xxl-2 td, table.table.tds-py-xxl-2 td {
    padding-top: 0.5rem;
  }
  table.table.tds-pr-xxl-2 td, table.table.tds-px-xxl-2 td {
    padding-right: 0.5rem;
  }
  table.table.tds-pb-xxl-2 td, table.table.tds-py-xxl-2 td {
    padding-bottom: 0.5rem;
  }
  table.table.tds-pl-xxl-2 td, table.table.tds-px-xxl-2 td {
    padding-left: 0.5rem;
  }
  table.table.tds-p-xxl-3 td {
    padding: 1rem;
  }
  table.table.tds-pt-xxl-3 td, table.table.tds-py-xxl-3 td {
    padding-top: 1rem;
  }
  table.table.tds-pr-xxl-3 td, table.table.tds-px-xxl-3 td {
    padding-right: 1rem;
  }
  table.table.tds-pb-xxl-3 td, table.table.tds-py-xxl-3 td {
    padding-bottom: 1rem;
  }
  table.table.tds-pl-xxl-3 td, table.table.tds-px-xxl-3 td {
    padding-left: 1rem;
  }
  table.table.tds-p-xxl-4 td {
    padding: 1.5rem;
  }
  table.table.tds-pt-xxl-4 td, table.table.tds-py-xxl-4 td {
    padding-top: 1.5rem;
  }
  table.table.tds-pr-xxl-4 td, table.table.tds-px-xxl-4 td {
    padding-right: 1.5rem;
  }
  table.table.tds-pb-xxl-4 td, table.table.tds-py-xxl-4 td {
    padding-bottom: 1.5rem;
  }
  table.table.tds-pl-xxl-4 td, table.table.tds-px-xxl-4 td {
    padding-left: 1.5rem;
  }
  table.table.tds-p-xxl-5 td {
    padding: 3rem;
  }
  table.table.tds-pt-xxl-5 td, table.table.tds-py-xxl-5 td {
    padding-top: 3rem;
  }
  table.table.tds-pr-xxl-5 td, table.table.tds-px-xxl-5 td {
    padding-right: 3rem;
  }
  table.table.tds-pb-xxl-5 td, table.table.tds-py-xxl-5 td {
    padding-bottom: 3rem;
  }
  table.table.tds-pl-xxl-5 td, table.table.tds-px-xxl-5 td {
    padding-left: 3rem;
  }
  table.table.ths-m-xxl-0 th {
    margin: 0;
  }
  table.table.ths-mt-xxl-0 th, table.table.ths-my-xxl-0 th {
    margin-top: 0;
  }
  table.table.ths-mr-xxl-0 th, table.table.ths-mx-xxl-0 th {
    margin-right: 0;
  }
  table.table.ths-mb-xxl-0 th, table.table.ths-my-xxl-0 th {
    margin-bottom: 0;
  }
  table.table.ths-ml-xxl-0 th, table.table.ths-mx-xxl-0 th {
    margin-left: 0;
  }
  table.table.ths-m-xxl-1 th {
    margin: 0.25rem;
  }
  table.table.ths-mt-xxl-1 th, table.table.ths-my-xxl-1 th {
    margin-top: 0.25rem;
  }
  table.table.ths-mr-xxl-1 th, table.table.ths-mx-xxl-1 th {
    margin-right: 0.25rem;
  }
  table.table.ths-mb-xxl-1 th, table.table.ths-my-xxl-1 th {
    margin-bottom: 0.25rem;
  }
  table.table.ths-ml-xxl-1 th, table.table.ths-mx-xxl-1 th {
    margin-left: 0.25rem;
  }
  table.table.ths-m-xxl-2 th {
    margin: 0.5rem;
  }
  table.table.ths-mt-xxl-2 th, table.table.ths-my-xxl-2 th {
    margin-top: 0.5rem;
  }
  table.table.ths-mr-xxl-2 th, table.table.ths-mx-xxl-2 th {
    margin-right: 0.5rem;
  }
  table.table.ths-mb-xxl-2 th, table.table.ths-my-xxl-2 th {
    margin-bottom: 0.5rem;
  }
  table.table.ths-ml-xxl-2 th, table.table.ths-mx-xxl-2 th {
    margin-left: 0.5rem;
  }
  table.table.ths-m-xxl-3 th {
    margin: 1rem;
  }
  table.table.ths-mt-xxl-3 th, table.table.ths-my-xxl-3 th {
    margin-top: 1rem;
  }
  table.table.ths-mr-xxl-3 th, table.table.ths-mx-xxl-3 th {
    margin-right: 1rem;
  }
  table.table.ths-mb-xxl-3 th, table.table.ths-my-xxl-3 th {
    margin-bottom: 1rem;
  }
  table.table.ths-ml-xxl-3 th, table.table.ths-mx-xxl-3 th {
    margin-left: 1rem;
  }
  table.table.ths-m-xxl-4 th {
    margin: 1.5rem;
  }
  table.table.ths-mt-xxl-4 th, table.table.ths-my-xxl-4 th {
    margin-top: 1.5rem;
  }
  table.table.ths-mr-xxl-4 th, table.table.ths-mx-xxl-4 th {
    margin-right: 1.5rem;
  }
  table.table.ths-mb-xxl-4 th, table.table.ths-my-xxl-4 th {
    margin-bottom: 1.5rem;
  }
  table.table.ths-ml-xxl-4 th, table.table.ths-mx-xxl-4 th {
    margin-left: 1.5rem;
  }
  table.table.ths-m-xxl-5 th {
    margin: 3rem;
  }
  table.table.ths-mt-xxl-5 th, table.table.ths-my-xxl-5 th {
    margin-top: 3rem;
  }
  table.table.ths-mr-xxl-5 th, table.table.ths-mx-xxl-5 th {
    margin-right: 3rem;
  }
  table.table.ths-mb-xxl-5 th, table.table.ths-my-xxl-5 th {
    margin-bottom: 3rem;
  }
  table.table.ths-ml-xxl-5 th, table.table.ths-mx-xxl-5 th {
    margin-left: 3rem;
  }
  table.table.ths-p-xxl-0 th {
    padding: 0;
  }
  table.table.ths-pt-xxl-0 th, table.table.ths-py-xxl-0 th {
    padding-top: 0;
  }
  table.table.ths-pr-xxl-0 th, table.table.ths-px-xxl-0 th {
    padding-right: 0;
  }
  table.table.ths-pb-xxl-0 th, table.table.ths-py-xxl-0 th {
    padding-bottom: 0;
  }
  table.table.ths-pl-xxl-0 th, table.table.ths-px-xxl-0 th {
    padding-left: 0;
  }
  table.table.ths-p-xxl-1 th {
    padding: 0.25rem;
  }
  table.table.ths-pt-xxl-1 th, table.table.ths-py-xxl-1 th {
    padding-top: 0.25rem;
  }
  table.table.ths-pr-xxl-1 th, table.table.ths-px-xxl-1 th {
    padding-right: 0.25rem;
  }
  table.table.ths-pb-xxl-1 th, table.table.ths-py-xxl-1 th {
    padding-bottom: 0.25rem;
  }
  table.table.ths-pl-xxl-1 th, table.table.ths-px-xxl-1 th {
    padding-left: 0.25rem;
  }
  table.table.ths-p-xxl-2 th {
    padding: 0.5rem;
  }
  table.table.ths-pt-xxl-2 th, table.table.ths-py-xxl-2 th {
    padding-top: 0.5rem;
  }
  table.table.ths-pr-xxl-2 th, table.table.ths-px-xxl-2 th {
    padding-right: 0.5rem;
  }
  table.table.ths-pb-xxl-2 th, table.table.ths-py-xxl-2 th {
    padding-bottom: 0.5rem;
  }
  table.table.ths-pl-xxl-2 th, table.table.ths-px-xxl-2 th {
    padding-left: 0.5rem;
  }
  table.table.ths-p-xxl-3 th {
    padding: 1rem;
  }
  table.table.ths-pt-xxl-3 th, table.table.ths-py-xxl-3 th {
    padding-top: 1rem;
  }
  table.table.ths-pr-xxl-3 th, table.table.ths-px-xxl-3 th {
    padding-right: 1rem;
  }
  table.table.ths-pb-xxl-3 th, table.table.ths-py-xxl-3 th {
    padding-bottom: 1rem;
  }
  table.table.ths-pl-xxl-3 th, table.table.ths-px-xxl-3 th {
    padding-left: 1rem;
  }
  table.table.ths-p-xxl-4 th {
    padding: 1.5rem;
  }
  table.table.ths-pt-xxl-4 th, table.table.ths-py-xxl-4 th {
    padding-top: 1.5rem;
  }
  table.table.ths-pr-xxl-4 th, table.table.ths-px-xxl-4 th {
    padding-right: 1.5rem;
  }
  table.table.ths-pb-xxl-4 th, table.table.ths-py-xxl-4 th {
    padding-bottom: 1.5rem;
  }
  table.table.ths-pl-xxl-4 th, table.table.ths-px-xxl-4 th {
    padding-left: 1.5rem;
  }
  table.table.ths-p-xxl-5 th {
    padding: 3rem;
  }
  table.table.ths-pt-xxl-5 th, table.table.ths-py-xxl-5 th {
    padding-top: 3rem;
  }
  table.table.ths-pr-xxl-5 th, table.table.ths-px-xxl-5 th {
    padding-right: 3rem;
  }
  table.table.ths-pb-xxl-5 th, table.table.ths-py-xxl-5 th {
    padding-bottom: 3rem;
  }
  table.table.ths-pl-xxl-5 th, table.table.ths-px-xxl-5 th {
    padding-left: 3rem;
  }
}
table.table.light-bg tr th {
  border: 0;
  border-bottom: 1px solid #3D5666;
}
table.table.light-bg tr td {
  border: 0;
  border-bottom: 1px solid #fff;
}

table.data-limited {
  border-collapse: unset !important;
  overflow: auto;
  height: 600px;
  width: 1254px;
  max-width: 1254px;
  margin: 0;
  line-height: 22px;
}
table.data-limited tr:first-child {
  position: sticky;
  top: 0;
  z-index: 10;
}

table.data, table.data-limited {
  border-collapse: collapse;
  margin: 0;
}
table.data.row-effect:not(.full-width):not(table.full-width-subtable), table.row-effect.data-limited:not(.full-width):not(table.full-width-subtable) {
  box-sizing: border-box;
}
table.data.row-effect:not(.full-width):not(table.full-width-subtable) tr, table.row-effect.data-limited:not(.full-width):not(table.full-width-subtable) tr {
  display: block;
}
table.data.row-effect tr, table.row-effect.data-limited tr {
  position: relative;
  z-index: 1;
}
table.data.row-effect tr:not(:first-child):hover, table.row-effect.data-limited tr:not(:first-child):hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
table.data.row-effect tr:not(:first-child):hover td, table.row-effect.data-limited tr:not(:first-child):hover td {
  border-color: transparent !important;
}
table.data tr, table.data-limited tr {
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
}
table.data tr:not(:first-child), table.data-limited tr:not(:first-child) {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
table.data tr.border-last-col, table.data-limited tr.border-last-col {
  border-top: 2px solid #3D5666;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
table.data tr.no-lr-border, table.data-limited tr.no-lr-border {
  border-left: 0;
  border-right: 0;
}
table.data tr.top-border, table.data-limited tr.top-border {
  border-top: 1px solid #e9ecef;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
table.data tr.no-border, table.data-limited tr.no-border {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
table.data tr th, table.data-limited tr th, table.data tr td, table.data-limited tr td {
  float: left \9 ; /* IE9 hack, damit overflow-x funktioniert */
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #3D5666;
  /* splittest dialog */
}
table.data tr th:not(.longtext), table.data-limited tr th:not(.longtext), table.data tr td:not(.longtext), table.data-limited tr td:not(.longtext) {
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.data tr th:not(.longtext) a, table.data-limited tr th:not(.longtext) a, table.data tr td:not(.longtext) a, table.data-limited tr td:not(.longtext) a {
  text-decoration: none;
}
table.data tr th.longtext, table.data-limited tr th.longtext, table.data tr td.longtext, table.data-limited tr td.longtext {
  line-height: 18px;
  white-space: normal;
}
table.data tr th.longtext > label, table.data-limited tr th.longtext > label, table.data tr td.longtext > label, table.data-limited tr td.longtext > label {
  margin: 0;
}
table.data tr th label:not(.switch), table.data-limited tr th label:not(.switch), table.data tr td label:not(.switch), table.data-limited tr td label:not(.switch) {
  display: inline;
  white-space: normal;
}
table.data tr th .splittest, table.data-limited tr th .splittest, table.data tr td .splittest, table.data-limited tr td .splittest {
  width: 515px;
  max-width: 515px;
}
table.data tr th .toggleStatusColumn, table.data-limited tr th .toggleStatusColumn, table.data tr td .toggleStatusColumn, table.data-limited tr td .toggleStatusColumn {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
}
table.data tr th .toggleStatusColumn .title, table.data-limited tr th .toggleStatusColumn .title, table.data tr td .toggleStatusColumn .title, table.data-limited tr td .toggleStatusColumn .title {
  padding-right: 4px;
}
table.data tr th .toggleStatusColumn svg, table.data-limited tr th .toggleStatusColumn svg, table.data tr td .toggleStatusColumn svg, table.data-limited tr td .toggleStatusColumn svg {
  filter: brightness(0) invert(1);
  width: 5px;
  max-width: 5px;
  height: 11px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
table.data tr th .toggleStatusColumn svg:last-of-type, table.data-limited tr th .toggleStatusColumn svg:last-of-type, table.data tr td .toggleStatusColumn svg:last-of-type, table.data-limited tr td .toggleStatusColumn svg:last-of-type {
  transform: none;
}
table.data tr th .toggleStatusColumn.active svg:first-of-type, table.data-limited tr th .toggleStatusColumn.active svg:first-of-type, table.data tr td .toggleStatusColumn.active svg:first-of-type, table.data-limited tr td .toggleStatusColumn.active svg:first-of-type {
  transform: rotate(180deg);
}
table.data tr th .toggleStatusColumn.active svg:last-of-type, table.data-limited tr th .toggleStatusColumn.active svg:last-of-type, table.data tr td .toggleStatusColumn.active svg:last-of-type, table.data-limited tr td .toggleStatusColumn.active svg:last-of-type {
  transform: rotate(180deg);
}
table.data tr th, table.data-limited tr th {
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #fff;
  vertical-align: top;
  background: #3D5666;
  font-weight: normal;
}
table.data tr th.fix-sorted, table.data-limited tr th.fix-sorted {
  background: #000;
}
table.data tr th a.toggle, table.data-limited tr th a.toggle {
  display: inline;
}
table.data tr th a:first-child:not([data-type=help]), table.data-limited tr th a:first-child:not([data-type=help]) {
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 25px;
  padding-right: 26px;
  display: block;
  color: #ffffff;
  position: relative;
  background-image: none !important;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
table.data tr th a:first-child:not([data-type=help]).noSort, table.data-limited tr th a:first-child:not([data-type=help]).noSort, table.data tr th a:first-child:not([data-type=help])[target=_blank], table.data-limited tr th a:first-child:not([data-type=help])[target=_blank] {
  display: inline;
  background: none;
  padding-left: 0;
}
table.data tr th a:first-child:not([data-type=help])::before, table.data-limited tr th a:first-child:not([data-type=help])::before, table.data tr th a:first-child:not([data-type=help])::after, table.data-limited tr th a:first-child:not([data-type=help])::after {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  margin-top: -3px;
  top: 48%;
  left: 10px;
  border: 1px solid #ffffff;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
table.data tr th a:first-child:not([data-type=help])::before, table.data-limited tr th a:first-child:not([data-type=help])::before {
  margin-top: -5px;
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
table.data tr th a:first-child:not([data-type=help]).aufsteigend::after, table.data-limited tr th a:first-child:not([data-type=help]).aufsteigend::after {
  margin-top: -5px;
}
table.data tr th a:first-child:not([data-type=help]).aufsteigend::before, table.data-limited tr th a:first-child:not([data-type=help]).aufsteigend::before {
  opacity: 0;
}
table.data tr th a:first-child:not([data-type=help]).absteigend::before, table.data-limited tr th a:first-child:not([data-type=help]).absteigend::before {
  margin-top: -2px;
}
table.data tr th a:first-child:not([data-type=help]).absteigend::after, table.data-limited tr th a:first-child:not([data-type=help]).absteigend::after {
  opacity: 0;
}
table.data tr th a.toggle, table.data-limited tr th a.toggle {
  display: inline;
}
table.data tr th img, table.data-limited tr th img {
  max-height: 24px;
}
table.data tr th.cell-status-icon a:nth-child(1), table.data-limited tr th.cell-status-icon a:nth-child(1) {
  padding-left: 20px;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle;
}
table.data tr th.cell-status-icon a:nth-child(2), table.data-limited tr th.cell-status-icon a:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
table.data tr td.right, table.data-limited tr td.right {
  text-align: right;
  padding-right: 10px;
}
table.data tr td:not(.longtext) a:hover, table.data-limited tr td:not(.longtext) a:hover {
  text-decoration: underline;
}
table.data tr td:not(.longtext) a:hover svg, table.data-limited tr td:not(.longtext) a:hover svg {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  transform: scale(1.1);
}
table.data tr.head, table.data-limited tr.head {
  border-top: 2px solid #3D5666;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
table.data tr, table.data-limited tr {
  text-align: center;
}
table.data.no-border, table.no-border.data-limited {
  border: 0 !important;
}
table.data.no-border td, table.no-border.data-limited td, table.data.no-border tr, table.no-border.data-limited tr {
  border: 0 !important;
}

table.data:not(.no-cycle) tr.even, table.data:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.data:not(.no-cycle) tr:nth-child(odd), table.data:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.data:not(.no-cycle) tr:nth-child(odd), table.data-limited:not(.no-cycle) tr.even, table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.data-limited:not(.no-cycle) tr:nth-child(odd), table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.data-limited:not(.no-cycle) tr:nth-child(odd), table.data:not(.no-cycle) tr:nth-child(even):not(.odd), table.data-limited:not(.no-cycle) tr:nth-child(even):not(.odd) {
  background: #f8f9fa;
}
table.data:not(.no-cycle) tr.even td:not(:last-child), table.data:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd) td:not(:last-child), .portlet-statistic > .portlet-body .table.data table.data:not(.no-cycle) tr:nth-child(odd) td:not(:last-child), table.data:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd) td:not(:last-child), .portlet-statistic > .portlet-body table.table.data-limited table.data:not(.no-cycle) tr:nth-child(odd) td:not(:last-child), table.data-limited:not(.no-cycle) tr.even td:not(:last-child), table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd) td:not(:last-child), .portlet-statistic > .portlet-body .table.data table.data-limited:not(.no-cycle) tr:nth-child(odd) td:not(:last-child), table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd) td:not(:last-child), .portlet-statistic > .portlet-body table.table.data-limited table.data-limited:not(.no-cycle) tr:nth-child(odd) td:not(:last-child), table.data:not(.no-cycle) tr:nth-child(even):not(.odd) td:not(:last-child), table.data-limited:not(.no-cycle) tr:nth-child(even):not(.odd) td:not(:last-child) {
  border-bottom: #e9ecef;
}
table.data:not(.no-cycle) tr.even.hiorange, table.data:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.data:not(.no-cycle) tr.hiorange:nth-child(odd), table.data:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.data:not(.no-cycle) tr.hiorange:nth-child(odd), table.data-limited:not(.no-cycle) tr.even.hiorange, table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.data-limited:not(.no-cycle) tr.hiorange:nth-child(odd), table.data-limited:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.data-limited:not(.no-cycle) tr.hiorange:nth-child(odd), table.data:not(.no-cycle) tr:nth-child(even):not(.odd).hiorange, table.data-limited:not(.no-cycle) tr:nth-child(even):not(.odd).hiorange {
  background-color: #ffb400;
}
table.data:not(.no-cycle) tr.odd, table.data-limited:not(.no-cycle) tr.odd, table.data:not(.no-cycle) tr:nth-child(odd):not(.even), table.data-limited:not(.no-cycle) tr:nth-child(odd):not(.even) {
  background: #fff;
}
table.data:not(.no-cycle) tr.odd td:not(:last-child), table.data-limited:not(.no-cycle) tr.odd td:not(:last-child), table.data:not(.no-cycle) tr:nth-child(odd):not(.even) td:not(:last-child), table.data-limited:not(.no-cycle) tr:nth-child(odd):not(.even) td:not(:last-child) {
  border-bottom-color: #e9ecef;
}
table.data:not(.no-cycle) tr.odd.hiorange, table.data-limited:not(.no-cycle) tr.odd.hiorange, table.data:not(.no-cycle) tr:nth-child(odd):not(.even).hiorange, table.data-limited:not(.no-cycle) tr:nth-child(odd):not(.even).hiorange {
  background-color: #ffb400;
}
table.data:not(.no-cycle) td, table.data-limited:not(.no-cycle) td {
  color: #3D5666;
}
table.data:not(.no-cycle) td.td-1, table.data-limited:not(.no-cycle) td.td-1 {
  width: 320px;
  max-width: 320px;
}
table.data:not(.no-cycle) td.td-2, table.data-limited:not(.no-cycle) td.td-2 {
  width: 300px;
  max-width: 300px;
}
table.data:not(.no-cycle) td.td-3, table.data-limited:not(.no-cycle) td.td-3 {
  width: 538px;
  max-width: 538px;
}
table.data:not(.no-cycle) td.td-full, table.data-limited:not(.no-cycle) td.td-full {
  width: auto;
  max-width: auto;
}
table.data:not(.no-cycle) th, table.data-limited:not(.no-cycle) th {
  color: #fff;
  background: #3D5666;
  border-right-color: #476376;
}
table.data:not(.no-cycle) th.fix-sorted, table.data-limited:not(.no-cycle) th.fix-sorted, table.data:not(.no-cycle) th.aufsteigend, table.data-limited:not(.no-cycle) th.aufsteigend, table.data:not(.no-cycle) th.absteigend, table.data-limited:not(.no-cycle) th.absteigend {
  color: #fff;
  background-color: #000;
}

table.dashboard:not(.no-cycle) tr.even, table.dashboard:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.dashboard:not(.no-cycle) tr:nth-child(odd), table.dashboard:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.dashboard:not(.no-cycle) tr:nth-child(odd), table.dashboard:not(.no-cycle) tr:nth-child(even):not(.odd) {
  background: #F7F8F8;
}
table.dashboard:not(.no-cycle) tr.even.hiorange, table.dashboard:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.dashboard:not(.no-cycle) tr.hiorange:nth-child(odd), table.dashboard:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.dashboard:not(.no-cycle) tr.hiorange:nth-child(odd), table.dashboard:not(.no-cycle) tr:nth-child(even):not(.odd).hiorange {
  background-color: #ffb400;
}
table.dashboard:not(.no-cycle) tr.odd, table.dashboard:not(.no-cycle) tr:nth-child(odd):not(.even) {
  background: #fff;
}
table.dashboard:not(.no-cycle) tr.odd.hiorange, table.dashboard:not(.no-cycle) tr:nth-child(odd):not(.even).hiorange {
  background-color: #ffb400;
}
table.dashboard:not(.no-cycle) td {
  color: #3D5666;
}
table.dashboard:not(.no-cycle) td.td-1 {
  width: 320px;
  max-width: 320px;
}
table.dashboard:not(.no-cycle) td.td-2 {
  width: 300px;
  max-width: 300px;
}
table.dashboard:not(.no-cycle) td.td-3 {
  width: 538px;
  max-width: 538px;
}
table.dashboard:not(.no-cycle) td.td-full {
  width: auto;
  max-width: auto;
}
table.dashboard:not(.no-cycle) th {
  color: #fff;
  background: #3D5666;
  border-right-color: #476376;
}
table.dashboard:not(.no-cycle) th.fix-sorted, table.dashboard:not(.no-cycle) th.aufsteigend, table.dashboard:not(.no-cycle) th.absteigend {
  color: #fff;
  background-color: #000;
}

table.statistic:not(.no-cycle) tr.even, table.statistic:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.statistic:not(.no-cycle) tr:nth-child(odd), table.statistic:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.statistic:not(.no-cycle) tr:nth-child(odd), table.statistic:not(.no-cycle) tr:nth-child(even):not(.odd) {
  background: #e4e6e8;
}
table.statistic:not(.no-cycle) tr.even.hiorange, table.statistic:not(.no-cycle) .portlet-statistic > .portlet-body .table.data tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body .table.data table.statistic:not(.no-cycle) tr.hiorange:nth-child(odd), table.statistic:not(.no-cycle) .portlet-statistic > .portlet-body table.table.data-limited tr.hiorange:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited table.statistic:not(.no-cycle) tr.hiorange:nth-child(odd), table.statistic:not(.no-cycle) tr:nth-child(even):not(.odd).hiorange {
  background-color: #ffb400;
}
table.statistic:not(.no-cycle) tr.odd, table.statistic:not(.no-cycle) tr:nth-child(odd):not(.even) {
  background: #f8f9fa;
}
table.statistic:not(.no-cycle) tr.odd.hiorange, table.statistic:not(.no-cycle) tr:nth-child(odd):not(.even).hiorange {
  background-color: #ffb400;
}
table.statistic:not(.no-cycle) td {
  color: #3D5666;
}
table.statistic:not(.no-cycle) td.td-1 {
  width: 320px;
  max-width: 320px;
}
table.statistic:not(.no-cycle) td.td-2 {
  width: 300px;
  max-width: 300px;
}
table.statistic:not(.no-cycle) td.td-3 {
  width: 538px;
  max-width: 538px;
}
table.statistic:not(.no-cycle) td.td-full {
  width: auto;
  max-width: auto;
}
table.statistic:not(.no-cycle) th {
  color: #fff;
  background: #3D5666;
  border-right-color: #476376;
}
table.statistic:not(.no-cycle) th.fix-sorted, table.statistic:not(.no-cycle) th.aufsteigend, table.statistic:not(.no-cycle) th.absteigend {
  color: #fff;
  background-color: #000;
}

.form-table select.fit-to-cell, .form-table .date-range .date-dropdown > .fit-to-cell.dropdown-toggle, .date-range .form-table .date-dropdown > .fit-to-cell.dropdown-toggle, .form-table .select-box.fit-to-cell {
  background-color: transparent;
  border: 0;
}
@media print {
  table.data .cell-tools-1, table.data-limited .cell-tools-1 {
    display: none !important;
  }
  table.data .cell-tools-2, table.data-limited .cell-tools-2 {
    display: none !important;
  }
  table.data .cell-tools-3, table.data-limited .cell-tools-3 {
    display: none !important;
  }
  table.data .cell-tools-4, table.data-limited .cell-tools-4 {
    display: none !important;
  }
  table.data .cell-tools-5, table.data-limited .cell-tools-5 {
    display: none !important;
  }
  table.data .cell-tools-6, table.data-limited .cell-tools-6 {
    display: none !important;
  }
  table.data .cell-tools-7, table.data-limited .cell-tools-7 {
    display: none !important;
  }
  table.data .cell-tools-8, table.data-limited .cell-tools-8 {
    display: none !important;
  }
  table.data .cell-tools-9, table.data-limited .cell-tools-9 {
    display: none !important;
  }
  table.data .cell-tools-10, table.data-limited .cell-tools-10 {
    display: none !important;
  }
  table.data tr th, table.data-limited tr th, table.data tr td, table.data-limited tr td {
    border-right: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
  }
  table.data tr th:first-child, table.data-limited tr th:first-child, table.data tr td:first-child, table.data-limited tr td:first-child {
    border-left: 1px solid #ced4da !important;
  }
  table.data tr:first-child th, table.data-limited tr:first-child th, table.data tr:first-child td, table.data-limited tr:first-child td {
    border-top: 1px solid #ced4da !important;
  }
}
table.layout-table.layout-styles { /* usage for display Styles (Forms, Templates, Landingpages) */
  width: 100%;
}
table.layout-table.layout-styles tr th, table.layout-table.layout-styles tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
table.layout-table.layout-styles tr th.cell-status-10, table.layout-table.layout-styles tr td.cell-status-10 {
  max-width: 475px;
  width: 475px;
}
table.layout-table.layout-styles tr th.cell-tools-10, table.layout-table.layout-styles tr td.cell-tools-10 {
  max-width: 335px;
  width: 335px;
}
table.layout-table.layout-styles tr th.cell-status-9, table.layout-table.layout-styles tr td.cell-status-9 {
  max-width: 430px;
  width: 430px;
}
table.layout-table.layout-styles tr th.cell-tools-9, table.layout-table.layout-styles tr td.cell-tools-9 {
  max-width: 304px;
  width: 304px;
}
table.layout-table.layout-styles tr th.cell-status-8, table.layout-table.layout-styles tr td.cell-status-8 {
  max-width: 385px;
  width: 385px;
}
table.layout-table.layout-styles tr th.cell-tools-8, table.layout-table.layout-styles tr td.cell-tools-8 {
  max-width: 273px;
  width: 273px;
}
table.layout-table.layout-styles tr th.cell-status-7, table.layout-table.layout-styles tr td.cell-status-7 {
  max-width: 340px;
  width: 340px;
}
table.layout-table.layout-styles tr th.cell-tools-7, table.layout-table.layout-styles tr td.cell-tools-7 {
  max-width: 242px;
  width: 242px;
}
table.layout-table.layout-styles tr th.cell-status-6, table.layout-table.layout-styles tr td.cell-status-6 {
  max-width: 295px;
  width: 295px;
}
table.layout-table.layout-styles tr th.cell-tools-6, table.layout-table.layout-styles tr td.cell-tools-6 {
  max-width: 211px;
  width: 211px;
}
table.layout-table.layout-styles tr th.cell-status-5, table.layout-table.layout-styles tr td.cell-status-5 {
  max-width: 250px;
  width: 250px;
}
table.layout-table.layout-styles tr th.cell-tools-5, table.layout-table.layout-styles tr td.cell-tools-5 {
  max-width: 180px;
  width: 180px;
}
table.layout-table.layout-styles tr th.cell-status-4, table.layout-table.layout-styles tr td.cell-status-4 {
  max-width: 205px;
  width: 205px;
}
table.layout-table.layout-styles tr th.cell-tools-4, table.layout-table.layout-styles tr td.cell-tools-4 {
  max-width: 149px;
  width: 149px;
}
table.layout-table.layout-styles tr th.cell-status-3, table.layout-table.layout-styles tr td.cell-status-3 {
  max-width: 160px;
  width: 160px;
}
table.layout-table.layout-styles tr th.cell-tools-3, table.layout-table.layout-styles tr td.cell-tools-3 {
  max-width: 118px;
  width: 118px;
}
table.layout-table.layout-styles tr th.cell-status-2, table.layout-table.layout-styles tr td.cell-status-2 {
  max-width: 115px;
  width: 115px;
}
table.layout-table.layout-styles tr th.cell-tools-2, table.layout-table.layout-styles tr td.cell-tools-2 {
  max-width: 87px;
  width: 87px;
}
table.layout-table.layout-styles tr th.cell-status-1, table.layout-table.layout-styles tr td.cell-status-1 {
  max-width: 70px;
  width: 70px;
}
table.layout-table.layout-styles tr th.cell-tools-1, table.layout-table.layout-styles tr td.cell-tools-1 {
  max-width: 56px;
  width: 56px;
}
table.layout-table.layout-styles tr th.cell-width-300, table.layout-table.layout-styles tr td.cell-width-300 {
  max-width: 300px;
  width: 300px;
}
table.layout-table.layout-styles tr th.cell-width-290, table.layout-table.layout-styles tr td.cell-width-290 {
  max-width: 290px;
  width: 290px;
}
table.layout-table.layout-styles tr th.cell-width-280, table.layout-table.layout-styles tr td.cell-width-280 {
  max-width: 280px;
  width: 280px;
}
table.layout-table.layout-styles tr th.cell-width-270, table.layout-table.layout-styles tr td.cell-width-270 {
  max-width: 270px;
  width: 270px;
}
table.layout-table.layout-styles tr th.cell-width-260, table.layout-table.layout-styles tr td.cell-width-260 {
  max-width: 260px;
  width: 260px;
}
table.layout-table.layout-styles tr th.cell-width-250, table.layout-table.layout-styles tr td.cell-width-250 {
  max-width: 250px;
  width: 250px;
}
table.layout-table.layout-styles tr th.cell-width-240, table.layout-table.layout-styles tr td.cell-width-240 {
  max-width: 240px;
  width: 240px;
}
table.layout-table.layout-styles tr th.cell-width-230, table.layout-table.layout-styles tr td.cell-width-230 {
  max-width: 230px;
  width: 230px;
}
table.layout-table.layout-styles tr th.cell-width-220, table.layout-table.layout-styles tr td.cell-width-220 {
  max-width: 220px;
  width: 220px;
}
table.layout-table.layout-styles tr th.cell-width-210, table.layout-table.layout-styles tr td.cell-width-210 {
  max-width: 210px;
  width: 210px;
}
table.layout-table.layout-styles tr th.cell-width-200, table.layout-table.layout-styles tr td.cell-width-200 {
  max-width: 200px;
  width: 200px;
}
table.layout-table.layout-styles tr th.cell-width-190, table.layout-table.layout-styles tr td.cell-width-190 {
  max-width: 190px;
  width: 190px;
}
table.layout-table.layout-styles tr th.cell-width-180, table.layout-table.layout-styles tr td.cell-width-180 {
  max-width: 180px;
  width: 180px;
}
table.layout-table.layout-styles tr th.cell-width-170, table.layout-table.layout-styles tr td.cell-width-170 {
  max-width: 170px;
  width: 170px;
}
table.layout-table.layout-styles tr th.cell-width-160, table.layout-table.layout-styles tr td.cell-width-160 {
  max-width: 160px;
  width: 160px;
}
table.layout-table.layout-styles tr th.cell-width-150, table.layout-table.layout-styles tr td.cell-width-150 {
  max-width: 150px;
  width: 150px;
}
table.layout-table.layout-styles tr th.cell-width-140, table.layout-table.layout-styles tr td.cell-width-140 {
  max-width: 140px;
  width: 140px;
}
table.layout-table.layout-styles tr th.cell-width-130, table.layout-table.layout-styles tr td.cell-width-130 {
  max-width: 130px;
  width: 130px;
}
table.layout-table.layout-styles tr th.cell-width-120, table.layout-table.layout-styles tr td.cell-width-120 {
  max-width: 120px;
  width: 120px;
}
table.layout-table.layout-styles tr th.cell-width-110, table.layout-table.layout-styles tr td.cell-width-110 {
  max-width: 110px;
  width: 110px;
}
table.layout-table.layout-styles tr th.cell-width-100, table.layout-table.layout-styles tr td.cell-width-100 {
  max-width: 100px;
  width: 100px;
}
table.layout-table.layout-styles tr th.cell-width-90, table.layout-table.layout-styles tr td.cell-width-90 {
  max-width: 90px;
  width: 90px;
}
table.layout-table.layout-styles tr th.cell-width-80, table.layout-table.layout-styles tr td.cell-width-80 {
  max-width: 80px;
  width: 80px;
}
table.layout-table.layout-styles tr th.cell-width-70, table.layout-table.layout-styles tr td.cell-width-70 {
  max-width: 70px;
  width: 70px;
}
table.layout-table.layout-styles tr th.cell-width-60, table.layout-table.layout-styles tr td.cell-width-60 {
  max-width: 60px;
  width: 60px;
}
table.layout-table.layout-styles tr th.cell-width-50, table.layout-table.layout-styles tr td.cell-width-50 {
  max-width: 50px;
  width: 50px;
}
table.layout-table.layout-styles tr th.cell-width-40, table.layout-table.layout-styles tr td.cell-width-40 {
  max-width: 40px;
  width: 40px;
}
table.layout-table.layout-styles tr th.cell-width-30, table.layout-table.layout-styles tr td.cell-width-30 {
  max-width: 30px;
  width: 30px;
}
table.layout-table.layout-styles tr th.cell-width-20, table.layout-table.layout-styles tr td.cell-width-20 {
  max-width: 20px;
  width: 20px;
}
table.layout-table.layout-styles tr th.cell-width-10, table.layout-table.layout-styles tr td.cell-width-10 {
  max-width: 10px;
  width: 10px;
}
table.layout-table.layout-styles tr th.cell-date, table.layout-table.layout-styles tr td.cell-date {
  max-width: 110px;
  width: 110px;
}
table.layout-table.layout-styles tr th.cell-width-date, table.layout-table.layout-styles tr td.cell-width-date {
  max-width: 110px;
  width: 110px;
}
table.layout-table.layout-styles tr th.cell-date-time, table.layout-table.layout-styles tr td.cell-date-time {
  max-width: 160px;
  width: 160px;
}
table.layout-table.layout-styles tr th.cell-width-date-time, table.layout-table.layout-styles tr td.cell-width-date-time {
  max-width: 160px;
  width: 160px;
}
table.layout-table.layout-styles tr th.cell-icon, table.layout-table.layout-styles tr td.cell-icon {
  max-width: 40px;
  width: 40px;
}
table.layout-table.layout-styles tr th.cell-status-icon, table.layout-table.layout-styles tr td.cell-status-icon {
  max-width: 100px;
  width: 100px;
}
table.layout-table.layout-styles tr th.cell-status-text, table.layout-table.layout-styles tr td.cell-status-text {
  max-width: 100px;
  width: 100px;
}
table.layout-table.layout-styles tr th.cell-small, table.layout-table.layout-styles tr td.cell-small {
  max-width: 2px;
  width: 2px;
}

div.pager {
  background: #fff;
  padding: 1rem 26px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
div.pager .btn, div.pager .portlet .portlet-title .tools-tab a, .portlet .portlet-title .tools-tab div.pager a, div.pager .dmButton, div.pager .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog div.pager a.dmButtonOk, div.pager .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog div.pager a.dmButtonDelete, div.pager .dmButton-ghost, div.pager .dm-modal .modal-dialog a.dmButtonCancel, .dm-modal .modal-dialog div.pager a.dmButtonCancel, div.pager .inact2, div.pager .inact2-ghost, div.pager .act, div.pager .act-ghost, div.pager .inact, div.pager .inact-ghost {
  white-space: nowrap;
  margin-right: 2px;
}
div.pager .btn:last-child, div.pager .portlet .portlet-title .tools-tab a:last-child, .portlet .portlet-title .tools-tab div.pager a:last-child, div.pager .dmButton:last-child, div.pager .dm-modal .modal-dialog a.dmButtonOk:last-child, .dm-modal .modal-dialog div.pager a.dmButtonOk:last-child, div.pager .dm-modal .modal-dialog a.dmButtonDelete:last-child, .dm-modal .modal-dialog div.pager a.dmButtonDelete:last-child, div.pager .dmButton-ghost:last-child, div.pager .dm-modal .modal-dialog a.dmButtonCancel:last-child, .dm-modal .modal-dialog div.pager a.dmButtonCancel:last-child, div.pager .inact2:last-child, div.pager .inact2-ghost:last-child, div.pager .act:last-child, div.pager .act-ghost:last-child, div.pager .inact:last-child, div.pager .inact-ghost:last-child {
  margin-right: 0;
}
div.pager .pagerelemente {
  padding-right: 0;
  margin: 0;
  display: flex;
  order: 3;
  justify-content: flex-end;
  align-items: start;
}
div.pager .pagerlinks {
  color: #3D5666;
  display: block;
  padding: 6px 5px 0 0;
  order: 1;
}
div.pager .pagerrechts {
  white-space: nowrap;
  order: 2;
  display: inline-block;
  color: #3D5666;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  text-align: right;
  flex: 1;
}

@media print {
  div.pager .pagerelemente {
    display: none;
  }
}
.progress.progress-vertical {
  flex-flow: column-reverse;
  height: 100%;
}

div.segment-area {
  position: absolute;
  bottom: 48px;
  height: 70px;
  border-right: 3px solid #ecb72d;
  z-index: 9988;
  top: -24px;
}

div.segment-parent {
  position: relative;
}

.dropdown-wide {
  width: 100%;
  max-width: 380px;
}

.form-select,
.form-control,
input:not([type=checkbox]):not([type=radio]),
select,
.date-range .date-dropdown > .dropdown-toggle,
textarea {
  border: 1px solid #3D5666;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 0;
  box-shadow: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.form-select.input-block,
.form-control.input-block,
input.input-block:not([type=checkbox]):not([type=radio]),
select.input-block,
.date-range .date-dropdown > .input-block.dropdown-toggle,
textarea.input-block {
  display: block;
  width: 100%;
}

.form-select:focus,
.form-control:focus,
input:focus:not([type=checkbox]):not([type=radio]),
select:focus,
.date-range .date-dropdown > .dropdown-toggle:focus,
textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.input-group-append {
  margin-top: 2px;
}

.input-group-prepend {
  margin-top: 2px;
  margin-bottom: 2px;
}
.input-group-prepend .input-group-text {
  font-size: 0.9rem;
}

.input-box {
  padding-top: calc(0.75em + 1rem + 2px);
  position: relative;
}
.input-box.active label {
  top: 0;
}
.input-box.input-readonly label {
  color: #668ba3;
}
.form-control .input-box.input-readonly.form-control, input:not([type=checkbox]):not([type=radio]) .input-box.input-readonly.form-control, select .input-box.input-readonly.form-control, .date-range .date-dropdown > .dropdown-toggle .input-box.input-readonly.form-control, textarea .input-box.input-readonly.form-control, .form-control input.input-box.input-readonly:not([type=checkbox]):not([type=radio]), input:not([type=checkbox]):not([type=radio]) input.input-box.input-readonly:not([type=checkbox]):not([type=radio]), select input.input-box.input-readonly:not([type=checkbox]):not([type=radio]), .date-range .date-dropdown > .dropdown-toggle input.input-box.input-readonly:not([type=checkbox]):not([type=radio]), textarea input.input-box.input-readonly:not([type=checkbox]):not([type=radio]), .form-control select.input-box.input-readonly, .form-control .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle, .date-range .form-control .date-dropdown > .input-box.input-readonly.dropdown-toggle, input:not([type=checkbox]):not([type=radio]) select.input-box.input-readonly, input:not([type=checkbox]):not([type=radio]) .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle, .date-range input:not([type=checkbox]):not([type=radio]) .date-dropdown > .input-box.input-readonly.dropdown-toggle, select select.input-box.input-readonly, .date-range .date-dropdown > .dropdown-toggle select.input-box.input-readonly, select .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle, .date-range select .date-dropdown > .input-box.input-readonly.dropdown-toggle, .date-range .date-dropdown > .dropdown-toggle .date-dropdown > .input-box.input-readonly.dropdown-toggle, textarea select.input-box.input-readonly, textarea .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle, .date-range textarea .date-dropdown > .input-box.input-readonly.dropdown-toggle, .form-control textarea.input-box.input-readonly, input:not([type=checkbox]):not([type=radio]) textarea.input-box.input-readonly, select textarea.input-box.input-readonly, .date-range .date-dropdown > .dropdown-toggle textarea.input-box.input-readonly, textarea textarea.input-box.input-readonly {
  color: #668ba3;
}
.form-control .input-box.input-readonly.form-control:focus, input:not([type=checkbox]):not([type=radio]) .input-box.input-readonly.form-control:focus, select .input-box.input-readonly.form-control:focus, .date-range .date-dropdown > .dropdown-toggle .input-box.input-readonly.form-control:focus, textarea .input-box.input-readonly.form-control:focus, .form-control input.input-box.input-readonly:focus:not([type=checkbox]):not([type=radio]), input:not([type=checkbox]):not([type=radio]) input.input-box.input-readonly:focus:not([type=checkbox]):not([type=radio]), select input.input-box.input-readonly:focus:not([type=checkbox]):not([type=radio]), .date-range .date-dropdown > .dropdown-toggle input.input-box.input-readonly:focus:not([type=checkbox]):not([type=radio]), textarea input.input-box.input-readonly:focus:not([type=checkbox]):not([type=radio]), .form-control select.input-box.input-readonly:focus, .form-control .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .date-range .form-control .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, input:not([type=checkbox]):not([type=radio]) select.input-box.input-readonly:focus, input:not([type=checkbox]):not([type=radio]) .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .date-range input:not([type=checkbox]):not([type=radio]) .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, select select.input-box.input-readonly:focus, .date-range .date-dropdown > .dropdown-toggle select.input-box.input-readonly:focus, select .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .date-range select .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .date-range .date-dropdown > .dropdown-toggle .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, textarea select.input-box.input-readonly:focus, textarea .date-range .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .date-range textarea .date-dropdown > .input-box.input-readonly.dropdown-toggle:focus, .form-control textarea.input-box.input-readonly:focus, input:not([type=checkbox]):not([type=radio]) textarea.input-box.input-readonly:focus, select textarea.input-box.input-readonly:focus, .date-range .date-dropdown > .dropdown-toggle textarea.input-box.input-readonly:focus, textarea textarea.input-box.input-readonly:focus {
  border-color: #aeb9c4 !important;
}
.input-box label {
  content: " ";
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: 0.65625rem;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

input:not([type=checkbox]):not([type=radio]), select, .date-range .date-dropdown > .dropdown-toggle, textarea {
  display: block;
  width: auto;
}
input:not([type=checkbox]):not([type=radio]).stdfeld, select.stdfeld, .date-range .date-dropdown > .stdfeld.dropdown-toggle, textarea.stdfeld {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).stdfeld-rechts, select.stdfeld-rechts, .date-range .date-dropdown > .stdfeld-rechts.dropdown-toggle, textarea.stdfeld-rechts {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).stdfeldShort, select.stdfeldShort, .date-range .date-dropdown > .stdfeldShort.dropdown-toggle, textarea.stdfeldShort {
  width: 258px;
}
input:not([type=checkbox]):not([type=radio]).stdfeldVeryShort, select.stdfeldVeryShort, .date-range .date-dropdown > .stdfeldVeryShort.dropdown-toggle, textarea.stdfeldVeryShort {
  width: 130px;
}
input:not([type=checkbox]):not([type=radio]).stdfeldVeryShort-rechts, select.stdfeldVeryShort-rechts, .date-range .date-dropdown > .stdfeldVeryShort-rechts.dropdown-toggle, textarea.stdfeldVeryShort-rechts {
  width: 130px;
}
input:not([type=checkbox]):not([type=radio]).stdfeld-req, select.stdfeld-req, .date-range .date-dropdown > .stdfeld-req.dropdown-toggle, textarea.stdfeld-req {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).stdfeld-rechts-req, select.stdfeld-rechts-req, .date-range .date-dropdown > .stdfeld-rechts-req.dropdown-toggle, textarea.stdfeld-rechts-req {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).stdfeld-readonly, select.stdfeld-readonly, .date-range .date-dropdown > .stdfeld-readonly.dropdown-toggle, textarea.stdfeld-readonly {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).modStdfeld, select.modStdfeld, .date-range .date-dropdown > .modStdfeld.dropdown-toggle, textarea.modStdfeld {
  width: 298px;
}
input:not([type=checkbox]):not([type=radio]).cke_dialog_ui_input_text, select.cke_dialog_ui_input_text, .date-range .date-dropdown > .cke_dialog_ui_input_text.dropdown-toggle, textarea.cke_dialog_ui_input_text {
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]).full-width, select.full-width, .date-range .date-dropdown > .full-width.dropdown-toggle, textarea.full-width {
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]).input-length-10, select.input-length-10, .date-range .date-dropdown > .input-length-10.dropdown-toggle, textarea.input-length-10 {
  width: 100%;
  max-width: 6.5rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-9, select.input-length-9, .date-range .date-dropdown > .input-length-9.dropdown-toggle, textarea.input-length-9 {
  width: 100%;
  max-width: 6.05rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-8, select.input-length-8, .date-range .date-dropdown > .input-length-8.dropdown-toggle, textarea.input-length-8 {
  width: 100%;
  max-width: 5.6rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-7, select.input-length-7, .date-range .date-dropdown > .input-length-7.dropdown-toggle, textarea.input-length-7 {
  width: 100%;
  max-width: 5.15rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-6, select.input-length-6, .date-range .date-dropdown > .input-length-6.dropdown-toggle, textarea.input-length-6 {
  width: 100%;
  max-width: 4.7rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-5, select.input-length-5, .date-range .date-dropdown > .input-length-5.dropdown-toggle, textarea.input-length-5 {
  width: 100%;
  max-width: 4.25rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-4, select.input-length-4, .date-range .date-dropdown > .input-length-4.dropdown-toggle, textarea.input-length-4 {
  width: 100%;
  max-width: 3.8rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-3, select.input-length-3, .date-range .date-dropdown > .input-length-3.dropdown-toggle, textarea.input-length-3 {
  width: 100%;
  max-width: 3.35rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-2, select.input-length-2, .date-range .date-dropdown > .input-length-2.dropdown-toggle, textarea.input-length-2 {
  width: 100%;
  max-width: 2.9rem;
}
input:not([type=checkbox]):not([type=radio]).input-length-1, select.input-length-1, .date-range .date-dropdown > .input-length-1.dropdown-toggle, textarea.input-length-1 {
  width: 100%;
  max-width: 2.45rem;
}
input:not([type=checkbox]):not([type=radio]).auto, select.auto, .date-range .date-dropdown > .auto.dropdown-toggle, textarea.auto {
  width: 100%;
  max-width: 100%;
}
input:not([type=checkbox]):not([type=radio]).long, select.long, .date-range .date-dropdown > .long.dropdown-toggle, textarea.long {
  width: 100%;
  max-width: 600px;
}
input:not([type=checkbox]):not([type=radio]).medium, select.medium, .date-range .date-dropdown > .medium.dropdown-toggle, textarea.medium {
  width: 100%;
  max-width: 400px;
}
input:not([type=checkbox]):not([type=radio]).short, select.short, .date-range .date-dropdown > .short.dropdown-toggle, textarea.short {
  width: 100%;
  max-width: 250px;
}
input:not([type=checkbox]):not([type=radio]).mini, select.mini, .date-range .date-dropdown > .mini.dropdown-toggle, textarea.mini {
  width: 100%;
  max-width: 150px;
}
input:not([type=checkbox]):not([type=radio]).colorField, select.colorField, .date-range .date-dropdown > .colorField.dropdown-toggle, textarea.colorField {
  width: 36px;
  height: 36px;
  padding: 0.5em 0 !important;
  border: 1px solid #dee2e6;
  margin-left: 5px;
}

input:not([type=checkbox]):not([type=radio]).stdinputfeld {
  width: 348px;
}
input:not([type=checkbox]):not([type=radio]).shortfeld {
  width: 168px;
}
input:not([type=checkbox]):not([type=radio]).minifeld {
  width: 3.875rem;
}
input:not([type=checkbox]):not([type=radio]).mediumfeld {
  width: 288px;
}
input:not([type=checkbox]):not([type=radio]).colorInput {
  width: 82px;
}

select.shortfeld, .date-range .date-dropdown > .shortfeld.dropdown-toggle {
  width: 156px;
}
select.minifeld, .date-range .date-dropdown > .minifeld.dropdown-toggle {
  width: 62px;
}

textarea.input-height {
  height: 35px;
}
textarea.display {
  overflow: hidden;
  width: 500px;
}

:not(.form-inline) input:not([type=checkbox]):not([type=radio])[class*=form-control], :not(.form-inline) select[class*=form-control], :not(.form-inline) .date-range .date-dropdown > [class*=form-control].dropdown-toggle, .date-range :not(.form-inline) .date-dropdown > [class*=form-control].dropdown-toggle, :not(.form-inline) textarea[class*=form-control] {
  display: block;
  width: 100%;
}
:not(.form-inline) input:not([type=checkbox]):not([type=radio])[class*=form-control].response-glow, :not(.form-inline) select[class*=form-control].response-glow, :not(.form-inline) .date-range .date-dropdown > [class*=form-control].response-glow.dropdown-toggle, .date-range :not(.form-inline) .date-dropdown > [class*=form-control].response-glow.dropdown-toggle, :not(.form-inline) textarea[class*=form-control].response-glow {
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  outline: none;
  border-color: #3D5666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

input[type=radio] {
  accent-color: #397D54;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #3D5666;
  vertical-align: middle;
}
input[type=checkbox]:disabled, input[type=checkbox][disabled], input[type=checkbox][readonly], input[type=radio]:disabled, input[type=radio][disabled], input[type=radio][readonly] {
  color: #bbbbc4;
}
input[type=checkbox]:disabled + label, input[type=checkbox][disabled] + label, input[type=checkbox][readonly] + label, input[type=radio]:disabled + label, input[type=radio][disabled] + label, input[type=radio][readonly] + label {
  color: #bbbbc4;
}

input[type=checkbox] {
  background-color: #fff;
  border-color: #3D5666;
}
input[type=checkbox]:disabled, input[type=checkbox][disabled], input[type=checkbox][readonly] {
  border: none;
  background: none;
}
input[type=checkbox].form-check-input.nocolor { /* checkbox with white background  black + invert filter*/
  background-color: #fff;
  border-color: #3D5666;
}
input[type=checkbox].form-check-input.nocolor:disabled, input[type=checkbox].form-check-input.nocolor[disabled], input[type=checkbox].form-check-input.nocolor[readonly] {
  border-color: #6c757d;
  background: none;
  opacity: 1;
  appearance: auto;
}

select:not([multiple=multiple]), .date-range .date-dropdown > .dropdown-toggle:not([multiple=multiple]), .select-box.form-control, input.select-box:not([type=checkbox]):not([type=radio]), select.select-box, .date-range .date-dropdown > .select-box.dropdown-toggle, textarea.select-box {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%), linear-gradient(135deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%);
  background-position: calc(100% - 12px) 13px, calc(100% - 6px) 13px;
  background-size: 6px 10px, 6px 10px;
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
select:not([multiple=multiple]):hover, .date-range .date-dropdown > .dropdown-toggle:not([multiple=multiple]):hover, .select-box.form-control:hover, input.select-box:hover:not([type=checkbox]):not([type=radio]), select.select-box:hover, .date-range .date-dropdown > .select-box.dropdown-toggle:hover, textarea.select-box:hover {
  background-image: linear-gradient(45deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%);
}
select:not([multiple=multiple]).export-group-select, .date-range .date-dropdown > .dropdown-toggle:not([multiple=multiple]).export-group-select, .select-box.form-control.export-group-select, input.select-box.export-group-select:not([type=checkbox]):not([type=radio]), select.select-box.export-group-select, .date-range .date-dropdown > .select-box.export-group-select.dropdown-toggle, textarea.select-box.export-group-select {
  background-image: none;
  border: none;
}
select:not([multiple=multiple]).input-inline, .date-range .date-dropdown > .dropdown-toggle:not([multiple=multiple]).input-inline, .select-box.form-control.input-inline, input.select-box.input-inline:not([type=checkbox]):not([type=radio]), select.select-box.input-inline, .date-range .date-dropdown > .select-box.input-inline.dropdown-toggle, textarea.select-box.input-inline {
  width: 70px;
}

div.export-group-select {
  border: 1px solid #3D5666;
  border-radius: 0.25rem;
  transition: border-color 0.25s ease;
  overflow: hidden;
}

.select-box {
  cursor: pointer;
  position: relative;
}
.select-box.input-inline {
  display: inline-block;
}
.select-box .select-box-display {
  padding: 0;
}
.select-box .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e4e6e8;
}
.select-box .dropdown:not(.dropdown-horizontal) {
  width: 100%;
}
.select-box .dropdown.dropdown-horizontal {
  width: 250px;
  flex-wrap: wrap;
}
.select-box .dropdown.dropdown-horizontal.open {
  display: flex;
}
.select-box .dropdown.dropdown-horizontal > .dropdown-item {
  width: 25%;
  text-align: center;
  padding: 10px;
}
.select-box .dropdown:not(.open) {
  display: none;
}
.select-box .dropdown > .dropdown-item {
  text-align: center;
  padding: 0.5rem 1rem;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.select-box .dropdown > .dropdown-item:hover {
  background: #e9ecef;
}
.select-box .color-box .bg-* {
  width: 20px;
  height: 20px;
}

.color-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.color-box.text-white {
  text-shadow: #dee2e6 0 1px, #dee2e6 1px 0, #dee2e6 0 -1px, #dee2e6 -1px 0;
}
.color-box .bg-* {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #dee2e6;
}

.btn input[type=text], .portlet .portlet-title .tools-tab a input[type=text], .dmButton input[type=text], .dm-modal .modal-dialog a.dmButtonOk input[type=text], .dm-modal .modal-dialog a.dmButtonDelete input[type=text], .dmButton-ghost input[type=text], .dm-modal .modal-dialog a.dmButtonCancel input[type=text], .inact2 input[type=text], .inact2-ghost input[type=text], .act input[type=text], .act-ghost input[type=text], .inact input[type=text], .inact-ghost input[type=text] {
  padding: 4px;
  width: 40px;
  border: 1px solid #adb5bd;
  height: 25px;
  margin: 0 6px 0 0;
}

.stdfeld {
  margin-right: 8px;
}

.stdfeldShort {
  margin-right: 8px;
}

.stdfeldVeryShort {
  margin-right: 8px;
}

.stdfeldVeryShort-rechts {
  width: 130px;
}

.stdfeld-req {
  margin-right: 8px;
  background-color: #cccccc;
}

.stdfeld-rechts-req {
  background-color: #cccccc;
}

.stdfeld-readonly {
  margin-right: 8px;
  background-color: #ddd;
  color: #666;
}

.feldunterschrift {
  vertical-align: top;
  height: 24px;
  padding-bottom: 10px;
}

.feldunterschrift-req {
  vertical-align: top;
  height: 24px;
  color: #990000;
}

/* =================================================== FORMS =================================================== */
select::-ms-expand, .date-range .date-dropdown > .dropdown-toggle::-ms-expand {
  display: none;
}

select.w-800, .date-range .date-dropdown > .w-800.dropdown-toggle, input.w-800, textarea.w-800 {
  width: 800px;
}

select.w-700, .date-range .date-dropdown > .w-700.dropdown-toggle, input.w-700, textarea.w-700 {
  width: 700px;
}

select.long, .date-range .date-dropdown > .long.dropdown-toggle, input.long, textarea.long {
  width: 600px;
}

select.medium, .date-range .date-dropdown > .medium.dropdown-toggle, input.medium, textarea.medium {
  width: 400px;
}

select.short, .date-range .date-dropdown > .short.dropdown-toggle, input.short, textarea.short {
  width: 250px;
}

option {
  padding: 1px 15px 1px 3px;
  border: 0;
}

label {
  vertical-align: middle;
}

input.alert {
  border-color: #be0027;
}

.alertBorder {
  outline: 1px solid #be0027;
}

.feldunterschrift-req {
  color: #be0027;
}

.stdfeld-readonly {
  background-color: #ebebeb;
}

.color-selector {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%), linear-gradient(135deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%);
  background-position: calc(100% - 14px) 14.5px, calc(100% - 7px) 14.5px;
  background-size: 7px 11px, 7px 11px;
  background-repeat: no-repeat;
  padding-right: 32.5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  display: inline-flex;
}
.color-selector:hover {
  background-image: linear-gradient(45deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%);
}
.color-selector .widgetColor {
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  margin-right: 10px;
  cursor: pointer;
}
.color-selector .widgetColor.selectedColor, .color-selector .widgetColor.tempSelectedColor {
  border-color: #E8716B;
}

/* Styles für Daten-Input Forms */
fieldset.dateninput, fieldset.dateninput #casediv {
  padding-top: 2em;
}
fieldset.dateninput > label, fieldset.dateninput #casediv > label {
  float: left;
  width: 320px;
}
fieldset.dateninput > br, fieldset.dateninput #casediv > br {
  clear: both;
}
fieldset.dateninput > input, fieldset.dateninput #casediv > input {
  float: left;
  margin-bottom: 0.5em;
}
fieldset.dateninput > textarea, fieldset.dateninput #casediv > textarea {
  float: left;
  margin-bottom: 0.5em;
}
fieldset.dateninput > a.help, fieldset.dateninput #casediv > a.help {
  display: block;
  float: left;
  margin-left: 1em;
  margin-top: 2px;
}
fieldset.dateninput > .cinact, fieldset.dateninput #casediv > .cinact {
  margin-left: 320px !important;
}
fieldset.dateninput > select, .date-range fieldset.date-dropdown.dateninput > .dropdown-toggle, fieldset.dateninput #casediv > select, fieldset.dateninput .date-range .date-dropdown#casediv > .dropdown-toggle, .date-range fieldset.dateninput .date-dropdown#casediv > .dropdown-toggle {
  float: left;
  margin-bottom: 0.5em;
}
fieldset.dateninput > h2, fieldset.dateninput > .h2, fieldset.dateninput #casediv > h2, fieldset.dateninput #casediv > .h2 {
  font-size: 13px;
  margin-bottom: 3px;
  padding: 0;
  font-weight: bold;
}
fieldset.dateninput > p, fieldset.dateninput #casediv > p {
  margin-bottom: 1em;
  padding: 0;
}
fieldset.dateninput > img, fieldset.dateninput #casediv > img {
  display: block;
  float: left;
  margin-left: 0.5em;
  margin-top: -1px;
  margin-right: 0;
}
fieldset.dateninput > .dmButton, .dm-modal .modal-dialog fieldset.dateninput > a.dmButtonOk, .dm-modal .modal-dialog fieldset.dateninput > a.dmButtonDelete, fieldset.dateninput #casediv > .dmButton, fieldset.dateninput .dm-modal .modal-dialog #casediv > a.dmButtonOk, .dm-modal .modal-dialog fieldset.dateninput #casediv > a.dmButtonOk, fieldset.dateninput .dm-modal .modal-dialog #casediv > a.dmButtonDelete, .dm-modal .modal-dialog fieldset.dateninput #casediv > a.dmButtonDelete {
  margin-left: 320px !important;
  margin-top: 10px;
}

fieldset.dateninput #casediv {
  padding-top: 0;
}

.dateninput span.checkbox-text {
  float: left;
  padding: 2px 5px 0 5px;
}

.dateninput input#checkbox-text {
  float: left;
  margin-top: 2px;
}

* + html .dateninput input#checkbox-text {
  margin-top: 0px;
}

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

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

div.dropdown-menu.open {
  width: 100%;
}

ul.dropdown-menu.inner > li > a {
  white-space: initial;
}

form {
  margin-block-end: 0;
}

div.filter > label,
div.filter > span {
  height: 33px;
  line-height: 32px;
}

.filter + .clear + .filter, .filter + .filter {
  margin-top: 2px;
}

.filter {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  background: #fff;
  padding: 10px 26px;
}
.filter .fa-file-alt-clock:after {
  border-color: #c9dac4;
  background: #c9dac4;
}
.filter .fa-chart-bar-stopwatch:after {
  border-color: #c9dac4;
  background: #c9dac4;
}
.filter .fa-user-chart-bar:after {
  border-color: #c9dac4;
  background: #c9dac4;
}
.filter > label {
  white-space: nowrap;
}
.filter input:not([type=checkbox]):not([type=radio]), .filter select, .filter .date-range .date-dropdown > .dropdown-toggle, .date-range .filter .date-dropdown > .dropdown-toggle, .filter option {
  background-color: #fff !important;
  border-color: #3D5666 !important;
}
.filter input:not([type=checkbox]):not([type=radio]):focus, .filter select:focus, .filter .date-range .date-dropdown > .dropdown-toggle:focus, .date-range .filter .date-dropdown > .dropdown-toggle:focus, .filter option:focus {
  border-color: #3D5666 !important;
}
.filter > span {
  display: block;
  padding: 2px 5px;
}
.filter .dmButton, .filter .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .filter a.dmButtonOk, .filter .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog .filter a.dmButtonDelete, .filter .inact {
  padding: 0.5rem 1rem;
  margin: 2px 0 2px 10px;
  align-self: stretch;
  white-space: nowrap;
}
.filter label {
  padding: 2px 5px;
  margin-bottom: 0;
}
.filter label, .filter select, .filter .date-range .date-dropdown > .dropdown-toggle, .date-range .filter .date-dropdown > .dropdown-toggle {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin-right: 10px;
}

fieldset:not(.fieldset-fluid) .filter, div.formbody:not(.fluid) .filter {
  margin-left: 26px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1280px;
}

@media print {
  .filter {
    display: none;
  }
}
.form-select {
  padding: 0.5rem 1rem;
  border: 1px solid #3D5666;
  border-radius: 0.25rem;
}

/* --------------------------------------------------- Sortable widget on Emailing page 2019 --------------------------------------------------- */
.sort-item-dragging {
  background-color: #e5e6e8;
  border: 1px dotted #38474e;
}

.sort-handle-parent {
  position: relative;
}

.sort-handle {
  cursor: move;
  content: "";
  background-color: #38474e;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 20px !important;
  height: 28px;
  border-top: 2px solid #e5e6e8;
  border-bottom: 2px solid #e5e6e8;
}

.sort-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 3px solid #e5e6e8;
  border-bottom: 3px solid #e5e6e8;
  width: 20px;
  height: 12px;
  margin-top: -6px;
}

.sort-item-place-holder {
  height: 34px;
  background-color: #f7f47d;
  border: 1px dotted #38474e;
}

/* --------------------------------------------------- New jquery plugin widget on edit/add a user options 2019 ---------------------------------- */
.dm-multiple-select > .title, .dm-single-select > .title {
  background-color: #3D5666;
  padding: 10px;
  display: flex;
}
.dm-multiple-select > .title input, .dm-single-select > .title input {
  display: flex;
  background: #fff url("/_img/mailing_builder/ic_search.png") no-repeat calc(100% - 5px) center;
  background-size: 30px auto !important;
  margin-left: 20px;
  width: 200px;
  border: 0;
}
.dm-multiple-select > .title > .pin-selected, .dm-single-select > .title > .pin-selected {
  background: #fff;
  width: 30px;
  height: 7px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.dm-multiple-select > .title > .pin-selected::after, .dm-single-select > .title > .pin-selected::after {
  content: "";
  width: 14px;
  height: 14px;
  background: linear-gradient(to bottom, rgb(129, 182, 131) 0%, rgb(65, 126, 68) 100%) !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.dm-multiple-select > .title > .pin-selected.checked, .dm-single-select > .title > .pin-selected.checked {
  background: #ffea42;
}
.dm-multiple-select > .title > .pin-selected.checked::after, .dm-single-select > .title > .pin-selected.checked::after {
  left: 100%;
  margin-left: -14px;
}
.dm-multiple-select > .title > .checkbox, .dm-single-select > .title > .checkbox {
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.dm-multiple-select > .title > .checkbox.checked, .dm-single-select > .title > .checkbox.checked {
  background: #fff;
}
.dm-multiple-select > .title > .checkbox.pending::after, .dm-single-select > .title > .checkbox.pending::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
}
.dm-multiple-select > .title > .info-box, .dm-single-select > .title > .info-box {
  color: #e5e6e8;
  padding: 10px;
  margin-left: auto;
}
.dm-multiple-select:not(.help) > ul, .dm-single-select:not(.help) > ul {
  color: #3D5666;
  background-color: #e5e6e8;
  max-height: 400px;
  overflow-y: auto;
}
.dm-multiple-select:not(.help) > ul > li, .dm-single-select:not(.help) > ul > li {
  cursor: pointer;
}
.dm-multiple-select:not(.help) > ul > li:hover, .dm-single-select:not(.help) > ul > li:hover {
  background-color: #d9dadc;
}
.dm-multiple-select > ul > li, .dm-single-select > ul > li {
  list-style: none;
  padding: 8px;
}
.dm-multiple-select > ul > li.disabled, .dm-single-select > ul > li.disabled {
  color: #9fa0a2;
  cursor: revert;
}
.dm-multiple-select > ul > li.disabled > .checkbox, .dm-single-select > ul > li.disabled > .checkbox {
  border-color: #9fa0a2 !important;
}
.dm-multiple-select > ul > li > input[type=checkbox], .dm-single-select > ul > li > input[type=checkbox] {
  display: none;
}
.dm-multiple-select > ul > li > .checkbox, .dm-single-select > ul > li > .checkbox {
  border: 1px solid #3D5666;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  display: inline-block;
  position: relative;
}
.dm-multiple-select > ul > li.pending > .checkbox::after, .dm-single-select > ul > li.pending > .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: #3D5666;
}
.dm-multiple-select > ul > li.pending.disabled > .checkbox::after, .dm-single-select > ul > li.pending.disabled > .checkbox::after {
  background: #9fa0a2;
}

.portlet .dm-multiple-select:not(.help) > ul, .portlet .dm-single-select:not(.help) > ul {
  color: #3D5666;
  background-color: #ffffff;
}
.portlet .dm-multiple-select > .title, .portlet .dm-single-select > .title {
  padding: 0 0 10px 0;
  background: transparent;
}
.portlet .dm-multiple-select > .title > .checkbox, .portlet .dm-single-select > .title > .checkbox {
  border-color: #3D5666;
  margin-left: 8px;
  margin-right: 8px;
}
.portlet .dm-multiple-select > .title .info-box, .portlet .dm-single-select > .title .info-box {
  color: #3D5666;
}
.portlet .dm-multiple-select > .title input, .portlet .dm-single-select > .title input {
  background-color: #e4e6e8;
  flex-grow: 1;
  margin: 0;
}

.dm-multiple-select > .title > .checkbox.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  width: 15px;
  height: 8px;
  border: 3px solid #3D5666;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.dm-multiple-select > ul > li.checked > .checkbox {
  background: #3D5666;
}
.dm-multiple-select > ul > li.checked > .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  width: 14px;
  height: 7px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.dm-multiple-select > ul > li.checked.disabled > .checkbox {
  background: #9fa0a2;
}

.dm-single-select > .title > .checkbox.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  background-color: #3D5666;
  border-radius: 100%;
}
.dm-single-select > ul > li > .checkbox {
  border-radius: 100%;
}
.dm-single-select > ul > li.checked > .checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D5666;
  border: 3px solid #fff;
  border-radius: 100%;
}
.dm-single-select > ul > li.checked.disabled > .checkbox {
  background: #9fa0a2;
}
.dm-single-select.dropdown {
  position: absolute;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
}
.dm-single-select.dropdown > ul {
  margin-bottom: 0;
}

.portlet {
  margin-bottom: 1.5rem;
}
.portlet:not(.bordered) .portlet-title {
  background: #F7F8F8;
  color: #fff;
  border: 1px solid #e9ecef;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.portlet:not(.bordered) .portlet-title .caption {
  color: #3D5666;
  font-weight: bold;
}
.portlet:not(.bordered) .portlet-body {
  border: 1px solid #e9ecef;
  border-top: 0;
  background: #F7F8F8;
}
.portlet:not(.bordered) .portlet-body.gradient {
  background: #F7F8F8;
  background: linear-gradient(180deg, #F7F8F8 0%, rgb(255, 255, 255) 100%);
}
.portlet:not(.bordered) .portlet-body.full-border {
  border: 1px solid #e9ecef;
}
.portlet:not(.bordered) .portlet-body .even, .portlet:not(.bordered) .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet:not(.bordered) .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd) {
  background-color: #fff;
}
.portlet:not(.bordered) .portlet-body .odd {
  background-color: #F7F8F8;
}
.portlet:not(.bordered) .portlet-body table:not(.no-border) {
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
}
.portlet:not(.bordered) .portlet-body table.no-r-border {
  border-left: 1px solid #e9ecef;
  border-right: 0;
}
.portlet:not(.bordered) .portlet-body table.no-l-border {
  border-left: 0;
  border-right: 1px solid #e9ecef;
}
.portlet:not(.bordered) .portlet-body table.full-border {
  border: 1px solid #e9ecef;
}
.portlet:not(.bordered) .portlet-body table tr {
  border-left: 0;
  border-right: 0;
}
.portlet:not(.bordered) .portlet-body table tr:not(:last-child) {
  border-color: #e9ecef;
}
.portlet:not(.bordered) .portlet-body table .inactive {
  color: #D1D7DB;
}
.portlet.bordered .portlet-title {
  border: 1px solid #3D5666;
  color: #fff;
}
.portlet.bordered .portlet-title .caption {
  color: #3D5666;
}
.portlet.bordered .portlet-body {
  border-top: 0;
}
.portlet:not(.borderless):not(.portlet-statistic) .portlet-body {
  border: 1px solid #e9ecef;
}
.portlet.full-height {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.portlet.full-height .portlet-title {
  flex-grow: 0;
}
.portlet.full-height .portlet-body {
  flex-grow: 1;
}
.portlet .portlet-title {
  display: flex;
  justify-content: space-between;
}
.portlet .portlet-title.center {
  justify-content: center;
}
.portlet .portlet-title .caption {
  font-family: Verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.portlet .portlet-title .tools, .portlet .portlet-title .tools-tab {
  display: flex;
  align-content: center;
  align-items: center;
}
.portlet .portlet-title .tools > .btn, .portlet .portlet-title .tools-tab .tools > a, .portlet .portlet-title .tools-tab > .btn, .portlet .portlet-title .tools-tab > a, .portlet .portlet-title .tools > .dmButton, .portlet .portlet-title .tools-tab > .dmButton, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonOk, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonDelete, .portlet .portlet-title .tools > .dmButton-ghost, .portlet .portlet-title .tools-tab > .dmButton-ghost, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonCancel, .portlet .portlet-title .tools > .inact2, .portlet .portlet-title .tools-tab > .inact2, .portlet .portlet-title .tools > .inact2-ghost, .portlet .portlet-title .tools-tab > .inact2-ghost, .portlet .portlet-title .tools > .act, .portlet .portlet-title .tools-tab > .act, .portlet .portlet-title .tools > .act-ghost, .portlet .portlet-title .tools-tab > .act-ghost, .portlet .portlet-title .tools > .inact, .portlet .portlet-title .tools-tab > .inact, .portlet .portlet-title .tools > .inact-ghost, .portlet .portlet-title .tools-tab > .inact-ghost {
  line-height: 1;
}
.portlet .portlet-title .tools > .btn:not(.btn-fit), .portlet .portlet-title .tools-tab .tools > a:not(.btn-fit), .portlet .portlet-title .tools-tab > .btn:not(.btn-fit), .portlet .portlet-title .tools-tab > a:not(.btn-fit), .portlet .portlet-title .tools > .dmButton:not(.btn-fit), .portlet .portlet-title .tools-tab > .dmButton:not(.btn-fit), .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk:not(.btn-fit), .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonOk:not(.btn-fit), .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete:not(.btn-fit), .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonDelete:not(.btn-fit), .portlet .portlet-title .tools > .dmButton-ghost:not(.btn-fit), .portlet .portlet-title .tools-tab > .dmButton-ghost:not(.btn-fit), .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel:not(.btn-fit), .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonCancel:not(.btn-fit), .portlet .portlet-title .tools > .inact2:not(.btn-fit), .portlet .portlet-title .tools-tab > .inact2:not(.btn-fit), .portlet .portlet-title .tools > .inact2-ghost:not(.btn-fit), .portlet .portlet-title .tools-tab > .inact2-ghost:not(.btn-fit), .portlet .portlet-title .tools > .act:not(.btn-fit), .portlet .portlet-title .tools-tab > .act:not(.btn-fit), .portlet .portlet-title .tools > .act-ghost:not(.btn-fit), .portlet .portlet-title .tools-tab > .act-ghost:not(.btn-fit), .portlet .portlet-title .tools > .inact:not(.btn-fit), .portlet .portlet-title .tools-tab > .inact:not(.btn-fit), .portlet .portlet-title .tools > .inact-ghost:not(.btn-fit), .portlet .portlet-title .tools-tab > .inact-ghost:not(.btn-fit) {
  padding: 0;
}
.portlet .portlet-title .tools > .btn.btn-fit, .portlet .portlet-title .tools-tab .tools > a.btn-fit, .portlet .portlet-title .tools-tab > .btn.btn-fit, .portlet .portlet-title .tools-tab > a.btn-fit, .portlet .portlet-title .tools > .btn-fit.dmButton, .portlet .portlet-title .tools-tab > .btn-fit.dmButton, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonOk, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-fit.dmButtonOk, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonDelete, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-fit.dmButtonDelete, .portlet .portlet-title .tools > .btn-fit.dmButton-ghost, .portlet .portlet-title .tools-tab > .btn-fit.dmButton-ghost, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonCancel, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-fit.dmButtonCancel, .portlet .portlet-title .tools > .btn-fit.inact2, .portlet .portlet-title .tools-tab > .btn-fit.inact2, .portlet .portlet-title .tools > .btn-fit.inact2-ghost, .portlet .portlet-title .tools-tab > .btn-fit.inact2-ghost, .portlet .portlet-title .tools > .btn-fit.act, .portlet .portlet-title .tools-tab > .btn-fit.act, .portlet .portlet-title .tools > .btn-fit.act-ghost, .portlet .portlet-title .tools-tab > .btn-fit.act-ghost, .portlet .portlet-title .tools > .btn-fit.inact, .portlet .portlet-title .tools-tab > .btn-fit.inact, .portlet .portlet-title .tools > .btn-fit.inact-ghost, .portlet .portlet-title .tools-tab > .btn-fit.inact-ghost {
  border-radius: 0;
}
.portlet .portlet-title .tools > .btn.btn-link, .portlet .portlet-title .tools-tab .tools > a.btn-link, .portlet .portlet-title .tools-tab > .btn.btn-link, .portlet .portlet-title .tools-tab > a.btn-link, .portlet .portlet-title .tools > .btn-link.dmButton, .portlet .portlet-title .tools-tab > .btn-link.dmButton, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonOk, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonOk, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonDelete, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonDelete, .portlet .portlet-title .tools > .btn-link.dmButton-ghost, .portlet .portlet-title .tools-tab > .btn-link.dmButton-ghost, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonCancel, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonCancel, .portlet .portlet-title .tools > .btn-link.inact2, .portlet .portlet-title .tools-tab > .btn-link.inact2, .portlet .portlet-title .tools > .btn-link.inact2-ghost, .portlet .portlet-title .tools-tab > .btn-link.inact2-ghost, .portlet .portlet-title .tools > .btn-link.act, .portlet .portlet-title .tools-tab > .btn-link.act, .portlet .portlet-title .tools > .btn-link.act-ghost, .portlet .portlet-title .tools-tab > .btn-link.act-ghost, .portlet .portlet-title .tools > .btn-link.inact, .portlet .portlet-title .tools-tab > .btn-link.inact, .portlet .portlet-title .tools > .btn-link.inact-ghost, .portlet .portlet-title .tools-tab > .btn-link.inact-ghost, .portlet .portlet-title .tools > .btn.btn-icon, .portlet .portlet-title .tools-tab .tools > a.btn-icon, .portlet .portlet-title .tools-tab > .btn.btn-icon, .portlet .portlet-title .tools-tab > a.btn-icon, .portlet .portlet-title .tools > .dmButton.btn-icon, .portlet .portlet-title .tools-tab > .dmButton.btn-icon, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk.btn-icon, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonOk.btn-icon, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete.btn-icon, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonDelete.btn-icon, .portlet .portlet-title .tools > .dmButton-ghost.btn-icon, .portlet .portlet-title .tools-tab > .dmButton-ghost.btn-icon, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel.btn-icon, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonCancel.btn-icon, .portlet .portlet-title .tools > .inact2.btn-icon, .portlet .portlet-title .tools-tab > .inact2.btn-icon, .portlet .portlet-title .tools > .inact2-ghost.btn-icon, .portlet .portlet-title .tools-tab > .inact2-ghost.btn-icon, .portlet .portlet-title .tools > .act.btn-icon, .portlet .portlet-title .tools-tab > .act.btn-icon, .portlet .portlet-title .tools > .act-ghost.btn-icon, .portlet .portlet-title .tools-tab > .act-ghost.btn-icon, .portlet .portlet-title .tools > .inact.btn-icon, .portlet .portlet-title .tools-tab > .inact.btn-icon, .portlet .portlet-title .tools > .inact-ghost.btn-icon, .portlet .portlet-title .tools-tab > .inact-ghost.btn-icon {
  text-decoration: underline;
}
.portlet .portlet-title .tools > .btn.btn-link:hover, .portlet .portlet-title .tools-tab .tools > a.btn-link:hover, .portlet .portlet-title .tools-tab > .btn.btn-link:hover, .portlet .portlet-title .tools-tab > a.btn-link:hover, .portlet .portlet-title .tools > .btn-link.dmButton:hover, .portlet .portlet-title .tools-tab > .btn-link.dmButton:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonOk:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonOk:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonDelete:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonDelete:hover, .portlet .portlet-title .tools > .btn-link.dmButton-ghost:hover, .portlet .portlet-title .tools-tab > .btn-link.dmButton-ghost:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.btn-link.dmButtonCancel:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.btn-link.dmButtonCancel:hover, .portlet .portlet-title .tools > .btn-link.inact2:hover, .portlet .portlet-title .tools-tab > .btn-link.inact2:hover, .portlet .portlet-title .tools > .btn-link.inact2-ghost:hover, .portlet .portlet-title .tools-tab > .btn-link.inact2-ghost:hover, .portlet .portlet-title .tools > .btn-link.act:hover, .portlet .portlet-title .tools-tab > .btn-link.act:hover, .portlet .portlet-title .tools > .btn-link.act-ghost:hover, .portlet .portlet-title .tools-tab > .btn-link.act-ghost:hover, .portlet .portlet-title .tools > .btn-link.inact:hover, .portlet .portlet-title .tools-tab > .btn-link.inact:hover, .portlet .portlet-title .tools > .btn-link.inact-ghost:hover, .portlet .portlet-title .tools-tab > .btn-link.inact-ghost:hover, .portlet .portlet-title .tools > .btn.btn-icon:hover, .portlet .portlet-title .tools-tab .tools > a.btn-icon:hover, .portlet .portlet-title .tools-tab > .btn.btn-icon:hover, .portlet .portlet-title .tools-tab > a.btn-icon:hover, .portlet .portlet-title .tools > .dmButton.btn-icon:hover, .portlet .portlet-title .tools-tab > .dmButton.btn-icon:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk.btn-icon:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonOk.btn-icon:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete.btn-icon:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonDelete.btn-icon:hover, .portlet .portlet-title .tools > .dmButton-ghost.btn-icon:hover, .portlet .portlet-title .tools-tab > .dmButton-ghost.btn-icon:hover, .portlet .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel.btn-icon:hover, .dm-modal .modal-dialog .portlet .portlet-title .tools > a.dmButtonCancel.btn-icon:hover, .portlet .portlet-title .tools > .inact2.btn-icon:hover, .portlet .portlet-title .tools-tab > .inact2.btn-icon:hover, .portlet .portlet-title .tools > .inact2-ghost.btn-icon:hover, .portlet .portlet-title .tools-tab > .inact2-ghost.btn-icon:hover, .portlet .portlet-title .tools > .act.btn-icon:hover, .portlet .portlet-title .tools-tab > .act.btn-icon:hover, .portlet .portlet-title .tools > .act-ghost.btn-icon:hover, .portlet .portlet-title .tools-tab > .act-ghost.btn-icon:hover, .portlet .portlet-title .tools > .inact.btn-icon:hover, .portlet .portlet-title .tools-tab > .inact.btn-icon:hover, .portlet .portlet-title .tools > .inact-ghost.btn-icon:hover, .portlet .portlet-title .tools-tab > .inact-ghost.btn-icon:hover {
  text-decoration: none;
}
.portlet .portlet-title .tools > img, .portlet .portlet-title .tools-tab > img {
  cursor: pointer;
  margin-top: 25px;
  margin-right: 10px;
}
.portlet .portlet-title .tools i, .portlet .portlet-title .tools-tab i, .portlet .portlet-title .tools svg, .portlet .portlet-title .tools-tab svg {
  margin-right: 10px;
}
.portlet .portlet-title .tools-button {
  margin-right: 20px;
}
.portlet .portlet-title .tools-tab a {
  border: 0;
}
.portlet .portlet-title .tools-tab a:not(.active) {
  color: #8D9CA5;
}
.portlet .portlet-title .tools-tab a.active {
  color: #fff;
}
.portlet .portlet-body {
  color: #3D5666;
}
.portlet .portlet-body > .title {
  font-family: Verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
}
.portlet .portlet-body > .title.divider {
  color: #3D5666;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #3D5666;
}
.portlet .portlet-body > .title.divider > span {
  position: relative;
  display: inline-block;
  padding: 10px 10px 0 0;
  z-index: 2;
}
.portlet .portlet-footer-tab {
  display: flex;
  align-items: center;
  background-color: #3D5666;
}
.portlet .portlet-footer-tab a:not(.btn):not(.dmButton):not(.dmButton-ghost):not(.inact2):not(.inact2-ghost):not(.act):not(.act-ghost):not(.inact):not(.inact-ghost):not(.dmButton) {
  color: #dee2e6;
  padding: 20px 15px 20px 15px;
  transition: background-color 300ms;
}
.portlet .portlet-footer-tab a:not(.btn):not(.dmButton):not(.dmButton-ghost):not(.inact2):not(.inact2-ghost):not(.act):not(.act-ghost):not(.inact):not(.inact-ghost):not(.dmButton):hover {
  color: #f8f9fa;
}
.portlet .portlet-footer-tab a:not(.btn):not(.dmButton):not(.dmButton-ghost):not(.inact2):not(.inact2-ghost):not(.act):not(.act-ghost):not(.inact):not(.inact-ghost):not(.dmButton).active {
  color: #fff;
}
.portlet .portlet-footer-tab.full-width a:not(.btn):not(.dmButton):not(.dmButton-ghost):not(.inact2):not(.inact2-ghost):not(.act):not(.act-ghost):not(.inact):not(.inact-ghost):not(.dmButton), .portlet table.portlet-footer-tab.full-width-subtable a:not(.btn):not(.dmButton):not(.dmButton-ghost):not(.inact2):not(.inact2-ghost):not(.act):not(.act-ghost):not(.inact):not(.inact-ghost):not(.dmButton) {
  flex-grow: 1;
  text-align: center;
}
.portlet .portlet-footer-tab .caption {
  padding: 10px;
  color: #fff;
}
.portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title > .caption {
  padding: 20px 15px 20px 15px;
}
.portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn.btn-fit, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn.btn-fit, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.dmButton, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.dmButton, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonOk, .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.btn-fit.dmButtonOk, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonDelete, .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.btn-fit.dmButtonDelete, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.dmButton-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.dmButton-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonCancel, .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.btn-fit.dmButtonCancel, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.inact2, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.inact2, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.inact2-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.inact2-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.act, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.act, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.act-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.act-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.inact, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.inact, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn-fit.inact-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn-fit.inact-ghost, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab .tools > a.btn-fit, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > a.btn-fit {
  padding: 20px 20px;
}
.portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .btn:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .btn:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .dmButton:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .dmButton:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk:not(.btn-fit), .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.dmButtonOk:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete:not(.btn-fit), .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.dmButtonDelete:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .dmButton-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .dmButton-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel:not(.btn-fit), .dm-modal .modal-dialog .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > a.dmButtonCancel:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .inact2:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .inact2:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .inact2-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .inact2-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .act:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .act:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .act-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .act-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .inact:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .inact:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools > .inact-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > .inact-ghost:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab .tools > a:not(.btn-fit), .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-title .tools-tab > a:not(.btn-fit) {
  margin-right: 20px;
}
.portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-body, .portlet:not(.portlet-md):not(.portlet-statistic):not(.portlet-sm) .portlet-body-padding {
  padding: 1.5rem;
}
.portlet.portlet-md .portlet-title > .caption, .portlet.portlet-statistic .portlet-title > .caption {
  font-size: 0.84375rem;
  padding: 15px 20px 15px 20px;
}
.portlet.portlet-md .portlet-title.center .caption, .portlet.portlet-statistic .portlet-title.center .caption {
  padding: 15px 5px 15px 5px;
}
.portlet.portlet-md .portlet-title .tools > .btn.btn-fit, .portlet.portlet-statistic .portlet-title .tools > .btn.btn-fit, .portlet.portlet-md .portlet-title .tools-tab > .btn.btn-fit, .portlet.portlet-statistic .portlet-title .tools-tab > .btn.btn-fit, .portlet.portlet-md .portlet-title .tools > .btn-fit.dmButton, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.dmButton, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.dmButton, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.dmButton, .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonOk, .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonOk, .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.btn-fit.dmButtonOk, .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.btn-fit.dmButtonOk, .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonDelete, .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonDelete, .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.btn-fit.dmButtonDelete, .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.btn-fit.dmButtonDelete, .portlet.portlet-md .portlet-title .tools > .btn-fit.dmButton-ghost, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.dmButton-ghost, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.dmButton-ghost, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.dmButton-ghost, .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonCancel, .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonCancel, .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.btn-fit.dmButtonCancel, .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.btn-fit.dmButtonCancel, .portlet.portlet-md .portlet-title .tools > .btn-fit.inact2, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.inact2, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.inact2, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.inact2, .portlet.portlet-md .portlet-title .tools > .btn-fit.inact2-ghost, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.inact2-ghost, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.inact2-ghost, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.inact2-ghost, .portlet.portlet-md .portlet-title .tools > .btn-fit.act, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.act, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.act, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.act, .portlet.portlet-md .portlet-title .tools > .btn-fit.act-ghost, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.act-ghost, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.act-ghost, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.act-ghost, .portlet.portlet-md .portlet-title .tools > .btn-fit.inact, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.inact, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.inact, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.inact, .portlet.portlet-md .portlet-title .tools > .btn-fit.inact-ghost, .portlet.portlet-statistic .portlet-title .tools > .btn-fit.inact-ghost, .portlet.portlet-md .portlet-title .tools-tab > .btn-fit.inact-ghost, .portlet.portlet-statistic .portlet-title .tools-tab > .btn-fit.inact-ghost, .portlet.portlet-md .portlet-title .tools-tab .tools > a.btn-fit, .portlet.portlet-statistic .portlet-title .tools-tab .tools > a.btn-fit, .portlet.portlet-md .portlet-title .tools-tab > a.btn-fit, .portlet.portlet-statistic .portlet-title .tools-tab > a.btn-fit {
  padding: 12px 20px;
}
.portlet.portlet-md .portlet-title .tools > .btn:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .btn:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .btn:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .btn:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .dmButton:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .dmButton:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .dmButton:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .dmButton:not(.btn-fit), .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk:not(.btn-fit), .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.dmButtonOk:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.dmButtonOk:not(.btn-fit), .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete:not(.btn-fit), .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.dmButtonDelete:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.dmButtonDelete:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .dmButton-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .dmButton-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .dmButton-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .dmButton-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel:not(.btn-fit), .portlet.portlet-statistic .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-md .portlet-title .tools > a.dmButtonCancel:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-statistic .portlet-title .tools > a.dmButtonCancel:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .inact2:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .inact2:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .inact2:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .inact2:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .inact2-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .inact2-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .inact2-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .inact2-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .act:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .act:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .act:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .act:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .act-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .act-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .act-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .act-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .inact:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .inact:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .inact:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .inact:not(.btn-fit), .portlet.portlet-md .portlet-title .tools > .inact-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools > .inact-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > .inact-ghost:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > .inact-ghost:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab .tools > a:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab .tools > a:not(.btn-fit), .portlet.portlet-md .portlet-title .tools-tab > a:not(.btn-fit), .portlet.portlet-statistic .portlet-title .tools-tab > a:not(.btn-fit) {
  margin-right: 10px;
}
.portlet.portlet-md .portlet-body, .portlet.portlet-statistic .portlet-body, .portlet.portlet-md .portlet-body-padding, .portlet.portlet-statistic .portlet-body-padding {
  padding: 10px;
}
.portlet.portlet-sm .portlet-title > .caption {
  padding: 7px 10px 5px 10px;
}
.portlet.portlet-sm .portlet-title .tools > .btn.btn-fit, .portlet.portlet-sm .portlet-title .tools-tab > .btn.btn-fit, .portlet.portlet-sm .portlet-title .tools > .btn-fit.dmButton, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.dmButton, .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonOk, .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.btn-fit.dmButtonOk, .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonDelete, .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.btn-fit.dmButtonDelete, .portlet.portlet-sm .portlet-title .tools > .btn-fit.dmButton-ghost, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.dmButton-ghost, .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.btn-fit.dmButtonCancel, .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.btn-fit.dmButtonCancel, .portlet.portlet-sm .portlet-title .tools > .btn-fit.inact2, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.inact2, .portlet.portlet-sm .portlet-title .tools > .btn-fit.inact2-ghost, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.inact2-ghost, .portlet.portlet-sm .portlet-title .tools > .btn-fit.act, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.act, .portlet.portlet-sm .portlet-title .tools > .btn-fit.act-ghost, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.act-ghost, .portlet.portlet-sm .portlet-title .tools > .btn-fit.inact, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.inact, .portlet.portlet-sm .portlet-title .tools > .btn-fit.inact-ghost, .portlet.portlet-sm .portlet-title .tools-tab > .btn-fit.inact-ghost, .portlet.portlet-sm .portlet-title .tools-tab .tools > a.btn-fit, .portlet.portlet-sm .portlet-title .tools-tab > a.btn-fit {
  padding: 5px 10px;
}
.portlet.portlet-sm .portlet-title .tools > .btn:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .btn:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .dmButton:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .dmButton:not(.btn-fit), .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonOk:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.dmButtonOk:not(.btn-fit), .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonDelete:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.dmButtonDelete:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .dmButton-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .dmButton-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .dm-modal .modal-dialog .tools > a.dmButtonCancel:not(.btn-fit), .dm-modal .modal-dialog .portlet.portlet-sm .portlet-title .tools > a.dmButtonCancel:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .inact2:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .inact2:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .inact2-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .inact2-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .act:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .act:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .act-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .act-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .inact:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .inact:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools > .inact-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > .inact-ghost:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab .tools > a:not(.btn-fit), .portlet.portlet-sm .portlet-title .tools-tab > a:not(.btn-fit) {
  margin-right: 10px;
}
.portlet.portlet-sm .portlet-body, .portlet.portlet-sm .portlet-body-padding {
  padding: 5px;
}

.portlet-nl > .portlet-body {
  background-color: #3D5666;
  color: #000;
}
.portlet-nl > .portlet-body .fa-file-alt-clock:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-nl > .portlet-body .fa-chart-bar-stopwatch:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-nl > .portlet-body .fa-user-chart-bar:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-nl:not(.bordered) > .portlet-title {
  background: #397D54;
  color: #fff;
}
.portlet-nl:not(.bordered) > .portlet-title .caption {
  color: #fff;
}
.portlet-nl:not(.bordered) > .portlet-title .fa-file-alt-clock:after {
  border-color: #397D54;
  background: #397D54;
}
.portlet-nl:not(.bordered) > .portlet-title .fa-chart-bar-stopwatch:after {
  border-color: #397D54;
  background: #397D54;
}
.portlet-nl:not(.bordered) > .portlet-title .fa-user-chart-bar:after {
  border-color: #397D54;
  background: #397D54;
}
.portlet-nl.bordered > .portlet-title {
  border-color: #397D54;
  color: #397D54;
}
.portlet-nl.bordered > .portlet-title .caption {
  color: #397D54;
}
.portlet-nl:not(.borderless):not(.portlet-statistic) .portlet-body {
  border-color: #397D54;
}

.portlet-gray > .portlet-body {
  background-color: #fff;
  color: #000;
}
.portlet-gray > .portlet-body .fa-file-alt-clock:after {
  border-color: #fff;
  background: #fff;
}
.portlet-gray > .portlet-body .fa-chart-bar-stopwatch:after {
  border-color: #fff;
  background: #fff;
}
.portlet-gray > .portlet-body .fa-user-chart-bar:after {
  border-color: #fff;
  background: #fff;
}
.portlet-gray:not(.bordered) > .portlet-title {
  background: #e4e6e8;
  color: #000;
}
.portlet-gray:not(.bordered) > .portlet-title .caption {
  color: #000;
}
.portlet-gray:not(.bordered) > .portlet-title .fa-file-alt-clock:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}
.portlet-gray:not(.bordered) > .portlet-title .fa-chart-bar-stopwatch:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}
.portlet-gray:not(.bordered) > .portlet-title .fa-user-chart-bar:after {
  border-color: #e4e6e8;
  background: #e4e6e8;
}
.portlet-gray.bordered > .portlet-title {
  border-color: #e4e6e8;
  color: #e4e6e8;
}
.portlet-gray.bordered > .portlet-title .caption {
  color: #e4e6e8;
}
.portlet-gray:not(.borderless):not(.portlet-statistic) .portlet-body {
  border-color: #e4e6e8;
}

.portlet-statistic > .portlet-body {
  background-color: #fff;
  color: #3D5666;
}
.portlet-statistic > .portlet-body .fa-file-alt-clock:after {
  border-color: #fff;
  background: #fff;
}
.portlet-statistic > .portlet-body .fa-chart-bar-stopwatch:after {
  border-color: #fff;
  background: #fff;
}
.portlet-statistic > .portlet-body .fa-user-chart-bar:after {
  border-color: #fff;
  background: #fff;
}
.portlet-statistic:not(.bordered) > .portlet-title {
  background: #3D5666;
  color: #fff;
}
.portlet-statistic:not(.bordered) > .portlet-title .caption {
  color: #fff;
}
.portlet-statistic:not(.bordered) > .portlet-title .fa-file-alt-clock:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-statistic:not(.bordered) > .portlet-title .fa-chart-bar-stopwatch:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-statistic:not(.bordered) > .portlet-title .fa-user-chart-bar:after {
  border-color: #3D5666;
  background: #3D5666;
}
.portlet-statistic.bordered > .portlet-title {
  border-color: #3D5666;
  color: #3D5666;
}
.portlet-statistic.bordered > .portlet-title .caption {
  color: #3D5666;
}
.portlet-statistic:not(.borderless):not(.portlet-statistic) .portlet-body {
  border-color: #3D5666;
}

svg > g:last-child > g:last-child, div.google-visualization-tooltip {
  pointer-events: none;
}

.google-visualization-tooltip > div {
  z-index: 1080;
}
.google-visualization-tooltip > div.sticky-to-cursor {
  position: absolute;
}

.google-pie-chart, .google-pie-chart-half {
  position: relative;
}
.google-pie-chart .donutLabel, .google-pie-chart-half .donutLabel {
  position: absolute;
  margin-top: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.google-pie-chart > div:not(.donutLabel), .google-pie-chart-half > div:not(.donutLabel) {
  position: relative;
  z-index: 2;
}
.google-pie-chart > div:not(.donutLabel):last-child, .google-pie-chart-half > div:not(.donutLabel):last-child {
  z-index: 3;
}

.google-pie-chart-half {
  overflow: hidden;
}
.google-pie-chart-half .donutLabel {
  justify-content: flex-end;
}
.google-pie-chart-half > div:not(.donutLabel) > div {
  height: 100%;
}
.google-pie-chart-half > div:not(.donutLabel) > div > div:first-child {
  height: 100% !important;
  overflow: hidden;
}

.dm-google-gauge.chart-center > table {
  margin: 0 auto !important;
}
.dm-google-gauge svg > g > circle:nth-child(1) {
  fill: transparent;
  stroke: transparent;
}
.dm-google-gauge svg > g > circle:nth-child(2) {
  fill: transparent;
  stroke: transparent;
}
.dm-google-gauge svg > g > g:last-child > path {
  fill: #3D5666;
  stroke: #3D5666;
}
.dm-google-gauge svg > g > g:last-child > circle {
  fill: #e4e6e8;
  stroke: #3D5666;
  r: 7;
}

.report-box {
  position: relative;
  overflow: hidden;
}
.report-box:not(.mini-box) {
  min-height: 120px;
  background-color: #e4e6e8;
  color: #3D5666;
}
.report-box:not(.mini-box) > .report-box-icon, .report-box:not(.mini-box) > .report-box-correlation {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 100%;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: start;
}
.report-box:not(.mini-box) > .report-box-correlation {
  top: 50%;
  z-index: 3;
}
.report-box:not(.mini-box) > .report-box-value {
  position: relative;
  z-index: 2;
  padding: 10px 70px 10px 15px;
}
.report-box:not(.mini-box) > .report-box-value strong {
  white-space: nowrap;
}
.report-box:not(.mini-box) > .report-box-title {
  font-size: 0.9375rem;
  position: relative;
  z-index: 2;
  padding: 10px 70px 10px 15px;
}
.report-box:not(.mini-box) > .report-box-button {
  padding: 5px 5px 5px 10px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.report-box:not(.mini-box).theme > .report-box-icon {
  background-color: #3D5666;
}
.report-box:not(.mini-box).theme-gray > .report-box-icon {
  background-color: #e4e6e8;
}
.report-box:not(.mini-box).theme-bg > .report-box-icon {
  background-color: #c9dac4;
}
.report-box:not(.mini-box).theme-light > .report-box-icon {
  background-color: #b1bbc2;
}
.report-box:not(.mini-box).theme-lighter > .report-box-icon {
  background-color: #d8dde0;
}
.report-box:not(.mini-box).error-color > .report-box-icon {
  background-color: #b91b1b;
}
.report-box:not(.mini-box).green > .report-box-icon, .dm-modal .modal-dialog a.report-box.dmButtonOk:not(.mini-box) > .report-box-icon {
  background-color: #397D54;
}
.report-box:not(.mini-box).orange > .report-box-icon {
  background-color: #EAB050;
}
.report-box:not(.mini-box).teal > .report-box-icon {
  background-color: #79C6C4;
}
.report-box:not(.mini-box).blue > .report-box-icon {
  background-color: #4BAFC6;
}
.report-box:not(.mini-box).purple > .report-box-icon {
  background-color: #AC86BF;
}
.report-box:not(.mini-box).red > .report-box-icon, .dm-modal .modal-dialog a.report-box.dmButtonDelete:not(.mini-box) > .report-box-icon {
  background-color: #E8716B;
}
.report-box:not(.mini-box).green-light > .report-box-icon {
  background-color: #6E9C75;
}
.report-box:not(.mini-box).orange-light > .report-box-icon {
  background-color: #FCD2A7;
}
.report-box:not(.mini-box).teal-light > .report-box-icon {
  background-color: #ACDDD3;
}
.report-box:not(.mini-box).blue-light > .report-box-icon {
  background-color: #84BFD8;
}
.report-box:not(.mini-box).purple-light > .report-box-icon {
  background-color: #DDC4E8;
}
.report-box:not(.mini-box).red-light > .report-box-icon {
  background-color: #F4938C;
}
.report-box:not(.mini-box).green-lighter > .report-box-icon {
  background-color: #C4DBAF;
}
.report-box:not(.mini-box).orange-lighter > .report-box-icon {
  background-color: #FCE9DB;
}
.report-box:not(.mini-box).teal-lighter > .report-box-icon {
  background-color: #D6EAE5;
}
.report-box:not(.mini-box).blue-lighter > .report-box-icon {
  background-color: #CCE6ED;
}
.report-box:not(.mini-box).purple-lighter > .report-box-icon {
  background-color: #E9DFEF;
}
.report-box:not(.mini-box).red-lighter > .report-box-icon {
  background-color: #EFCACA;
}
.report-box:not(.mini-box).green-lightest > .report-box-icon {
  background-color: #D6E8C1;
}
.report-box:not(.mini-box).white > .report-box-icon {
  background-color: #fff;
}
.report-box:not(.mini-box).black > .report-box-icon {
  background-color: #000;
}
.report-box:not(.mini-box).black-contrast1 > .report-box-icon {
  background-color: #1A384B;
}
.report-box:not(.mini-box).black-contrast2 > .report-box-icon {
  background-color: #3D5666;
}
.report-box:not(.mini-box).black-contrast3 > .report-box-icon {
  background-color: #F7F8F8;
}
.report-box:not(.mini-box).gray-light > .report-box-icon {
  background-color: #dee2e6;
}
.report-box:not(.mini-box).gray > .report-box-icon {
  background-color: #6c757d;
}
.report-box:not(.mini-box).gray-dark > .report-box-icon {
  background-color: #343a40;
}
.report-box:not(.mini-box).page-intro > .report-box-icon {
  background-color: #D6E8C1;
}
.report-box:not(.mini-box).green-dark > .report-box-icon {
  background-color: #83B585;
}
.report-box:not(.mini-box).searchbarGreen > .report-box-icon {
  background-color: #397D54;
}
.report-box:not(.mini-box).brown > .report-box-icon {
  background-color: #7e5016;
}
.report-box:not(.mini-box).diagram-yellow > .report-box-icon {
  background-color: #ef7111;
}
.report-box:not(.mini-box).diagram-yellow-light > .report-box-icon {
  background-color: #f7aa42;
}
.report-box:not(.mini-box).diagram-brown > .report-box-icon {
  background-color: #7e5016;
}
.report-box:not(.mini-box).diagram-brown-light > .report-box-icon {
  background-color: #b38f4b;
}
.report-box:not(.mini-box).diagram-blue > .report-box-icon {
  background-color: #4BAFC6;
}
.report-box:not(.mini-box).diagram-blue-light > .report-box-icon {
  background-color: #84BFD8;
}
.report-box:not(.mini-box).diagram-pink > .report-box-icon {
  background-color: #AC86BF;
}
.report-box:not(.mini-box).diagram-pink-light > .report-box-icon {
  background-color: #cc80b0;
}
.report-box:not(.mini-box).diagram-dark > .report-box-icon {
  background-color: #42555f;
}
.report-box:not(.mini-box).diagram-dark-light > .report-box-icon {
  background-color: #82939c;
}
.report-box.mini-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
  color: #fff;
}
.report-box.mini-box.theme {
  background-color: #3D5666;
}
.report-box.mini-box.theme-gray {
  background-color: #e4e6e8;
}
.report-box.mini-box.theme-bg {
  background-color: #c9dac4;
}
.report-box.mini-box.theme-light {
  background-color: #b1bbc2;
}
.report-box.mini-box.theme-lighter {
  background-color: #d8dde0;
}
.report-box.mini-box.error-color {
  background-color: #b91b1b;
}
.report-box.mini-box.green, .dm-modal .modal-dialog a.report-box.mini-box.dmButtonOk {
  background-color: #397D54;
}
.report-box.mini-box.orange {
  background-color: #EAB050;
}
.report-box.mini-box.teal {
  background-color: #79C6C4;
}
.report-box.mini-box.blue {
  background-color: #4BAFC6;
}
.report-box.mini-box.purple {
  background-color: #AC86BF;
}
.report-box.mini-box.red, .dm-modal .modal-dialog a.report-box.mini-box.dmButtonDelete {
  background-color: #E8716B;
}
.report-box.mini-box.green-light {
  background-color: #6E9C75;
}
.report-box.mini-box.orange-light {
  background-color: #FCD2A7;
}
.report-box.mini-box.teal-light {
  background-color: #ACDDD3;
}
.report-box.mini-box.blue-light {
  background-color: #84BFD8;
}
.report-box.mini-box.purple-light {
  background-color: #DDC4E8;
}
.report-box.mini-box.red-light {
  background-color: #F4938C;
}
.report-box.mini-box.green-lighter {
  background-color: #C4DBAF;
}
.report-box.mini-box.orange-lighter {
  background-color: #FCE9DB;
}
.report-box.mini-box.teal-lighter {
  background-color: #D6EAE5;
}
.report-box.mini-box.blue-lighter {
  background-color: #CCE6ED;
}
.report-box.mini-box.purple-lighter {
  background-color: #E9DFEF;
}
.report-box.mini-box.red-lighter {
  background-color: #EFCACA;
}
.report-box.mini-box.green-lightest {
  background-color: #D6E8C1;
}
.report-box.mini-box.white {
  background-color: #fff;
}
.report-box.mini-box.black {
  background-color: #000;
}
.report-box.mini-box.black-contrast1 {
  background-color: #1A384B;
}
.report-box.mini-box.black-contrast2 {
  background-color: #3D5666;
}
.report-box.mini-box.black-contrast3 {
  background-color: #F7F8F8;
}
.report-box.mini-box.gray-light {
  background-color: #dee2e6;
}
.report-box.mini-box.gray {
  background-color: #6c757d;
}
.report-box.mini-box.gray-dark {
  background-color: #343a40;
}
.report-box.mini-box.page-intro {
  background-color: #D6E8C1;
}
.report-box.mini-box.green-dark {
  background-color: #83B585;
}
.report-box.mini-box.searchbarGreen {
  background-color: #397D54;
}
.report-box.mini-box.brown {
  background-color: #7e5016;
}
.report-box.mini-box.diagram-yellow {
  background-color: #ef7111;
}
.report-box.mini-box.diagram-yellow-light {
  background-color: #f7aa42;
}
.report-box.mini-box.diagram-brown {
  background-color: #7e5016;
}
.report-box.mini-box.diagram-brown-light {
  background-color: #b38f4b;
}
.report-box.mini-box.diagram-blue {
  background-color: #4BAFC6;
}
.report-box.mini-box.diagram-blue-light {
  background-color: #84BFD8;
}
.report-box.mini-box.diagram-pink {
  background-color: #AC86BF;
}
.report-box.mini-box.diagram-pink-light {
  background-color: #cc80b0;
}
.report-box.mini-box.diagram-dark {
  background-color: #42555f;
}
.report-box.mini-box.diagram-dark-light {
  background-color: #82939c;
}
.report-box.mini-box .report-box-icon {
  position: relative;
  z-index: 2;
  text-align: center;
  flex-grow: 0;
  width: 20%;
}
.report-box.mini-box > .report-box-correlation {
  display: none;
}
.report-box.mini-box .report-box-title {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 0;
  width: 80%;
  margin-right: 5px;
  padding: 5px 0;
}
.report-box.mini-box .report-box-value {
  display: none;
}
.report-box.button-effect {
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.report-box.button-effect:not(.mini-box)::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.report-box.button-effect:not(.mini-box):hover > .report-box-icon > i, .report-box.button-effect:not(.mini-box).active > .report-box-icon > i {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(10deg);
}
.report-box.button-effect.mini-box::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.report-box.button-effect.mini-box:hover > .report-box-icon > i, .report-box.button-effect.mini-box.active > .report-box-icon > i {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(360deg);
}
.report-box.button-effect.mini-box.active::before {
  background-color: rgba(0, 0, 0, 0.2);
  background: url("/_img/dm2023/statistik/circle-check-white.svg") no-repeat;
  content: "";
  display: block;
  width: 18px;
  top: 8px;
  right: 2px;
}
.report-box.button-effect:hover, .report-box.button-effect.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.report-box.button-effect:hover:before, .report-box.button-effect.active:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}
.report-box.button-effect > .report-box-icon > i {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.report-box.button-effect:before {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 0;
}
.report-box.box-inact {
  background-color: rgba(0, 0, 0, 0.1);
}

.footer {
  color: #6c757d;
  text-align: center;
}

body > .footer {
  position: fixed;
  bottom: 0%;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.card.card-help .card-header, .card-help.page_intro .card-header, .card-help.page_intro_filter .card-header, .card.card-help .contentbox .header, .card-help.page_intro .contentbox .header, .card-help.page_intro_filter .contentbox .header, .contentbox .card.card-help .header, .contentbox .card-help.page_intro .header, .contentbox .card-help.page_intro_filter .header, .card.card-help .contentbox .head, .card-help.page_intro .contentbox .head, .card-help.page_intro_filter .contentbox .head, .contentbox .card.card-help .head, .contentbox .card-help.page_intro .head, .contentbox .card-help.page_intro_filter .head, .card-help.contentbox .card-header, .card-help.contentbox .header, .card-help.contentbox .head, .dm-modal .modal-dialog .modal-body .card-help.row.fazit .card-header, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-help.fazit.pf-element-group .card-header, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-help.fazit.pf-element-group .card-header, .dm-modal .modal-dialog .modal-body .card-help.fazit.info_row .card-header, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row .card-header, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row-fixed-bottom .card-header, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row-fixed-bottom .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body .card-help.row.fazit .contentbox .header, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-help.fazit.pf-element-group .contentbox .header, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-help.fazit.pf-element-group .contentbox .header, .dm-modal .modal-dialog .modal-body .card-help.fazit.info_row .contentbox .header, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row .contentbox .header, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .contentbox .header, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row-fixed-bottom .contentbox .header, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .contentbox .header, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row .contentbox .header, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .contentbox .header, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row-fixed-bottom .contentbox .header, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .contentbox .header, .contentbox .dm-modal .modal-dialog .modal-body .card-help.row.fazit .header, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-help.fazit.pf-element-group .header, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.pf-element-group .header, .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.info_row .header, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row-fixed-bottom .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .header, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row-fixed-bottom .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .header, .dm-modal .modal-dialog .modal-body .card-help.row.fazit .contentbox .head, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-help.fazit.pf-element-group .contentbox .head, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card-help.fazit.pf-element-group .contentbox .head, .dm-modal .modal-dialog .modal-body .card-help.fazit.info_row .contentbox .head, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row .contentbox .head, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .contentbox .head, .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row-fixed-bottom .contentbox .head, .field-rules .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .contentbox .head, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row .contentbox .head, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .contentbox .head, .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row-fixed-bottom .contentbox .head, .new-field-rule .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .contentbox .head, .contentbox .dm-modal .modal-dialog .modal-body .card-help.row.fazit .head, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .card-help.fazit.pf-element-group .head, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.pf-element-group .head, .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.info_row .head, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .card-help.fazit.rules-row-fixed-bottom .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .head, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .card-help.fazit.rules-row-fixed-bottom .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .card-help.fazit.rules-row-fixed-bottom .head {
  background-color: #3D5666;
  color: #fff;
}
.card .card-body .card-title, .page_intro .card-body .card-title, .page_intro_filter .card-body .card-title, .contentbox .card-body .card-title, .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .card-body .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-body .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-body .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .card-body .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-body .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-body .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-body .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-body .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .contentbox .body .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .contentbox .body .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .contentbox .body .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .contentbox .body .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .contentbox .body .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .contentbox .body .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .contentbox .body .card-title, .card .dm-modal .modal-dialog .modal-body .row.fazit .card-title, .card .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .card .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-title, .card .dm-modal .modal-dialog .modal-body .fazit.info_row .card-title, .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-title, .field-rules .card .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-title, .new-field-rule .card .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .page_intro .dm-modal .modal-dialog .modal-body .row.fazit .card-title, .page_intro .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .page_intro .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-title, .page_intro .dm-modal .modal-dialog .modal-body .fazit.info_row .card-title, .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-title, .field-rules .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-title, .new-field-rule .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .row.fazit .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.info_row .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-title, .field-rules .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-title, .new-field-rule .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .contentbox .dm-modal .modal-dialog .modal-body .row.fazit .card-title, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-title, .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row .card-title, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-title, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-title, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-title, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .card .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .card .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .card .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .card .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .card .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .card .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .card .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .card .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .card .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .card .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .card .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .page_intro .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .page_intro .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .page_intro .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .page_intro .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .page_intro .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .page_intro .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .page_intro .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .page_intro .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .page_intro .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .page_intro .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .page_intro_filter .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro_filter .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .contentbox .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .contentbox .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .contentbox .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .contentbox .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .row.fazit .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .row.fazit .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.info_row .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.info_row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.info_row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.info_row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .row.fazit .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.pf-element-group .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.info_row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group .card-title, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row .card-title, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row .card-title, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row .card-title, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom .card-title, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom .card-title, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row .card-title, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row .card-title, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row .card-title, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row .card-title, .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom .card-title, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom .card-title, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom .card-title {
  color: #3D5666;
}
.card .card-body.border-dashed, .page_intro .card-body.border-dashed, .page_intro_filter .card-body.border-dashed, .contentbox .card-body.border-dashed, .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .row.fazit .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-body.border-dashed, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .fazit.info_row .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-body.border-dashed, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-body.border-dashed, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-body.border-dashed, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-body.border-dashed, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body.border-dashed, .dm-modal .modal-dialog .modal-body .row.fazit .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .contentbox .border-dashed.body, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .fazit.info_row .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .contentbox .border-dashed.body, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .contentbox .border-dashed.body, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .contentbox .border-dashed.body, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .contentbox .border-dashed.body, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .contentbox .border-dashed.body, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .contentbox .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.body, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.body, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.body, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.body, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.body, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.body, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.body, .card .dm-modal .modal-dialog .modal-body .border-dashed.row.fazit, .card .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.pf-element-group, .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.info_row, .card .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row, .field-rules .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .card .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .card .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .card .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .card .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.row.fazit, .page_intro .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.pf-element-group, .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.info_row, .page_intro .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row, .field-rules .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .page_intro .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .page_intro .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.row.fazit, .page_intro_filter .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.pf-element-group, .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.info_row, .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row, .field-rules .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .page_intro_filter .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.row.fazit, .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.pf-element-group, .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.info_row, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .contentbox .dm-modal .modal-dialog .modal-body .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row, .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .card .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .card .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .card .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .card .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .card .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .card .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .page_intro .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .page_intro .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .page_intro .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .page_intro .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .page_intro .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .page_intro_filter .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .page_intro_filter .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .page_intro_filter .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .page_intro_filter .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .page_intro_filter .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .page_intro_filter .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .contentbox .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .contentbox .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .contentbox .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .contentbox .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.row.fazit, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .row.fazit .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .fazit.info_row .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.info_row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.row.fazit, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.row.fazit, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.row.fazit, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.pf-element-group, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .border-dashed.fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.info_row, .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .border-dashed.fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.rules-row, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .border-dashed.fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .border-dashed.fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.rules-row-fixed-bottom, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .border-dashed.fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.rules-row, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .border-dashed.fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row, .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .row.fazit .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .border-dashed.fazit.rules-row-fixed-bottom, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.info_row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row .border-dashed.fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .border-dashed.fazit.rules-row-fixed-bottom {
  border-bottom: 1px dashed #fff;
}
.card div.download_neu, .page_intro div.download_neu, .page_intro_filter div.download_neu, .contentbox div.download_neu, .dm-modal .modal-dialog .modal-body .row.fazit div.download_neu, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group div.download_neu, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group div.download_neu, .dm-modal .modal-dialog .modal-body .fazit.info_row div.download_neu, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row div.download_neu, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_neu, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom div.download_neu, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_neu, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row div.download_neu, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_neu, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom div.download_neu, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_neu, .card div.download_new, .page_intro div.download_new, .page_intro_filter div.download_new, .contentbox div.download_new, .dm-modal .modal-dialog .modal-body .row.fazit div.download_new, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group div.download_new, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group div.download_new, .dm-modal .modal-dialog .modal-body .fazit.info_row div.download_new, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row div.download_new, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_new, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom div.download_new, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_new, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row div.download_new, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_new, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom div.download_new, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_new {
  position: absolute;
  width: 93px;
  height: 47px;
  top: 20px;
  left: 0;
}
.card div.download_neu, .page_intro div.download_neu, .page_intro_filter div.download_neu, .contentbox div.download_neu, .dm-modal .modal-dialog .modal-body .row.fazit div.download_neu, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group div.download_neu, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group div.download_neu, .dm-modal .modal-dialog .modal-body .fazit.info_row div.download_neu, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row div.download_neu, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_neu, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom div.download_neu, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_neu, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row div.download_neu, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_neu, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom div.download_neu, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_neu {
  background: url(/_img/dm2023/help/ribbon_neu.png) no-repeat top left;
}
.card div.download_new, .page_intro div.download_new, .page_intro_filter div.download_new, .contentbox div.download_new, .dm-modal .modal-dialog .modal-body .row.fazit div.download_new, .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group div.download_new, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .fazit.pf-element-group div.download_new, .dm-modal .modal-dialog .modal-body .fazit.info_row div.download_new, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row div.download_new, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_new, .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom div.download_new, .field-rules .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_new, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row div.download_new, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row div.download_new, .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom div.download_new, .new-field-rule .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom div.download_new {
  background: url(/_img/dm2023/help/ribbon_new.png) no-repeat top left;
}

.text-shadow {
  text-shadow: 0px 1px 3px #000;
}

.hide, .hideMe, div.logo, div.righttop {
  display: none;
}

.dmTag {
  padding: 5px 10px;
  background-color: #397D54;
  color: #e4e6e8;
  font-weight: normal;
  border-radius: 15px;
}
.dmTag.green, .dm-modal .modal-dialog a.dmTag.dmButtonOk {
  background-color: #397D54;
}
.dmTag.red, .dm-modal .modal-dialog a.dmTag.dmButtonDelete {
  background-color: #E8716B;
}

.pagination .dmButton.white, .pagination .dm-modal .modal-dialog a.white.dmButtonOk, .dm-modal .modal-dialog .pagination a.white.dmButtonOk, .pagination .dm-modal .modal-dialog a.white.dmButtonDelete, .dm-modal .modal-dialog .pagination a.white.dmButtonDelete {
  background-color: transparent;
  border-color: transparent;
}

.group-dragndrop ul.available-groups, .group-dragndrop ul.choosen-groups {
  list-style: none;
  padding-left: 4px;
  padding-right: 4px;
}
.group-dragndrop ul.available-groups li, .group-dragndrop ul.choosen-groups li {
  margin: 4px;
  padding: 4px;
  border: 1px solid #6E9C75;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dmTabs.boxed {
  border-left: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  border-radius: 0.25rem;
  border-top: none;
}
.dmTabs li.nav-item a {
  border-width: 1px;
  border-color: #C3C3C3;
}
.dmTabs li.nav-item :not(a.active) {
  background-color: #eeeeee;
}
button.style_format, button.status-box-style {
  border-width: 1px;
}
button.style_format:focus-visible, button.status-box-style:focus-visible {
  box-shadow: none;
  outline-color: #6c757d;
  outline-offset: 0;
  outline-style: double;
  outline-width: 1px;
}

.contentbox {
  margin-bottom: 1.5rem;
}
.contentbox .header, .contentbox .head {
  background-color: #3D5666;
  padding: 20px;
  color: #FFFFFF;
  font-size: 0.84375rem;
  font-weight: bold;
}
.contentbox .body .even, .contentbox .body .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .contentbox .body tr:nth-child(odd), .contentbox .body .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .contentbox .body tr:nth-child(odd) {
  background: #f8f9fa;
}
.contentbox .body .odd {
  background: none;
}
.contentbox .body .row-settings {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contentbox .body .row-settings .even, .contentbox .body .row-settings .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .contentbox .body .row-settings tr:nth-child(odd), .contentbox .body .row-settings .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .contentbox .body .row-settings tr:nth-child(odd), .contentbox .body .row-settings .odd {
  border-top: 2px solid #e9ecef;
}
.contentbox .body.row-lined {
  padding: 0;
  flex: 1 1 auto;
}
.contentbox .body.row-lined .row, .contentbox .body.row-lined .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .contentbox .body.row-lined .pf-element-group, .contentbox .body.row-lined .info_row, .contentbox .body.row-lined .field-rules .rules-row, .field-rules .contentbox .body.row-lined .rules-row, .contentbox .body.row-lined .field-rules .rules-row-fixed-bottom, .field-rules .contentbox .body.row-lined .rules-row-fixed-bottom, .contentbox .body.row-lined .new-field-rule .rules-row, .new-field-rule .contentbox .body.row-lined .rules-row, .contentbox .body.row-lined .new-field-rule .rules-row-fixed-bottom, .new-field-rule .contentbox .body.row-lined .rules-row-fixed-bottom {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: 0;
  padding-left: 1.25rem;
  margin-right: 0;
  padding-right: 1.25rem;
}
.contentbox .body.row-lined .row:nth-of-type(even), .contentbox .body.row-lined .pf_new_element_step1 .pf-element-group:nth-of-type(even), .pf_new_element_step1 .contentbox .body.row-lined .pf-element-group:nth-of-type(even), .contentbox .body.row-lined .info_row:nth-of-type(even), .contentbox .body.row-lined .field-rules .rules-row:nth-of-type(even), .field-rules .contentbox .body.row-lined .rules-row:nth-of-type(even), .contentbox .body.row-lined .field-rules .rules-row-fixed-bottom:nth-of-type(even), .field-rules .contentbox .body.row-lined .rules-row-fixed-bottom:nth-of-type(even), .contentbox .body.row-lined .new-field-rule .rules-row:nth-of-type(even), .new-field-rule .contentbox .body.row-lined .rules-row:nth-of-type(even), .contentbox .body.row-lined .new-field-rule .rules-row-fixed-bottom:nth-of-type(even), .new-field-rule .contentbox .body.row-lined .rules-row-fixed-bottom:nth-of-type(even) {
  background-color: #f8f9fa;
}
.contentbox.contentbox-settings .body {
  padding-left: 0;
  padding-right: 0;
}
.contentbox .footer {
  text-align: left;
}
.contentbox table .data .full-width, .contentbox table table.data-limited .full-width, .contentbox table .data table.full-width-subtable, .contentbox table table.data-limited table.full-width-subtable {
  padding: 0;
}
.contentbox table .data .full-width tr, .contentbox table table.data-limited .full-width tr, .contentbox table .data table.full-width-subtable tr, .contentbox table table.data-limited table.full-width-subtable tr {
  border-left: 0;
  border-right: 0;
}

.cbToggle {
  width: 18px;
  height: 18px;
  background-image: url("/_img/dm2023/icons/zuklappen.svg");
  cursor: pointer;
}
.cbToggle.isCollapsed {
  background-image: url("/_img/dm2023/icons/aufklappen.svg");
}

img.hilfe {
  width: 14px;
  height: 14px;
  border: none;
}

img.icon, svg.icon, i.icon {
  width: 24px;
  height: 24px;
}
img.icon.icon-small, svg.icon.icon-small, i.icon.icon-small {
  width: 18px;
  height: 18px;
}
img.icon.icon-large, svg.icon.icon-large, i.icon.icon-large {
  width: 32px;
  height: 32px;
}
img.icon.icon-xlarge, svg.icon.icon-xlarge, i.icon.icon-xlarge {
  width: 48px;
  height: 48px;
}

svg.icon10, img.icon10, .icon10 { /* used for Img / SVG::Icon* display */
  height: 10px;
  width: 10px;
}

svg.icon16, img.icon16, .icon16 { /* used for Img / SVG::Icon* display */
  height: 16px;
  width: 16px;
}

svg.icon20, img.icon20, .icon20 { /* used for Img / SVG::Icon* display */
  height: 20px;
  width: 20px;
}

svg.icon24, img.icon24, .icon24 { /* used for Img / SVG::Icon* display */
  height: 24px;
  width: 24px;
}

svg.icon30, img.icon30, .icon30 { /* used for Img / SVG::Icon* display */
  height: 30px;
  width: 30px;
}

svg.abmIcon, img.abmIcon {
  width: 22px;
  height: 22px;
  padding-left: 1px;
  padding-right: 1px;
}
svg.abmIcon.inactiv, img.abmIcon.inactiv {
  color: grey;
}

img.dmIcon, svg.dmIcon {
  width: 24px;
  height: 24px;
  padding-left: 2px;
  padding-right: 2px;
}
img.dmIcon.inactiv, svg.dmIcon.inactiv {
  color: grey;
}

img.mdbIcon, svg.mdbIcon {
  width: 26px;
  height: 24px;
  background: #f3f3f3;
  border-radius: 20px;
}
img.mdbIcon.inacitv, svg.mdbIcon.inacitv {
  color: grey;
  opacity: 0.5;
  cursor: no-drop;
}

img.mdbUploadStatusIcon, svg.mdbUploadStatusIcon {
  width: 17px;
  height: 17px;
}

.pointToMe {
  cursor: pointer;
}

.no-cursor {
  cursor: default;
}

.sticky {
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  transition: all 50ms;
  position: sticky;
  top: -1px;
  z-index: 890;
  background-color: transparent;
}
.sticky.is-pinned {
  background-color: #fff;
}
.sticky.is-pinned:not(.head) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 4px black;
  padding: 10px 0;
}

/* Page-Intro und Read-More */
.page_intro, .page_intro_filter {
  border-width: 1px;
  border-color: var(--bs-border-color-translucent);
  border-radius: 0.25rem;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
.page_intro.bg-theme, .bg-theme.page_intro_filter, .pyjama-odd-theme > .page_intro:nth-child(odd), .pyjama-odd-theme > .page_intro_filter:nth-child(odd), .pyjama-even-theme > .page_intro:nth-child(even), .pyjama-even-theme > .page_intro_filter:nth-child(even) {
  border-color: #3D5666;
}
.page_intro.bg-theme-gray, .bg-theme-gray.page_intro_filter, .pyjama-odd-theme-gray > .page_intro:nth-child(odd), .pyjama-odd-theme-gray > .page_intro_filter:nth-child(odd), .pyjama-even-theme-gray > .page_intro:nth-child(even), .pyjama-even-theme-gray > .page_intro_filter:nth-child(even) {
  border-color: #e4e6e8;
}
.page_intro.bg-theme-bg, .bg-theme-bg.page_intro_filter, .pyjama-odd-theme-bg > .page_intro:nth-child(odd), .pyjama-odd-theme-bg > .page_intro_filter:nth-child(odd), .pyjama-even-theme-bg > .page_intro:nth-child(even), .pyjama-even-theme-bg > .page_intro_filter:nth-child(even) {
  border-color: #c9dac4;
}
.page_intro.bg-theme-light, .bg-theme-light.page_intro_filter, .pyjama-odd-theme-light > .page_intro:nth-child(odd), .pyjama-odd-theme-light > .page_intro_filter:nth-child(odd), .pyjama-even-theme-light > .page_intro:nth-child(even), .pyjama-even-theme-light > .page_intro_filter:nth-child(even) {
  border-color: #b1bbc2;
}
.page_intro.bg-theme-lighter, .bg-theme-lighter.page_intro_filter, .pyjama-odd-theme-lighter > .page_intro:nth-child(odd), .pyjama-odd-theme-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-theme-lighter > .page_intro:nth-child(even), .pyjama-even-theme-lighter > .page_intro_filter:nth-child(even) {
  border-color: #d8dde0;
}
.page_intro.bg-error-color, .bg-error-color.page_intro_filter, .pyjama-odd-error-color > .page_intro:nth-child(odd), .pyjama-odd-error-color > .page_intro_filter:nth-child(odd), .pyjama-even-error-color > .page_intro:nth-child(even), .pyjama-even-error-color > .page_intro_filter:nth-child(even) {
  border-color: #b91b1b;
}
.page_intro.bg-green, .bg-green.page_intro_filter, .pyjama-odd-green > .page_intro:nth-child(odd), .pyjama-odd-green > .page_intro_filter:nth-child(odd), .pyjama-even-green > .page_intro:nth-child(even), .pyjama-even-green > .page_intro_filter:nth-child(even) {
  border-color: #397D54;
}
.page_intro.bg-orange, .bg-orange.page_intro_filter, .pyjama-odd-orange > .page_intro:nth-child(odd), .pyjama-odd-orange > .page_intro_filter:nth-child(odd), .pyjama-even-orange > .page_intro:nth-child(even), .pyjama-even-orange > .page_intro_filter:nth-child(even) {
  border-color: #EAB050;
}
.page_intro.bg-teal, .bg-teal.page_intro_filter, .pyjama-odd-teal > .page_intro:nth-child(odd), .pyjama-odd-teal > .page_intro_filter:nth-child(odd), .pyjama-even-teal > .page_intro:nth-child(even), .pyjama-even-teal > .page_intro_filter:nth-child(even) {
  border-color: #79C6C4;
}
.page_intro.bg-blue, .bg-blue.page_intro_filter, .pyjama-odd-blue > .page_intro:nth-child(odd), .pyjama-odd-blue > .page_intro_filter:nth-child(odd), .pyjama-even-blue > .page_intro:nth-child(even), .pyjama-even-blue > .page_intro_filter:nth-child(even) {
  border-color: #4BAFC6;
}
.page_intro.bg-purple, .bg-purple.page_intro_filter, .pyjama-odd-purple > .page_intro:nth-child(odd), .pyjama-odd-purple > .page_intro_filter:nth-child(odd), .pyjama-even-purple > .page_intro:nth-child(even), .pyjama-even-purple > .page_intro_filter:nth-child(even) {
  border-color: #AC86BF;
}
.page_intro.bg-red, .bg-red.page_intro_filter, .pyjama-odd-red > .page_intro:nth-child(odd), .pyjama-odd-red > .page_intro_filter:nth-child(odd), .pyjama-even-red > .page_intro:nth-child(even), .pyjama-even-red > .page_intro_filter:nth-child(even) {
  border-color: #E8716B;
}
.page_intro.bg-green-light, .bg-green-light.page_intro_filter, .pyjama-odd-green-light > .page_intro:nth-child(odd), .pyjama-odd-green-light > .page_intro_filter:nth-child(odd), .pyjama-even-green-light > .page_intro:nth-child(even), .pyjama-even-green-light > .page_intro_filter:nth-child(even) {
  border-color: #6E9C75;
}
.page_intro.bg-orange-light, .bg-orange-light.page_intro_filter, .pyjama-odd-orange-light > .page_intro:nth-child(odd), .pyjama-odd-orange-light > .page_intro_filter:nth-child(odd), .pyjama-even-orange-light > .page_intro:nth-child(even), .pyjama-even-orange-light > .page_intro_filter:nth-child(even) {
  border-color: #FCD2A7;
}
.page_intro.bg-teal-light, .bg-teal-light.page_intro_filter, .pyjama-odd-teal-light > .page_intro:nth-child(odd), .pyjama-odd-teal-light > .page_intro_filter:nth-child(odd), .pyjama-even-teal-light > .page_intro:nth-child(even), .pyjama-even-teal-light > .page_intro_filter:nth-child(even) {
  border-color: #ACDDD3;
}
.page_intro.bg-blue-light, .bg-blue-light.page_intro_filter, .pyjama-odd-blue-light > .page_intro:nth-child(odd), .pyjama-odd-blue-light > .page_intro_filter:nth-child(odd), .pyjama-even-blue-light > .page_intro:nth-child(even), .pyjama-even-blue-light > .page_intro_filter:nth-child(even) {
  border-color: #84BFD8;
}
.page_intro.bg-purple-light, .bg-purple-light.page_intro_filter, .pyjama-odd-purple-light > .page_intro:nth-child(odd), .pyjama-odd-purple-light > .page_intro_filter:nth-child(odd), .pyjama-even-purple-light > .page_intro:nth-child(even), .pyjama-even-purple-light > .page_intro_filter:nth-child(even) {
  border-color: #DDC4E8;
}
.page_intro.bg-red-light, .bg-red-light.page_intro_filter, .pyjama-odd-red-light > .page_intro:nth-child(odd), .pyjama-odd-red-light > .page_intro_filter:nth-child(odd), .pyjama-even-red-light > .page_intro:nth-child(even), .pyjama-even-red-light > .page_intro_filter:nth-child(even) {
  border-color: #F4938C;
}
.page_intro.bg-green-lighter, .bg-green-lighter.page_intro_filter, .pyjama-odd-green-lighter > .page_intro:nth-child(odd), .pyjama-odd-green-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-green-lighter > .page_intro:nth-child(even), .pyjama-even-green-lighter > .page_intro_filter:nth-child(even) {
  border-color: #C4DBAF;
}
.page_intro.bg-orange-lighter, .bg-orange-lighter.page_intro_filter, .pyjama-odd-orange-lighter > .page_intro:nth-child(odd), .pyjama-odd-orange-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-orange-lighter > .page_intro:nth-child(even), .pyjama-even-orange-lighter > .page_intro_filter:nth-child(even) {
  border-color: #FCE9DB;
}
.page_intro.bg-teal-lighter, .bg-teal-lighter.page_intro_filter, .pyjama-odd-teal-lighter > .page_intro:nth-child(odd), .pyjama-odd-teal-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-teal-lighter > .page_intro:nth-child(even), .pyjama-even-teal-lighter > .page_intro_filter:nth-child(even) {
  border-color: #D6EAE5;
}
.page_intro.bg-blue-lighter, .bg-blue-lighter.page_intro_filter, .pyjama-odd-blue-lighter > .page_intro:nth-child(odd), .pyjama-odd-blue-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-blue-lighter > .page_intro:nth-child(even), .pyjama-even-blue-lighter > .page_intro_filter:nth-child(even) {
  border-color: #CCE6ED;
}
.page_intro.bg-purple-lighter, .bg-purple-lighter.page_intro_filter, .pyjama-odd-purple-lighter > .page_intro:nth-child(odd), .pyjama-odd-purple-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-purple-lighter > .page_intro:nth-child(even), .pyjama-even-purple-lighter > .page_intro_filter:nth-child(even) {
  border-color: #E9DFEF;
}
.page_intro.bg-red-lighter, .bg-red-lighter.page_intro_filter, .pyjama-odd-red-lighter > .page_intro:nth-child(odd), .pyjama-odd-red-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-red-lighter > .page_intro:nth-child(even), .pyjama-even-red-lighter > .page_intro_filter:nth-child(even) {
  border-color: #EFCACA;
}
.page_intro.bg-green-lightest, .bg-green-lightest.page_intro_filter, .pyjama-odd-green-lightest > .page_intro:nth-child(odd), .pyjama-odd-green-lightest > .page_intro_filter:nth-child(odd), .pyjama-even-green-lightest > .page_intro:nth-child(even), .pyjama-even-green-lightest > .page_intro_filter:nth-child(even) {
  border-color: #D6E8C1;
}
.page_intro.bg-white, .bg-white.page_intro_filter, .pyjama-odd-white > .page_intro:nth-child(odd), .pyjama-odd-white > .page_intro_filter:nth-child(odd), .pyjama-even-white > .page_intro:nth-child(even), .pyjama-even-white > .page_intro_filter:nth-child(even) {
  border-color: #fff;
}
.page_intro.bg-black, .bg-black.page_intro_filter, .pyjama-odd-black > .page_intro:nth-child(odd), .pyjama-odd-black > .page_intro_filter:nth-child(odd), .pyjama-even-black > .page_intro:nth-child(even), .pyjama-even-black > .page_intro_filter:nth-child(even) {
  border-color: #000;
}
.page_intro.bg-black-contrast1, .bg-black-contrast1.page_intro_filter, .pyjama-odd-black-contrast1 > .page_intro:nth-child(odd), .pyjama-odd-black-contrast1 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast1 > .page_intro:nth-child(even), .pyjama-even-black-contrast1 > .page_intro_filter:nth-child(even) {
  border-color: #1A384B;
}
.page_intro.bg-black-contrast2, .bg-black-contrast2.page_intro_filter, .pyjama-odd-black-contrast2 > .page_intro:nth-child(odd), .pyjama-odd-black-contrast2 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast2 > .page_intro:nth-child(even), .pyjama-even-black-contrast2 > .page_intro_filter:nth-child(even) {
  border-color: #3D5666;
}
.page_intro.bg-black-contrast3, .bg-black-contrast3.page_intro_filter, .pyjama-odd-black-contrast3 > .page_intro:nth-child(odd), .pyjama-odd-black-contrast3 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast3 > .page_intro:nth-child(even), .pyjama-even-black-contrast3 > .page_intro_filter:nth-child(even) {
  border-color: #F7F8F8;
}
.page_intro.bg-gray-light, .bg-gray-light.page_intro_filter, .pyjama-odd-gray-light > .page_intro:nth-child(odd), .pyjama-odd-gray-light > .page_intro_filter:nth-child(odd), .pyjama-even-gray-light > .page_intro:nth-child(even), .pyjama-even-gray-light > .page_intro_filter:nth-child(even) {
  border-color: #dee2e6;
}
.page_intro.bg-gray, .bg-gray.page_intro_filter, .pyjama-odd-gray > .page_intro:nth-child(odd), .pyjama-odd-gray > .page_intro_filter:nth-child(odd), .pyjama-even-gray > .page_intro:nth-child(even), .pyjama-even-gray > .page_intro_filter:nth-child(even) {
  border-color: #6c757d;
}
.page_intro.bg-gray-dark, .bg-gray-dark.page_intro_filter, .pyjama-odd-gray-dark > .page_intro:nth-child(odd), .pyjama-odd-gray-dark > .page_intro_filter:nth-child(odd), .pyjama-even-gray-dark > .page_intro:nth-child(even), .pyjama-even-gray-dark > .page_intro_filter:nth-child(even) {
  border-color: #343a40;
}
.page_intro.bg-page-intro, .bg-page-intro.page_intro_filter, .pyjama-odd-page-intro > .page_intro:nth-child(odd), .pyjama-odd-page-intro > .page_intro_filter:nth-child(odd), .pyjama-even-page-intro > .page_intro:nth-child(even), .pyjama-even-page-intro > .page_intro_filter:nth-child(even) {
  border-color: #D6E8C1;
}
.page_intro.bg-green-dark, .bg-green-dark.page_intro_filter, .pyjama-odd-green-dark > .page_intro:nth-child(odd), .pyjama-odd-green-dark > .page_intro_filter:nth-child(odd), .pyjama-even-green-dark > .page_intro:nth-child(even), .pyjama-even-green-dark > .page_intro_filter:nth-child(even) {
  border-color: #83B585;
}
.page_intro.bg-searchbarGreen, .bg-searchbarGreen.page_intro_filter, .pyjama-odd-searchbarGreen > .page_intro:nth-child(odd), .pyjama-odd-searchbarGreen > .page_intro_filter:nth-child(odd), .pyjama-even-searchbarGreen > .page_intro:nth-child(even), .pyjama-even-searchbarGreen > .page_intro_filter:nth-child(even) {
  border-color: #397D54;
}
.page_intro.bg-brown, .bg-brown.page_intro_filter, .pyjama-odd-brown > .page_intro:nth-child(odd), .pyjama-odd-brown > .page_intro_filter:nth-child(odd), .pyjama-even-brown > .page_intro:nth-child(even), .pyjama-even-brown > .page_intro_filter:nth-child(even) {
  border-color: #7e5016;
}
.page_intro.bg-diagram-yellow, .bg-diagram-yellow.page_intro_filter, .pyjama-odd-diagram-yellow > .page_intro:nth-child(odd), .pyjama-odd-diagram-yellow > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-yellow > .page_intro:nth-child(even), .pyjama-even-diagram-yellow > .page_intro_filter:nth-child(even) {
  border-color: #ef7111;
}
.page_intro.bg-diagram-yellow-light, .bg-diagram-yellow-light.page_intro_filter, .pyjama-odd-diagram-yellow-light > .page_intro:nth-child(odd), .pyjama-odd-diagram-yellow-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-yellow-light > .page_intro:nth-child(even), .pyjama-even-diagram-yellow-light > .page_intro_filter:nth-child(even) {
  border-color: #f7aa42;
}
.page_intro.bg-diagram-brown, .bg-diagram-brown.page_intro_filter, .pyjama-odd-diagram-brown > .page_intro:nth-child(odd), .pyjama-odd-diagram-brown > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-brown > .page_intro:nth-child(even), .pyjama-even-diagram-brown > .page_intro_filter:nth-child(even) {
  border-color: #7e5016;
}
.page_intro.bg-diagram-brown-light, .bg-diagram-brown-light.page_intro_filter, .pyjama-odd-diagram-brown-light > .page_intro:nth-child(odd), .pyjama-odd-diagram-brown-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-brown-light > .page_intro:nth-child(even), .pyjama-even-diagram-brown-light > .page_intro_filter:nth-child(even) {
  border-color: #b38f4b;
}
.page_intro.bg-diagram-blue, .bg-diagram-blue.page_intro_filter, .pyjama-odd-diagram-blue > .page_intro:nth-child(odd), .pyjama-odd-diagram-blue > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-blue > .page_intro:nth-child(even), .pyjama-even-diagram-blue > .page_intro_filter:nth-child(even) {
  border-color: #4BAFC6;
}
.page_intro.bg-diagram-blue-light, .bg-diagram-blue-light.page_intro_filter, .pyjama-odd-diagram-blue-light > .page_intro:nth-child(odd), .pyjama-odd-diagram-blue-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-blue-light > .page_intro:nth-child(even), .pyjama-even-diagram-blue-light > .page_intro_filter:nth-child(even) {
  border-color: #84BFD8;
}
.page_intro.bg-diagram-pink, .bg-diagram-pink.page_intro_filter, .pyjama-odd-diagram-pink > .page_intro:nth-child(odd), .pyjama-odd-diagram-pink > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-pink > .page_intro:nth-child(even), .pyjama-even-diagram-pink > .page_intro_filter:nth-child(even) {
  border-color: #AC86BF;
}
.page_intro.bg-diagram-pink-light, .bg-diagram-pink-light.page_intro_filter, .pyjama-odd-diagram-pink-light > .page_intro:nth-child(odd), .pyjama-odd-diagram-pink-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-pink-light > .page_intro:nth-child(even), .pyjama-even-diagram-pink-light > .page_intro_filter:nth-child(even) {
  border-color: #cc80b0;
}
.page_intro.bg-diagram-dark, .bg-diagram-dark.page_intro_filter, .pyjama-odd-diagram-dark > .page_intro:nth-child(odd), .pyjama-odd-diagram-dark > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-dark > .page_intro:nth-child(even), .pyjama-even-diagram-dark > .page_intro_filter:nth-child(even) {
  border-color: #42555f;
}
.page_intro.bg-diagram-dark-light, .bg-diagram-dark-light.page_intro_filter, .pyjama-odd-diagram-dark-light > .page_intro:nth-child(odd), .pyjama-odd-diagram-dark-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-dark-light > .page_intro:nth-child(even), .pyjama-even-diagram-dark-light > .page_intro_filter:nth-child(even) {
  border-color: #82939c;
}
.page_intro.has_long_content, .has_long_content.page_intro_filter {
  padding-left: 30px;
}
.page_intro.has_long_content p, .has_long_content.page_intro_filter p {
  margin-left: 8px;
}
.page_intro p, .page_intro_filter p {
  padding-top: 4px;
  margin-top: 0;
  margin-bottom: 4px;
  display: none;
}
.page_intro p.first, .page_intro_filter p.first {
  margin-top: 4px;
  display: block;
  max-height: 34px;
  overflow: hidden;
}
.page_intro p.tipp, .page_intro_filter p.tipp, .page_intro p.hinweis, .page_intro_filter p.hinweis {
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 12px;
  background-size: 18px 18px;
  padding-left: 24px;
}
.page_intro p.tipp, .page_intro_filter p.tipp, .page_intro p.hinweis, .page_intro_filter p.hinweis {
  background-size: 20px 20px;
  background-position-y: 6px;
}
.page_intro p.tipp, .page_intro_filter p.tipp {
  background-image: url("/_img/dm2023/page_intro/page_intro_tipp.svg");
}
.page_intro p.hinweis, .page_intro_filter p.hinweis {
  background-image: url("/_img/dm2023/page_intro/page_intro_hinweis.svg");
}
.page_intro ul, .page_intro_filter ul {
  padding-bottom: 4px;
  margin-bottom: 0;
}
.page_intro ul li, .page_intro_filter ul li {
  padding-top: 4px;
}
.page_intro .show_open_close, .page_intro_filter .show_open_close {
  cursor: pointer;
  margin-left: -20px;
  margin-top: 10px;
  position: absolute;
}
.page_intro .show_img_hinweis, .page_intro_filter .show_img_hinweis {
  padding-left: 2px;
  padding-right: 10px;
  float: left;
  float: top;
}
.page_intro .show_img_hinweis img, .page_intro_filter .show_img_hinweis img {
  position: absolute;
  margin-left: -40px;
  /*margin-top: 0px;*/
  width: 20px;
  height: 20px;
}

/* Page-Intro und Read-More */
.page_intro_filter {
  background-color: #fff;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page_intro_filter.bg-theme, .pyjama-odd-theme > .page_intro_filter:nth-child(odd), .pyjama-even-theme > .page_intro_filter:nth-child(even) {
  background-color: #3D5666;
  border-color: #3D5666;
}
.page_intro_filter.bg-theme-gray, .pyjama-odd-theme-gray > .page_intro_filter:nth-child(odd), .pyjama-even-theme-gray > .page_intro_filter:nth-child(even) {
  background-color: #e4e6e8;
  border-color: #e4e6e8;
}
.page_intro_filter.bg-theme-bg, .pyjama-odd-theme-bg > .page_intro_filter:nth-child(odd), .pyjama-even-theme-bg > .page_intro_filter:nth-child(even) {
  background-color: #c9dac4;
  border-color: #c9dac4;
}
.page_intro_filter.bg-theme-light, .pyjama-odd-theme-light > .page_intro_filter:nth-child(odd), .pyjama-even-theme-light > .page_intro_filter:nth-child(even) {
  background-color: #b1bbc2;
  border-color: #b1bbc2;
}
.page_intro_filter.bg-theme-lighter, .pyjama-odd-theme-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-theme-lighter > .page_intro_filter:nth-child(even) {
  background-color: #d8dde0;
  border-color: #d8dde0;
}
.page_intro_filter.bg-error-color, .pyjama-odd-error-color > .page_intro_filter:nth-child(odd), .pyjama-even-error-color > .page_intro_filter:nth-child(even) {
  background-color: #b91b1b;
  border-color: #b91b1b;
}
.page_intro_filter.bg-green, .pyjama-odd-green > .page_intro_filter:nth-child(odd), .pyjama-even-green > .page_intro_filter:nth-child(even) {
  background-color: #397D54;
  border-color: #397D54;
}
.page_intro_filter.bg-orange, .pyjama-odd-orange > .page_intro_filter:nth-child(odd), .pyjama-even-orange > .page_intro_filter:nth-child(even) {
  background-color: #EAB050;
  border-color: #EAB050;
}
.page_intro_filter.bg-teal, .pyjama-odd-teal > .page_intro_filter:nth-child(odd), .pyjama-even-teal > .page_intro_filter:nth-child(even) {
  background-color: #79C6C4;
  border-color: #79C6C4;
}
.page_intro_filter.bg-blue, .pyjama-odd-blue > .page_intro_filter:nth-child(odd), .pyjama-even-blue > .page_intro_filter:nth-child(even) {
  background-color: #4BAFC6;
  border-color: #4BAFC6;
}
.page_intro_filter.bg-purple, .pyjama-odd-purple > .page_intro_filter:nth-child(odd), .pyjama-even-purple > .page_intro_filter:nth-child(even) {
  background-color: #AC86BF;
  border-color: #AC86BF;
}
.page_intro_filter.bg-red, .pyjama-odd-red > .page_intro_filter:nth-child(odd), .pyjama-even-red > .page_intro_filter:nth-child(even) {
  background-color: #E8716B;
  border-color: #E8716B;
}
.page_intro_filter.bg-green-light, .pyjama-odd-green-light > .page_intro_filter:nth-child(odd), .pyjama-even-green-light > .page_intro_filter:nth-child(even) {
  background-color: #6E9C75;
  border-color: #6E9C75;
}
.page_intro_filter.bg-orange-light, .pyjama-odd-orange-light > .page_intro_filter:nth-child(odd), .pyjama-even-orange-light > .page_intro_filter:nth-child(even) {
  background-color: #FCD2A7;
  border-color: #FCD2A7;
}
.page_intro_filter.bg-teal-light, .pyjama-odd-teal-light > .page_intro_filter:nth-child(odd), .pyjama-even-teal-light > .page_intro_filter:nth-child(even) {
  background-color: #ACDDD3;
  border-color: #ACDDD3;
}
.page_intro_filter.bg-blue-light, .pyjama-odd-blue-light > .page_intro_filter:nth-child(odd), .pyjama-even-blue-light > .page_intro_filter:nth-child(even) {
  background-color: #84BFD8;
  border-color: #84BFD8;
}
.page_intro_filter.bg-purple-light, .pyjama-odd-purple-light > .page_intro_filter:nth-child(odd), .pyjama-even-purple-light > .page_intro_filter:nth-child(even) {
  background-color: #DDC4E8;
  border-color: #DDC4E8;
}
.page_intro_filter.bg-red-light, .pyjama-odd-red-light > .page_intro_filter:nth-child(odd), .pyjama-even-red-light > .page_intro_filter:nth-child(even) {
  background-color: #F4938C;
  border-color: #F4938C;
}
.page_intro_filter.bg-green-lighter, .pyjama-odd-green-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-green-lighter > .page_intro_filter:nth-child(even) {
  background-color: #C4DBAF;
  border-color: #C4DBAF;
}
.page_intro_filter.bg-orange-lighter, .pyjama-odd-orange-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-orange-lighter > .page_intro_filter:nth-child(even) {
  background-color: #FCE9DB;
  border-color: #FCE9DB;
}
.page_intro_filter.bg-teal-lighter, .pyjama-odd-teal-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-teal-lighter > .page_intro_filter:nth-child(even) {
  background-color: #D6EAE5;
  border-color: #D6EAE5;
}
.page_intro_filter.bg-blue-lighter, .pyjama-odd-blue-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-blue-lighter > .page_intro_filter:nth-child(even) {
  background-color: #CCE6ED;
  border-color: #CCE6ED;
}
.page_intro_filter.bg-purple-lighter, .pyjama-odd-purple-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-purple-lighter > .page_intro_filter:nth-child(even) {
  background-color: #E9DFEF;
  border-color: #E9DFEF;
}
.page_intro_filter.bg-red-lighter, .pyjama-odd-red-lighter > .page_intro_filter:nth-child(odd), .pyjama-even-red-lighter > .page_intro_filter:nth-child(even) {
  background-color: #EFCACA;
  border-color: #EFCACA;
}
.page_intro_filter.bg-green-lightest, .pyjama-odd-green-lightest > .page_intro_filter:nth-child(odd), .pyjama-even-green-lightest > .page_intro_filter:nth-child(even) {
  background-color: #D6E8C1;
  border-color: #D6E8C1;
}
.page_intro_filter.bg-white, .pyjama-odd-white > .page_intro_filter:nth-child(odd), .pyjama-even-white > .page_intro_filter:nth-child(even) {
  background-color: #fff;
  border-color: #fff;
}
.page_intro_filter.bg-black, .pyjama-odd-black > .page_intro_filter:nth-child(odd), .pyjama-even-black > .page_intro_filter:nth-child(even) {
  background-color: #000;
  border-color: #000;
}
.page_intro_filter.bg-black-contrast1, .pyjama-odd-black-contrast1 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast1 > .page_intro_filter:nth-child(even) {
  background-color: #1A384B;
  border-color: #1A384B;
}
.page_intro_filter.bg-black-contrast2, .pyjama-odd-black-contrast2 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast2 > .page_intro_filter:nth-child(even) {
  background-color: #3D5666;
  border-color: #3D5666;
}
.page_intro_filter.bg-black-contrast3, .pyjama-odd-black-contrast3 > .page_intro_filter:nth-child(odd), .pyjama-even-black-contrast3 > .page_intro_filter:nth-child(even) {
  background-color: #F7F8F8;
  border-color: #F7F8F8;
}
.page_intro_filter.bg-gray-light, .pyjama-odd-gray-light > .page_intro_filter:nth-child(odd), .pyjama-even-gray-light > .page_intro_filter:nth-child(even) {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.page_intro_filter.bg-gray, .pyjama-odd-gray > .page_intro_filter:nth-child(odd), .pyjama-even-gray > .page_intro_filter:nth-child(even) {
  background-color: #6c757d;
  border-color: #6c757d;
}
.page_intro_filter.bg-gray-dark, .pyjama-odd-gray-dark > .page_intro_filter:nth-child(odd), .pyjama-even-gray-dark > .page_intro_filter:nth-child(even) {
  background-color: #343a40;
  border-color: #343a40;
}
.page_intro_filter.bg-page-intro, .pyjama-odd-page-intro > .page_intro_filter:nth-child(odd), .pyjama-even-page-intro > .page_intro_filter:nth-child(even) {
  background-color: #D6E8C1;
  border-color: #D6E8C1;
}
.page_intro_filter.bg-green-dark, .pyjama-odd-green-dark > .page_intro_filter:nth-child(odd), .pyjama-even-green-dark > .page_intro_filter:nth-child(even) {
  background-color: #83B585;
  border-color: #83B585;
}
.page_intro_filter.bg-searchbarGreen, .pyjama-odd-searchbarGreen > .page_intro_filter:nth-child(odd), .pyjama-even-searchbarGreen > .page_intro_filter:nth-child(even) {
  background-color: #397D54;
  border-color: #397D54;
}
.page_intro_filter.bg-brown, .pyjama-odd-brown > .page_intro_filter:nth-child(odd), .pyjama-even-brown > .page_intro_filter:nth-child(even) {
  background-color: #7e5016;
  border-color: #7e5016;
}
.page_intro_filter.bg-diagram-yellow, .pyjama-odd-diagram-yellow > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-yellow > .page_intro_filter:nth-child(even) {
  background-color: #ef7111;
  border-color: #ef7111;
}
.page_intro_filter.bg-diagram-yellow-light, .pyjama-odd-diagram-yellow-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-yellow-light > .page_intro_filter:nth-child(even) {
  background-color: #f7aa42;
  border-color: #f7aa42;
}
.page_intro_filter.bg-diagram-brown, .pyjama-odd-diagram-brown > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-brown > .page_intro_filter:nth-child(even) {
  background-color: #7e5016;
  border-color: #7e5016;
}
.page_intro_filter.bg-diagram-brown-light, .pyjama-odd-diagram-brown-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-brown-light > .page_intro_filter:nth-child(even) {
  background-color: #b38f4b;
  border-color: #b38f4b;
}
.page_intro_filter.bg-diagram-blue, .pyjama-odd-diagram-blue > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-blue > .page_intro_filter:nth-child(even) {
  background-color: #4BAFC6;
  border-color: #4BAFC6;
}
.page_intro_filter.bg-diagram-blue-light, .pyjama-odd-diagram-blue-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-blue-light > .page_intro_filter:nth-child(even) {
  background-color: #84BFD8;
  border-color: #84BFD8;
}
.page_intro_filter.bg-diagram-pink, .pyjama-odd-diagram-pink > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-pink > .page_intro_filter:nth-child(even) {
  background-color: #AC86BF;
  border-color: #AC86BF;
}
.page_intro_filter.bg-diagram-pink-light, .pyjama-odd-diagram-pink-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-pink-light > .page_intro_filter:nth-child(even) {
  background-color: #cc80b0;
  border-color: #cc80b0;
}
.page_intro_filter.bg-diagram-dark, .pyjama-odd-diagram-dark > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-dark > .page_intro_filter:nth-child(even) {
  background-color: #42555f;
  border-color: #42555f;
}
.page_intro_filter.bg-diagram-dark-light, .pyjama-odd-diagram-dark-light > .page_intro_filter:nth-child(odd), .pyjama-even-diagram-dark-light > .page_intro_filter:nth-child(even) {
  background-color: #82939c;
  border-color: #82939c;
}
.page_intro_filter div.filter {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  background: transparent;
  padding: 10px 26px;
  line-height: inherit;
  height: inherit;
}

.home-intro a, .home-intro a:visited {
  color: white;
}

.info-center .news-container {
  background-color: white;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.info-center .news-container .news-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-center .news-container .news-item:not(:last-child) {
  border-bottom: 2px solid #E6E6E6;
}

.dashboard-config .row, .dashboard-config .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .dashboard-config .pf-element-group, .dashboard-config .info_row, .dashboard-config .field-rules .rules-row, .field-rules .dashboard-config .rules-row, .dashboard-config .field-rules .rules-row-fixed-bottom, .field-rules .dashboard-config .rules-row-fixed-bottom, .dashboard-config .new-field-rule .rules-row, .new-field-rule .dashboard-config .rules-row, .dashboard-config .new-field-rule .rules-row-fixed-bottom, .new-field-rule .dashboard-config .rules-row-fixed-bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E6E6E6;
}
.dashboard-config .row:first-child, .dashboard-config .pf_new_element_step1 .pf-element-group:first-child, .pf_new_element_step1 .dashboard-config .pf-element-group:first-child, .dashboard-config .info_row:first-child, .dashboard-config .field-rules .rules-row:first-child, .field-rules .dashboard-config .rules-row:first-child, .dashboard-config .field-rules .rules-row-fixed-bottom:first-child, .field-rules .dashboard-config .rules-row-fixed-bottom:first-child, .dashboard-config .new-field-rule .rules-row:first-child, .new-field-rule .dashboard-config .rules-row:first-child, .dashboard-config .new-field-rule .rules-row-fixed-bottom:first-child, .new-field-rule .dashboard-config .rules-row-fixed-bottom:first-child {
  border-top: 2px solid #E6E6E6;
}
.dashboard-config .row.odd, .dashboard-config .pf_new_element_step1 .odd.pf-element-group, .pf_new_element_step1 .dashboard-config .odd.pf-element-group, .dashboard-config .odd.info_row, .dashboard-config .field-rules .odd.rules-row, .field-rules .dashboard-config .odd.rules-row, .dashboard-config .field-rules .odd.rules-row-fixed-bottom, .field-rules .dashboard-config .odd.rules-row-fixed-bottom, .dashboard-config .new-field-rule .odd.rules-row, .new-field-rule .dashboard-config .odd.rules-row, .dashboard-config .new-field-rule .odd.rules-row-fixed-bottom, .new-field-rule .dashboard-config .odd.rules-row-fixed-bottom {
  background-color: #FAFBFB;
}

.form-clear-input {
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: -12px;
  justify-content: left;
  position: absolute;
  right: 0;
  width: 24px;
  z-index: 10;
}
.form-clear-input .fa-times-circle {
  font-size: 16px;
  font-weight: 500;
}
.form-clear-input .form-text + .form-clear-input {
  bottom: calc(1rem + 18px);
}

.dmTabs.boxed {
  border-left: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  border-radius: 0.25rem;
  border-top: none;
}
.dmTabs li.nav-item a {
  border-width: 1px;
  border-color: #C3C3C3;
}
.dmTabs li.nav-item :not(a.active) {
  background-color: #eeeeee;
}
.contentbox {
  margin-bottom: 1.5rem;
}
.contentbox .header, .contentbox .head {
  background-color: #3D5666;
  padding: 20px;
  color: #FFFFFF;
}
.contentbox .body .even, .contentbox .body .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .contentbox .body tr:nth-child(odd), .contentbox .body .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .contentbox .body tr:nth-child(odd) {
  background: #f8f9fa;
}
.contentbox .body .odd {
  background: none;
}
.contentbox .body .row-settings {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contentbox .body .row-settings .even, .contentbox .body .row-settings .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .contentbox .body .row-settings tr:nth-child(odd), .contentbox .body .row-settings .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .contentbox .body .row-settings tr:nth-child(odd), .contentbox .body .row-settings .odd {
  border-top: 2px solid #e9ecef;
}
.contentbox .body.row-lined {
  padding: 0;
  flex: 1 1 auto;
}
.contentbox .body.row-lined .row, .contentbox .body.row-lined .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .contentbox .body.row-lined .pf-element-group, .contentbox .body.row-lined .info_row, .contentbox .body.row-lined .field-rules .rules-row, .field-rules .contentbox .body.row-lined .rules-row, .contentbox .body.row-lined .field-rules .rules-row-fixed-bottom, .field-rules .contentbox .body.row-lined .rules-row-fixed-bottom, .contentbox .body.row-lined .new-field-rule .rules-row, .new-field-rule .contentbox .body.row-lined .rules-row, .contentbox .body.row-lined .new-field-rule .rules-row-fixed-bottom, .new-field-rule .contentbox .body.row-lined .rules-row-fixed-bottom {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: 0;
  padding-left: 1.25rem;
  margin-right: 0;
  padding-right: 1.25rem;
}
.contentbox .body.row-lined .row:nth-of-type(even), .contentbox .body.row-lined .pf_new_element_step1 .pf-element-group:nth-of-type(even), .pf_new_element_step1 .contentbox .body.row-lined .pf-element-group:nth-of-type(even), .contentbox .body.row-lined .info_row:nth-of-type(even), .contentbox .body.row-lined .field-rules .rules-row:nth-of-type(even), .field-rules .contentbox .body.row-lined .rules-row:nth-of-type(even), .contentbox .body.row-lined .field-rules .rules-row-fixed-bottom:nth-of-type(even), .field-rules .contentbox .body.row-lined .rules-row-fixed-bottom:nth-of-type(even), .contentbox .body.row-lined .new-field-rule .rules-row:nth-of-type(even), .new-field-rule .contentbox .body.row-lined .rules-row:nth-of-type(even), .contentbox .body.row-lined .new-field-rule .rules-row-fixed-bottom:nth-of-type(even), .new-field-rule .contentbox .body.row-lined .rules-row-fixed-bottom:nth-of-type(even) {
  background-color: #f8f9fa;
}
.contentbox.contentbox-settings .body {
  padding-left: 0;
  padding-right: 0;
}
.contentbox .footer {
  text-align: left;
}
.contentbox table .data .full-width, .contentbox table table.data-limited .full-width, .contentbox table .data table.full-width-subtable, .contentbox table table.data-limited table.full-width-subtable {
  padding: 0;
}
.contentbox table .data .full-width tr, .contentbox table table.data-limited .full-width tr, .contentbox table .data table.full-width-subtable tr, .contentbox table table.data-limited table.full-width-subtable tr {
  border-left: 0;
  border-right: 0;
}

.dmToggle { /* steuert die Anzeige von aufklappen/zuklappen Icons mit Bootstrap collapse */
  cursor: pointer;
}
.dmToggle[aria-expanded=false] .toggleIconClose {
  display: none;
}
.dmToggle[aria-expanded=true] .toggleIconOpen {
  display: none;
}

.cbToggle {
  width: 18px;
  height: 18px;
  background-image: url("/_img/dm2023/icons/toggle_close_white.svg");
  cursor: pointer;
}
.cbToggle.isCollapsed {
  background-image: url("/_img/dm2023/icons/toggle_open_white.svg");
}

img.icon, svg.icon, i.icon {
  width: 24px;
  height: 24px;
}
img.icon.icon-small, svg.icon.icon-small, i.icon.icon-small {
  width: 18px;
  height: 18px;
}
img.icon.icon-large, svg.icon.icon-large, i.icon.icon-large {
  width: 32px;
  height: 32px;
}
img.icon.icon-xlarge, svg.icon.icon-xlarge, i.icon.icon-xlarge {
  width: 48px;
  height: 48px;
}

img.dmIcon, svg.dmIcon {
  width: 24px;
  height: 24px;
  padding-left: 2px;
  padding-right: 2px;
}
img.dmIcon.inactiv, svg.dmIcon.inactiv {
  color: grey;
}

svg.inactiv {
  color: grey;
}

svg.grayscale, img.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}

.sticky {
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  transition: all 50ms;
  position: sticky;
  top: -1px;
  z-index: 890;
  background-color: transparent;
}
.sticky.is-pinned {
  background-color: #fff;
}
.sticky.is-pinned:not(.head) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 4px black;
  padding: 10px 0;
}

.cOrange {
  background-color: #ef7111 !important;
  color: #fff !important;
}

.cBrown {
  background-color: #7e5016 !important;
  color: #fff !important;
}

.cBlue {
  background-color: #317ca6 !important;
  color: #fff !important;
}

.cPurple {
  background-color: #a34079 !important;
  color: #fff !important;
}

.cGrey {
  background-color: #42555f !important;
  color: #fff !important;
}

.cGreen {
  background-color: #83B585 !important;
  color: #fff !important;
}

div.markerInfoOuter {
  overflow: auto;
  background-color: #fff;
  padding: 0;
  display: inline-flex;
}

div.markerInfoLeft {
  width: 20px;
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-basis: 20px;
}

div.markerInfoInner {
  font-size: 13px;
  padding: 5px;
  flex-grow: 1;
}

div.markerInfoOuter .event1 {
  background: #83b585 url("/_img/dm2023/icons/tools/envelope-open.svg") no-repeat center center;
  background-size: contain;
}

div.markerInfoOuter .event2 {
  background: #317ca6 url("/_img/dm2023/statistik/live/img_klicks_klein.png") no-repeat center center;
  background-size: contain;
}

span.dmsrc {
  background-color: #fff;
  border: 1px solid lightgrey;
  border-left: 5px solid #81b683;
  color: #000;
  padding: 3px 8px;
}

.pointToMe {
  cursor: pointer;
}
.pointToMe.mdb {
  color: #3D5666;
}
.pointToMe.mdb.active {
  color: #6E9C75;
}

.bg-black-contrast3-gradient {
  background: #F7F8F8;
  background: linear-gradient(180deg, #F7F8F8 0%, rgb(255, 255, 255) 100%);
}

.container, .container-fullwidth,
body > .container-fullwidth:not(.no-border), body > .container {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.container.container-header, .container-header.container-fullwidth,
body > .container-header.container-fullwidth:not(.no-border), body > .container.container-header {
  width: 1280px;
  max-width: 1280px;
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  margin: 0 auto 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
.container.container-header .header, .container-header.container-fullwidth .header, body > .container.container-header .header {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.container.container-content, .container-content.container-fullwidth,
body > .container-content.container-fullwidth:not(.no-border), body > .container.container-content {
  padding-left: 26px;
}
.container.container-content .spacer-10, .container-content.container-fullwidth .spacer-10, body > .container.container-content .spacer-10 {
  height: 10px;
}
.container.container-content .spacer-15, .container-content.container-fullwidth .spacer-15, body > .container.container-content .spacer-15 {
  height: 15px;
}
.container.container-content .spacer-20, .container-content.container-fullwidth .spacer-20, body > .container.container-content .spacer-20 {
  height: 20px;
}
.container.container-content div.buttons, .container-content.container-fullwidth div.buttons, body > .container.container-content div.buttons {
  display: flex;
  flex-direction: row-reverse;
}
.container.container-content div.timeperiodsblock, .container-content.container-fullwidth div.timeperiodsblock, body > .container.container-content div.timeperiodsblock {
  color: #3D5666;
}
.container.container-content div.timeperiodsblock a, .container-content.container-fullwidth div.timeperiodsblock a, body > .container.container-content div.timeperiodsblock a {
  color: #3D5666;
}
.container.container-content fieldset.pageheader, .container-content.container-fullwidth fieldset.pageheader, .container.container-content div.pageheader, .container-content.container-fullwidth div.pageheader, .container.container-content div.pageend, .container-content.container-fullwidth div.pageend, body > .container.container-content fieldset.pageheader, body > .container.container-content div.pageheader, body > .container.container-content div.pageend {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.container.container-content fieldset.pageheader h1, .container.container-content fieldset.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css .container.container-content fieldset.pageheader h1.dmBadge, .container.container-content fieldset.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css .container.container-content fieldset.pageheader .dmBadge.h1, .container-content.container-fullwidth fieldset.pageheader h1, .container-content.container-fullwidth fieldset.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css .container-content.container-fullwidth fieldset.pageheader h1.dmBadge, .container-content.container-fullwidth fieldset.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css .container-content.container-fullwidth fieldset.pageheader .dmBadge.h1, .container.container-content fieldset.pageheader .h1, .container-content.container-fullwidth fieldset.pageheader .h1, .container.container-content div.pageheader h1, .container.container-content div.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css .container.container-content div.pageheader h1.dmBadge, .container.container-content div.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css .container.container-content div.pageheader .dmBadge.h1, .container-content.container-fullwidth div.pageheader h1, .container-content.container-fullwidth div.pageheader #plugin_18_css h1.dmBadge, #plugin_18_css .container-content.container-fullwidth div.pageheader h1.dmBadge, .container-content.container-fullwidth div.pageheader #plugin_18_css .dmBadge.h1, #plugin_18_css .container-content.container-fullwidth div.pageheader .dmBadge.h1, .container.container-content div.pageheader .h1, .container-content.container-fullwidth div.pageheader .h1, .container.container-content div.pageend h1, .container.container-content div.pageend #plugin_18_css h1.dmBadge, #plugin_18_css .container.container-content div.pageend h1.dmBadge, .container.container-content div.pageend #plugin_18_css .dmBadge.h1, #plugin_18_css .container.container-content div.pageend .dmBadge.h1, .container-content.container-fullwidth div.pageend h1, .container-content.container-fullwidth div.pageend #plugin_18_css h1.dmBadge, #plugin_18_css .container-content.container-fullwidth div.pageend h1.dmBadge, .container-content.container-fullwidth div.pageend #plugin_18_css .dmBadge.h1, #plugin_18_css .container-content.container-fullwidth div.pageend .dmBadge.h1, .container.container-content div.pageend .h1, .container-content.container-fullwidth div.pageend .h1, body > .container.container-content fieldset.pageheader h1, body > .container.container-content div.pageheader h1, body > .container.container-content div.pageend h1 {
  flex: 2;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container.container-content fieldset.pageheader .buttons, .container-content.container-fullwidth fieldset.pageheader .buttons, .container.container-content div.pageheader .buttons, .container-content.container-fullwidth div.pageheader .buttons, .container.container-content div.pageend .buttons, .container-content.container-fullwidth div.pageend .buttons, body > .container.container-content fieldset.pageheader .buttons, body > .container.container-content div.pageheader .buttons, body > .container.container-content div.pageend .buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
}
.container.container-content.profile-rules svg.enumeration, .container-content.profile-rules.container-fullwidth svg.enumeration, body > .container.container-content.profile-rules svg.enumeration {
  margin-top: 5px;
}
.container.container-footer.force-bottom, .container-footer.force-bottom.container-fullwidth, body > .container.container-footer.force-bottom {
  position: fixed;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}
.container .even, .container .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .container tr:nth-child(odd), .container .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .container tr:nth-child(odd), .container-fullwidth .even, .container-fullwidth .portlet-statistic > .portlet-body .table.data tr:nth-child(odd), .portlet-statistic > .portlet-body .table.data .container-fullwidth tr:nth-child(odd), .container-fullwidth .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .container-fullwidth tr:nth-child(odd),
body > .container-fullwidth:not(.no-border) .even, body > .container .even {
  background: #f8f9fa;
}
.container .odd, .container-fullwidth .odd,
body > .container-fullwidth:not(.no-border) .odd, body > .container .odd {
  background: none;
}

div.navline {
  width: 100%;
  border-bottom: 2px solid #ced4da;
  margin-bottom: 40px;
}

.container-fullwidth,
body > .container-fullwidth:not(.no-border) {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.container-fullwidth.green, .dm-modal .modal-dialog a.container-fullwidth.dmButtonOk,
body > .container-fullwidth:not(.no-border).green {
  background-color: #397D54;
}
.container-fullwidth.grey, .dm-modal .modal-dialog a.container-fullwidth.dmButtonCancel,
body > .container-fullwidth:not(.no-border).grey {
  background-color: #3D5666;
}

.text-shadow {
  text-shadow: 0px 1px 3px #000;
}

.hide, .hideMe, div.logo, div.righttop {
  display: none;
}

img.hilfe {
  width: 14px;
  height: 14px;
  border: none;
}

.icon30 { /* used for SVG::Icon* display */
  height: 30px;
  width: 30px;
}

.home-intro a, .home-intro a:visited {
  color: white;
}

.info-center .news-container {
  background-color: white;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.info-center .news-container .news-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-center .news-container .news-item:not(:last-child) {
  border-bottom: 2px solid #E6E6E6;
}

.dashboard-config .row, .dashboard-config .pf_new_element_step1 .pf-element-group, .pf_new_element_step1 .dashboard-config .pf-element-group, .dashboard-config .info_row, .dashboard-config .field-rules .rules-row, .field-rules .dashboard-config .rules-row, .dashboard-config .field-rules .rules-row-fixed-bottom, .field-rules .dashboard-config .rules-row-fixed-bottom, .dashboard-config .new-field-rule .rules-row, .new-field-rule .dashboard-config .rules-row, .dashboard-config .new-field-rule .rules-row-fixed-bottom, .new-field-rule .dashboard-config .rules-row-fixed-bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E6E6E6;
}
.dashboard-config .row:first-child, .dashboard-config .pf_new_element_step1 .pf-element-group:first-child, .pf_new_element_step1 .dashboard-config .pf-element-group:first-child, .dashboard-config .info_row:first-child, .dashboard-config .field-rules .rules-row:first-child, .field-rules .dashboard-config .rules-row:first-child, .dashboard-config .field-rules .rules-row-fixed-bottom:first-child, .field-rules .dashboard-config .rules-row-fixed-bottom:first-child, .dashboard-config .new-field-rule .rules-row:first-child, .new-field-rule .dashboard-config .rules-row:first-child, .dashboard-config .new-field-rule .rules-row-fixed-bottom:first-child, .new-field-rule .dashboard-config .rules-row-fixed-bottom:first-child {
  border-top: 2px solid #E6E6E6;
}
.dashboard-config .row.odd, .dashboard-config .pf_new_element_step1 .odd.pf-element-group, .pf_new_element_step1 .dashboard-config .odd.pf-element-group, .dashboard-config .odd.info_row, .dashboard-config .field-rules .odd.rules-row, .field-rules .dashboard-config .odd.rules-row, .dashboard-config .field-rules .odd.rules-row-fixed-bottom, .field-rules .dashboard-config .odd.rules-row-fixed-bottom, .dashboard-config .new-field-rule .odd.rules-row, .new-field-rule .dashboard-config .odd.rules-row, .dashboard-config .new-field-rule .odd.rules-row-fixed-bottom, .new-field-rule .dashboard-config .odd.rules-row-fixed-bottom {
  background-color: #FAFBFB;
}

.form-clear-input {
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: -12px;
  justify-content: left;
  position: absolute;
  right: 0;
  width: 24px;
  z-index: 10;
}
.form-clear-input .fa-times-circle {
  font-size: 16px;
  font-weight: 500;
}
.form-clear-input .form-text + .form-clear-input {
  bottom: calc(1rem + 18px);
}

.cOrange {
  background-color: #ef7111 !important;
  color: #ffffff !important;
}

.cBrown {
  background-color: #7e5016 !important;
  color: #ffffff !important;
}

.cBlue {
  background-color: #317ca6 !important;
  color: #ffffff !important;
}

.cPurple {
  background-color: #a34079 !important;
  color: #ffffff !important;
}

.cGrey {
  background-color: #42555f !important;
  color: #ffffff !important;
}

.cGreen {
  background-color: #83b585 !important;
  color: #ffffff !important;
}

div.markerInfoOuter {
  overflow: auto;
  background-color: #ffffff;
  padding: 0;
  display: inline-flex;
}

div.markerInfoLeft {
  width: 20px;
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-basis: 20px;
}

div.markerInfoInner {
  font-size: 13px;
  padding: 5px;
  flex-grow: 1;
}

div.markerInfoOuter .event1 {
  background: #83b585 url("/_img/dm2023/icons/tools/envelope-open.svg") no-repeat center center;
  background-size: contain;
}

div.markerInfoOuter .event2 {
  background: #317ca6 url("/_img/statistik/live/img_klicks_klein.png") no-repeat center center;
  background-size: contain;
}

span.dmsrc {
  background-color: #ffffff;
  border: 1px solid lightgrey;
  border-left: 5px solid #81b683;
  color: #000000;
  padding: 3px 8px;
}

#plugin_18_css h1.dmBadge, #plugin_18_css .dmBadge.h1 {
  background-color: #397D54;
  color: white;
  padding: 8px;
}
#plugin_18_css h1.dmBadge:before, #plugin_18_css .dmBadge.h1:before {
  content: " ";
}
#plugin_18_css h1.dmBadge:after, #plugin_18_css .dmBadge.h1:after {
  content: " ";
}
#plugin_18_css #sortable1, #plugin_18_css #sortable2 {
  list-style-type: none;
  min-height: 150px;
  display: block;
  padding-left: 5px;
}
#plugin_18_css #sortable1 li, #plugin_18_css #sortable2 li {
  margin: 5px;
}
#plugin_18_css #sortable2 li {
  cursor: move;
}
#plugin_18_css ul.cs-sortable {
  list-style-type: none;
  margin-bottom: 2px;
  margin-top: 2px;
}
#plugin_18_css ul.cs-sortable .grLimit {
  color: #6E9C75;
}
#plugin_18_css ul.cs-sortable .grLimitReached {
  color: #E8716B;
}
#plugin_18_css ul.cs-sortable li {
  margin: 5px;
  padding: 5px;
  border: 1px solid #6E9C75;
  border-radius: 5px;
}
#plugin_18_css ul.cs-sortable li.plg_topic {
  background-color: #C4DBAF;
}

/* ROTATION clock2degree */
.bi-rotate-clock-0::before {
  transform: rotate(360deg);
}

.fa-rotate-clock-0::before {
  transform: rotate(360deg);
}

.rotate-clock-0 {
  transform: rotate(360deg);
}

.bi-rotate-clock-1::before {
  transform: rotate(30deg);
}

.fa-rotate-clock-1::before {
  transform: rotate(30deg);
}

.rotate-clock-1 {
  transform: rotate(30deg);
}

.bi-rotate-clock-2::before {
  transform: rotate(60deg);
}

.fa-rotate-clock-2::before {
  transform: rotate(60deg);
}

.rotate-clock-2 {
  transform: rotate(60deg);
}

.bi-rotate-clock-3::before {
  transform: rotate(90deg);
}

.fa-rotate-clock-3::before {
  transform: rotate(90deg);
}

.rotate-clock-3 {
  transform: rotate(90deg);
}

.bi-rotate-clock-4::before {
  transform: rotate(120deg);
}

.fa-rotate-clock-4::before {
  transform: rotate(120deg);
}

.rotate-clock-4 {
  transform: rotate(120deg);
}

.bi-rotate-clock-5::before {
  transform: rotate(150deg);
}

.fa-rotate-clock-5::before {
  transform: rotate(150deg);
}

.rotate-clock-5 {
  transform: rotate(150deg);
}

.bi-rotate-clock-6::before {
  transform: rotate(180deg);
}

.fa-rotate-clock-6::before {
  transform: rotate(180deg);
}

.rotate-clock-6 {
  transform: rotate(180deg);
}

.bi-rotate-clock-7::before {
  transform: rotate(210deg);
}

.fa-rotate-clock-7::before {
  transform: rotate(210deg);
}

.rotate-clock-7 {
  transform: rotate(210deg);
}

.bi-rotate-clock-8::before {
  transform: rotate(240deg);
}

.fa-rotate-clock-8::before {
  transform: rotate(240deg);
}

.rotate-clock-8 {
  transform: rotate(240deg);
}

.bi-rotate-clock-9::before {
  transform: rotate(270deg);
}

.fa-rotate-clock-9::before {
  transform: rotate(270deg);
}

.rotate-clock-9 {
  transform: rotate(270deg);
}

.bi-rotate-clock-10::before {
  transform: rotate(300deg);
}

.fa-rotate-clock-10::before {
  transform: rotate(300deg);
}

.rotate-clock-10 {
  transform: rotate(300deg);
}

.bi-rotate-clock-11::before {
  transform: rotate(330deg);
}

.fa-rotate-clock-11::before {
  transform: rotate(330deg);
}

.rotate-clock-11 {
  transform: rotate(330deg);
}

.bi-rotate-clock-12::before {
  transform: rotate(360deg);
}

.fa-rotate-clock-12::before {
  transform: rotate(360deg);
}

.rotate-clock-12 {
  transform: rotate(360deg);
}

.input-datepicker {
  background-image: url(/_img/dm2023/icons/kalender.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-background-size: 25px;
  background-size: 25px;
  width: 260px !important;
}
.input-datepicker.small {
  width: 150px !important;
}
.input-datepicker.full-width, table.input-datepicker.full-width-subtable {
  width: 100% !important;
}

.ui-datepicker {
  font-family: Verdana, sans-serif !important;
  z-index: 1200 !important;
  margin: 5px 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(/_img/dm2023/icons/pfeil-nach-rechts.svg) !important;
  transform: scaleX(-1);
  background-position: 0px 0px !important;
  margin-left: -11px;
  margin-top: -3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(/_img/dm2023/icons/pfeil-nach-rechts.svg) !important;
  background-position: 0px 0px !important;
  margin-left: -11px;
  margin-top: -3px;
}
.ui-datepicker select, .ui-datepicker .date-range .date-dropdown > .dropdown-toggle, .date-range .ui-datepicker .date-dropdown > .dropdown-toggle {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%), linear-gradient(135deg, transparent 45%, #3D5666 45%, #3D5666 55%, transparent 0, transparent 100%);
  background-position: calc(100% - 8px) 10px, calc(100% - 4px) 10px;
  background-size: 4px 8px, 4px 8px;
  background-repeat: no-repeat;
  padding-right: 25px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  padding: 1px 15px 1px 1px !important;
  border: 0;
  height: auto !important;
  display: inline-block !important;
}
.ui-datepicker select:hover, .ui-datepicker .date-range .date-dropdown > .dropdown-toggle:hover, .date-range .ui-datepicker .date-dropdown > .dropdown-toggle:hover {
  background-image: linear-gradient(45deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, #172026 45%, #172026 55%, transparent 55%, transparent 100%);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker .date-range .date-dropdown > .ui-datepicker-month.dropdown-toggle, .date-range .ui-datepicker .date-dropdown > .ui-datepicker-month.dropdown-toggle {
  margin-right: 2px !important;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden, .date-range .date-dropdown > .bs-select-hidden.dropdown-toggle,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker,
.date-range .date-dropdown > .selectpicker.dropdown-toggle {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border: 1px solid #3D5666;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.bootstrap-select > .dropdown-toggle:focus {
  background-color: #fff;
  border-color: #3D5666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select, .date-range .date-dropdown.bootstrap-select > .dropdown-toggle {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device, .date-range .date-dropdown.bootstrap-select > .mobile-device.dropdown-toggle {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle, .was-validated .bootstrap-select .date-range .date-dropdown > .dropdown-toggle:invalid + .dropdown-toggle, .date-range .was-validated .bootstrap-select .date-dropdown > .dropdown-toggle:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle, .was-validated .bootstrap-select .date-range .date-dropdown > .dropdown-toggle:valid + .dropdown-toggle, .date-range .was-validated .bootstrap-select .date-dropdown > .dropdown-toggle:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control, input.bootstrap-select:not([type=checkbox]):not([type=radio]), select.bootstrap-select, .date-range .date-dropdown > .bootstrap-select.dropdown-toggle, textarea.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]), :not(.input-group) > input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]), :not(.input-group) > select.bootstrap-select:not([class*=col-]), .date-range .date-dropdown:not(.input-group) > .bootstrap-select.dropdown-toggle:not([class*=col-]), :not(.input-group) > textarea.bootstrap-select:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn, input.bootstrap-select.input-group-btn:not([type=checkbox]):not([type=radio]), select.bootstrap-select.input-group-btn, .date-range .date-dropdown > .bootstrap-select.input-group-btn.dropdown-toggle, textarea.bootstrap-select.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]), .form-inline input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-lg input.bootstrap-select:not([type=checkbox]):not([type=radio]), .form-group-lg select.bootstrap-select, .form-group-lg .date-range .date-dropdown > .bootstrap-select.dropdown-toggle, .date-range .form-group-lg .date-dropdown > .bootstrap-select.dropdown-toggle, .form-group-lg textarea.bootstrap-select, .form-group-sm .bootstrap-select.form-control, .form-group-sm input.bootstrap-select:not([type=checkbox]):not([type=radio]), .form-group-sm select.bootstrap-select, .form-group-sm .date-range .date-dropdown > .bootstrap-select.dropdown-toggle, .date-range .form-group-sm .date-dropdown > .bootstrap-select.dropdown-toggle, .form-group-sm textarea.bootstrap-select {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg input.bootstrap-select:not([type=checkbox]):not([type=radio]) .dropdown-toggle, .form-group-lg select.bootstrap-select .dropdown-toggle, .form-group-lg .date-range .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .date-range .form-group-lg .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .form-group-lg textarea.bootstrap-select .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle, .form-group-sm input.bootstrap-select:not([type=checkbox]):not([type=radio]) .dropdown-toggle, .form-group-sm select.bootstrap-select .dropdown-toggle, .form-group-sm .date-range .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .date-range .form-group-sm .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .form-group-sm textarea.bootstrap-select .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select input:not([type=checkbox]):not([type=radio]), .form-inline .bootstrap-select select, .form-inline .bootstrap-select .date-range .date-dropdown > .dropdown-toggle, .date-range .form-inline .bootstrap-select .date-dropdown > .dropdown-toggle, .form-inline .bootstrap-select textarea {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
  margin-right: 5px;
  text-align: center;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  position: relative;
  top: calc((-0.6666666667em + 1ex) / 2);
  pointer-events: none;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top: auto;
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none;
}
.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group input.bootstrap-select:not([type=checkbox]):not([type=radio]) .dropdown-toggle, .input-group select.bootstrap-select .dropdown-toggle, .input-group .date-range .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .date-range .input-group .date-dropdown > .bootstrap-select.dropdown-toggle .dropdown-toggle, .input-group textarea.bootstrap-select .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li.active .small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu li a.dropdown-item {
  display: flex;
}
.bootstrap-select .dropdown-menu li small, .bootstrap-select .dropdown-menu li .small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  left: 12px;
  top: 8px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group {
  display: block;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group {
  display: block;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control, .bs-searchbox input:not([type=checkbox]):not([type=radio]), .bs-searchbox select, .bs-searchbox .date-range .date-dropdown > .dropdown-toggle, .date-range .bs-searchbox .date-dropdown > .dropdown-toggle, .bs-searchbox textarea {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* toggle slider (checkbox) */
label.switch {
  float: none;
  width: 30px !important;
  padding: 0;
  overflow-y: visible;
}

.switch, .aufzaehlung-rechts label.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch span {
  padding: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #548f57;
}

input:disabled + .slider {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
  cursor: default;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 20px;
}

.slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.track-value-container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.slider-track-value {
  width: 20px;
  background-color: transparent;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}

.slider-pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 30px;
  background-color: #0066cc;
  cursor: col-resize;
}

.result-container {
  margin-top: 20px;
  font-size: 16px;
}

/* =========================================== MAILING BUILDER =========================================== */
.nl-layout-table .input-group, .nl-layout-table td > input[type=text], .nl-layout-table td > select, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle, .nl-layout-table td > textarea, .nl-layout-table td .customInput {
  border: 1px solid #dfe9df;
  color: #212529;
  background-color: #e4e6e8;
}
.nl-layout-table .input-group:hover, .nl-layout-table td > input[type=text]:hover, .nl-layout-table td > select:hover, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle:hover, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle:hover, .nl-layout-table td > textarea:hover, .nl-layout-table td .customInput:hover {
  box-shadow: 0 0 5px rgb(131, 181, 133);
  border: 1px solid rgb(131, 181, 133);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
}
.nl-layout-table .input-group:is(input[type=text]), .nl-layout-table td > input[type=text]:is(input[type=text]), .nl-layout-table td .customInput:is(input[type=text]), .nl-layout-table .input-group:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td > select:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td > textarea:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td .customInput:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table .input-group:is(textarea), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle:is(textarea), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle:is(textarea), .nl-layout-table td > textarea:is(textarea), .nl-layout-table td .customInput:is(textarea), .nl-layout-table .input-group > .form-control, .nl-layout-table td > input[type=text] > .form-control, .nl-layout-table td > select > .form-control, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > .form-control, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > .form-control, .nl-layout-table td > textarea > .form-control, .nl-layout-table td .customInput > .form-control, .nl-layout-table .input-group > input:not([type=checkbox]):not([type=radio]), .nl-layout-table td > input[type=text] > input:not([type=checkbox]):not([type=radio]), .nl-layout-table td > select > input:not([type=checkbox]):not([type=radio]), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > input:not([type=checkbox]):not([type=radio]), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > input:not([type=checkbox]):not([type=radio]), .nl-layout-table td > textarea > input:not([type=checkbox]):not([type=radio]), .nl-layout-table td .customInput > input:not([type=checkbox]):not([type=radio]), .nl-layout-table .input-group > select, .nl-layout-table .date-range .date-dropdown.input-group > .dropdown-toggle, .date-range .nl-layout-table .date-dropdown.input-group > .dropdown-toggle, .nl-layout-table td > input[type=text] > select, .nl-layout-table .date-range td > input.date-dropdown[type=text] > .dropdown-toggle, .date-range .nl-layout-table td > input.date-dropdown[type=text] > .dropdown-toggle, .nl-layout-table td > select > select, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > select, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > select, .nl-layout-table .date-range td > select.date-dropdown > .dropdown-toggle, .date-range .nl-layout-table td > select.date-dropdown > .dropdown-toggle, .nl-layout-table .date-range td.date-dropdown > .date-dropdown.dropdown-toggle > .dropdown-toggle, .date-range .nl-layout-table td.date-dropdown > .date-dropdown.dropdown-toggle > .dropdown-toggle, .nl-layout-table td > textarea > select, .nl-layout-table .date-range td > textarea.date-dropdown > .dropdown-toggle, .date-range .nl-layout-table td > textarea.date-dropdown > .dropdown-toggle, .nl-layout-table td .customInput > select, .nl-layout-table td .date-range .date-dropdown.customInput > .dropdown-toggle, .date-range .nl-layout-table td .date-dropdown.customInput > .dropdown-toggle, .nl-layout-table .input-group > textarea, .nl-layout-table td > input[type=text] > textarea, .nl-layout-table td > select > textarea, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > textarea, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > textarea, .nl-layout-table td > textarea > textarea, .nl-layout-table td .customInput > textarea {
  width: 100%;
  min-height: 50px;
  font-size: 18px !important;
}
.nl-layout-table .input-group:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td > input[type=text]:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td > select:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td > textarea:is(select, .date-range .date-dropdown > .dropdown-toggle), .nl-layout-table td .customInput:is(select, .date-range .date-dropdown > .dropdown-toggle) {
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent 45%, #212529 45%, #212529 55%, transparent 0, transparent 100%), linear-gradient(135deg, transparent 45%, #212529 45%, #212529 55%, transparent 0, transparent 100%);
  background-position: calc(100% - 20px) 19px, calc(100% - 10px) 19px;
  background-size: 10px 14px, 10px 14px;
  background-repeat: no-repeat;
  padding-right: 40px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.nl-layout-table .input-group:is(select, .date-range .date-dropdown > .dropdown-toggle):hover, .nl-layout-table td > select:is(select, .date-range .date-dropdown > .dropdown-toggle):hover, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle):hover, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle:is(select, .date-range .date-dropdown > .dropdown-toggle):hover, .nl-layout-table td .customInput:is(select, .date-range .date-dropdown > .dropdown-toggle):hover {
  background-image: linear-gradient(45deg, transparent 45%, black 45%, black 55%, transparent 55%, transparent 100%), linear-gradient(135deg, transparent 45%, black 45%, black 55%, transparent 55%, transparent 100%);
}
.nl-layout-table .input-group > .form-control:not(:focus), .nl-layout-table td > input[type=text] > .form-control:not(:focus), .nl-layout-table td > select > .form-control:not(:focus), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > .form-control:not(:focus), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > .form-control:not(:focus), .nl-layout-table td > textarea > .form-control:not(:focus), .nl-layout-table td .customInput > .form-control:not(:focus), .nl-layout-table .input-group > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table td > input[type=text] > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table td > select > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > input:not(:focus):not([type=checkbox]):not([type=radio]), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table td > textarea > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table td .customInput > input:not(:focus):not([type=checkbox]):not([type=radio]), .nl-layout-table .input-group > select:not(:focus), .nl-layout-table .date-range .date-dropdown.input-group > .dropdown-toggle:not(:focus), .date-range .nl-layout-table .date-dropdown.input-group > .dropdown-toggle:not(:focus), .nl-layout-table td > input[type=text] > select:not(:focus), .nl-layout-table .date-range td > input.date-dropdown[type=text] > .dropdown-toggle:not(:focus), .date-range .nl-layout-table td > input.date-dropdown[type=text] > .dropdown-toggle:not(:focus), .nl-layout-table td > select > select:not(:focus), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > select:not(:focus), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > select:not(:focus), .nl-layout-table .date-range td > select.date-dropdown > .dropdown-toggle:not(:focus), .date-range .nl-layout-table td > select.date-dropdown > .dropdown-toggle:not(:focus), .nl-layout-table .date-range td.date-dropdown > .date-dropdown.dropdown-toggle > .dropdown-toggle:not(:focus), .date-range .nl-layout-table td.date-dropdown > .date-dropdown.dropdown-toggle > .dropdown-toggle:not(:focus), .nl-layout-table td > textarea > select:not(:focus), .nl-layout-table .date-range td > textarea.date-dropdown > .dropdown-toggle:not(:focus), .date-range .nl-layout-table td > textarea.date-dropdown > .dropdown-toggle:not(:focus), .nl-layout-table td .customInput > select:not(:focus), .nl-layout-table td .date-range .date-dropdown.customInput > .dropdown-toggle:not(:focus), .date-range .nl-layout-table td .date-dropdown.customInput > .dropdown-toggle:not(:focus), .nl-layout-table .input-group > textarea:not(:focus), .nl-layout-table td > input[type=text] > textarea:not(:focus), .nl-layout-table td > select > textarea:not(:focus), .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle > textarea:not(:focus), .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle > textarea:not(:focus), .nl-layout-table td > textarea > textarea:not(:focus), .nl-layout-table td .customInput > textarea:not(:focus) {
  color: #212529 !important;
}

body.emailing-preview-page {
  background: #e4e6e8;
}

.previewIconContainer {
  margin-bottom: 1.5rem;
}

.nlheader {
  position: relative;
  z-index: 1;
  height: 66px;
}

.nlheader img {
  position: absolute;
  top: -1px;
  right: 10px;
}

.nl-wrapper {
  padding: 0;
  border: 0;
  float: none;
}
.nl-wrapper .portlet > .portlet-title > .caption {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.nl-divider {
  padding-top: 20px;
  border-bottom: 1px solid #3D5666;
}

.nl-layout-table {
  width: 100%;
}

.nl-layout-table td {
  position: relative;
  overflow: hidden;
  width: 1014px;
  max-width: 1014px;
  padding: 10px;
  color: #3D5666;
}

.nl-layout-table td.first {
  width: 220px;
  max-width: 220px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  white-space: normal;
}

.nl-layout-table td div.grey {
  padding: 10px 15px;
  background-color: #e4e6e8;
}

.nl-layout-table p {
  padding: 10px;
  margin: 0;
}

.nl-layout-table input, .nl-layout-table select, .nl-layout-table .date-range .date-dropdown > .dropdown-toggle, .date-range .nl-layout-table .date-dropdown > .dropdown-toggle, .nl-layout-table textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nl-layout-table td > input[type=text], .nl-layout-table td > select, .nl-layout-table .date-range td.date-dropdown > .dropdown-toggle, .date-range .nl-layout-table td.date-dropdown > .dropdown-toggle, .nl-layout-table td > textarea, .nl-layout-table td .customInput {
  padding: 10px;
}
.nl-layout-table .input-group {
  padding: 0 10px;
}
.nl-layout-table .input-group:focus {
  border-color: #3D5666;
}
.nl-layout-table .input-group .form-control, .nl-layout-table .input-group input:not([type=checkbox]):not([type=radio]), .nl-layout-table .input-group select, .nl-layout-table .input-group .date-range .date-dropdown > .dropdown-toggle, .date-range .nl-layout-table .input-group .date-dropdown > .dropdown-toggle, .nl-layout-table .input-group textarea {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  min-height: 50px;
}
.nl-layout-table .input-group .input-group-prepend, .nl-layout-table .input-group .input-group-append {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.nl-layout-table .input-group .input-group-prepend .dmButton, .nl-layout-table .input-group .input-group-prepend .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .nl-layout-table .input-group .input-group-prepend a.dmButtonOk, .nl-layout-table .input-group .input-group-prepend .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog .nl-layout-table .input-group .input-group-prepend a.dmButtonDelete, .nl-layout-table .input-group .input-group-append .dmButton, .nl-layout-table .input-group .input-group-append .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .nl-layout-table .input-group .input-group-append a.dmButtonOk, .nl-layout-table .input-group .input-group-append .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog .nl-layout-table .input-group .input-group-append a.dmButtonDelete {
  border-radius: 0.25rem;
  line-height: 17px;
}
.nl-layout-table .input-group .input-group-prepend {
  margin-right: 10px;
}
.nl-layout-table .input-group .input-group-append {
  margin-left: 10px;
}

.nl-layout-table td input.short,
.nl-layout-table td select.short,
.nl-layout-table td .date-range .date-dropdown > .short.dropdown-toggle,
.date-range .nl-layout-table td .date-dropdown > .short.dropdown-toggle {
  width: 400px;
}

.nl-layout-table td input[type=text].alertBorder,
.nl-layout-table td select.alertBorder,
.nl-layout-table td .date-range .date-dropdown > .alertBorder.dropdown-toggle,
.date-range .nl-layout-table td .date-dropdown > .alertBorder.dropdown-toggle,
.nl-layout-table td textarea.alertBorder,
.nl-layout-table td input[type=text].alertBorder:focus,
.nl-layout-table td select.alertBorder:focus,
.nl-layout-table td textarea.alertBorder:focus {
  box-shadow: none;
  border: 2px solid red;
  outline: none;
}

.nl-layout-table td input::-webkit-input-placeholder {
  color: #b2b3b5;
}

.nl-layout-table td input:-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-layout-table td input::-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-layout-table td input:-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-layout-table td input::-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-layout-table td input::placeholder {
  color: #b2b3b5;
}

.nl-layout-table ul#filebox {
  margin: 0;
  padding: 0;
}

.nl-layout-table ul#filebox li {
  margin-top: 5px;
}

.nl-layout-table ul#filebox li:first-child {
  margin-top: 15px;
}

.nl-group-table td {
  vertical-align: top;
}

.nl-group-table td.first {
  width: 220px;
  max-width: 220px;
  vertical-align: top;
}

.nl-group-table td:nth-child(2) {
  width: 540px;
}

.nl-group-table td:nth-child(3) {
  width: 460px;
}

.nl-check-table {
  border-collapse: collapse;
}

.nl-check-table td {
  width: 445px;
  min-width: 445px;
  max-width: 445px;
  padding: 15px 10px;
  color: #3D5666;
  background-color: #e4e6e8;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-check-table td.desc {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  font-size: 14px;
  text-transform: capitalize;
}

.nl-check-table td.space {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  background-color: #ffffff;
}

.nl-check-table td.spacer {
  padding: 0;
  background-color: #ffffff;
  font-size: 8px;
  line-height: 10px;
}

div.nl-group-selection {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  width: 520px;
  overflow: hidden;
}

div.nl-group-selection div {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  width: 100%;
  padding: 10px;
}

div.nl-group-selection div.input {
  padding: 0;
  width: auto;
}

div.nl-group-selection input[type=text] {
  font-size: 20px;
}

div.nl-group-selection div.sort-group {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

div.nl-group-selection div.sort-group:hover {
  background-color: #ffffff;
  color: #3D5666;
}

div.nl-group-filter {
  background-color: #3D5666;
}

div.nl-group-list {
  height: 350px;
  background-color: #e4e6e8;
  overflow-y: scroll;
  padding-bottom: 10px;
}
div.nl-group-list .group-items {
  font-size: 0.825rem;
  padding-left: 0;
}
div.nl-group-list .group-items li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 2rem;
}

div.nl-group-list li:last-child {
  margin: 0;
}

div.nl-group-list li.label {
  font-size: 16px;
  color: #3D5666;
}

div.nl-group-list li.label:not(:first-child) {
  margin: 30px 0 10px 0;
}

div.nl-group-list li.label h2, div.nl-group-list li.label .h2 {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #3D5666;
  line-height: 0.1em;
  margin: 10px 0 20px 0;
  padding: 0;
}

div.nl-group-list li.label h2 span, div.nl-group-list li.label .h2 span {
  font-size: 16px;
  color: #3D5666;
  background: #e4e6e8;
  padding: 0 10px;
}

div.nl-group-list div.group-data,
div.nl-group-list div.profile-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  padding: 0 1px 0 0;
}

div.nl-group-list span.group,
div.nl-group-list span.profile {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 10px;
}

div.nl-group-list span.profile {
  font-style: italic;
}

div.nl-group-list span.lang,
div.nl-group-list span.data {
  font-weight: normal;
  font-style: italic;
}

div.nl-group-list span.lang {
  text-transform: uppercase;
}

div.nl-group-list span.data:empty {
  padding: 0;
}

div.nl-group-intersection {
  background-color: #e4e6e8;
}

div.nl-group-recipients-tools .dmButton, div.nl-group-recipients-tools .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog div.nl-group-recipients-tools a.dmButtonOk, div.nl-group-recipients-tools .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog div.nl-group-recipients-tools a.dmButtonDelete {
  font-weight: bold !important;
}

div.nl-group-recipients {
  background-color: #83b585;
  height: 63px;
}

div.nl-group-recipients table tr td {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  vertical-align: bottom;
  overflow: visible;
}

div.nl-group-recipients table tr td:nth-child(2) {
  vertical-align: middle;
  text-align: right;
  padding: 10px 10px 20px 30px;
}

.liveRecipientCount,
#liveRecipientCount {
  margin-right: 10px;
}

span#group-lang {
  text-transform: uppercase;
}

span#group-lang.red {
  color: #be0027;
}

div.nl-group-intersection {
  font-size: 20px;
  font-weight: bold;
  color: #3D5666;
}

div.nl-group-intersection p {
  padding: 0;
  margin: 15px 0;
}

.nl-buttons {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background-color: #e4e6e8;
}

.nl-buttons div.left {
  align-self: flex-start;
}

.nl-buttons div.right {
  align-self: flex-end;
}

.nl-buttons div.center {
  align-self: center;
}

.nl-buttons .dmButton, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk, .nl-buttons .dm-modal .modal-dialog a.dmButtonDelete, .dm-modal .modal-dialog .nl-buttons a.dmButtonDelete {
  color: #3D5666 !important;
}

.nl-buttons .dmButton:hover, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk:hover, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk:hover, .nl-buttons .dm-modal .modal-dialog a.dmButtonDelete:hover, .dm-modal .modal-dialog .nl-buttons a.dmButtonDelete:hover {
  color: #3D5666 !important;
}

.nl-buttons .dmButton.grey, .nl-buttons .dm-modal .modal-dialog a.grey.dmButtonOk, .dm-modal .modal-dialog .nl-buttons a.grey.dmButtonOk, .nl-buttons .dm-modal .modal-dialog a.grey.dmButtonDelete, .dm-modal .modal-dialog .nl-buttons a.grey.dmButtonDelete, .nl-buttons .dm-modal .modal-dialog a.dmButton.dmButtonCancel, .dm-modal .modal-dialog .nl-buttons a.dmButton.dmButtonCancel, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk.dmButtonCancel, .nl-buttons .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel, .dm-modal .modal-dialog .nl-buttons a.dmButtonDelete.dmButtonCancel {
  color: #3D5666 !important;
}

.nl-buttons .dmButton.grey:hover, .nl-buttons .dm-modal .modal-dialog a.grey.dmButtonOk:hover, .dm-modal .modal-dialog .nl-buttons a.grey.dmButtonOk:hover, .nl-buttons .dm-modal .modal-dialog a.grey.dmButtonDelete:hover, .dm-modal .modal-dialog .nl-buttons a.grey.dmButtonDelete:hover, .nl-buttons .dm-modal .modal-dialog a.dmButton.dmButtonCancel:hover, .dm-modal .modal-dialog .nl-buttons a.dmButton.dmButtonCancel:hover, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk.dmButtonCancel:hover, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk.dmButtonCancel:hover, .nl-buttons .dm-modal .modal-dialog a.dmButtonDelete.dmButtonCancel:hover, .dm-modal .modal-dialog .nl-buttons a.dmButtonDelete.dmButtonCancel:hover {
  color: #3D5666 !important;
}

.nl-buttons .dmButton.orange, .nl-buttons .dm-modal .modal-dialog a.orange.dmButtonOk, .dm-modal .modal-dialog .nl-buttons a.orange.dmButtonOk, .nl-buttons .dm-modal .modal-dialog a.orange.dmButtonDelete, .dm-modal .modal-dialog .nl-buttons a.orange.dmButtonDelete {
  color: #3D5666 !important;
}

.nl-buttons .dmButton.orange:hover, .nl-buttons .dm-modal .modal-dialog a.orange.dmButtonOk:hover, .dm-modal .modal-dialog .nl-buttons a.orange.dmButtonOk:hover, .nl-buttons .dm-modal .modal-dialog a.orange.dmButtonDelete:hover, .dm-modal .modal-dialog .nl-buttons a.orange.dmButtonDelete:hover {
  color: #3D5666 !important;
}

.nl-buttons .dmButton.green, .nl-buttons .dm-modal .modal-dialog a.green.dmButtonDelete, .dm-modal .modal-dialog .nl-buttons a.green.dmButtonDelete, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk {
  color: #ffffff !important;
}

.nl-buttons .dmButton.green:hover, .nl-buttons .dm-modal .modal-dialog a.green.dmButtonDelete:hover, .dm-modal .modal-dialog .nl-buttons a.green.dmButtonDelete:hover, .nl-buttons .dm-modal .modal-dialog a.dmButtonOk:hover, .dm-modal .modal-dialog .nl-buttons a.dmButtonOk:hover {
  color: #ffffff !important;
}

.nl-container {
  width: 100%;
  height: auto;
}

.nl-tabholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.nl-tab {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  text-align: center;
  padding: 10px;
  color: #3D5666;
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 22px;
}

.nl-tab:hover {
  background-color: #e4e6e8;
  cursor: pointer;
}

.nl-tab.active {
  background-color: #e4e6e8;
}

.nl-tab-disabled {
  opacity: 0.5;
}

.nl-tab-disabled:hover {
  background-color: transparent;
  cursor: default;
}

.nl-fulltabholder {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 10px 15px 0 15px;
  background-color: #e4e6e8;
}

.nl-fulltab {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  text-align: center;
  padding: 0 10px 5px 10px;
  color: #3D5666;
  font-family: Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 22px;
}

.nl-fulltab:hover {
  border-bottom: 5px solid #3D5666;
  cursor: pointer;
}

.nl-fulltab.active {
  border-bottom: 5px solid #3D5666;
}

.nl-fulltab img {
  margin: 0;
}

.nl-srctab {
  position: absolute;
  right: 10px;
  padding-top: 2px;
  border: 0;
}

#nlLeftTabContainer {
  float: left;
  width: 857px;
}

#nlRightTabContainer {
  float: right;
  width: 380px;
}

.tinymceContent {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  width: 100%;
  background-color: #e4e6e8;
  padding: 15px;
}

.nl-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.nl-template {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  position: relative;
  width: 20%;
  text-align: center;
  padding: 20px;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  color: #3D5666;
}
.nl-template .nl-template-bez {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
}
.nl-template.active, .nl-template:hover {
  color: #fff;
  background-color: #3D5666;
}
.nl-template .nl-template-img-holder {
  width: 150px;
  margin: 0 auto;
}
.nl-template .nl-template-img {
  width: 150px;
}

.nl-template-ribbon {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 20px;
  right: 52px;
  background: url(/_img/dm2023/templates/ribbon.png) no-repeat top left;
}

.nl-template-ribbon span {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 6px 0 0 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#lockedTemplateInfo {
  width: 500px;
}

#lockedTemplateInfo .alert {
  background-color: #E8716B;
  border: 0;
  color: #ffffff;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

#lockedTemplateInfo .alert a {
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.nl-versandbox {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  position: relative;
  flex-basis: 383.3333333333px;
  color: #3D5666;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  align-content: stretch;
}

.nl-versandbox-header {
  background-color: #e4e6e8;
  background-image: url("/_img/dm2023/icons/fragezeichen.svg");
  background-size: 18px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 20px 20px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nl-versandbox-header.hred {
  background-color: #E8716B;
  color: #fff;
  background-image: url("/_img/dm2023/icons/exclamation-mark-white.svg");
  background-size: 27px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.nl-versandbox-header.hgreen {
  background-color: #397D54;
  color: #fff;
  background-image: url("/_img/dm2023/icons/haekchen-ok-flex-white.svg");
  background-size: 27px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.nl-versandbox-header.hyellow {
  background-color: #EAB050;
  color: #fff;
  background-image: url("/_img/dm2023/icons/fragezeichen-white.svg");
  background-size: 18px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.nl-versandbox-content {
  min-height: 132px;
  background-color: #e4e6e8;
  padding: 10px 20px;
  flex: 1;
}

.nl-headline, .nl-text, .nl-label {
  color: #3D5666;
}

.nl-headline {
  width: auto;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 10px;
}

.nl-help {
  display: inline-block;
}

.nl-help img {
  margin: 0 0 10px 0;
}

.nl-help-inbox {
  margin: 0 !important;
}

.nl-help-inbox-header {
  font-weight: bold;
}

.nl-preview-div {
  display: none;
}

.nl-send-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nl-send-preview {
  flex: 1;
  width: 100%;
  min-height: 600px;
  padding: 15px;
  background-color: #F7F8F8;
  color: #3D5666;
}

.nl-send-frame {
  width: 100%;
  max-width: 864px;
  height: 100%;
}

.nl-send-toolbox {
  flex: 1;
  width: 100%;
  max-width: 380px;
  margin-left: 20px;
  color: #3D5666;
}

.nl-send-toolbox > div {
  padding: 15px;
  background-color: #F7F8F8;
}

.nl-send-tab-header {
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #3D5666;
  font-weight: bold;
  font-size: 0.9375rem;
  border-bottom: 5px solid #F7F8F8;
}

.nl-send-tab-content {
  background-color: #F7F8F8;
  color: #3D5666;
  font-size: 0.75rem;
}

.nl-send-tab-content p.nl-send-tab-content-header {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.nl-send-tab-content p.nl-send-tab-content-header:not(:first-child) {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: bold;
}

.nl-send-tab-content span {
  font-size: 15px;
}

.nl-send-tab-content a {
  margin-top: 10px;
}

.nl-send-tab-content a.sendButton {
  display: block;
  padding: 10px !important;
}

.nl-send-tab-content a.sendButton span {
  font-size: 20px !important;
}

.nl-send-tab-content div {
  margin-top: 20px;
}

.nl-send-tab-content input[type=text] {
  width: 100%;
  border: 1px solid #dfe9df;
  margin: 10px 0 0 0;
  padding: 10px;
  min-height: 50px;
  font-size: 18px;
  color: #3D5666;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-send-tab-content input::-webkit-input-placeholder {
  color: #b2b3b5;
}

.nl-send-tab-content input:-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-send-tab-content input::-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-send-tab-content input:-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-send-tab-content input::-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-send-tab-content input::placeholder {
  color: #b2b3b5;
}

.nl-send-tab-content input[type=text]:hover {
  box-shadow: 0 0 5px rgb(131, 181, 133);
  border: 1px solid rgb(131, 181, 133);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
}

.nl-send-tab-content input[type=text].alertBorder {
  box-shadow: none;
  border: 2px solid red;
  outline: none;
}

.nl-send-toolbox select, .nl-send-toolbox .date-range .date-dropdown > .dropdown-toggle, .date-range .nl-send-toolbox .date-dropdown > .dropdown-toggle {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-send-toolbox select, .nl-send-toolbox .date-range .date-dropdown > .dropdown-toggle, .date-range .nl-send-toolbox .date-dropdown > .dropdown-toggle {
  width: 100%;
  max-width: 320px;
  border: 1px solid #dfe9df;
  padding: 10px;
  margin-top: 10px;
  min-height: 50px;
  font-size: 18px;
  color: #3D5666;
  background-color: #e4e6e8;
}

.nl-send-toolbox select:hover, .nl-send-toolbox .date-range .date-dropdown > .dropdown-toggle:hover, .date-range .nl-send-toolbox .date-dropdown > .dropdown-toggle:hover {
  box-shadow: 0 0 5px rgb(131, 181, 133);
  border: 1px solid rgb(131, 181, 133);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
}

.nl-send-toolbox select.alertBorder, .nl-send-toolbox .date-range .date-dropdown > .alertBorder.dropdown-toggle, .date-range .nl-send-toolbox .date-dropdown > .alertBorder.dropdown-toggle,
.nl-send-toolbox select.alertBorder:focus,
.nl-send-toolbox textarea.alertBorder:focus {
  box-shadow: none;
  border: 2px solid red;
  outline: none;
}

.nl-send-toolbox input::-webkit-input-placeholder {
  color: #b2b3b5;
}

.nl-send-toolbox input:-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-send-toolbox input::-moz-placeholder {
  color: #b2b3b5;
  opacity: 1;
}

.nl-send-toolbox input:-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-send-toolbox input::-ms-input-placeholder {
  color: #b2b3b5;
}

.nl-send-toolbox input::placeholder {
  color: #b2b3b5;
}

/* --------------------------------------------------- EDITOR TABS --------------------------------------------------- */
.portlet-statistic > .portlet-title > .caption {
  display: flex;
}
.portlet-statistic > .portlet-title > .caption a.help {
  display: flex;
  align-items: center;
}
.portlet-statistic > .portlet-title > .caption > *:not(:first-child) {
  margin-left: 5px;
}
.portlet-statistic > .portlet-body.d-flex:not(.flex-column) {
  padding: 0;
  /* TOOD@TS optional */
}
.portlet-statistic > .portlet-body.d-flex:not(.flex-column) > div + div {
  background-color: transparent;
}
.portlet-statistic > .portlet-body + .portlet-body {
  border-top: 2px solid #fff;
}
.statistikBoxWide, .statistikBox {
  margin: 0 0 1.5rem 0;
  border: 1px solid #82939c;
  position: relative;
}
.statistikBoxWide .ui-tabs-nav, .statistikBox .ui-tabs-nav {
  padding-top: 7px !important;
}
.statistikBoxWide .ui-state-default, .statistikBoxWide .ui-widget-content .ui-state-default, .statistikBoxWide .ui-widget-header .ui-state-default, .statistikBox .ui-state-default, .statistikBox .ui-widget-content .ui-state-default, .statistikBox .ui-widget-header .ui-state-default {
  border: 0;
  background: #2a3b46;
  margin: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.statistikBoxWide .ui-state-active, .statistikBoxWide .ui-state-hover, .statistikBox .ui-state-active, .statistikBox .ui-state-hover {
  border: 0;
}
.statistikBoxWide .ui-state-active, .statistikBox .ui-state-active {
  background: #000 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.statistikBoxWide .ui-state-hover:not(.ui-state-active), .statistikBox .ui-state-hover:not(.ui-state-active) {
  background: #495057 !important;
}
.statistikBoxWide .ui-state-default a, .statistikBoxWide .ui-state-default a:link, .statistikBoxWide .ui-state-default a:visited, .statistikBox .ui-state-default a, .statistikBox .ui-state-default a:link, .statistikBox .ui-state-default a:visited {
  color: #fff;
}
.statistikBoxWide .ui-widget-header, .statistikBox .ui-widget-header {
  border: 0;
  background: #3D5666;
}
.statistikBoxWide.ui-corner-all, .statistikBoxWide .ui-widget-header, .statistikBoxWide .ui-state-default, .statistikBoxWide .ui-widget-content .ui-state-default, .statistikBoxWide .ui-widget-header .ui-state-default, .statistikBox.ui-corner-all, .statistikBox .ui-widget-header, .statistikBox .ui-state-default, .statistikBox .ui-widget-content .ui-state-default, .statistikBox .ui-widget-header .ui-state-default {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.statistikBoxWide table:not(.data):not(table.data-limited) td > img, .statistikBoxWide table:not(.data):not(table.data-limited) td a > img, .statistikBox table:not(.data):not(table.data-limited) td > img, .statistikBox table:not(.data):not(table.data-limited) td a > img {
  margin-right: 6px !important;
}
.statistikBoxWide table tr:last-child th, .statistikBox table tr:last-child th {
  text-align: center;
}
.statistikBoxWide td > label:not(.switch), .statistikBox td > label:not(.switch) {
  display: inline;
}
.statistikBoxWide div.settings_todo, .statistikBox div.settings_todo {
  margin-bottom: 1.5rem;
  padding: 10px;
  border: 1px solid red;
  background-color: #f4f7f3;
}
.statistikBoxWide div.settings_todo.open, .statistikBox div.settings_todo.open {
  background-color: #ffb400;
}
.statistikBoxWide div.settings_todo.done, .statistikBox div.settings_todo.done {
  background-color: #83b585;
}

.statisticBoxes {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.statisticBoxes .statistikBoxWide, .statisticBoxes .statistikBox {
  margin: 5px;
  position: relative;
  height: 247px;
}
.statisticBoxes .statistikBoxWide .overflow-auto, .statisticBoxes .statistikBox .overflow-auto {
  height: 203px;
}
.statisticBoxes .staticBoxCol-1 {
  flex: 0 0 auto;
  width: 25%;
}
.statisticBoxes .staticBoxCol-2 {
  flex: 0 0 auto;
  width: 50%;
}
.statisticBoxes .staticBoxCol-left-2 {
  flex: 0 0 auto;
  width: 50%;
}
.statisticBoxes .staticBoxCol-3 {
  flex: 0 0 auto;
  width: 75%;
}
.statisticBoxes .staticBoxCol-4 {
  flex: 0 0 auto;
  width: 100%;
}

h1.statistik, .statistik.h1, #plugin_18_css h1.statistik.dmBadge, #plugin_18_css .statistik.dmBadge.h1 {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
}

div.liveStatistik {
  text-align: center;
  font-size: 26px;
}
div.liveStatistik img {
  max-width: 200px;
  width: 85%;
  height: auto;
}
div.liveStatistik .head {
  text-align: center;
  background-color: #fff;
  color: #3D5666;
}
div.liveStatistik .body {
  text-align: center;
  color: #fff;
}
div.liveStatistik .footer {
  text-align: center;
  color: #fff;
  border-top: 1px dashed #fff;
}

table.liveStatistik tr td img {
  max-width: 200px;
  width: 85%;
  height: auto;
}

table.liveStatistik tr.textRow td:nth-child(odd) {
  width: 200px;
  max-width: 200px;
  height: 30px;
  font-size: 16px;
  text-align: center;
}

table.liveStatistik tr.textRow td:nth-child(even) {
  min-width: 44px;
  max-width: 45px;
}

table.liveStatistik tr.imgRow td:nth-child(odd) {
  width: 200px;
  max-width: 200px;
  height: 93px;
  background-color: rgb(108, 170, 129);
  text-align: center;
}

table.liveStatistik tr.imgRow td:nth-child(even) {
  min-width: 44px;
  max-width: 45px;
}

table.liveStatistik tr.valueRow td:nth-child(odd) {
  width: 200px;
  max-width: 200px;
  height: 30px;
  background-color: rgb(108, 170, 129);
  border-top: 1px dashed rgb(238, 238, 238);
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

table.liveStatistik tr.valueRow td:nth-child(even) {
  min-width: 44px;
  max-width: 45px;
}

table.liveStatistikEvents {
  width: 100%;
  height: auto;
  border: 0px;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 16px;
  line-height: 13px;
}

table.liveStatistikEvents tr.grey {
  background-color: #eaeaea;
}

table.liveStatistikEvents td {
  vertical-align: middle;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.liveStatistikEvents td img {
  margin: 0px;
}

h2.statistik, .statistik.h2 {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 8px;
  margin: 0;
  background: #3D5666;
}

.iconsLeft + h2.statistik, .iconsLeft + .statistik.h2, .iconsLeft + .iconsRight + h2.statistik, .iconsLeft + .iconsRight + .statistik.h2 {
  padding-left: 27px;
}

div.iconsLeft {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
}

div.iconsRight {
  position: absolute;
  top: 9px;
  right: 5px;
  z-index: 1;
}

a.iconInfo, a.iconInfo:link, a.iconInfo:visited, a.iconInfo:focus, a.iconInfo:hover, a.iconInfo:active,
a.iconStats, a.iconStats:link, a.iconStats:visited, a.iconStats:focus, a.iconStats:hover, a.iconStats:active,
a.iconMore, a.iconMore:link, a.iconMore:visited, a.iconMore:focus, a.iconMore:hover, a.iconMore:active,
a.iconKrone, a.iconKrone:link, a.iconKrone:visited, a.iconKrone:focus, a.iconKrone:hover, a.iconKrone:active,
a.iconCheck, a.iconCheck:link, a.iconCheck:visited, a.iconCheck:focus, a.iconCheck:hover, a.iconCheck:active {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 9px 6px 0 3px;
  vertical-align: text-top;
}

a.iconLab, a.iconLab:link, a.iconLab:visited, a.iconLab:focus, a.iconLab:hover, a.iconLab:active {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin: 0px 6px 0px 0px;
  vertical-align: text-top;
}

a.iconInfo span,
a.iconStats span,
a.iconMore span,
a.iconKrone span,
a.iconCheck span,
a.iconLab span {
  display: none;
}

.statBoxIcon {
  margin: 2px 3px 0;
}

a.iconInfo, a.iconInfo:link, a.iconInfo:visited, a.iconInfo:focus, a.iconInfo:hover, a.iconInfo:active {
  background: url(../../_img/hilfe.png) no-repeat 0px 0px;
}

a.iconStats, a.iconStats:link, a.iconStats:visited, a.iconStats:focus, a.iconStats:hover, a.iconStats:active {
  background: url(../../_img/icons2019/werkzeug/statistik/statistik_uebersicht.png) no-repeat -1px -4px;
}

a.iconMore, a.iconMore:link, a.iconMore:visited, a.iconMore:focus, a.iconMore:hover, a.iconMore:active {
  background: url(../../_img/icons2019/werkzeug/_allgemein/pfeil.png) no-repeat 0px 0px;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_img/icons2019/werkzeug/_allgemein/pfeil.png", sizingMethod="scale"); /* IE wiedermal */
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/icons2019/werkzeug/_allgemein/pfeil.png', sizingMethod='scale')"; /* IE wiedermal */
}

a.iconKrone, a.iconKrone:link, a.iconKrone:visited, a.iconKrone:focus, a.iconKrone:hover, a.iconKrone:active {
  width: 18px;
  height: 18px;
  background: url(../../_img/icons2019/allgemein/statistik_test_krone.png) no-repeat 0px 0px;
}

a.iconCheck, a.iconCheck:link, a.iconCheck:visited, a.iconCheck:focus, a.iconCheck:hover, a.iconCheck:active {
  width: 17px;
  height: 17px;
  background: url(../../_img/icons2019/versandcheck/ic_hakerle.png) no-repeat 0px 0px;
}

a.iconLab, a.iconLab:link, a.iconLab:visited, a.iconLab:focus, a.iconLab:hover, a.iconLab:active {
  background: url(../../_img/icons2019/werkzeug/statistik/statistik_testvarianten.png) no-repeat 0px 0px;
}

table.statistik {
  width: 100%;
  height: 205px;
  border: 0px;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 16px;
  line-height: 15px;
}

.bigLetter {
  font-size: 16px !important;
}

table.statistik.noBorder {
  width: 100%;
  height: 203px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
}

table.statistik td {
  vertical-align: middle;
  padding: 4px 0px 4px 6px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*	float:left \9; hab das auskommentiert, damit /statistik/empfaenger/ergebnis.php funktioniert */ /* IE9 hack, damit overflow-x funktioniert */
}

table.lowpadding td {
  padding: 5px 3px;
}

table.noverflow td {
  overflow: visible;
}

table.statistik td.last {
  padding-right: 4px;
}

table.statistik tr.grey,
table.statistik td.grey {
  background: #eaeaea;
}

table.statistik tr.darkgrey,
table.statistik td.darkgrey {
  background: #b8b8b8;
}

table.statistik tr.stat_white,
table.statistik td.stat_white {
  background: #ffffff;
}

table.statistik td.grad_white {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left center, right center, from(#FFFFFF), to(#EAEAEA), color-stop(0.5, #FFFFFF));
  background: -moz-linear-gradient(left, #FFFFFF 0%, #FFFFFF 50%, #EAEAEA 100%);
}

table.statistik td.tacho {
  height: 120px;
}

table.statistik td.centered {
  text-align: center;
}

table.statistik td.right {
  padding-right: 10px;
  text-align: right;
}

th.fixedhigh, td.fixedhigh {
  height: 38px;
  padding: 0px 0px 0px 6px;
}

table.statistik td.rightGreyBorder {
  border-right: 1px solid #82939c;
}

table.statistik td.leftWhiteBorder {
  border-left: 2px solid #ffffff;
}

table.statistikInner {
  width: 95%;
  height: 100%;
  border: 0px;
  border-collapse: collapse;
  margin: 0px auto;
}

table.statistikInner td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0px 10px 6px;
}

table.statistikInner td.bottomBorder {
  border-bottom: 1px solid #eaeaea;
}

div.openingTrendTitle {
  position: absolute;
  top: 45px;
  right: 18px;
  line-height: 13px;
  z-index: 1;
  background: #ffffff;
}

div.barHolder {
  width: 210px;
  height: 14px;
  border: 1px solid #b6b6b6;
  margin: 5px 0px 5px 0px;
}

div.barBg {
  height: 12px;
  border: 1px solid #f6f6f6;
  background: #ffffff;
}

div.barGreen {
  height: 12px;
  background: #81b683;
}

div.barGrey {
  height: 12px;
  background: #999999;
}

div.barRed {
  height: 12px;
  background: #df3f31;
}

strong.bigGreen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #83b585;
  line-height: 30px;
}

strong.bigRed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #df3f31;
  line-height: 30px;
}

strong.bigYellow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #ECB72D;
  line-height: 30px;
}

strong.bigGrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #999999;
  line-height: 30px;
}

strong.biggerGreen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  color: #83b585;
  line-height: 45px;
}

strong.biggerRed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  color: #DF3F31;
  line-height: 45px;
}

strong.biggerYellow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  color: #ECB72D;
  line-height: 45px;
}

strong.biggerGrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  color: #999999;
  line-height: 45px;
}

div.bigSmiley {
  float: left;
  margin: 20px 0px 0px 0px;
}

sub, sup {
  line-height: 0px;
  font-size: 75%;
}

div.pointer {
  cursor: pointer;
  cursor: hand;
}

.mapAlert {
  height: 203px;
  position: absolute;
  background-color: #333333;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 9999;
}

.inMapAlert {
  margin: 25px 25px 0px 25px;
}

.inNoMapAlert {
  margin: 50px 25px 0px 25px;
}

.statTableHeader {
  background-color: #fff;
}

div.newsBox {
  color: #ffffff;
  background: #82939c;
}

h2.news, .news.h2 {
  color: #ffffff;
  margin-bottom: 11px;
}

ul.newsList {
  list-style-type: none;
  color: #ffffff;
  padding: 0px 0px 5px 0px !important;
  margin: 0px 0px 0px 0px;
}

ul.newsList li {
  background: url(../../_img/dashboard/newslist_item.png) no-repeat 0px 8px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 6px 0px;
}

div.ressourcesBox {
  line-height: 26px;
}

h2.ressources, .ressources.h2 {
  margin-bottom: 14px;
}

a.pdf, a.pdf:link, a.pdf:visited, a.pdf:focus, a.pdf:hover, a.pdf:active {
  display: inline-block;
  min-height: 18px;
  line-height: 15px;
  color: #407a42;
  font-weight: bold;
  padding: 0px 0px 9px 33px;
  background: url(/_img/dashboard/icon_pdf.png) no-repeat 0 0;
}

a.ressourceLink, a.ressourceLink:link, a.ressourceLink:visited, a.ressourceLink:focus, a.ressourceLink:hover, a.ressourceLink:active {
  float: right;
  color: #407a42;
  text-decoration: none;
}

a.ressourceLink span {
  text-decoration: underline;
}

a.ressourceLink:hover span {
  text-decoration: none;
}

h2.help, .help.h2 {
  margin-bottom: 11px;
}

.moveCursor {
  cursor: move;
}

div.dashboardBox {
  margin-bottom: 20px;
}
div.dashboardBox > .dashboardTitle {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
div.dashboardBox > .dashboardTitle > .dashboardButtons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.5rem;
}
div.dashboardBox > .dashboardTitle > .dashboardButtons > a {
  font-size: 24px;
  margin: 10px 0 0 16px;
  -webkit-transition: all 200msms;
  -moz-transition: all 200msms;
  -ms-transition: all 200msms;
  -o-transition: all 200msms;
  transition: all 200msms;
}
div.dashboardBox > .dashboardTitle > .dashboardButtons > a:hover {
  color: #e4e6e8;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon {
  flex: 0;
  flex-basis: 72px;
  text-align: center;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f554";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen:before {
  content: "\f52b";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.abmeldungen:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
  margin-top: -15px;
  margin-left: 10px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.active_mailings {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.active_mailings:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f2b6";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.active_mailings:before {
  content: "\f2b6";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f554";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen:before {
  content: "\f52b";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.anmeldungen:after {
  margin-top: -15px;
  margin-left: 10px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f05e";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces:before {
  content: "\f0e0";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.bounces:after {
  margin-top: -22px;
  margin-left: 0;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.daten_aendern {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.daten_aendern:before {
  content: "\f4ff";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.gruppen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.gruppen:before {
  content: "\f0c0";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.wetter {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.wetter:before {
  content: "\f6c4";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.mailing_statistik {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.mailing_statistik:before {
  content: "\f012";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f073";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings:before {
  content: "\f0e0";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.event_mailings:after {
  margin-top: -22px;
  margin-left: 0;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f0c3";
  text-shadow: 0 0 1px #3D5666;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests:before {
  content: "\f164";
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests:before {
  margin-left: 7px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.statistik_splittests:after {
  margin-top: -20px;
  margin-left: -20px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.tips-engine {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
div.dashboardBox > .dashboardTitle > .dashboardIcon.tips-engine:before {
  content: "\f0eb";
}
div.dashboardBox > .dashboardTitle > h2, div.dashboardBox > .dashboardTitle > .h2 {
  flex: 1;
  position: relative;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin: 0;
}
div.dashboardBox > .dashboardTitle.orange {
  background-color: #EAB050;
}
div.dashboardBox > .dashboardBoxTable .filter {
  display: block;
}
div.dashboardBox > .dashboardBoxTable .dashboardSettings {
  padding: 10px;
  border: 1px solid #3D5666;
  border-top: 0;
}
div.dashboardBox.newsWidget {
  margin-top: 40px;
}
div.dashboardBox.newsWidget img.kundeninfocentericon {
  position: absolute;
  top: -30px;
  left: 410px;
}

.homeDashboard .dashboardBox .dashboardTitle > .dashboardButtons {
  padding-right: 0;
}
.homeDashboard .dashboardBox .dashboardTitle > .dashboardButtons > a {
  font-size: 16px;
}
.homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .card .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .row.fazit .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-header, .pf_new_element_step1 .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.info_row .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-header, .field-rules .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-header, .field-rules .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-header, .new-field-rule .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-header, .new-field-rule .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .row.fazit .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .pf_new_element_step1 .fazit.pf-element-group .card-header, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.pf-element-group .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.info_row .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row .card-header, .field-rules .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row-fixed-bottom .card-header, .field-rules .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row-fixed-bottom .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .contentbox .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro .card-header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro_filter .card-header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .card .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .row.fazit .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .header, .pf_new_element_step1 .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.info_row .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .header, .field-rules .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .header, .field-rules .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .header, .new-field-rule .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .header, .new-field-rule .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .row.fazit .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .pf_new_element_step1 .fazit.pf-element-group .header, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.pf-element-group .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.info_row .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row-fixed-bottom .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row-fixed-bottom .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .header, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .contentbox .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro_filter .header, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .card .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .row.fazit .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .head, .pf_new_element_step1 .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.info_row .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .head, .field-rules .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .head, .field-rules .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .head, .new-field-rule .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .head, .new-field-rule .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .row.fazit .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .pf_new_element_step1 .fazit.pf-element-group .head, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.pf-element-group .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.info_row .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .field-rules .fazit.rules-row-fixed-bottom .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .new-field-rule .fazit.rules-row-fixed-bottom .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .fazit.rules-row-fixed-bottom .head, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .contentbox .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro .head, .contentbox .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .page_intro_filter .head, .homeDashboard .dashboardBox .dashboardBoxTable .settingsDiv .card .card-header:first-child {
  background-color: #3D5666;
  color: white;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
#shortcuts .card .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-header, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-header, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-header, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-header, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-header, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-header, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .card-header, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .card-header, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .card-header, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-header, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .card-header, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-header, #shortcuts .contentbox .card-header, #shortcuts .page_intro .card-header, #shortcuts .page_intro_filter .card-header, .contentbox #shortcuts .card .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .header, .pf_new_element_step1 .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .header, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .header, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .header, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .header, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .header, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .header, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .header, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .header, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .header, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .header, #shortcuts .contentbox .header, .contentbox #shortcuts .page_intro .header, .contentbox #shortcuts .page_intro_filter .header, .contentbox #shortcuts .card .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .head, .pf_new_element_step1 .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .head, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .head, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .head, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .head, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .head, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .head, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .head, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .head, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .head, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .head, #shortcuts .contentbox .head, .contentbox #shortcuts .page_intro .head, .contentbox #shortcuts .page_intro_filter .head {
  background-color: #3D5666;
  color: white;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
#shortcuts .card .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-body, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-body, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-body, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-body, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-body, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .card-body, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .card-body, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .card-body, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .card-body, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-body, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .card-body, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-body, #shortcuts .contentbox .card-body, #shortcuts .page_intro .card-body, #shortcuts .page_intro_filter .card-body, #shortcuts .card .dm-modal .modal-dialog .modal-body .row.fazit, #shortcuts .card .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.info_row, #shortcuts .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, #shortcuts .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .card .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .card .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .card .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .card .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .card .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .card .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .row.fazit, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.info_row, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.info_row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.info_row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.info_row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .row.fazit, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.pf-element-group, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.info_row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .row.fazit, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.info_row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .row.fazit, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.info_row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .row.fazit, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.info_row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .row.fazit, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.pf-element-group, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .field-rules .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .field-rules .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .field-rules .fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .field-rules .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .new-field-rule .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .new-field-rule .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .new-field-rule .fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .new-field-rule .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .row.fazit, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row-fixed-bottom, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .row.fazit, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.info_row, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row-fixed-bottom, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .row.fazit, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.pf-element-group, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.info_row, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row, .field-rules #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom, .field-rules #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row, .new-field-rule #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .row.fazit, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .pf_new_element_step1 .fazit.pf-element-group, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.pf-element-group, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.info_row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .field-rules .fazit.rules-row, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .field-rules .fazit.rules-row-fixed-bottom, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row-fixed-bottom, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .new-field-rule .fazit.rules-row, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .new-field-rule .fazit.rules-row-fixed-bottom, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row-fixed-bottom, .contentbox #shortcuts .card .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .body, .pf_new_element_step1 .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .body, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .body, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .body, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .body, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .body, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .body, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .body, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .body, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .body, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .body, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .body, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .body, #shortcuts .contentbox .body, .contentbox #shortcuts .page_intro .body, .contentbox #shortcuts .page_intro_filter .body {
  padding: 0;
}
#shortcuts .card .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-body tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-body tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-body tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-body tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-body tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-body tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .card-body tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .card-body tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .card-body tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .card-body tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-body tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .card-body tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-body tr, #shortcuts .contentbox .card-body tr, #shortcuts .page_intro .card-body tr, #shortcuts .page_intro_filter .card-body tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .row.fazit tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.pf-element-group tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.info_row tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row tr, .field-rules #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .card .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .card .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .card .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .card .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .row.fazit tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.info_row tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.info_row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.info_row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.info_row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .row.fazit tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.pf-element-group tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .row.fazit tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.info_row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .row.fazit tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.info_row tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row tr, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row tr, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row tr, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .field-rules .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row tr, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row tr, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row tr, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row tr, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .new-field-rule .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .fazit.rules-row-fixed-bottom tr, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .row.fazit tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.info_row tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.info_row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .row.fazit tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.pf-element-group tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.info_row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .row.fazit tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.info_row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .row.fazit tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.pf-element-group tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.info_row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .row.fazit tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.pf-element-group tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .field-rules .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .field-rules .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row tr, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .field-rules .fazit.rules-row tr, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row tr, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .field-rules .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .field-rules .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .new-field-rule .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .new-field-rule .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row tr, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .new-field-rule .fazit.rules-row tr, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row tr, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .new-field-rule .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .new-field-rule .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .pf_new_element_step1 .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .fazit.rules-row-fixed-bottom tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .row.fazit tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.pf-element-group tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.info_row tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row tr, .field-rules #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .contentbox .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .contentbox .fazit.rules-row-fixed-bottom tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .row.fazit tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.pf-element-group tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.info_row tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row tr, .field-rules #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .page_intro .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro .fazit.rules-row-fixed-bottom tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .row.fazit tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.pf-element-group tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.info_row tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row tr, .field-rules #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row tr, .new-field-rule #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row tr, #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule #shortcuts .page_intro_filter .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .row.fazit tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .pf_new_element_step1 .fazit.pf-element-group tr, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.pf-element-group tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.info_row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .field-rules .fazit.rules-row tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .field-rules .fazit.rules-row-fixed-bottom tr, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row-fixed-bottom tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .new-field-rule .fazit.rules-row tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row tr, .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .new-field-rule .fazit.rules-row-fixed-bottom tr, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .page_intro_filter .fazit.rules-row-fixed-bottom tr, .contentbox #shortcuts .card .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .body tr, .pf_new_element_step1 .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .body tr, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .body tr, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .body tr, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .body tr, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .body tr, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .body tr, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .body tr, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .body tr, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .body tr, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .body tr, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .body tr, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .body tr, #shortcuts .contentbox .body tr, .contentbox #shortcuts .page_intro .body tr, .contentbox #shortcuts .page_intro_filter .body tr {
  padding-top: 4px;
  padding-bottom: 4px;
}
#shortcuts .card .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .card-footer, .pf_new_element_step1 #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .card-footer, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .card-footer, .field-rules #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .card-footer, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .card-footer, #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .card-footer, .new-field-rule #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .card-footer, .pf_new_element_step1 .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .card-footer, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .card-footer, .field-rules .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .card-footer, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .card-footer, .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .card-footer, .new-field-rule .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .card-footer, #shortcuts .contentbox .card-footer, #shortcuts .page_intro .card-footer, #shortcuts .page_intro_filter .card-footer, .contentbox #shortcuts .card .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .row.fazit .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .pf_new_element_step1 .fazit.pf-element-group .footer, .pf_new_element_step1 .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.pf-element-group .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.info_row .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row .footer, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .field-rules .fazit.rules-row-fixed-bottom .footer, .field-rules .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row .footer, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row .footer, .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .new-field-rule .fazit.rules-row-fixed-bottom .footer, .new-field-rule .contentbox #shortcuts .dm-modal .modal-dialog .modal-body .fazit.rules-row-fixed-bottom .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .row.fazit .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .pf_new_element_step1 .fazit.pf-element-group .footer, .pf_new_element_step1 .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.pf-element-group .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.info_row .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row .footer, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .field-rules .fazit.rules-row-fixed-bottom .footer, .field-rules .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row .footer, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row .footer, .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .new-field-rule .fazit.rules-row-fixed-bottom .footer, .new-field-rule .contentbox .dm-modal .modal-dialog .modal-body #shortcuts .fazit.rules-row-fixed-bottom .footer, #shortcuts .contentbox .footer, .contentbox #shortcuts .page_intro .footer, .contentbox #shortcuts .page_intro_filter .footer {
  background-color: white;
}
#shortcuts .portlet {
  background-color: #fad000;
}
#shortcuts .portlet.portlet-grey .portlet-title {
  background-color: #fad000;
}
#shortcuts .row .d-grid a, #shortcuts .pf_new_element_step1 .pf-element-group .d-grid a, .pf_new_element_step1 #shortcuts .pf-element-group .d-grid a, #shortcuts .info_row .d-grid a, #shortcuts .field-rules .rules-row .d-grid a, .field-rules #shortcuts .rules-row .d-grid a, #shortcuts .field-rules .rules-row-fixed-bottom .d-grid a, .field-rules #shortcuts .rules-row-fixed-bottom .d-grid a, #shortcuts .new-field-rule .rules-row .d-grid a, .new-field-rule #shortcuts .rules-row .d-grid a, #shortcuts .new-field-rule .rules-row-fixed-bottom .d-grid a, .new-field-rule #shortcuts .rules-row-fixed-bottom .d-grid a {
  font-size: 16px;
}

h2 span.h2span, .h2 span.h2span {
  padding-left: 71px;
}

table.dashboard {
  width: 100%;
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}

table.dashboard td {
  padding: 6px;
}

table.dashboard td.right {
  text-align: right;
}

table.dashboard td.first {
  width: 46px;
}

.dashboard-help-icon {
  flex: 0;
  flex-basis: 72px;
  text-align: center;
}
.dashboard-help-icon.abmeldungen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.abmeldungen:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f554";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.abmeldungen:before {
  content: "\f52b";
}
.dashboard-help-icon.abmeldungen:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
  margin-top: -15px;
  margin-left: 10px;
}
.dashboard-help-icon.active_mailings {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.active_mailings:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f2b6";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.active_mailings:before {
  content: "\f2b6";
}
.dashboard-help-icon.anmeldungen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.anmeldungen:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f554";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.anmeldungen:before {
  content: "\f52b";
}
.dashboard-help-icon.anmeldungen:after {
  margin-top: -15px;
  margin-left: 10px;
}
.dashboard-help-icon.bounces {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.bounces:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f05e";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.bounces:before {
  content: "\f0e0";
}
.dashboard-help-icon.bounces:after {
  margin-top: -22px;
  margin-left: 0;
}
.dashboard-help-icon.daten_aendern {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.daten_aendern:before {
  content: "\f4ff";
}
.dashboard-help-icon.gruppen {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.gruppen:before {
  content: "\f0c0";
}
.dashboard-help-icon.wetter {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.wetter:before {
  content: "\f6c4";
}
.dashboard-help-icon.mailing_statistik {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.mailing_statistik:before {
  content: "\f012";
}
.dashboard-help-icon.event_mailings {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.event_mailings:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f073";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.event_mailings:before {
  content: "\f0e0";
}
.dashboard-help-icon.event_mailings:after {
  margin-top: -22px;
  margin-left: 0;
}
.dashboard-help-icon.statistik_splittests {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.statistik_splittests:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -20px;
  content: "\f0c3";
  text-shadow: 0 0 1px #3D5666;
}
.dashboard-help-icon.statistik_splittests:before {
  content: "\f164";
}
.dashboard-help-icon.statistik_splittests:before {
  margin-left: 7px;
}
.dashboard-help-icon.statistik_splittests:after {
  margin-top: -20px;
  margin-left: -20px;
}
.dashboard-help-icon.tips-engine {
  position: relative;
  padding: 5px 0;
  font-size: 30px;
}
.dashboard-help-icon.tips-engine:before {
  content: "\f0eb";
}

/* RK */
span.colorBox {
  width: 8px;
  height: 8px;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}

/* --------------------------------------------------- New widget on dashboard 2019 --------------------------------------------------- */
.cet_info {
  display: none;
}
.cet_info .time-box {
  font-size: 0.75rem;
}
.cet_info .time-box .date {
  font-size: 0.75rem;
}
.cet_info .time-box .time {
  font-size: 26px;
}
.cet_info .time-box .difference {
  font-size: 0.75rem;
  left: 50%;
  top: 48%;
}

.keyNewsDialogWidget {
  padding: 20px 20px 0 20px;
}
.keyNewsDialogWidget > .ui-dialog-titlebar {
  display: none;
}
.keyNewsDialogWidget > .ui-widget-content {
  border: 0;
}
.keyNewsDialogWidget .ui-dialog-buttonpane {
  margin-top: 0;
  padding-top: 0;
}
.keyNewsDialogWidget .ui-dialog-buttonset {
  float: none !important;
}
.keyNewsDialogWidget a {
  color: #397D54;
}

#widgetTableNews td.unread {
  color: #397D54;
  font-weight: bold;
}
#widgetTableNews td.tools img, #widgetTableNews .portlet .portlet-title td.tools-tab img, .portlet .portlet-title #widgetTableNews td.tools-tab img {
  margin: 0 3px;
}

.faWidgetIcon {
  margin-top: 5px;
}

.dashboardNewsTitle {
  background-color: #EAB050;
}

.jdialog-content {
  max-height: 500px;
  overflow: auto;
}

.ui-button.orange {
  background-color: #EAB050;
}

#keyNewsDialog .keyNewsDialogHeader {
  font-size: 20px;
  font-weight: bold;
}
#keyNewsDialog .keyNewsDialogFooter {
  margin-top: 40px;
  font-style: italic;
}

.fieldmapping-icon {
  width: 40px;
  height: 40px;
}
.fieldmapping-icon.primaryIdentifier {
  background: #397D54;
}

.import-mapping-legend .legend-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.import-mapping-legend .legend-row .legend-icon, .import-mapping-legend .legend-row .legend-desc {
  display: inline;
  vertical-align: top;
}
.import-mapping-legend .legend-row .legend-icon {
  padding-right: 0.5rem;
}
.import-mapping-legend .legend-row .legend-icon img {
  height: 40px;
  width: 40px;
}
.import-mapping-legend .legend-row .legend-icon img.id {
  background-color: #397D54;
}

.field-rules .rules-row, .field-rules .rules-row-fixed-bottom, .new-field-rule .rules-row, .new-field-rule .rules-row-fixed-bottom {
  /* TODO@TS optional */
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #e4e6e8;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.field-rules .rules-row:hover, .field-rules .rules-row-fixed-bottom:hover, .new-field-rule .rules-row:hover, .new-field-rule .rules-row-fixed-bottom:hover {
  background-color: #ced4da;
}
.field-rules .rules-row .col-switches, .field-rules .rules-row-fixed-bottom .col-switches, .new-field-rule .rules-row .col-switches, .new-field-rule .rules-row-fixed-bottom .col-switches {
  text-align: right;
}
.field-rules .rules-row .col-tools, .field-rules .rules-row-fixed-bottom .col-tools, .new-field-rule .rules-row .col-tools, .new-field-rule .rules-row-fixed-bottom .col-tools {
  text-align: right;
}

.fieldmapping_target_already_in_use {
  background-color: #e9ecef;
}

.info_row {
  /* TODO@TS optional */
  padding: 5px;
  vertical-align: center;
}
.info_row.warn {
  background-color: #f7e7e7;
}
.info_row.ok {
  background-color: #bef1be;
}
.info_row img.icon {
  vertical-align: center;
  height: 18px;
  width: 18px;
}

.importContainer.importUpload .importTitle {
  display: block;
}
.importContainer.importUpload .importFileUpload {
  box-sizing: border-box;
  height: 100px;
  border: dashed 4px #b7dbc1;
  border-image: url(/_img/dm2023/import/dashed_border_slice.png) 15 round;
  background: #f9f7f7;
  text-align: center;
  padding-top: 25px;
}
.importContainer.importUpload .importFileUpload .uploadMessage {
  display: block;
  font-size: 18px;
  vertical-align: bottom;
  color: #7fc39d;
}
.importContainer.importUpload .importFileUpload .uploadInfo {
  display: block;
  font-size: 14px;
  vertical-align: top;
  color: #a8a8a8;
}
.importContainer.importUpload .importFileUpload .dz-preview {
  display: none;
}
.importContainer.field-mapping {
  overflow-y: auto;
  max-height: 400px;
}
.importContainer.field-mapping .mapping-row {
  display: flex;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  border-left-color: #e4e6e8;
  border-right-color: #f4f3f3;
  cursor: pointer;
}
.importContainer.field-mapping .mapping-row .col-left, .importContainer.field-mapping .mapping-row .col-right {
  flex: 0 0 50%;
  max-width: 50%;
}
.importContainer.field-mapping .mapping-row .col-left, .importContainer.field-mapping .mapping-row .col-right {
  border: 1px solid transparent;
}
.importContainer.field-mapping .mapping-row .col-left .mapping-label, .importContainer.field-mapping .mapping-row .col-right .mapping-label {
  display: block;
}
.importContainer.field-mapping .mapping-row .col-left .right, .importContainer.field-mapping .mapping-row .col-right .right {
  flex-grow: 0;
  margin-left: auto;
}
.importContainer.field-mapping .mapping-row .col-left {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  align-self: start;
  border-left: 0 solid transparent;
  border-right: 0;
}
.importContainer.field-mapping .mapping-row .col-left .mapping-label {
  max-width: 390px;
}
.importContainer.field-mapping .mapping-row .col-left div:first-child {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background-color: #e4e6e8;
  flex-grow: 1;
  display: flex;
  align-content: center;
  align-items: center;
}
.importContainer.field-mapping .mapping-row .col-left div:first-child span:not(:last-child) {
  margin-right: 5px;
}
.importContainer.field-mapping .mapping-row .col-left::after {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  content: "";
  border: 20px solid #f4f3f3;
  border-left-color: #e4e6e8;
  border-right-width: 10px;
  flex-grow: 0;
  align-self: start;
}
.importContainer.field-mapping .mapping-row .col-right {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  background-color: #f4f3f3;
  border-left: 0;
}
.importContainer.field-mapping .mapping-row .col-right .mapping-label {
  max-width: 520px;
}
.importContainer.field-mapping .mapping-row .col-right .icon-right {
  text-align: right;
}
.importContainer.field-mapping .mapping-row .col-right div:first-child {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding-left: 0;
  padding-right: 10px;
}
.importContainer.field-mapping .mapping-row:hover .col-left {
  border-left-color: #adb5bd;
}
.importContainer.field-mapping .mapping-row.selected-mapping-row .col-left, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-right {
  border-color: #3D5666;
}
.importContainer.field-mapping .mapping-row:hover .col-left, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-left {
  border-left-width: 10px;
}
.importContainer.field-mapping .mapping-row:hover .col-left div:first-child, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-left div:first-child {
  background-color: #ced4da;
}
.importContainer.field-mapping .mapping-row:hover .col-left::after, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-left::after {
  border-left-color: #ced4da;
  border-right-color: #e9ecef;
  border-top-color: #e9ecef;
  border-bottom-color: #e9ecef;
  border-right-width: 0;
}
.importContainer.field-mapping .mapping-row:hover .col-right, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-right {
  background-color: #e9ecef;
}
.importContainer.field-mapping .mapping-row:hover .col-right > div:first-child, .importContainer.field-mapping .mapping-row.selected-mapping-row .col-right > div:first-child {
  padding-left: 10px;
  padding-right: 0;
}
.importContainer.field-mapping .mapping-row.row_unassigned {
  color: #E8716B;
}
.importContainer.field-mapping .mapping-row.row_ignored {
  color: #bbbbc4;
}
.importContainer.importProtocol .entryline.even, .importContainer.importProtocol .portlet-statistic > .portlet-body .table.data tr.entryline:nth-child(odd), .portlet-statistic > .portlet-body .table.data .importContainer.importProtocol tr.entryline:nth-child(odd), .importContainer.importProtocol .portlet-statistic > .portlet-body table.table.data-limited tr.entryline:nth-child(odd), .portlet-statistic > .portlet-body table.table.data-limited .importContainer.importProtocol tr.entryline:nth-child(odd) {
  background-color: #f8f9fa;
}
.importContainer.importProtocol .entryline .entry.entry-error {
  color: #E8716B;
}
.importContainer .icon {
  height: 24px;
  width: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  background: #83b585;
  background: #3D5666;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid white;
}
.importContainer .group_select_container .dm-multiple-select > .title, .importContainer #group_select_container .dm-multiple-select > .title {
  background-color: transparent;
}
.importContainer .group_select_container .dm-multiple-select > .title input, .importContainer #group_select_container .dm-multiple-select > .title input {
  width: 100%;
  background-color: #e4e6e8;
}
.importContainer .group_select_container .dm-multiple-select ul, .importContainer #group_select_container .dm-multiple-select ul {
  background-color: transparent;
}

.dashboardIcon.dmNewsWidget {
  left: 430px;
}

.dmNews {
  padding: 5px 5px 5px 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
  background: url(/_img/dm2023/icons/news_gelesen.svg) no-repeat 2px 5px;
}
.dmNews:last-child {
  border-bottom: none;
}
.dmNews.row-effect {
  position: relative;
  z-index: 1;
}
.dmNews.row-effect.selected, .dmNews.row-effect:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 2;
  background-color: lightgray;
}
.dmNews.unread {
  background: url(/_img/dm2023/icons/news_ungelesen.svg) no-repeat 2px 5px;
}
.dmNews.unread .dmNewsListHeader {
  color: #397D54;
}
.dmNews .fa-star {
  display: none;
}
.dmNews .fa-star.orange {
  display: inline-block;
}

.fa.fa-star, .fa-star.fa-envelope-plus:after, .fa-star.fa-users-plus:after, .fa-star.fa-database-plus:after, .fa-star.fa-wpforms-plus:after, .fa-star.fa-puzzle-piece-plus:after, .fa-star.fa-paragraph-plus:after, .fa-star.fa-user-tie-plus:after, .fa-star.fa-flags:after, .fa-star.fa-user-shield-plus:after, .fa-star.fa-user-shield-chart-pie:after, .fa-star.fa-comment-sync:after, .fa-star.fa-file-alt-clock:after, .fa-star.fa-chart-bar-stopwatch:after, .fa-star.fa-user-chart-bar:after, .fa-star.fa-image-ban:after, .fa-star.fa-envelope-times:after, .fa-star.fa-envelope-open-flag-checkered:after, .fa-star.fa-envelope-open-percentage:after, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.abmeldungen, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.active_mailings, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.anmeldungen, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.bounces, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.daten_aendern, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.gruppen, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.wetter, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.mailing_statistik, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.event_mailings, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.statistik_splittests, div.dashboardBox > .dashboardTitle > .fa-star.dashboardIcon.tips-engine, .fa-star.dashboard-help-icon.abmeldungen, .fa-star.dashboard-help-icon.active_mailings, .fa-star.dashboard-help-icon.anmeldungen, .fa-star.dashboard-help-icon.bounces, .fa-star.dashboard-help-icon.daten_aendern, .fa-star.dashboard-help-icon.gruppen, .fa-star.dashboard-help-icon.wetter, .fa-star.dashboard-help-icon.mailing_statistik, .fa-star.dashboard-help-icon.event_mailings, .fa-star.dashboard-help-icon.statistik_splittests, .fa-star.dashboard-help-icon.tips-engine {
  color: #444444;
}
.fa.fa-star.orange, .fa-star.orange.fa-envelope-plus:after, .fa-star.orange.fa-users-plus:after, .fa-star.orange.fa-database-plus:after, .fa-star.orange.fa-wpforms-plus:after, .fa-star.orange.fa-puzzle-piece-plus:after, .fa-star.orange.fa-paragraph-plus:after, .fa-star.orange.fa-user-tie-plus:after, .fa-star.orange.fa-flags:after, .fa-star.orange.fa-user-shield-plus:after, .fa-star.orange.fa-user-shield-chart-pie:after, .fa-star.orange.fa-comment-sync:after, .fa-star.orange.fa-file-alt-clock:after, .fa-star.orange.fa-chart-bar-stopwatch:after, .fa-star.orange.fa-user-chart-bar:after, .fa-star.orange.fa-image-ban:after, .fa-star.orange.fa-envelope-times:after, .fa-star.orange.fa-envelope-open-flag-checkered:after, .fa-star.orange.fa-envelope-open-percentage:after, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.abmeldungen, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.active_mailings, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.anmeldungen, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.bounces, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.daten_aendern, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.gruppen, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.wetter, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.mailing_statistik, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.event_mailings, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.statistik_splittests, div.dashboardBox > .dashboardTitle > .fa-star.orange.dashboardIcon.tips-engine, .fa-star.orange.dashboard-help-icon.abmeldungen, .fa-star.orange.dashboard-help-icon.active_mailings, .fa-star.orange.dashboard-help-icon.anmeldungen, .fa-star.orange.dashboard-help-icon.bounces, .fa-star.orange.dashboard-help-icon.daten_aendern, .fa-star.orange.dashboard-help-icon.gruppen, .fa-star.orange.dashboard-help-icon.wetter, .fa-star.orange.dashboard-help-icon.mailing_statistik, .fa-star.orange.dashboard-help-icon.event_mailings, .fa-star.orange.dashboard-help-icon.statistik_splittests, .fa-star.orange.dashboard-help-icon.tips-engine {
  color: #EAB050;
}

.dmNewsListHeader {
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 5px;
}

.dmNewsListTitle {
  display: inline-block;
  width: 340px;
  font-weight: bold;
}

.keyNews {
  color: red;
  font-size: 34px;
}

.dmNewsListDate {
  float: right;
  padding-right: 5px;
}

.dmNewsContent {
  /*	max-height: 300px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;*/
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news_content {
  line-height: 20px;
}
#news_content p {
  padding: 0;
}
#news_content ul {
  padding-left: 30px;
}
#news_content .newsContentHeader {
  font-style: italic;
}

.loadMoreNews {
  margin-left: 5px;
}

.loading {
  background: url(/_img/progress_dmail.gif) no-repeat center center;
}

#keyNewsContentContainer .hl1, #news_div .hl1 {
  font-size: 1.6em;
  margin-bottom: 0.9em;
  color: #83B585;
}
#keyNewsContentContainer .hl2, #news_div .hl2 {
  font-size: 1.2em;
  padding-bottom: 0;
  color: #83B585;
  font-weight: bold;
}
#keyNewsContentContainer .text1, #news_div .text1 {
  color: #000000;
}
#keyNewsContentContainer .text2, #news_div .text2 {
  color: #669966;
  font-weight: bold;
}
#keyNewsContentContainer .text3, #news_div .text3 {
  color: #669966;
  font-style: italic;
}
#keyNewsContentContainer a, #news_div a {
  text-decoration: underline;
}
#keyNewsContentContainer img, #news_div img {
  max-width: 600px;
  height: auto;
}
#keyNewsContentContainer li, #news_div li {
  margin-left: 30px;
}

img#wartungsicon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 311px;
  width: 312px;
}

img#logo {
  margin-left: 10px;
}

.date-range {
  display: flex;
}
.date-range > a.btn[data-role=action], .date-range > a[data-role=action].dmButton, .dm-modal .modal-dialog .date-range > a[data-role=action].dmButtonOk, .dm-modal .modal-dialog .date-range > a[data-role=action].dmButtonDelete, .date-range > a[data-role=action].dmButton-ghost, .dm-modal .modal-dialog .date-range > a[data-role=action].dmButtonCancel, .date-range > a[data-role=action].inact2, .date-range > a[data-role=action].inact2-ghost, .date-range > a[data-role=action].act, .date-range > a[data-role=action].act-ghost, .date-range > a[data-role=action].inact, .date-range > a[data-role=action].inact-ghost, .portlet .portlet-title .tools-tab .date-range > a[data-role=action] {
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.date-range .date-dropdown {
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
}
.date-range .date-dropdown > .dropdown-toggle {
  background-image: none !important;
  padding-right: 10px !important;
  text-align: left;
  /* Disable default dropdown icon from bootstrap*/
}
.date-range .date-dropdown > .dropdown-toggle::after {
  border: 0;
}
.date-range .date-dropdown > .dropdown {
  background-color: #fff;
  border: 1px solid #adb5bd;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}
.date-range .date-dropdown > .dropdown .date-input-box {
  padding: 0.5rem;
  width: 250px;
  background-color: #dee2e6;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.date-range .date-dropdown > .dropdown a.date-submit {
  margin: 15px 0 0 0;
}
.date-range .date-dropdown > .dropdown label {
  display: block;
  margin-top: 20px;
  opacity: 0.5;
}
.date-range .date-dropdown > .dropdown label.active {
  opacity: 1;
}
.date-range .date-dropdown > .dropdown input[type=radio] {
  margin-right: 10px;
}
.date-range .date-dropdown > .dropdown.open {
  display: flex;
}
.date-range .date-dropdown .dropdown-item {
  padding: 0.25rem 1rem;
}
.date-range .date-dropdown .dropdown-item:hover, .date-range .date-dropdown .dropdown-item:focus {
  background-color: #F7F8F8;
}

.pf_new_element_step1 .pf-element-group {
  margin-top: 5px;
}
.pf_new_element_step1 .pf-element-group .pf-element-item-row {
  margin-top: 10px;
}
.pf_new_element_step1 .pf-element-group .pf-element-item {
  flex-grow: 0;
  align-self: start;
  padding-top: 4px;
  padding-right: 20px;
}

svg g defs > linearGradient#labelGrad-theme stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme stop[offset="70%"] {
  stop-color: rgb(61, 86, 102);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme stop[offset="100%"] {
  stop-color: #172026;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-hover stop[offset="70%"] {
  stop-color: #2a3b46;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-hover stop[offset="100%"] {
  stop-color: #040506;
  stop-opacity: 1;
}
svg g.theme polygon, svg g.theme ellipse, svg g.theme rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.theme polygon:not(.top-shadow), svg g.theme ellipse:not(.top-shadow), svg g.theme rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(61, 86, 102);
}
svg g.theme polygon.top-shadow, svg g.theme ellipse.top-shadow, svg g.theme rect.top-shadow {
  stroke-width: 0;
  fill: #2a3b46;
}
svg g.theme polygon.outer-label, svg g.theme ellipse.outer-label, svg g.theme rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-theme);
}
svg g.theme:hover polygon:not(.top-shadow, .outer-label), svg g.theme:hover ellipse:not(.top-shadow, .outer-label), svg g.theme:hover rect:not(.top-shadow, .outer-label) {
  fill: #2a3b46;
}
svg g.theme:hover polygon.top-shadow, svg g.theme:hover ellipse.top-shadow, svg g.theme:hover rect.top-shadow {
  fill: #172026;
}
svg g.theme:hover polygon.outer-label, svg g.theme:hover ellipse.outer-label, svg g.theme:hover rect.outer-label {
  fill: url(#labelGrad-theme-hover);
}
svg g defs > linearGradient#labelGrad-theme-gray stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-gray stop[offset="70%"] {
  stop-color: rgb(228, 230, 232);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-gray stop[offset="100%"] {
  stop-color: #adb3b9;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-gray-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-gray-hover stop[offset="70%"] {
  stop-color: #c8cdd1;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-gray-hover stop[offset="100%"] {
  stop-color: #919aa2;
  stop-opacity: 1;
}
svg g.theme-gray polygon, svg g.theme-gray ellipse, svg g.theme-gray rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.theme-gray polygon:not(.top-shadow), svg g.theme-gray ellipse:not(.top-shadow), svg g.theme-gray rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(228, 230, 232);
}
svg g.theme-gray polygon.top-shadow, svg g.theme-gray ellipse.top-shadow, svg g.theme-gray rect.top-shadow {
  stroke-width: 0;
  fill: #c8cdd1;
}
svg g.theme-gray polygon.outer-label, svg g.theme-gray ellipse.outer-label, svg g.theme-gray rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-theme-gray);
}
svg g.theme-gray:hover polygon:not(.top-shadow, .outer-label), svg g.theme-gray:hover ellipse:not(.top-shadow, .outer-label), svg g.theme-gray:hover rect:not(.top-shadow, .outer-label) {
  fill: #c8cdd1;
}
svg g.theme-gray:hover polygon.top-shadow, svg g.theme-gray:hover ellipse.top-shadow, svg g.theme-gray:hover rect.top-shadow {
  fill: #adb3b9;
}
svg g.theme-gray:hover polygon.outer-label, svg g.theme-gray:hover ellipse.outer-label, svg g.theme-gray:hover rect.outer-label {
  fill: url(#labelGrad-theme-gray-hover);
}
svg g defs > linearGradient#labelGrad-theme-bg stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-bg stop[offset="70%"] {
  stop-color: rgb(201, 218, 196);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-bg stop[offset="100%"] {
  stop-color: #90b385;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-bg-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-bg-hover stop[offset="70%"] {
  stop-color: #acc6a5;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-bg-hover stop[offset="100%"] {
  stop-color: #739f66;
  stop-opacity: 1;
}
svg g.theme-bg polygon, svg g.theme-bg ellipse, svg g.theme-bg rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.theme-bg polygon:not(.top-shadow), svg g.theme-bg ellipse:not(.top-shadow), svg g.theme-bg rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(201, 218, 196);
}
svg g.theme-bg polygon.top-shadow, svg g.theme-bg ellipse.top-shadow, svg g.theme-bg rect.top-shadow {
  stroke-width: 0;
  fill: #acc6a5;
}
svg g.theme-bg polygon.outer-label, svg g.theme-bg ellipse.outer-label, svg g.theme-bg rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-theme-bg);
}
svg g.theme-bg:hover polygon:not(.top-shadow, .outer-label), svg g.theme-bg:hover ellipse:not(.top-shadow, .outer-label), svg g.theme-bg:hover rect:not(.top-shadow, .outer-label) {
  fill: #acc6a5;
}
svg g.theme-bg:hover polygon.top-shadow, svg g.theme-bg:hover ellipse.top-shadow, svg g.theme-bg:hover rect.top-shadow {
  fill: #90b385;
}
svg g.theme-bg:hover polygon.outer-label, svg g.theme-bg:hover ellipse.outer-label, svg g.theme-bg:hover rect.outer-label {
  fill: url(#labelGrad-theme-bg-hover);
}
svg g defs > linearGradient#labelGrad-theme-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-light stop[offset="70%"] {
  stop-color: rgb(177, 187, 194);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-light stop[offset="100%"] {
  stop-color: #788995;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-light-hover stop[offset="70%"] {
  stop-color: #94a2ac;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-light-hover stop[offset="100%"] {
  stop-color: #606f7a;
  stop-opacity: 1;
}
svg g.theme-light polygon, svg g.theme-light ellipse, svg g.theme-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.theme-light polygon:not(.top-shadow), svg g.theme-light ellipse:not(.top-shadow), svg g.theme-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(177, 187, 194);
}
svg g.theme-light polygon.top-shadow, svg g.theme-light ellipse.top-shadow, svg g.theme-light rect.top-shadow {
  stroke-width: 0;
  fill: #94a2ac;
}
svg g.theme-light polygon.outer-label, svg g.theme-light ellipse.outer-label, svg g.theme-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-theme-light);
}
svg g.theme-light:hover polygon:not(.top-shadow, .outer-label), svg g.theme-light:hover ellipse:not(.top-shadow, .outer-label), svg g.theme-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #94a2ac;
}
svg g.theme-light:hover polygon.top-shadow, svg g.theme-light:hover ellipse.top-shadow, svg g.theme-light:hover rect.top-shadow {
  fill: #788995;
}
svg g.theme-light:hover polygon.outer-label, svg g.theme-light:hover ellipse.outer-label, svg g.theme-light:hover rect.outer-label {
  fill: url(#labelGrad-theme-light-hover);
}
svg g defs > linearGradient#labelGrad-theme-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-lighter stop[offset="70%"] {
  stop-color: rgb(216, 221, 224);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-lighter stop[offset="100%"] {
  stop-color: #9fabb3;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-theme-lighter-hover stop[offset="70%"] {
  stop-color: #bcc4c9;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-theme-lighter-hover stop[offset="100%"] {
  stop-color: #83939c;
  stop-opacity: 1;
}
svg g.theme-lighter polygon, svg g.theme-lighter ellipse, svg g.theme-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.theme-lighter polygon:not(.top-shadow), svg g.theme-lighter ellipse:not(.top-shadow), svg g.theme-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(216, 221, 224);
}
svg g.theme-lighter polygon.top-shadow, svg g.theme-lighter ellipse.top-shadow, svg g.theme-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #bcc4c9;
}
svg g.theme-lighter polygon.outer-label, svg g.theme-lighter ellipse.outer-label, svg g.theme-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-theme-lighter);
}
svg g.theme-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.theme-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.theme-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #bcc4c9;
}
svg g.theme-lighter:hover polygon.top-shadow, svg g.theme-lighter:hover ellipse.top-shadow, svg g.theme-lighter:hover rect.top-shadow {
  fill: #9fabb3;
}
svg g.theme-lighter:hover polygon.outer-label, svg g.theme-lighter:hover ellipse.outer-label, svg g.theme-lighter:hover rect.outer-label {
  fill: url(#labelGrad-theme-lighter-hover);
}
svg g defs > linearGradient#labelGrad-error-color stop[offset="0%"], svg g defs > linearGradient#labelGrad-error-color stop[offset="70%"] {
  stop-color: rgb(185, 27, 27);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-error-color stop[offset="100%"] {
  stop-color: #600e0e;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-error-color-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-error-color-hover stop[offset="70%"] {
  stop-color: #8c1515;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-error-color-hover stop[offset="100%"] {
  stop-color: #330808;
  stop-opacity: 1;
}
svg g.error-color polygon, svg g.error-color ellipse, svg g.error-color rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.error-color polygon:not(.top-shadow), svg g.error-color ellipse:not(.top-shadow), svg g.error-color rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(185, 27, 27);
}
svg g.error-color polygon.top-shadow, svg g.error-color ellipse.top-shadow, svg g.error-color rect.top-shadow {
  stroke-width: 0;
  fill: #8c1515;
}
svg g.error-color polygon.outer-label, svg g.error-color ellipse.outer-label, svg g.error-color rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-error-color);
}
svg g.error-color:hover polygon:not(.top-shadow, .outer-label), svg g.error-color:hover ellipse:not(.top-shadow, .outer-label), svg g.error-color:hover rect:not(.top-shadow, .outer-label) {
  fill: #8c1515;
}
svg g.error-color:hover polygon.top-shadow, svg g.error-color:hover ellipse.top-shadow, svg g.error-color:hover rect.top-shadow {
  fill: #600e0e;
}
svg g.error-color:hover polygon.outer-label, svg g.error-color:hover ellipse.outer-label, svg g.error-color:hover rect.outer-label {
  fill: url(#labelGrad-error-color-hover);
}
svg g defs > linearGradient#labelGrad-green stop[offset="0%"], svg g defs > linearGradient#labelGrad-green stop[offset="70%"] {
  stop-color: rgb(57, 125, 84);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green stop[offset="100%"] {
  stop-color: #193725;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-hover stop[offset="70%"] {
  stop-color: #295a3c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-hover stop[offset="100%"] {
  stop-color: #09140d;
  stop-opacity: 1;
}
svg g.green polygon, svg g.green ellipse, svg g.green rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.green polygon:not(.top-shadow), svg g.green ellipse:not(.top-shadow), svg g.green rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(57, 125, 84);
}
svg g.green polygon.top-shadow, svg g.green ellipse.top-shadow, svg g.green rect.top-shadow {
  stroke-width: 0;
  fill: #295a3c;
}
svg g.green polygon.outer-label, svg g.green ellipse.outer-label, svg g.green rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-green);
}
svg g.green:hover polygon:not(.top-shadow, .outer-label), svg g.green:hover ellipse:not(.top-shadow, .outer-label), svg g.green:hover rect:not(.top-shadow, .outer-label) {
  fill: #295a3c;
}
svg g.green:hover polygon.top-shadow, svg g.green:hover ellipse.top-shadow, svg g.green:hover rect.top-shadow {
  fill: #193725;
}
svg g.green:hover polygon.outer-label, svg g.green:hover ellipse.outer-label, svg g.green:hover rect.outer-label {
  fill: url(#labelGrad-green-hover);
}
svg g defs > linearGradient#labelGrad-orange stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange stop[offset="70%"] {
  stop-color: rgb(234, 176, 80);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange stop[offset="100%"] {
  stop-color: #bd7f17;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange-hover stop[offset="70%"] {
  stop-color: #e59b22;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-hover stop[offset="100%"] {
  stop-color: #906011;
  stop-opacity: 1;
}
svg g.orange polygon, svg g.orange ellipse, svg g.orange rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.orange polygon:not(.top-shadow), svg g.orange ellipse:not(.top-shadow), svg g.orange rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(234, 176, 80);
}
svg g.orange polygon.top-shadow, svg g.orange ellipse.top-shadow, svg g.orange rect.top-shadow {
  stroke-width: 0;
  fill: #e59b22;
}
svg g.orange polygon.outer-label, svg g.orange ellipse.outer-label, svg g.orange rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-orange);
}
svg g.orange:hover polygon:not(.top-shadow, .outer-label), svg g.orange:hover ellipse:not(.top-shadow, .outer-label), svg g.orange:hover rect:not(.top-shadow, .outer-label) {
  fill: #e59b22;
}
svg g.orange:hover polygon.top-shadow, svg g.orange:hover ellipse.top-shadow, svg g.orange:hover rect.top-shadow {
  fill: #bd7f17;
}
svg g.orange:hover polygon.outer-label, svg g.orange:hover ellipse.outer-label, svg g.orange:hover rect.outer-label {
  fill: url(#labelGrad-orange-hover);
}
svg g defs > linearGradient#labelGrad-teal stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal stop[offset="70%"] {
  stop-color: rgb(121, 198, 196);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal stop[offset="100%"] {
  stop-color: #419896;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal-hover stop[offset="70%"] {
  stop-color: #55b7b4;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-hover stop[offset="100%"] {
  stop-color: #327473;
  stop-opacity: 1;
}
svg g.teal polygon, svg g.teal ellipse, svg g.teal rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.teal polygon:not(.top-shadow), svg g.teal ellipse:not(.top-shadow), svg g.teal rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(121, 198, 196);
}
svg g.teal polygon.top-shadow, svg g.teal ellipse.top-shadow, svg g.teal rect.top-shadow {
  stroke-width: 0;
  fill: #55b7b4;
}
svg g.teal polygon.outer-label, svg g.teal ellipse.outer-label, svg g.teal rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-teal);
}
svg g.teal:hover polygon:not(.top-shadow, .outer-label), svg g.teal:hover ellipse:not(.top-shadow, .outer-label), svg g.teal:hover rect:not(.top-shadow, .outer-label) {
  fill: #55b7b4;
}
svg g.teal:hover polygon.top-shadow, svg g.teal:hover ellipse.top-shadow, svg g.teal:hover rect.top-shadow {
  fill: #419896;
}
svg g.teal:hover polygon.outer-label, svg g.teal:hover ellipse.outer-label, svg g.teal:hover rect.outer-label {
  fill: url(#labelGrad-teal-hover);
}
svg g defs > linearGradient#labelGrad-blue stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue stop[offset="70%"] {
  stop-color: rgb(75, 175, 198);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue stop[offset="100%"] {
  stop-color: #297182;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue-hover stop[offset="70%"] {
  stop-color: #3593a9;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-hover stop[offset="100%"] {
  stop-color: #1d4f5b;
  stop-opacity: 1;
}
svg g.blue polygon, svg g.blue ellipse, svg g.blue rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.blue polygon:not(.top-shadow), svg g.blue ellipse:not(.top-shadow), svg g.blue rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(75, 175, 198);
}
svg g.blue polygon.top-shadow, svg g.blue ellipse.top-shadow, svg g.blue rect.top-shadow {
  stroke-width: 0;
  fill: #3593a9;
}
svg g.blue polygon.outer-label, svg g.blue ellipse.outer-label, svg g.blue rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-blue);
}
svg g.blue:hover polygon:not(.top-shadow, .outer-label), svg g.blue:hover ellipse:not(.top-shadow, .outer-label), svg g.blue:hover rect:not(.top-shadow, .outer-label) {
  fill: #3593a9;
}
svg g.blue:hover polygon.top-shadow, svg g.blue:hover ellipse.top-shadow, svg g.blue:hover rect.top-shadow {
  fill: #297182;
}
svg g.blue:hover polygon.outer-label, svg g.blue:hover ellipse.outer-label, svg g.blue:hover rect.outer-label {
  fill: url(#labelGrad-blue-hover);
}
svg g defs > linearGradient#labelGrad-purple stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple stop[offset="70%"] {
  stop-color: rgb(172, 134, 191);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple stop[offset="100%"] {
  stop-color: #7b4d92;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple-hover stop[offset="70%"] {
  stop-color: #9565ad;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-hover stop[offset="100%"] {
  stop-color: #5f3c70;
  stop-opacity: 1;
}
svg g.purple polygon, svg g.purple ellipse, svg g.purple rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.purple polygon:not(.top-shadow), svg g.purple ellipse:not(.top-shadow), svg g.purple rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(172, 134, 191);
}
svg g.purple polygon.top-shadow, svg g.purple ellipse.top-shadow, svg g.purple rect.top-shadow {
  stroke-width: 0;
  fill: #9565ad;
}
svg g.purple polygon.outer-label, svg g.purple ellipse.outer-label, svg g.purple rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-purple);
}
svg g.purple:hover polygon:not(.top-shadow, .outer-label), svg g.purple:hover ellipse:not(.top-shadow, .outer-label), svg g.purple:hover rect:not(.top-shadow, .outer-label) {
  fill: #9565ad;
}
svg g.purple:hover polygon.top-shadow, svg g.purple:hover ellipse.top-shadow, svg g.purple:hover rect.top-shadow {
  fill: #7b4d92;
}
svg g.purple:hover polygon.outer-label, svg g.purple:hover ellipse.outer-label, svg g.purple:hover rect.outer-label {
  fill: url(#labelGrad-purple-hover);
}
svg g defs > linearGradient#labelGrad-red stop[offset="0%"], svg g defs > linearGradient#labelGrad-red stop[offset="70%"] {
  stop-color: rgb(232, 113, 107);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red stop[offset="100%"] {
  stop-color: #cd2820;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-red-hover stop[offset="70%"] {
  stop-color: #e1473f;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-hover stop[offset="100%"] {
  stop-color: #a12019;
  stop-opacity: 1;
}
svg g.red polygon, svg g.red ellipse, svg g.red rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.red polygon:not(.top-shadow), svg g.red ellipse:not(.top-shadow), svg g.red rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(232, 113, 107);
}
svg g.red polygon.top-shadow, svg g.red ellipse.top-shadow, svg g.red rect.top-shadow {
  stroke-width: 0;
  fill: #e1473f;
}
svg g.red polygon.outer-label, svg g.red ellipse.outer-label, svg g.red rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-red);
}
svg g.red:hover polygon:not(.top-shadow, .outer-label), svg g.red:hover ellipse:not(.top-shadow, .outer-label), svg g.red:hover rect:not(.top-shadow, .outer-label) {
  fill: #e1473f;
}
svg g.red:hover polygon.top-shadow, svg g.red:hover ellipse.top-shadow, svg g.red:hover rect.top-shadow {
  fill: #cd2820;
}
svg g.red:hover polygon.outer-label, svg g.red:hover ellipse.outer-label, svg g.red:hover rect.outer-label {
  fill: url(#labelGrad-red-hover);
}
svg g defs > linearGradient#labelGrad-green-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-light stop[offset="70%"] {
  stop-color: rgb(110, 156, 117);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-light stop[offset="100%"] {
  stop-color: #436147;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-light-hover stop[offset="70%"] {
  stop-color: #57805d;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-light-hover stop[offset="100%"] {
  stop-color: #2e4331;
  stop-opacity: 1;
}
svg g.green-light polygon, svg g.green-light ellipse, svg g.green-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.green-light polygon:not(.top-shadow), svg g.green-light ellipse:not(.top-shadow), svg g.green-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(110, 156, 117);
}
svg g.green-light polygon.top-shadow, svg g.green-light ellipse.top-shadow, svg g.green-light rect.top-shadow {
  stroke-width: 0;
  fill: #57805d;
}
svg g.green-light polygon.outer-label, svg g.green-light ellipse.outer-label, svg g.green-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-green-light);
}
svg g.green-light:hover polygon:not(.top-shadow, .outer-label), svg g.green-light:hover ellipse:not(.top-shadow, .outer-label), svg g.green-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #57805d;
}
svg g.green-light:hover polygon.top-shadow, svg g.green-light:hover ellipse.top-shadow, svg g.green-light:hover rect.top-shadow {
  fill: #436147;
}
svg g.green-light:hover polygon.outer-label, svg g.green-light:hover ellipse.outer-label, svg g.green-light:hover rect.outer-label {
  fill: url(#labelGrad-green-light-hover);
}
svg g defs > linearGradient#labelGrad-orange-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange-light stop[offset="70%"] {
  stop-color: rgb(252, 210, 167);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-light stop[offset="100%"] {
  stop-color: #f9a044;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange-light-hover stop[offset="70%"] {
  stop-color: #fab976;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-light-hover stop[offset="100%"] {
  stop-color: #f78613;
  stop-opacity: 1;
}
svg g.orange-light polygon, svg g.orange-light ellipse, svg g.orange-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.orange-light polygon:not(.top-shadow), svg g.orange-light ellipse:not(.top-shadow), svg g.orange-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(252, 210, 167);
}
svg g.orange-light polygon.top-shadow, svg g.orange-light ellipse.top-shadow, svg g.orange-light rect.top-shadow {
  stroke-width: 0;
  fill: #fab976;
}
svg g.orange-light polygon.outer-label, svg g.orange-light ellipse.outer-label, svg g.orange-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-orange-light);
}
svg g.orange-light:hover polygon:not(.top-shadow, .outer-label), svg g.orange-light:hover ellipse:not(.top-shadow, .outer-label), svg g.orange-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #fab976;
}
svg g.orange-light:hover polygon.top-shadow, svg g.orange-light:hover ellipse.top-shadow, svg g.orange-light:hover rect.top-shadow {
  fill: #f9a044;
}
svg g.orange-light:hover polygon.outer-label, svg g.orange-light:hover ellipse.outer-label, svg g.orange-light:hover rect.outer-label {
  fill: url(#labelGrad-orange-light-hover);
}
svg g defs > linearGradient#labelGrad-teal-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal-light stop[offset="70%"] {
  stop-color: rgb(172, 221, 211);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-light stop[offset="100%"] {
  stop-color: #64bfad;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal-light-hover stop[offset="70%"] {
  stop-color: #88cec0;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-light-hover stop[offset="100%"] {
  stop-color: #46aa96;
  stop-opacity: 1;
}
svg g.teal-light polygon, svg g.teal-light ellipse, svg g.teal-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.teal-light polygon:not(.top-shadow), svg g.teal-light ellipse:not(.top-shadow), svg g.teal-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(172, 221, 211);
}
svg g.teal-light polygon.top-shadow, svg g.teal-light ellipse.top-shadow, svg g.teal-light rect.top-shadow {
  stroke-width: 0;
  fill: #88cec0;
}
svg g.teal-light polygon.outer-label, svg g.teal-light ellipse.outer-label, svg g.teal-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-teal-light);
}
svg g.teal-light:hover polygon:not(.top-shadow, .outer-label), svg g.teal-light:hover ellipse:not(.top-shadow, .outer-label), svg g.teal-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #88cec0;
}
svg g.teal-light:hover polygon.top-shadow, svg g.teal-light:hover ellipse.top-shadow, svg g.teal-light:hover rect.top-shadow {
  fill: #64bfad;
}
svg g.teal-light:hover polygon.outer-label, svg g.teal-light:hover ellipse.outer-label, svg g.teal-light:hover rect.outer-label {
  fill: url(#labelGrad-teal-light-hover);
}
svg g defs > linearGradient#labelGrad-blue-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue-light stop[offset="70%"] {
  stop-color: rgb(132, 191, 216);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-light stop[offset="100%"] {
  stop-color: #3b95bb;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue-light-hover stop[offset="70%"] {
  stop-color: #5dabcc;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-light-hover stop[offset="100%"] {
  stop-color: #2f7694;
  stop-opacity: 1;
}
svg g.blue-light polygon, svg g.blue-light ellipse, svg g.blue-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.blue-light polygon:not(.top-shadow), svg g.blue-light ellipse:not(.top-shadow), svg g.blue-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(132, 191, 216);
}
svg g.blue-light polygon.top-shadow, svg g.blue-light ellipse.top-shadow, svg g.blue-light rect.top-shadow {
  stroke-width: 0;
  fill: #5dabcc;
}
svg g.blue-light polygon.outer-label, svg g.blue-light ellipse.outer-label, svg g.blue-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-blue-light);
}
svg g.blue-light:hover polygon:not(.top-shadow, .outer-label), svg g.blue-light:hover ellipse:not(.top-shadow, .outer-label), svg g.blue-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #5dabcc;
}
svg g.blue-light:hover polygon.top-shadow, svg g.blue-light:hover ellipse.top-shadow, svg g.blue-light:hover rect.top-shadow {
  fill: #3b95bb;
}
svg g.blue-light:hover polygon.outer-label, svg g.blue-light:hover ellipse.outer-label, svg g.blue-light:hover rect.outer-label {
  fill: url(#labelGrad-blue-light-hover);
}
svg g defs > linearGradient#labelGrad-purple-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple-light stop[offset="70%"] {
  stop-color: rgb(221, 196, 232);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-light stop[offset="100%"] {
  stop-color: #b37bcb;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple-light-hover stop[offset="70%"] {
  stop-color: #c89fda;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-light-hover stop[offset="100%"] {
  stop-color: #9e56bd;
  stop-opacity: 1;
}
svg g.purple-light polygon, svg g.purple-light ellipse, svg g.purple-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.purple-light polygon:not(.top-shadow), svg g.purple-light ellipse:not(.top-shadow), svg g.purple-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(221, 196, 232);
}
svg g.purple-light polygon.top-shadow, svg g.purple-light ellipse.top-shadow, svg g.purple-light rect.top-shadow {
  stroke-width: 0;
  fill: #c89fda;
}
svg g.purple-light polygon.outer-label, svg g.purple-light ellipse.outer-label, svg g.purple-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-purple-light);
}
svg g.purple-light:hover polygon:not(.top-shadow, .outer-label), svg g.purple-light:hover ellipse:not(.top-shadow, .outer-label), svg g.purple-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #c89fda;
}
svg g.purple-light:hover polygon.top-shadow, svg g.purple-light:hover ellipse.top-shadow, svg g.purple-light:hover rect.top-shadow {
  fill: #b37bcb;
}
svg g.purple-light:hover polygon.outer-label, svg g.purple-light:hover ellipse.outer-label, svg g.purple-light:hover rect.outer-label {
  fill: url(#labelGrad-purple-light-hover);
}
svg g defs > linearGradient#labelGrad-red-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-red-light stop[offset="70%"] {
  stop-color: rgb(244, 147, 140);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-light stop[offset="100%"] {
  stop-color: #eb3c2f;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-red-light-hover stop[offset="70%"] {
  stop-color: #f0675d;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-light-hover stop[offset="100%"] {
  stop-color: #d32114;
  stop-opacity: 1;
}
svg g.red-light polygon, svg g.red-light ellipse, svg g.red-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.red-light polygon:not(.top-shadow), svg g.red-light ellipse:not(.top-shadow), svg g.red-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(244, 147, 140);
}
svg g.red-light polygon.top-shadow, svg g.red-light ellipse.top-shadow, svg g.red-light rect.top-shadow {
  stroke-width: 0;
  fill: #f0675d;
}
svg g.red-light polygon.outer-label, svg g.red-light ellipse.outer-label, svg g.red-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-red-light);
}
svg g.red-light:hover polygon:not(.top-shadow, .outer-label), svg g.red-light:hover ellipse:not(.top-shadow, .outer-label), svg g.red-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #f0675d;
}
svg g.red-light:hover polygon.top-shadow, svg g.red-light:hover ellipse.top-shadow, svg g.red-light:hover rect.top-shadow {
  fill: #eb3c2f;
}
svg g.red-light:hover polygon.outer-label, svg g.red-light:hover ellipse.outer-label, svg g.red-light:hover rect.outer-label {
  fill: url(#labelGrad-red-light-hover);
}
svg g defs > linearGradient#labelGrad-green-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-lighter stop[offset="70%"] {
  stop-color: rgb(196, 219, 175);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lighter stop[offset="100%"] {
  stop-color: #90bb69;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-lighter-hover stop[offset="70%"] {
  stop-color: #aacb8c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lighter-hover stop[offset="100%"] {
  stop-color: #76a64b;
  stop-opacity: 1;
}
svg g.green-lighter polygon, svg g.green-lighter ellipse, svg g.green-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.green-lighter polygon:not(.top-shadow), svg g.green-lighter ellipse:not(.top-shadow), svg g.green-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(196, 219, 175);
}
svg g.green-lighter polygon.top-shadow, svg g.green-lighter ellipse.top-shadow, svg g.green-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #aacb8c;
}
svg g.green-lighter polygon.outer-label, svg g.green-lighter ellipse.outer-label, svg g.green-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-green-lighter);
}
svg g.green-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.green-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.green-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #aacb8c;
}
svg g.green-lighter:hover polygon.top-shadow, svg g.green-lighter:hover ellipse.top-shadow, svg g.green-lighter:hover rect.top-shadow {
  fill: #90bb69;
}
svg g.green-lighter:hover polygon.outer-label, svg g.green-lighter:hover ellipse.outer-label, svg g.green-lighter:hover rect.outer-label {
  fill: url(#labelGrad-green-lighter-hover);
}
svg g defs > linearGradient#labelGrad-orange-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange-lighter stop[offset="70%"] {
  stop-color: rgb(252, 233, 219);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-lighter stop[offset="100%"] {
  stop-color: #f4af7d;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-orange-lighter-hover stop[offset="70%"] {
  stop-color: #f8ccac;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-orange-lighter-hover stop[offset="100%"] {
  stop-color: #f0934e;
  stop-opacity: 1;
}
svg g.orange-lighter polygon, svg g.orange-lighter ellipse, svg g.orange-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.orange-lighter polygon:not(.top-shadow), svg g.orange-lighter ellipse:not(.top-shadow), svg g.orange-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(252, 233, 219);
}
svg g.orange-lighter polygon.top-shadow, svg g.orange-lighter ellipse.top-shadow, svg g.orange-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #f8ccac;
}
svg g.orange-lighter polygon.outer-label, svg g.orange-lighter ellipse.outer-label, svg g.orange-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-orange-lighter);
}
svg g.orange-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.orange-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.orange-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #f8ccac;
}
svg g.orange-lighter:hover polygon.top-shadow, svg g.orange-lighter:hover ellipse.top-shadow, svg g.orange-lighter:hover rect.top-shadow {
  fill: #f4af7d;
}
svg g.orange-lighter:hover polygon.outer-label, svg g.orange-lighter:hover ellipse.outer-label, svg g.orange-lighter:hover rect.outer-label {
  fill: url(#labelGrad-orange-lighter-hover);
}
svg g defs > linearGradient#labelGrad-teal-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal-lighter stop[offset="70%"] {
  stop-color: rgb(214, 234, 229);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-lighter stop[offset="100%"] {
  stop-color: #93c7ba;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-teal-lighter-hover stop[offset="70%"] {
  stop-color: #b4d9d0;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-teal-lighter-hover stop[offset="100%"] {
  stop-color: #71b6a5;
  stop-opacity: 1;
}
svg g.teal-lighter polygon, svg g.teal-lighter ellipse, svg g.teal-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.teal-lighter polygon:not(.top-shadow), svg g.teal-lighter ellipse:not(.top-shadow), svg g.teal-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(214, 234, 229);
}
svg g.teal-lighter polygon.top-shadow, svg g.teal-lighter ellipse.top-shadow, svg g.teal-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #b4d9d0;
}
svg g.teal-lighter polygon.outer-label, svg g.teal-lighter ellipse.outer-label, svg g.teal-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-teal-lighter);
}
svg g.teal-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.teal-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.teal-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #b4d9d0;
}
svg g.teal-lighter:hover polygon.top-shadow, svg g.teal-lighter:hover ellipse.top-shadow, svg g.teal-lighter:hover rect.top-shadow {
  fill: #93c7ba;
}
svg g.teal-lighter:hover polygon.outer-label, svg g.teal-lighter:hover ellipse.outer-label, svg g.teal-lighter:hover rect.outer-label {
  fill: url(#labelGrad-teal-lighter-hover);
}
svg g defs > linearGradient#labelGrad-blue-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue-lighter stop[offset="70%"] {
  stop-color: rgb(204, 230, 237);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-lighter stop[offset="100%"] {
  stop-color: #81c1d2;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-blue-lighter-hover stop[offset="70%"] {
  stop-color: #a6d4e0;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-blue-lighter-hover stop[offset="100%"] {
  stop-color: #5bafc5;
  stop-opacity: 1;
}
svg g.blue-lighter polygon, svg g.blue-lighter ellipse, svg g.blue-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.blue-lighter polygon:not(.top-shadow), svg g.blue-lighter ellipse:not(.top-shadow), svg g.blue-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(204, 230, 237);
}
svg g.blue-lighter polygon.top-shadow, svg g.blue-lighter ellipse.top-shadow, svg g.blue-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #a6d4e0;
}
svg g.blue-lighter polygon.outer-label, svg g.blue-lighter ellipse.outer-label, svg g.blue-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-blue-lighter);
}
svg g.blue-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.blue-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.blue-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #a6d4e0;
}
svg g.blue-lighter:hover polygon.top-shadow, svg g.blue-lighter:hover ellipse.top-shadow, svg g.blue-lighter:hover rect.top-shadow {
  fill: #81c1d2;
}
svg g.blue-lighter:hover polygon.outer-label, svg g.blue-lighter:hover ellipse.outer-label, svg g.blue-lighter:hover rect.outer-label {
  fill: url(#labelGrad-blue-lighter-hover);
}
svg g defs > linearGradient#labelGrad-purple-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple-lighter stop[offset="70%"] {
  stop-color: rgb(233, 223, 239);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-lighter stop[offset="100%"] {
  stop-color: #ba9bcd;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-purple-lighter-hover stop[offset="70%"] {
  stop-color: #d2bdde;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-purple-lighter-hover stop[offset="100%"] {
  stop-color: #a379bc;
  stop-opacity: 1;
}
svg g.purple-lighter polygon, svg g.purple-lighter ellipse, svg g.purple-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.purple-lighter polygon:not(.top-shadow), svg g.purple-lighter ellipse:not(.top-shadow), svg g.purple-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(233, 223, 239);
}
svg g.purple-lighter polygon.top-shadow, svg g.purple-lighter ellipse.top-shadow, svg g.purple-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #d2bdde;
}
svg g.purple-lighter polygon.outer-label, svg g.purple-lighter ellipse.outer-label, svg g.purple-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-purple-lighter);
}
svg g.purple-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.purple-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.purple-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #d2bdde;
}
svg g.purple-lighter:hover polygon.top-shadow, svg g.purple-lighter:hover ellipse.top-shadow, svg g.purple-lighter:hover rect.top-shadow {
  fill: #ba9bcd;
}
svg g.purple-lighter:hover polygon.outer-label, svg g.purple-lighter:hover ellipse.outer-label, svg g.purple-lighter:hover rect.outer-label {
  fill: url(#labelGrad-purple-lighter-hover);
}
svg g defs > linearGradient#labelGrad-red-lighter stop[offset="0%"], svg g defs > linearGradient#labelGrad-red-lighter stop[offset="70%"] {
  stop-color: rgb(239, 202, 202);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-lighter stop[offset="100%"] {
  stop-color: #d77c7c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-lighter-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-red-lighter-hover stop[offset="70%"] {
  stop-color: #e3a3a3;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-red-lighter-hover stop[offset="100%"] {
  stop-color: #cc5454;
  stop-opacity: 1;
}
svg g.red-lighter polygon, svg g.red-lighter ellipse, svg g.red-lighter rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.red-lighter polygon:not(.top-shadow), svg g.red-lighter ellipse:not(.top-shadow), svg g.red-lighter rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(239, 202, 202);
}
svg g.red-lighter polygon.top-shadow, svg g.red-lighter ellipse.top-shadow, svg g.red-lighter rect.top-shadow {
  stroke-width: 0;
  fill: #e3a3a3;
}
svg g.red-lighter polygon.outer-label, svg g.red-lighter ellipse.outer-label, svg g.red-lighter rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-red-lighter);
}
svg g.red-lighter:hover polygon:not(.top-shadow, .outer-label), svg g.red-lighter:hover ellipse:not(.top-shadow, .outer-label), svg g.red-lighter:hover rect:not(.top-shadow, .outer-label) {
  fill: #e3a3a3;
}
svg g.red-lighter:hover polygon.top-shadow, svg g.red-lighter:hover ellipse.top-shadow, svg g.red-lighter:hover rect.top-shadow {
  fill: #d77c7c;
}
svg g.red-lighter:hover polygon.outer-label, svg g.red-lighter:hover ellipse.outer-label, svg g.red-lighter:hover rect.outer-label {
  fill: url(#labelGrad-red-lighter-hover);
}
svg g defs > linearGradient#labelGrad-green-lightest stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-lightest stop[offset="70%"] {
  stop-color: rgb(214, 232, 193);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lightest stop[offset="100%"] {
  stop-color: #a5cc77;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lightest-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-lightest-hover stop[offset="70%"] {
  stop-color: #bdda9c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-lightest-hover stop[offset="100%"] {
  stop-color: #8cbf51;
  stop-opacity: 1;
}
svg g.green-lightest polygon, svg g.green-lightest ellipse, svg g.green-lightest rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.green-lightest polygon:not(.top-shadow), svg g.green-lightest ellipse:not(.top-shadow), svg g.green-lightest rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(214, 232, 193);
}
svg g.green-lightest polygon.top-shadow, svg g.green-lightest ellipse.top-shadow, svg g.green-lightest rect.top-shadow {
  stroke-width: 0;
  fill: #bdda9c;
}
svg g.green-lightest polygon.outer-label, svg g.green-lightest ellipse.outer-label, svg g.green-lightest rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-green-lightest);
}
svg g.green-lightest:hover polygon:not(.top-shadow, .outer-label), svg g.green-lightest:hover ellipse:not(.top-shadow, .outer-label), svg g.green-lightest:hover rect:not(.top-shadow, .outer-label) {
  fill: #bdda9c;
}
svg g.green-lightest:hover polygon.top-shadow, svg g.green-lightest:hover ellipse.top-shadow, svg g.green-lightest:hover rect.top-shadow {
  fill: #a5cc77;
}
svg g.green-lightest:hover polygon.outer-label, svg g.green-lightest:hover ellipse.outer-label, svg g.green-lightest:hover rect.outer-label {
  fill: url(#labelGrad-green-lightest-hover);
}
svg g defs > linearGradient#labelGrad-white stop[offset="0%"], svg g defs > linearGradient#labelGrad-white stop[offset="70%"] {
  stop-color: rgb(255, 255, 255);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-white stop[offset="100%"] {
  stop-color: #cccccc;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-white-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-white-hover stop[offset="70%"] {
  stop-color: #e6e6e6;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-white-hover stop[offset="100%"] {
  stop-color: #b3b3b3;
  stop-opacity: 1;
}
svg g.white polygon, svg g.white ellipse, svg g.white rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.white polygon:not(.top-shadow), svg g.white ellipse:not(.top-shadow), svg g.white rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(255, 255, 255);
}
svg g.white polygon.top-shadow, svg g.white ellipse.top-shadow, svg g.white rect.top-shadow {
  stroke-width: 0;
  fill: #e6e6e6;
}
svg g.white polygon.outer-label, svg g.white ellipse.outer-label, svg g.white rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-white);
}
svg g.white:hover polygon:not(.top-shadow, .outer-label), svg g.white:hover ellipse:not(.top-shadow, .outer-label), svg g.white:hover rect:not(.top-shadow, .outer-label) {
  fill: #e6e6e6;
}
svg g.white:hover polygon.top-shadow, svg g.white:hover ellipse.top-shadow, svg g.white:hover rect.top-shadow {
  fill: #cccccc;
}
svg g.white:hover polygon.outer-label, svg g.white:hover ellipse.outer-label, svg g.white:hover rect.outer-label {
  fill: url(#labelGrad-white-hover);
}
svg g defs > linearGradient#labelGrad-black stop[offset="0%"], svg g defs > linearGradient#labelGrad-black stop[offset="70%"] {
  stop-color: rgb(0, 0, 0);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-hover stop[offset="70%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-hover stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g.black polygon, svg g.black ellipse, svg g.black rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.black polygon:not(.top-shadow), svg g.black ellipse:not(.top-shadow), svg g.black rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(0, 0, 0);
}
svg g.black polygon.top-shadow, svg g.black ellipse.top-shadow, svg g.black rect.top-shadow {
  stroke-width: 0;
  fill: black;
}
svg g.black polygon.outer-label, svg g.black ellipse.outer-label, svg g.black rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-black);
}
svg g.black:hover polygon:not(.top-shadow, .outer-label), svg g.black:hover ellipse:not(.top-shadow, .outer-label), svg g.black:hover rect:not(.top-shadow, .outer-label) {
  fill: black;
}
svg g.black:hover polygon.top-shadow, svg g.black:hover ellipse.top-shadow, svg g.black:hover rect.top-shadow {
  fill: black;
}
svg g.black:hover polygon.outer-label, svg g.black:hover ellipse.outer-label, svg g.black:hover rect.outer-label {
  fill: url(#labelGrad-black-hover);
}
svg g defs > linearGradient#labelGrad-black-contrast1 stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast1 stop[offset="70%"] {
  stop-color: rgb(26, 56, 75);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast1 stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast1-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast1-hover stop[offset="70%"] {
  stop-color: #0d1c25;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast1-hover stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g.black-contrast1 polygon, svg g.black-contrast1 ellipse, svg g.black-contrast1 rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.black-contrast1 polygon:not(.top-shadow), svg g.black-contrast1 ellipse:not(.top-shadow), svg g.black-contrast1 rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(26, 56, 75);
}
svg g.black-contrast1 polygon.top-shadow, svg g.black-contrast1 ellipse.top-shadow, svg g.black-contrast1 rect.top-shadow {
  stroke-width: 0;
  fill: #0d1c25;
}
svg g.black-contrast1 polygon.outer-label, svg g.black-contrast1 ellipse.outer-label, svg g.black-contrast1 rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-black-contrast1);
}
svg g.black-contrast1:hover polygon:not(.top-shadow, .outer-label), svg g.black-contrast1:hover ellipse:not(.top-shadow, .outer-label), svg g.black-contrast1:hover rect:not(.top-shadow, .outer-label) {
  fill: #0d1c25;
}
svg g.black-contrast1:hover polygon.top-shadow, svg g.black-contrast1:hover ellipse.top-shadow, svg g.black-contrast1:hover rect.top-shadow {
  fill: black;
}
svg g.black-contrast1:hover polygon.outer-label, svg g.black-contrast1:hover ellipse.outer-label, svg g.black-contrast1:hover rect.outer-label {
  fill: url(#labelGrad-black-contrast1-hover);
}
svg g defs > linearGradient#labelGrad-black-contrast2 stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast2 stop[offset="70%"] {
  stop-color: rgb(61, 86, 102);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast2 stop[offset="100%"] {
  stop-color: #172026;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast2-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast2-hover stop[offset="70%"] {
  stop-color: #2a3b46;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast2-hover stop[offset="100%"] {
  stop-color: #040506;
  stop-opacity: 1;
}
svg g.black-contrast2 polygon, svg g.black-contrast2 ellipse, svg g.black-contrast2 rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.black-contrast2 polygon:not(.top-shadow), svg g.black-contrast2 ellipse:not(.top-shadow), svg g.black-contrast2 rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(61, 86, 102);
}
svg g.black-contrast2 polygon.top-shadow, svg g.black-contrast2 ellipse.top-shadow, svg g.black-contrast2 rect.top-shadow {
  stroke-width: 0;
  fill: #2a3b46;
}
svg g.black-contrast2 polygon.outer-label, svg g.black-contrast2 ellipse.outer-label, svg g.black-contrast2 rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-black-contrast2);
}
svg g.black-contrast2:hover polygon:not(.top-shadow, .outer-label), svg g.black-contrast2:hover ellipse:not(.top-shadow, .outer-label), svg g.black-contrast2:hover rect:not(.top-shadow, .outer-label) {
  fill: #2a3b46;
}
svg g.black-contrast2:hover polygon.top-shadow, svg g.black-contrast2:hover ellipse.top-shadow, svg g.black-contrast2:hover rect.top-shadow {
  fill: #172026;
}
svg g.black-contrast2:hover polygon.outer-label, svg g.black-contrast2:hover ellipse.outer-label, svg g.black-contrast2:hover rect.outer-label {
  fill: url(#labelGrad-black-contrast2-hover);
}
svg g defs > linearGradient#labelGrad-black-contrast3 stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast3 stop[offset="70%"] {
  stop-color: rgb(247, 248, 248);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast3 stop[offset="100%"] {
  stop-color: #c1c8c8;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast3-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-black-contrast3-hover stop[offset="70%"] {
  stop-color: #dce0e0;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-black-contrast3-hover stop[offset="100%"] {
  stop-color: #a5b1b1;
  stop-opacity: 1;
}
svg g.black-contrast3 polygon, svg g.black-contrast3 ellipse, svg g.black-contrast3 rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.black-contrast3 polygon:not(.top-shadow), svg g.black-contrast3 ellipse:not(.top-shadow), svg g.black-contrast3 rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(247, 248, 248);
}
svg g.black-contrast3 polygon.top-shadow, svg g.black-contrast3 ellipse.top-shadow, svg g.black-contrast3 rect.top-shadow {
  stroke-width: 0;
  fill: #dce0e0;
}
svg g.black-contrast3 polygon.outer-label, svg g.black-contrast3 ellipse.outer-label, svg g.black-contrast3 rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-black-contrast3);
}
svg g.black-contrast3:hover polygon:not(.top-shadow, .outer-label), svg g.black-contrast3:hover ellipse:not(.top-shadow, .outer-label), svg g.black-contrast3:hover rect:not(.top-shadow, .outer-label) {
  fill: #dce0e0;
}
svg g.black-contrast3:hover polygon.top-shadow, svg g.black-contrast3:hover ellipse.top-shadow, svg g.black-contrast3:hover rect.top-shadow {
  fill: #c1c8c8;
}
svg g.black-contrast3:hover polygon.outer-label, svg g.black-contrast3:hover ellipse.outer-label, svg g.black-contrast3:hover rect.outer-label {
  fill: url(#labelGrad-black-contrast3-hover);
}
svg g defs > linearGradient#labelGrad-gray-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray-light stop[offset="70%"] {
  stop-color: rgb(222, 226, 230);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-light stop[offset="100%"] {
  stop-color: #a4afba;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray-light-hover stop[offset="70%"] {
  stop-color: #c1c9d0;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-light-hover stop[offset="100%"] {
  stop-color: #8796a4;
  stop-opacity: 1;
}
svg g.gray-light polygon, svg g.gray-light ellipse, svg g.gray-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.gray-light polygon:not(.top-shadow), svg g.gray-light ellipse:not(.top-shadow), svg g.gray-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(222, 226, 230);
}
svg g.gray-light polygon.top-shadow, svg g.gray-light ellipse.top-shadow, svg g.gray-light rect.top-shadow {
  stroke-width: 0;
  fill: #c1c9d0;
}
svg g.gray-light polygon.outer-label, svg g.gray-light ellipse.outer-label, svg g.gray-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-gray-light);
}
svg g.gray-light:hover polygon:not(.top-shadow, .outer-label), svg g.gray-light:hover ellipse:not(.top-shadow, .outer-label), svg g.gray-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #c1c9d0;
}
svg g.gray-light:hover polygon.top-shadow, svg g.gray-light:hover ellipse.top-shadow, svg g.gray-light:hover rect.top-shadow {
  fill: #a4afba;
}
svg g.gray-light:hover polygon.outer-label, svg g.gray-light:hover ellipse.outer-label, svg g.gray-light:hover rect.outer-label {
  fill: url(#labelGrad-gray-light-hover);
}
svg g defs > linearGradient#labelGrad-gray stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray stop[offset="70%"] {
  stop-color: rgb(108, 117, 125);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray stop[offset="100%"] {
  stop-color: #3d4246;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray-hover stop[offset="70%"] {
  stop-color: #545b62;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-hover stop[offset="100%"] {
  stop-color: #25282b;
  stop-opacity: 1;
}
svg g.gray polygon, svg g.gray ellipse, svg g.gray rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.gray polygon:not(.top-shadow), svg g.gray ellipse:not(.top-shadow), svg g.gray rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(108, 117, 125);
}
svg g.gray polygon.top-shadow, svg g.gray ellipse.top-shadow, svg g.gray rect.top-shadow {
  stroke-width: 0;
  fill: #545b62;
}
svg g.gray polygon.outer-label, svg g.gray ellipse.outer-label, svg g.gray rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-gray);
}
svg g.gray:hover polygon:not(.top-shadow, .outer-label), svg g.gray:hover ellipse:not(.top-shadow, .outer-label), svg g.gray:hover rect:not(.top-shadow, .outer-label) {
  fill: #545b62;
}
svg g.gray:hover polygon.top-shadow, svg g.gray:hover ellipse.top-shadow, svg g.gray:hover rect.top-shadow {
  fill: #3d4246;
}
svg g.gray:hover polygon.outer-label, svg g.gray:hover ellipse.outer-label, svg g.gray:hover rect.outer-label {
  fill: url(#labelGrad-gray-hover);
}
svg g defs > linearGradient#labelGrad-gray-dark stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray-dark stop[offset="70%"] {
  stop-color: rgb(52, 58, 64);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-dark stop[offset="100%"] {
  stop-color: #060708;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-dark-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-gray-dark-hover stop[offset="70%"] {
  stop-color: #1d2124;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-gray-dark-hover stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g.gray-dark polygon, svg g.gray-dark ellipse, svg g.gray-dark rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.gray-dark polygon:not(.top-shadow), svg g.gray-dark ellipse:not(.top-shadow), svg g.gray-dark rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(52, 58, 64);
}
svg g.gray-dark polygon.top-shadow, svg g.gray-dark ellipse.top-shadow, svg g.gray-dark rect.top-shadow {
  stroke-width: 0;
  fill: #1d2124;
}
svg g.gray-dark polygon.outer-label, svg g.gray-dark ellipse.outer-label, svg g.gray-dark rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-gray-dark);
}
svg g.gray-dark:hover polygon:not(.top-shadow, .outer-label), svg g.gray-dark:hover ellipse:not(.top-shadow, .outer-label), svg g.gray-dark:hover rect:not(.top-shadow, .outer-label) {
  fill: #1d2124;
}
svg g.gray-dark:hover polygon.top-shadow, svg g.gray-dark:hover ellipse.top-shadow, svg g.gray-dark:hover rect.top-shadow {
  fill: #060708;
}
svg g.gray-dark:hover polygon.outer-label, svg g.gray-dark:hover ellipse.outer-label, svg g.gray-dark:hover rect.outer-label {
  fill: url(#labelGrad-gray-dark-hover);
}
svg g defs > linearGradient#labelGrad-page-intro stop[offset="0%"], svg g defs > linearGradient#labelGrad-page-intro stop[offset="70%"] {
  stop-color: rgb(214, 232, 193);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-page-intro stop[offset="100%"] {
  stop-color: #a5cc77;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-page-intro-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-page-intro-hover stop[offset="70%"] {
  stop-color: #bdda9c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-page-intro-hover stop[offset="100%"] {
  stop-color: #8cbf51;
  stop-opacity: 1;
}
svg g.page-intro polygon, svg g.page-intro ellipse, svg g.page-intro rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.page-intro polygon:not(.top-shadow), svg g.page-intro ellipse:not(.top-shadow), svg g.page-intro rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(214, 232, 193);
}
svg g.page-intro polygon.top-shadow, svg g.page-intro ellipse.top-shadow, svg g.page-intro rect.top-shadow {
  stroke-width: 0;
  fill: #bdda9c;
}
svg g.page-intro polygon.outer-label, svg g.page-intro ellipse.outer-label, svg g.page-intro rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-page-intro);
}
svg g.page-intro:hover polygon:not(.top-shadow, .outer-label), svg g.page-intro:hover ellipse:not(.top-shadow, .outer-label), svg g.page-intro:hover rect:not(.top-shadow, .outer-label) {
  fill: #bdda9c;
}
svg g.page-intro:hover polygon.top-shadow, svg g.page-intro:hover ellipse.top-shadow, svg g.page-intro:hover rect.top-shadow {
  fill: #a5cc77;
}
svg g.page-intro:hover polygon.outer-label, svg g.page-intro:hover ellipse.outer-label, svg g.page-intro:hover rect.outer-label {
  fill: url(#labelGrad-page-intro-hover);
}
svg g defs > linearGradient#labelGrad-green-dark stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-dark stop[offset="70%"] {
  stop-color: rgb(131, 181, 133);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-dark stop[offset="100%"] {
  stop-color: #4e8451;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-dark-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-green-dark-hover stop[offset="70%"] {
  stop-color: #63a266;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-green-dark-hover stop[offset="100%"] {
  stop-color: #3b643d;
  stop-opacity: 1;
}
svg g.green-dark polygon, svg g.green-dark ellipse, svg g.green-dark rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.green-dark polygon:not(.top-shadow), svg g.green-dark ellipse:not(.top-shadow), svg g.green-dark rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(131, 181, 133);
}
svg g.green-dark polygon.top-shadow, svg g.green-dark ellipse.top-shadow, svg g.green-dark rect.top-shadow {
  stroke-width: 0;
  fill: #63a266;
}
svg g.green-dark polygon.outer-label, svg g.green-dark ellipse.outer-label, svg g.green-dark rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-green-dark);
}
svg g.green-dark:hover polygon:not(.top-shadow, .outer-label), svg g.green-dark:hover ellipse:not(.top-shadow, .outer-label), svg g.green-dark:hover rect:not(.top-shadow, .outer-label) {
  fill: #63a266;
}
svg g.green-dark:hover polygon.top-shadow, svg g.green-dark:hover ellipse.top-shadow, svg g.green-dark:hover rect.top-shadow {
  fill: #4e8451;
}
svg g.green-dark:hover polygon.outer-label, svg g.green-dark:hover ellipse.outer-label, svg g.green-dark:hover rect.outer-label {
  fill: url(#labelGrad-green-dark-hover);
}
svg g defs > linearGradient#labelGrad-searchbarGreen stop[offset="0%"], svg g defs > linearGradient#labelGrad-searchbarGreen stop[offset="70%"] {
  stop-color: rgb(57, 125, 84);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-searchbarGreen stop[offset="100%"] {
  stop-color: #193725;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-searchbarGreen-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-searchbarGreen-hover stop[offset="70%"] {
  stop-color: #295a3c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-searchbarGreen-hover stop[offset="100%"] {
  stop-color: #09140d;
  stop-opacity: 1;
}
svg g.searchbarGreen polygon, svg g.searchbarGreen ellipse, svg g.searchbarGreen rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.searchbarGreen polygon:not(.top-shadow), svg g.searchbarGreen ellipse:not(.top-shadow), svg g.searchbarGreen rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(57, 125, 84);
}
svg g.searchbarGreen polygon.top-shadow, svg g.searchbarGreen ellipse.top-shadow, svg g.searchbarGreen rect.top-shadow {
  stroke-width: 0;
  fill: #295a3c;
}
svg g.searchbarGreen polygon.outer-label, svg g.searchbarGreen ellipse.outer-label, svg g.searchbarGreen rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-searchbarGreen);
}
svg g.searchbarGreen:hover polygon:not(.top-shadow, .outer-label), svg g.searchbarGreen:hover ellipse:not(.top-shadow, .outer-label), svg g.searchbarGreen:hover rect:not(.top-shadow, .outer-label) {
  fill: #295a3c;
}
svg g.searchbarGreen:hover polygon.top-shadow, svg g.searchbarGreen:hover ellipse.top-shadow, svg g.searchbarGreen:hover rect.top-shadow {
  fill: #193725;
}
svg g.searchbarGreen:hover polygon.outer-label, svg g.searchbarGreen:hover ellipse.outer-label, svg g.searchbarGreen:hover rect.outer-label {
  fill: url(#labelGrad-searchbarGreen-hover);
}
svg g defs > linearGradient#labelGrad-brown stop[offset="0%"], svg g defs > linearGradient#labelGrad-brown stop[offset="70%"] {
  stop-color: rgb(126, 80, 22);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-brown stop[offset="100%"] {
  stop-color: #271907;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-brown-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-brown-hover stop[offset="70%"] {
  stop-color: #53340e;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-brown-hover stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g.brown polygon, svg g.brown ellipse, svg g.brown rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.brown polygon:not(.top-shadow), svg g.brown ellipse:not(.top-shadow), svg g.brown rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(126, 80, 22);
}
svg g.brown polygon.top-shadow, svg g.brown ellipse.top-shadow, svg g.brown rect.top-shadow {
  stroke-width: 0;
  fill: #53340e;
}
svg g.brown polygon.outer-label, svg g.brown ellipse.outer-label, svg g.brown rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-brown);
}
svg g.brown:hover polygon:not(.top-shadow, .outer-label), svg g.brown:hover ellipse:not(.top-shadow, .outer-label), svg g.brown:hover rect:not(.top-shadow, .outer-label) {
  fill: #53340e;
}
svg g.brown:hover polygon.top-shadow, svg g.brown:hover ellipse.top-shadow, svg g.brown:hover rect.top-shadow {
  fill: #271907;
}
svg g.brown:hover polygon.outer-label, svg g.brown:hover ellipse.outer-label, svg g.brown:hover rect.outer-label {
  fill: url(#labelGrad-brown-hover);
}
svg g defs > linearGradient#labelGrad-diagram-yellow stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-yellow stop[offset="70%"] {
  stop-color: rgb(239, 113, 17);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow stop[offset="100%"] {
  stop-color: #90440a;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-yellow-hover stop[offset="70%"] {
  stop-color: #c05a0d;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow-hover stop[offset="100%"] {
  stop-color: #612d06;
  stop-opacity: 1;
}
svg g.diagram-yellow polygon, svg g.diagram-yellow ellipse, svg g.diagram-yellow rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-yellow polygon:not(.top-shadow), svg g.diagram-yellow ellipse:not(.top-shadow), svg g.diagram-yellow rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(239, 113, 17);
}
svg g.diagram-yellow polygon.top-shadow, svg g.diagram-yellow ellipse.top-shadow, svg g.diagram-yellow rect.top-shadow {
  stroke-width: 0;
  fill: #c05a0d;
}
svg g.diagram-yellow polygon.outer-label, svg g.diagram-yellow ellipse.outer-label, svg g.diagram-yellow rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-yellow);
}
svg g.diagram-yellow:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-yellow:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-yellow:hover rect:not(.top-shadow, .outer-label) {
  fill: #c05a0d;
}
svg g.diagram-yellow:hover polygon.top-shadow, svg g.diagram-yellow:hover ellipse.top-shadow, svg g.diagram-yellow:hover rect.top-shadow {
  fill: #90440a;
}
svg g.diagram-yellow:hover polygon.outer-label, svg g.diagram-yellow:hover ellipse.outer-label, svg g.diagram-yellow:hover rect.outer-label {
  fill: url(#labelGrad-diagram-yellow-hover);
}
svg g defs > linearGradient#labelGrad-diagram-yellow-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-yellow-light stop[offset="70%"] {
  stop-color: rgb(247, 170, 66);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow-light stop[offset="100%"] {
  stop-color: #ca7809;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-yellow-light-hover stop[offset="70%"] {
  stop-color: #f59411;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-yellow-light-hover stop[offset="100%"] {
  stop-color: #9a5b06;
  stop-opacity: 1;
}
svg g.diagram-yellow-light polygon, svg g.diagram-yellow-light ellipse, svg g.diagram-yellow-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-yellow-light polygon:not(.top-shadow), svg g.diagram-yellow-light ellipse:not(.top-shadow), svg g.diagram-yellow-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(247, 170, 66);
}
svg g.diagram-yellow-light polygon.top-shadow, svg g.diagram-yellow-light ellipse.top-shadow, svg g.diagram-yellow-light rect.top-shadow {
  stroke-width: 0;
  fill: #f59411;
}
svg g.diagram-yellow-light polygon.outer-label, svg g.diagram-yellow-light ellipse.outer-label, svg g.diagram-yellow-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-yellow-light);
}
svg g.diagram-yellow-light:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-yellow-light:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-yellow-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #f59411;
}
svg g.diagram-yellow-light:hover polygon.top-shadow, svg g.diagram-yellow-light:hover ellipse.top-shadow, svg g.diagram-yellow-light:hover rect.top-shadow {
  fill: #ca7809;
}
svg g.diagram-yellow-light:hover polygon.outer-label, svg g.diagram-yellow-light:hover ellipse.outer-label, svg g.diagram-yellow-light:hover rect.outer-label {
  fill: url(#labelGrad-diagram-yellow-light-hover);
}
svg g defs > linearGradient#labelGrad-diagram-brown stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-brown stop[offset="70%"] {
  stop-color: rgb(126, 80, 22);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown stop[offset="100%"] {
  stop-color: #271907;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-brown-hover stop[offset="70%"] {
  stop-color: #53340e;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown-hover stop[offset="100%"] {
  stop-color: black;
  stop-opacity: 1;
}
svg g.diagram-brown polygon, svg g.diagram-brown ellipse, svg g.diagram-brown rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-brown polygon:not(.top-shadow), svg g.diagram-brown ellipse:not(.top-shadow), svg g.diagram-brown rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(126, 80, 22);
}
svg g.diagram-brown polygon.top-shadow, svg g.diagram-brown ellipse.top-shadow, svg g.diagram-brown rect.top-shadow {
  stroke-width: 0;
  fill: #53340e;
}
svg g.diagram-brown polygon.outer-label, svg g.diagram-brown ellipse.outer-label, svg g.diagram-brown rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-brown);
}
svg g.diagram-brown:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-brown:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-brown:hover rect:not(.top-shadow, .outer-label) {
  fill: #53340e;
}
svg g.diagram-brown:hover polygon.top-shadow, svg g.diagram-brown:hover ellipse.top-shadow, svg g.diagram-brown:hover rect.top-shadow {
  fill: #271907;
}
svg g.diagram-brown:hover polygon.outer-label, svg g.diagram-brown:hover ellipse.outer-label, svg g.diagram-brown:hover rect.outer-label {
  fill: url(#labelGrad-diagram-brown-hover);
}
svg g defs > linearGradient#labelGrad-diagram-brown-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-brown-light stop[offset="70%"] {
  stop-color: rgb(179, 143, 75);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown-light stop[offset="100%"] {
  stop-color: #6b562d;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-brown-light-hover stop[offset="70%"] {
  stop-color: #8f723c;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-brown-light-hover stop[offset="100%"] {
  stop-color: #47391e;
  stop-opacity: 1;
}
svg g.diagram-brown-light polygon, svg g.diagram-brown-light ellipse, svg g.diagram-brown-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-brown-light polygon:not(.top-shadow), svg g.diagram-brown-light ellipse:not(.top-shadow), svg g.diagram-brown-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(179, 143, 75);
}
svg g.diagram-brown-light polygon.top-shadow, svg g.diagram-brown-light ellipse.top-shadow, svg g.diagram-brown-light rect.top-shadow {
  stroke-width: 0;
  fill: #8f723c;
}
svg g.diagram-brown-light polygon.outer-label, svg g.diagram-brown-light ellipse.outer-label, svg g.diagram-brown-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-brown-light);
}
svg g.diagram-brown-light:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-brown-light:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-brown-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #8f723c;
}
svg g.diagram-brown-light:hover polygon.top-shadow, svg g.diagram-brown-light:hover ellipse.top-shadow, svg g.diagram-brown-light:hover rect.top-shadow {
  fill: #6b562d;
}
svg g.diagram-brown-light:hover polygon.outer-label, svg g.diagram-brown-light:hover ellipse.outer-label, svg g.diagram-brown-light:hover rect.outer-label {
  fill: url(#labelGrad-diagram-brown-light-hover);
}
svg g defs > linearGradient#labelGrad-diagram-blue stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-blue stop[offset="70%"] {
  stop-color: rgb(75, 175, 198);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue stop[offset="100%"] {
  stop-color: #297182;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-blue-hover stop[offset="70%"] {
  stop-color: #3593a9;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue-hover stop[offset="100%"] {
  stop-color: #1d4f5b;
  stop-opacity: 1;
}
svg g.diagram-blue polygon, svg g.diagram-blue ellipse, svg g.diagram-blue rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-blue polygon:not(.top-shadow), svg g.diagram-blue ellipse:not(.top-shadow), svg g.diagram-blue rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(75, 175, 198);
}
svg g.diagram-blue polygon.top-shadow, svg g.diagram-blue ellipse.top-shadow, svg g.diagram-blue rect.top-shadow {
  stroke-width: 0;
  fill: #3593a9;
}
svg g.diagram-blue polygon.outer-label, svg g.diagram-blue ellipse.outer-label, svg g.diagram-blue rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-blue);
}
svg g.diagram-blue:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-blue:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-blue:hover rect:not(.top-shadow, .outer-label) {
  fill: #3593a9;
}
svg g.diagram-blue:hover polygon.top-shadow, svg g.diagram-blue:hover ellipse.top-shadow, svg g.diagram-blue:hover rect.top-shadow {
  fill: #297182;
}
svg g.diagram-blue:hover polygon.outer-label, svg g.diagram-blue:hover ellipse.outer-label, svg g.diagram-blue:hover rect.outer-label {
  fill: url(#labelGrad-diagram-blue-hover);
}
svg g defs > linearGradient#labelGrad-diagram-blue-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-blue-light stop[offset="70%"] {
  stop-color: rgb(132, 191, 216);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue-light stop[offset="100%"] {
  stop-color: #3b95bb;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-blue-light-hover stop[offset="70%"] {
  stop-color: #5dabcc;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-blue-light-hover stop[offset="100%"] {
  stop-color: #2f7694;
  stop-opacity: 1;
}
svg g.diagram-blue-light polygon, svg g.diagram-blue-light ellipse, svg g.diagram-blue-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-blue-light polygon:not(.top-shadow), svg g.diagram-blue-light ellipse:not(.top-shadow), svg g.diagram-blue-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(132, 191, 216);
}
svg g.diagram-blue-light polygon.top-shadow, svg g.diagram-blue-light ellipse.top-shadow, svg g.diagram-blue-light rect.top-shadow {
  stroke-width: 0;
  fill: #5dabcc;
}
svg g.diagram-blue-light polygon.outer-label, svg g.diagram-blue-light ellipse.outer-label, svg g.diagram-blue-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-blue-light);
}
svg g.diagram-blue-light:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-blue-light:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-blue-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #5dabcc;
}
svg g.diagram-blue-light:hover polygon.top-shadow, svg g.diagram-blue-light:hover ellipse.top-shadow, svg g.diagram-blue-light:hover rect.top-shadow {
  fill: #3b95bb;
}
svg g.diagram-blue-light:hover polygon.outer-label, svg g.diagram-blue-light:hover ellipse.outer-label, svg g.diagram-blue-light:hover rect.outer-label {
  fill: url(#labelGrad-diagram-blue-light-hover);
}
svg g defs > linearGradient#labelGrad-diagram-pink stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-pink stop[offset="70%"] {
  stop-color: rgb(172, 134, 191);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink stop[offset="100%"] {
  stop-color: #7b4d92;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-pink-hover stop[offset="70%"] {
  stop-color: #9565ad;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink-hover stop[offset="100%"] {
  stop-color: #5f3c70;
  stop-opacity: 1;
}
svg g.diagram-pink polygon, svg g.diagram-pink ellipse, svg g.diagram-pink rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-pink polygon:not(.top-shadow), svg g.diagram-pink ellipse:not(.top-shadow), svg g.diagram-pink rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(172, 134, 191);
}
svg g.diagram-pink polygon.top-shadow, svg g.diagram-pink ellipse.top-shadow, svg g.diagram-pink rect.top-shadow {
  stroke-width: 0;
  fill: #9565ad;
}
svg g.diagram-pink polygon.outer-label, svg g.diagram-pink ellipse.outer-label, svg g.diagram-pink rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-pink);
}
svg g.diagram-pink:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-pink:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-pink:hover rect:not(.top-shadow, .outer-label) {
  fill: #9565ad;
}
svg g.diagram-pink:hover polygon.top-shadow, svg g.diagram-pink:hover ellipse.top-shadow, svg g.diagram-pink:hover rect.top-shadow {
  fill: #7b4d92;
}
svg g.diagram-pink:hover polygon.outer-label, svg g.diagram-pink:hover ellipse.outer-label, svg g.diagram-pink:hover rect.outer-label {
  fill: url(#labelGrad-diagram-pink-hover);
}
svg g defs > linearGradient#labelGrad-diagram-pink-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-pink-light stop[offset="70%"] {
  stop-color: rgb(204, 128, 176);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink-light stop[offset="100%"] {
  stop-color: #a44280;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-pink-light-hover stop[offset="70%"] {
  stop-color: #bd5c99;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-pink-light-hover stop[offset="100%"] {
  stop-color: #803364;
  stop-opacity: 1;
}
svg g.diagram-pink-light polygon, svg g.diagram-pink-light ellipse, svg g.diagram-pink-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-pink-light polygon:not(.top-shadow), svg g.diagram-pink-light ellipse:not(.top-shadow), svg g.diagram-pink-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(204, 128, 176);
}
svg g.diagram-pink-light polygon.top-shadow, svg g.diagram-pink-light ellipse.top-shadow, svg g.diagram-pink-light rect.top-shadow {
  stroke-width: 0;
  fill: #bd5c99;
}
svg g.diagram-pink-light polygon.outer-label, svg g.diagram-pink-light ellipse.outer-label, svg g.diagram-pink-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-pink-light);
}
svg g.diagram-pink-light:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-pink-light:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-pink-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #bd5c99;
}
svg g.diagram-pink-light:hover polygon.top-shadow, svg g.diagram-pink-light:hover ellipse.top-shadow, svg g.diagram-pink-light:hover rect.top-shadow {
  fill: #a44280;
}
svg g.diagram-pink-light:hover polygon.outer-label, svg g.diagram-pink-light:hover ellipse.outer-label, svg g.diagram-pink-light:hover rect.outer-label {
  fill: url(#labelGrad-diagram-pink-light-hover);
}
svg g defs > linearGradient#labelGrad-diagram-dark stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-dark stop[offset="70%"] {
  stop-color: rgb(66, 85, 95);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark stop[offset="100%"] {
  stop-color: #181f23;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-dark-hover stop[offset="70%"] {
  stop-color: #2d3a41;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark-hover stop[offset="100%"] {
  stop-color: #030405;
  stop-opacity: 1;
}
svg g.diagram-dark polygon, svg g.diagram-dark ellipse, svg g.diagram-dark rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-dark polygon:not(.top-shadow), svg g.diagram-dark ellipse:not(.top-shadow), svg g.diagram-dark rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(66, 85, 95);
}
svg g.diagram-dark polygon.top-shadow, svg g.diagram-dark ellipse.top-shadow, svg g.diagram-dark rect.top-shadow {
  stroke-width: 0;
  fill: #2d3a41;
}
svg g.diagram-dark polygon.outer-label, svg g.diagram-dark ellipse.outer-label, svg g.diagram-dark rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-dark);
}
svg g.diagram-dark:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-dark:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-dark:hover rect:not(.top-shadow, .outer-label) {
  fill: #2d3a41;
}
svg g.diagram-dark:hover polygon.top-shadow, svg g.diagram-dark:hover ellipse.top-shadow, svg g.diagram-dark:hover rect.top-shadow {
  fill: #181f23;
}
svg g.diagram-dark:hover polygon.outer-label, svg g.diagram-dark:hover ellipse.outer-label, svg g.diagram-dark:hover rect.outer-label {
  fill: url(#labelGrad-diagram-dark-hover);
}
svg g defs > linearGradient#labelGrad-diagram-dark-light stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-dark-light stop[offset="70%"] {
  stop-color: rgb(130, 147, 156);
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark-light stop[offset="100%"] {
  stop-color: #515f67;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark-light-hover stop[offset="0%"], svg g defs > linearGradient#labelGrad-diagram-dark-light-hover stop[offset="70%"] {
  stop-color: #687a83;
  stop-opacity: 1;
}
svg g defs > linearGradient#labelGrad-diagram-dark-light-hover stop[offset="100%"] {
  stop-color: #3b454a;
  stop-opacity: 1;
}
svg g.diagram-dark-light polygon, svg g.diagram-dark-light ellipse, svg g.diagram-dark-light rect {
  transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}
svg g.diagram-dark-light polygon:not(.top-shadow), svg g.diagram-dark-light ellipse:not(.top-shadow), svg g.diagram-dark-light rect:not(.top-shadow) {
  stroke-width: 0;
  fill: rgb(130, 147, 156);
}
svg g.diagram-dark-light polygon.top-shadow, svg g.diagram-dark-light ellipse.top-shadow, svg g.diagram-dark-light rect.top-shadow {
  stroke-width: 0;
  fill: #687a83;
}
svg g.diagram-dark-light polygon.outer-label, svg g.diagram-dark-light ellipse.outer-label, svg g.diagram-dark-light rect.outer-label {
  stroke-width: 0;
  fill: url(#labelGrad-diagram-dark-light);
}
svg g.diagram-dark-light:hover polygon:not(.top-shadow, .outer-label), svg g.diagram-dark-light:hover ellipse:not(.top-shadow, .outer-label), svg g.diagram-dark-light:hover rect:not(.top-shadow, .outer-label) {
  fill: #687a83;
}
svg g.diagram-dark-light:hover polygon.top-shadow, svg g.diagram-dark-light:hover ellipse.top-shadow, svg g.diagram-dark-light:hover rect.top-shadow {
  fill: #515f67;
}
svg g.diagram-dark-light:hover polygon.outer-label, svg g.diagram-dark-light:hover ellipse.outer-label, svg g.diagram-dark-light:hover rect.outer-label {
  fill: url(#labelGrad-diagram-dark-light-hover);
}

table.matrixbox tr.odd:not(:first-child) {
  background: #e4e6e8;
}
table.matrixbox tr.odd:not(:first-child) td.hover, table.matrixbox tr.odd:not(:first-child) th.hover {
  background: #c9dac4;
}
table.matrixbox tr.even td.hover, table.matrixbox .portlet-statistic > .portlet-body .table.data tr:nth-child(odd) td.hover, .portlet-statistic > .portlet-body .table.data table.matrixbox tr:nth-child(odd) td.hover, table.matrixbox .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd) td.hover, .portlet-statistic > .portlet-body table.table.data-limited table.matrixbox tr:nth-child(odd) td.hover, table.matrixbox tr.even th.hover, table.matrixbox .portlet-statistic > .portlet-body .table.data tr:nth-child(odd) th.hover, .portlet-statistic > .portlet-body .table.data table.matrixbox tr:nth-child(odd) th.hover, table.matrixbox .portlet-statistic > .portlet-body table.table.data-limited tr:nth-child(odd) th.hover, .portlet-statistic > .portlet-body table.table.data-limited table.matrixbox tr:nth-child(odd) th.hover {
  background: #d7e4d4;
}
table.matrixbox tr th, table.matrixbox tr td {
  border-top: 0;
}
table.matrixbox tr th.roundTL, table.matrixbox tr td.roundTL {
  border-top-left-radius: 0.25rem;
}
table.matrixbox tr th.roundTR, table.matrixbox tr td.roundTR {
  border-top-right-radius: 0.25rem;
}
table.matrixbox tr th.roundBR, table.matrixbox tr td.roundBR {
  border-bottom-right-radius: 0.25rem;
}
table.matrixbox tr th.roundBL, table.matrixbox tr td.roundBL {
  border-bottom-left-radius: 0.25rem;
}
table.matrixbox tr th.active, table.matrixbox tr td.active {
  background: #f7aa42 !important;
}
table.matrixbox tr th {
  border-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.matrixbox tr th:not(:first-child) {
  text-align: center;
  background: #3D5666;
  color: #fff;
}
table.matrixbox tr th:first-child {
  display: flex;
  align-items: center;
}
table.matrixbox tr th + td {
  border-left: 2px solid #3D5666;
}
table.matrixbox tr td {
  text-align: center;
  border-right: 1px solid #86a3b6;
}
table.matrixbox tr td:last-child {
  border-right: 2px solid #3D5666;
  border-left: 1px solid #3D5666;
}
table.matrixbox tr:first-child th:first-child {
  background: transparent !important;
}
table.matrixbox tr:last-child td {
  border-bottom: 2px solid #3D5666;
  border-top: 1px solid #3D5666;
}
table.matrixbox .imgTooltip {
  width: 22px;
  height: 22px;
}

.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-autocomplete-base, .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1100;
  display: none;
  float: left;
  min-width: 160px;
  max-width: 410px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #3D5666;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.ui-autocomplete-base li:hover, .ui-autocomplete li:hover {
  color: #3D5666;
  background-color: #fff;
}
.ui-autocomplete-base .ui-state-hover, .ui-autocomplete .ui-state-hover,
.ui-autocomplete-base .ui-state-active,
.ui-autocomplete .ui-state-active,
.ui-autocomplete-base .ui-state-focus,
.ui-autocomplete .ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}
.ui-autocomplete-base > li > div, .ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #3D5666;
  white-space: nowrap;
}
.ui-autocomplete-base > li > div.ui-menu-item-wrapper, .ui-autocomplete > li > div.ui-menu-item-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  z-index: 500;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -102px 50.3333333333px hsl(127deg, 100%, 50%), -142px 39.3333333333px hsl(148deg, 100%, 50%), 171px -87.6666666667px hsl(315deg, 100%, 50%), -22px -155.6666666667px hsl(291deg, 100%, 50%), 27px 18.3333333333px hsl(101deg, 100%, 50%), -177px -55.6666666667px hsl(158deg, 100%, 50%), -48px -244.6666666667px hsl(30deg, 100%, 50%), 138px 2.3333333333px hsl(219deg, 100%, 50%), -26px -383.6666666667px hsl(145deg, 100%, 50%), 5px -303.6666666667px hsl(182deg, 100%, 50%), -53px 60.3333333333px hsl(350deg, 100%, 50%), 57px -128.6666666667px hsl(262deg, 100%, 50%), 13px -110.6666666667px hsl(90deg, 100%, 50%), 52px -7.6666666667px hsl(196deg, 100%, 50%), -94px -178.6666666667px hsl(269deg, 100%, 50%), -147px -174.6666666667px hsl(343deg, 100%, 50%), 231px -21.6666666667px hsl(82deg, 100%, 50%), 62px -25.6666666667px hsl(66deg, 100%, 50%), 124px 38.3333333333px hsl(207deg, 100%, 50%), 123px -349.6666666667px hsl(164deg, 100%, 50%), -220px -291.6666666667px hsl(117deg, 100%, 50%), 73px -250.6666666667px hsl(236deg, 100%, 50%), 141px -333.6666666667px hsl(252deg, 100%, 50%), -144px -272.6666666667px hsl(109deg, 100%, 50%), 175px -210.6666666667px hsl(23deg, 100%, 50%), 239px -1.6666666667px hsl(157deg, 100%, 50%), -7px 5.3333333333px hsl(306deg, 100%, 50%), 197px -9.6666666667px hsl(277deg, 100%, 50%), 25px -97.6666666667px hsl(191deg, 100%, 50%), 116px -268.6666666667px hsl(60deg, 100%, 50%), -148px -278.6666666667px hsl(274deg, 100%, 50%), -98px -409.6666666667px hsl(358deg, 100%, 50%), -61px -378.6666666667px hsl(176deg, 100%, 50%), -131px -398.6666666667px hsl(218deg, 100%, 50%), -2px -387.6666666667px hsl(332deg, 100%, 50%), -40px -318.6666666667px hsl(242deg, 100%, 50%), 114px -114.6666666667px hsl(235deg, 100%, 50%), 8px -276.6666666667px hsl(77deg, 100%, 50%), 56px -22.6666666667px hsl(268deg, 100%, 50%), 96px 25.3333333333px hsl(226deg, 100%, 50%), 63px -88.6666666667px hsl(131deg, 100%, 50%), -106px -386.6666666667px hsl(143deg, 100%, 50%), -70px -299.6666666667px hsl(339deg, 100%, 50%), 112px -335.6666666667px hsl(235deg, 100%, 50%), -1px -316.6666666667px hsl(345deg, 100%, 50%), 183px -177.6666666667px hsl(88deg, 100%, 50%), -57px -174.6666666667px hsl(15deg, 100%, 50%), -179px -322.6666666667px hsl(332deg, 100%, 50%), 68px -94.6666666667px hsl(60deg, 100%, 50%), 155px -340.6666666667px hsl(256deg, 100%, 50%), 147px -67.6666666667px hsl(81deg, 100%, 50%);
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -102px 50.3333333333px hsl(127deg, 100%, 50%), -142px 39.3333333333px hsl(148deg, 100%, 50%), 171px -87.6666666667px hsl(315deg, 100%, 50%), -22px -155.6666666667px hsl(291deg, 100%, 50%), 27px 18.3333333333px hsl(101deg, 100%, 50%), -177px -55.6666666667px hsl(158deg, 100%, 50%), -48px -244.6666666667px hsl(30deg, 100%, 50%), 138px 2.3333333333px hsl(219deg, 100%, 50%), -26px -383.6666666667px hsl(145deg, 100%, 50%), 5px -303.6666666667px hsl(182deg, 100%, 50%), -53px 60.3333333333px hsl(350deg, 100%, 50%), 57px -128.6666666667px hsl(262deg, 100%, 50%), 13px -110.6666666667px hsl(90deg, 100%, 50%), 52px -7.6666666667px hsl(196deg, 100%, 50%), -94px -178.6666666667px hsl(269deg, 100%, 50%), -147px -174.6666666667px hsl(343deg, 100%, 50%), 231px -21.6666666667px hsl(82deg, 100%, 50%), 62px -25.6666666667px hsl(66deg, 100%, 50%), 124px 38.3333333333px hsl(207deg, 100%, 50%), 123px -349.6666666667px hsl(164deg, 100%, 50%), -220px -291.6666666667px hsl(117deg, 100%, 50%), 73px -250.6666666667px hsl(236deg, 100%, 50%), 141px -333.6666666667px hsl(252deg, 100%, 50%), -144px -272.6666666667px hsl(109deg, 100%, 50%), 175px -210.6666666667px hsl(23deg, 100%, 50%), 239px -1.6666666667px hsl(157deg, 100%, 50%), -7px 5.3333333333px hsl(306deg, 100%, 50%), 197px -9.6666666667px hsl(277deg, 100%, 50%), 25px -97.6666666667px hsl(191deg, 100%, 50%), 116px -268.6666666667px hsl(60deg, 100%, 50%), -148px -278.6666666667px hsl(274deg, 100%, 50%), -98px -409.6666666667px hsl(358deg, 100%, 50%), -61px -378.6666666667px hsl(176deg, 100%, 50%), -131px -398.6666666667px hsl(218deg, 100%, 50%), -2px -387.6666666667px hsl(332deg, 100%, 50%), -40px -318.6666666667px hsl(242deg, 100%, 50%), 114px -114.6666666667px hsl(235deg, 100%, 50%), 8px -276.6666666667px hsl(77deg, 100%, 50%), 56px -22.6666666667px hsl(268deg, 100%, 50%), 96px 25.3333333333px hsl(226deg, 100%, 50%), 63px -88.6666666667px hsl(131deg, 100%, 50%), -106px -386.6666666667px hsl(143deg, 100%, 50%), -70px -299.6666666667px hsl(339deg, 100%, 50%), 112px -335.6666666667px hsl(235deg, 100%, 50%), -1px -316.6666666667px hsl(345deg, 100%, 50%), 183px -177.6666666667px hsl(88deg, 100%, 50%), -57px -174.6666666667px hsl(15deg, 100%, 50%), -179px -322.6666666667px hsl(332deg, 100%, 50%), 68px -94.6666666667px hsl(60deg, 100%, 50%), 155px -340.6666666667px hsl(256deg, 100%, 50%), 147px -67.6666666667px hsl(81deg, 100%, 50%);
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -102px 50.3333333333px hsl(127deg, 100%, 50%), -142px 39.3333333333px hsl(148deg, 100%, 50%), 171px -87.6666666667px hsl(315deg, 100%, 50%), -22px -155.6666666667px hsl(291deg, 100%, 50%), 27px 18.3333333333px hsl(101deg, 100%, 50%), -177px -55.6666666667px hsl(158deg, 100%, 50%), -48px -244.6666666667px hsl(30deg, 100%, 50%), 138px 2.3333333333px hsl(219deg, 100%, 50%), -26px -383.6666666667px hsl(145deg, 100%, 50%), 5px -303.6666666667px hsl(182deg, 100%, 50%), -53px 60.3333333333px hsl(350deg, 100%, 50%), 57px -128.6666666667px hsl(262deg, 100%, 50%), 13px -110.6666666667px hsl(90deg, 100%, 50%), 52px -7.6666666667px hsl(196deg, 100%, 50%), -94px -178.6666666667px hsl(269deg, 100%, 50%), -147px -174.6666666667px hsl(343deg, 100%, 50%), 231px -21.6666666667px hsl(82deg, 100%, 50%), 62px -25.6666666667px hsl(66deg, 100%, 50%), 124px 38.3333333333px hsl(207deg, 100%, 50%), 123px -349.6666666667px hsl(164deg, 100%, 50%), -220px -291.6666666667px hsl(117deg, 100%, 50%), 73px -250.6666666667px hsl(236deg, 100%, 50%), 141px -333.6666666667px hsl(252deg, 100%, 50%), -144px -272.6666666667px hsl(109deg, 100%, 50%), 175px -210.6666666667px hsl(23deg, 100%, 50%), 239px -1.6666666667px hsl(157deg, 100%, 50%), -7px 5.3333333333px hsl(306deg, 100%, 50%), 197px -9.6666666667px hsl(277deg, 100%, 50%), 25px -97.6666666667px hsl(191deg, 100%, 50%), 116px -268.6666666667px hsl(60deg, 100%, 50%), -148px -278.6666666667px hsl(274deg, 100%, 50%), -98px -409.6666666667px hsl(358deg, 100%, 50%), -61px -378.6666666667px hsl(176deg, 100%, 50%), -131px -398.6666666667px hsl(218deg, 100%, 50%), -2px -387.6666666667px hsl(332deg, 100%, 50%), -40px -318.6666666667px hsl(242deg, 100%, 50%), 114px -114.6666666667px hsl(235deg, 100%, 50%), 8px -276.6666666667px hsl(77deg, 100%, 50%), 56px -22.6666666667px hsl(268deg, 100%, 50%), 96px 25.3333333333px hsl(226deg, 100%, 50%), 63px -88.6666666667px hsl(131deg, 100%, 50%), -106px -386.6666666667px hsl(143deg, 100%, 50%), -70px -299.6666666667px hsl(339deg, 100%, 50%), 112px -335.6666666667px hsl(235deg, 100%, 50%), -1px -316.6666666667px hsl(345deg, 100%, 50%), 183px -177.6666666667px hsl(88deg, 100%, 50%), -57px -174.6666666667px hsl(15deg, 100%, 50%), -179px -322.6666666667px hsl(332deg, 100%, 50%), 68px -94.6666666667px hsl(60deg, 100%, 50%), 155px -340.6666666667px hsl(256deg, 100%, 50%), 147px -67.6666666667px hsl(81deg, 100%, 50%);
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -102px 50.3333333333px hsl(127deg, 100%, 50%), -142px 39.3333333333px hsl(148deg, 100%, 50%), 171px -87.6666666667px hsl(315deg, 100%, 50%), -22px -155.6666666667px hsl(291deg, 100%, 50%), 27px 18.3333333333px hsl(101deg, 100%, 50%), -177px -55.6666666667px hsl(158deg, 100%, 50%), -48px -244.6666666667px hsl(30deg, 100%, 50%), 138px 2.3333333333px hsl(219deg, 100%, 50%), -26px -383.6666666667px hsl(145deg, 100%, 50%), 5px -303.6666666667px hsl(182deg, 100%, 50%), -53px 60.3333333333px hsl(350deg, 100%, 50%), 57px -128.6666666667px hsl(262deg, 100%, 50%), 13px -110.6666666667px hsl(90deg, 100%, 50%), 52px -7.6666666667px hsl(196deg, 100%, 50%), -94px -178.6666666667px hsl(269deg, 100%, 50%), -147px -174.6666666667px hsl(343deg, 100%, 50%), 231px -21.6666666667px hsl(82deg, 100%, 50%), 62px -25.6666666667px hsl(66deg, 100%, 50%), 124px 38.3333333333px hsl(207deg, 100%, 50%), 123px -349.6666666667px hsl(164deg, 100%, 50%), -220px -291.6666666667px hsl(117deg, 100%, 50%), 73px -250.6666666667px hsl(236deg, 100%, 50%), 141px -333.6666666667px hsl(252deg, 100%, 50%), -144px -272.6666666667px hsl(109deg, 100%, 50%), 175px -210.6666666667px hsl(23deg, 100%, 50%), 239px -1.6666666667px hsl(157deg, 100%, 50%), -7px 5.3333333333px hsl(306deg, 100%, 50%), 197px -9.6666666667px hsl(277deg, 100%, 50%), 25px -97.6666666667px hsl(191deg, 100%, 50%), 116px -268.6666666667px hsl(60deg, 100%, 50%), -148px -278.6666666667px hsl(274deg, 100%, 50%), -98px -409.6666666667px hsl(358deg, 100%, 50%), -61px -378.6666666667px hsl(176deg, 100%, 50%), -131px -398.6666666667px hsl(218deg, 100%, 50%), -2px -387.6666666667px hsl(332deg, 100%, 50%), -40px -318.6666666667px hsl(242deg, 100%, 50%), 114px -114.6666666667px hsl(235deg, 100%, 50%), 8px -276.6666666667px hsl(77deg, 100%, 50%), 56px -22.6666666667px hsl(268deg, 100%, 50%), 96px 25.3333333333px hsl(226deg, 100%, 50%), 63px -88.6666666667px hsl(131deg, 100%, 50%), -106px -386.6666666667px hsl(143deg, 100%, 50%), -70px -299.6666666667px hsl(339deg, 100%, 50%), 112px -335.6666666667px hsl(235deg, 100%, 50%), -1px -316.6666666667px hsl(345deg, 100%, 50%), 183px -177.6666666667px hsl(88deg, 100%, 50%), -57px -174.6666666667px hsl(15deg, 100%, 50%), -179px -322.6666666667px hsl(332deg, 100%, 50%), 68px -94.6666666667px hsl(60deg, 100%, 50%), 155px -340.6666666667px hsl(256deg, 100%, 50%), 147px -67.6666666667px hsl(81deg, 100%, 50%);
  }
}
@keyframes bang {
  to {
    box-shadow: -102px 50.3333333333px hsl(127deg, 100%, 50%), -142px 39.3333333333px hsl(148deg, 100%, 50%), 171px -87.6666666667px hsl(315deg, 100%, 50%), -22px -155.6666666667px hsl(291deg, 100%, 50%), 27px 18.3333333333px hsl(101deg, 100%, 50%), -177px -55.6666666667px hsl(158deg, 100%, 50%), -48px -244.6666666667px hsl(30deg, 100%, 50%), 138px 2.3333333333px hsl(219deg, 100%, 50%), -26px -383.6666666667px hsl(145deg, 100%, 50%), 5px -303.6666666667px hsl(182deg, 100%, 50%), -53px 60.3333333333px hsl(350deg, 100%, 50%), 57px -128.6666666667px hsl(262deg, 100%, 50%), 13px -110.6666666667px hsl(90deg, 100%, 50%), 52px -7.6666666667px hsl(196deg, 100%, 50%), -94px -178.6666666667px hsl(269deg, 100%, 50%), -147px -174.6666666667px hsl(343deg, 100%, 50%), 231px -21.6666666667px hsl(82deg, 100%, 50%), 62px -25.6666666667px hsl(66deg, 100%, 50%), 124px 38.3333333333px hsl(207deg, 100%, 50%), 123px -349.6666666667px hsl(164deg, 100%, 50%), -220px -291.6666666667px hsl(117deg, 100%, 50%), 73px -250.6666666667px hsl(236deg, 100%, 50%), 141px -333.6666666667px hsl(252deg, 100%, 50%), -144px -272.6666666667px hsl(109deg, 100%, 50%), 175px -210.6666666667px hsl(23deg, 100%, 50%), 239px -1.6666666667px hsl(157deg, 100%, 50%), -7px 5.3333333333px hsl(306deg, 100%, 50%), 197px -9.6666666667px hsl(277deg, 100%, 50%), 25px -97.6666666667px hsl(191deg, 100%, 50%), 116px -268.6666666667px hsl(60deg, 100%, 50%), -148px -278.6666666667px hsl(274deg, 100%, 50%), -98px -409.6666666667px hsl(358deg, 100%, 50%), -61px -378.6666666667px hsl(176deg, 100%, 50%), -131px -398.6666666667px hsl(218deg, 100%, 50%), -2px -387.6666666667px hsl(332deg, 100%, 50%), -40px -318.6666666667px hsl(242deg, 100%, 50%), 114px -114.6666666667px hsl(235deg, 100%, 50%), 8px -276.6666666667px hsl(77deg, 100%, 50%), 56px -22.6666666667px hsl(268deg, 100%, 50%), 96px 25.3333333333px hsl(226deg, 100%, 50%), 63px -88.6666666667px hsl(131deg, 100%, 50%), -106px -386.6666666667px hsl(143deg, 100%, 50%), -70px -299.6666666667px hsl(339deg, 100%, 50%), 112px -335.6666666667px hsl(235deg, 100%, 50%), -1px -316.6666666667px hsl(345deg, 100%, 50%), 183px -177.6666666667px hsl(88deg, 100%, 50%), -57px -174.6666666667px hsl(15deg, 100%, 50%), -179px -322.6666666667px hsl(332deg, 100%, 50%), 68px -94.6666666667px hsl(60deg, 100%, 50%), 155px -340.6666666667px hsl(256deg, 100%, 50%), 147px -67.6666666667px hsl(81deg, 100%, 50%);
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.fadeOut {
  animation: 6s fadeOut;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 0;
  }
}

/*# sourceMappingURL=dmail.css.map */
