@charset "UTF-8";
/* Tabs - Search */
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--primary-color: #369;
	--primary-light-color: rgb(90, 158, 226);
  --primary-dark-color: rgb(37, 75, 112);
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: var(--danger-color);
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #369;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: var(--danger-color);
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Raleway", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2 {
  color: #414042;
  font-size: 28px;
  margin-left: 15px;
}

.h2 {
  font-size: calc(1.285rem + 0.42vw);
  color: #414042;
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.4rem;
  }
}

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

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          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: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #369;
  text-decoration: underline;
}
a:hover {
  color: #b00028;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  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,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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-file-upload-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: 1rem;
  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.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .custom-footer-menu {
  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: 0.875em;
  text-transform: uppercase;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1366px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.row-collection {
  background-color: white;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-33,
.gx-33 {
  --bs-gutter-x: 1.25rem;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 1.25rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 2rem;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 2rem;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 2.5rem;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 2.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-33,
.gx-sm-33 {
    --bs-gutter-x: 1.25rem;
  }

  .g-sm-33,
.gy-sm-33 {
    --bs-gutter-y: 1.25rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-44,
.gx-sm-44 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-44,
.gy-sm-44 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-48,
.gx-sm-48 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-48,
.gy-sm-48 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-33,
.gx-md-33 {
    --bs-gutter-x: 1.25rem;
  }

  .g-md-33,
.gy-md-33 {
    --bs-gutter-y: 1.25rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .g-md-44,
.gx-md-44 {
    --bs-gutter-x: 2rem;
  }

  .g-md-44,
.gy-md-44 {
    --bs-gutter-y: 2rem;
  }

  .g-md-48,
.gx-md-48 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-48,
.gy-md-48 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-33,
.gx-lg-33 {
    --bs-gutter-x: 1.25rem;
  }

  .g-lg-33,
.gy-lg-33 {
    --bs-gutter-y: 1.25rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-44,
.gx-lg-44 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-44,
.gy-lg-44 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-48,
.gx-lg-48 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-48,
.gy-lg-48 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-33,
.gx-xl-33 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xl-33,
.gy-xl-33 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-44,
.gx-xl-44 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-44,
.gy-xl-44 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-48,
.gx-xl-48 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-48,
.gy-xl-48 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-33,
.gx-xxl-33 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxl-33,
.gy-xxl-33 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-44,
.gx-xxl-44 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-44,
.gy-xxl-44 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-48,
.gx-xxl-48 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-48,
.gy-xxl-48 {
    --bs-gutter-y: 2.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: middle;
  border-color: #e6e7e8;
}
.table > :not(caption) > * > * {
  padding: 0.33rem 1.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  --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-bg: #f8ccd6;
  --bs-table-striped-bg: #ecc2cb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfb8c1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5bdc6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfb8c1;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.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.69rem + 1px);
  padding-bottom: calc(0.69rem + 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: 1rem;
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.69rem 0.63rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ee8099;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.69rem 0.63rem;
  margin: -0.69rem -0.63rem;
  -webkit-margin-end: 0.63rem;
          margin-inline-end: 0.63rem;
  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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.69rem 0.63rem;
  margin: -0.69rem -0.63rem;
  -webkit-margin-end: 0.63rem;
          margin-inline-end: 0.63rem;
  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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

textarea.form-control {
  min-height: calc(1.5em + 1.38rem + 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 {
  max-width: 3rem;
  height: auto;
  padding: 0.69rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.69rem 1.89rem 0.69rem 0.63rem;
  font-size: 0.8rem;
  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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.63rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #ee8099;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.63rem;
  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.7rem;
}

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

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

.form-check-input {
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.5em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ee8099;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}
.form-check-input:checked {
  background-color: #fff;
  border-color: black;
}
.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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-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='-10 -10 20 20'%3e%3ccircle r='6' fill='black'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #369;
  border-color: #369;
  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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    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='%23ee8099'/%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='%23fff'/%3e%3c/svg%3e");
}

.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, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 black;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0 black;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 black;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #369;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f5b3c2;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #369;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f5b3c2;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.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 > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.63rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.63rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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 > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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;
}

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

.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.7rem;
  color: #fff;
  background-color: #198754;
  border-radius: 0;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 1.38rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.345rem) center;
  background-size: calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0 #198754;
          box-shadow: 0 0 0 0 #198754;
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: 3.465rem;
  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 5l6 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='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.63rem center, center right 1.89rem;
  background-size: 16px 12px, calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0 #198754;
          box-shadow: 0 0 0 0 #198754;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0 #198754;
          box-shadow: 0 0 0 0 #198754;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--danger-color);
}

/* Custom Popper.js solution */
.tooltip-invalid .tooltip-inner {
  background-color: var(--danger-color);
  color: #fff;
  font-size: 0.8rem;
}

.bs-tooltip-auto.tooltip-invalid[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom.tooltip-invalid .tooltip-arrow::before {
  border-bottom-color: var(--danger-color);
}

.bs-tooltip-auto.tooltip-invalid[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top.tooltip-invalid .tooltip-arrow::before {
  border-top-color: var(--danger-color);
}

.bs-tooltip-auto.tooltip-invalid[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-left.tooltip-invalid .tooltip-arrow::before {
  border-left-color: var(--danger-color);
}

.bs-tooltip-auto.tooltip-invalid[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-right.tooltip-invalid .tooltip-arrow::before {
  border-right-color: var(--danger-color);
}

/* Standard CSS solution */
.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.7rem;
  color: #fff;
  background-color: var(--danger-color);
  border-radius: 0;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--danger-color);
  padding-right: calc(1.5em + 1.38rem);
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.345rem) center;
  background-size: calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--danger-color);
  -webkit-box-shadow: 0 0 0 0 var(--danger-color);
          box-shadow: 0 0 0 0 var(--danger-color);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--danger-color);
  padding-right: 3.465rem;
  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 5l6 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.63rem center, center right 1.89rem;
  background-size: 16px 12px, calc(0.75em + 0.69rem) calc(0.75em + 0.69rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--danger-color);
  -webkit-box-shadow: 0 0 0 0 var(--danger-color);
          box-shadow: 0 0 0 0 var(--danger-color);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--danger-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--danger-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0 var(--danger-color);
          box-shadow: 0 0 0 0 var(--danger-color);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--danger-color);
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.69rem 0.63rem;
  font-size: 0.8rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bb002b;
  border-color: #b00028;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #bb002b;
  border-color: #b00028;
  -webkit-box-shadow: 0 0 0 0 rgba(225, 38, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(225, 38, 81, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b00028;
  border-color: #a50026;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(225, 38, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(225, 38, 81, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #369;
  border-color: #369;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: var(--danger-color);
  border-color: var(--danger-color);
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: var(--danger-color);
  border-color: var(--danger-color);
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #369;
  border-color: #369;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 50, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 0, 50, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 50, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 0, 50, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #369;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: var(--danger-color);
  border-color: var(--danger-color);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--danger-color);
  border-color: var(--danger-color);
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: var(--danger-color);
  border-color: var(--danger-color);
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: var(--danger-color);
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #369;
  text-decoration: underline;
}
.btn-link:hover {
  color: #b00028;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #212529;
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #212529;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.63rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #369;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: #212529;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #369;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #212529;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.4725rem;
  padding-left: 0.4725rem;
}
.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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.2rem 0.8rem;
  font-size: 19.2px;
  color: #808285;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #808285;
}
.nav-link.disabled {
  color: #808285;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #e6e7e8;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  background: none;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6e7e8 #e6e7e8 #808285;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #808285;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: black;
  background-color: white;
  border-color: transparent transparent #369;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #c6002d;
  background-color: #fce6eb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c6002d'%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");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #ee8099;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}

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

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.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 {
  border-radius: 0;
}

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #369;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #b00028;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #b00028;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.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 {
  color: #84001e;
  background-color: #f8ccd6;
  border-color: #f5b3c2;
}
.alert-primary .alert-link {
  color: #6a0018;
}

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

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.6rem;
  background-color: #e9ecef;
  border-radius: 0;
}

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #84001e;
  background-color: #f8ccd6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #84001e;
  background-color: #dfb8c1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #84001e;
  border-color: #84001e;
}

.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: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

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

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

.btn-close {
  -webkit-box-sizing: content-box;
          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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 330px;
  max-width: 100%;
  font-size: 0.82rem;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #369;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-success {
  border: 1px solid #0AA021;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: white;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 0.8rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 0.8rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #6c757d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #6c757d;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1200px;
  }
}
.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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.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: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.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 0.4rem 0.4rem;
  border-bottom-color: #fff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #414042;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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 {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-header .btn-close:hover {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.offcanvas-header .btn-close#close-basket:hover {
  -webkit-filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
          filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 340px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 340px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

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

.link-primary {
  color: #369;
}
.link-primary:hover, .link-primary:focus {
  color: #b00028;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: var(--danger-color);
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

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

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

.border {
  border: 1px solid #6c757d !important;
}

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

.border-top {
  border-top: 1px solid #6c757d !important;
}

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

.border-end {
  border-right: 1px solid #6c757d !important;
}

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

.border-bottom {
  border-bottom: 1px solid #6c757d !important;
}

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

.border-start {
  border-left: 1px solid #6c757d !important;
}

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

.border-danger {
  border-color: var(--danger-color) !important;
}

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-33 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-44 {
  gap: 2rem !important;
}

.gap-48 {
  gap: 2.5rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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-33 {
  margin: 1.25rem !important;
}

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

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

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

.m-48 {
  margin: 2.5rem !important;
}

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

.mx-0 {
  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 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-33 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

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

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

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

.mx-48 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !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-33 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

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

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

.my-48 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !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-33 {
  margin-top: 1.25rem !important;
}

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

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

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

.mt-48 {
  margin-top: 2.5rem !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-33 {
  margin-right: 1.25rem !important;
}

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

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

.me-44, .dpd-login-lang-btn {
  margin-right: 2rem !important;
}

.me-48 {
  margin-right: 2.5rem !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 {
  margin-bottom: 1rem !important;
}

.mb-33 {
  margin-bottom: 1.25rem !important;
}

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

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

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

.mb-48 {
  margin-bottom: 2.5rem !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-33 {
  margin-left: 1.25rem !important;
}

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

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

.ms-44 {
  margin-left: 2rem !important;
}

.ms-48 {
  margin-left: 2.5rem !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-33 {
  padding: 1.25rem !important;
}

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

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

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

.p-48 {
  padding: 2.5rem !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-33 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

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

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

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

.px-48 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !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-33 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

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

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

.py-48 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !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-33 {
  padding-top: 1.25rem !important;
}

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

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

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

.pt-48 {
  padding-top: 2.5rem !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-33 {
  padding-right: 1.25rem !important;
}

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

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

.pe-44 {
  padding-right: 2rem !important;
}

.pe-48 {
  padding-right: 2.5rem !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-33 {
  padding-bottom: 1.25rem !important;
}

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

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

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

.pb-48 {
  padding-bottom: 2.5rem !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-33 {
  padding-left: 1.25rem !important;
}

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

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

.ps-44 {
  padding-left: 2rem !important;
}

.ps-48 {
  padding-left: 2.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

.fs-3 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

.fs-4 {
  font-size: 1.2rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.8rem !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-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 {
  color: #369 !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

.text-danger {
  color: var(--danger-color) !important;
}

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

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

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

.text-reset {
  color: inherit !important;
}

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

.bg-white {
  background-color: #fff !important;
}
.bg-white.p-20 {
  margin: 15px;
  border-radius: 10px;
  filter: drop-shadow(0 0 10px #ccc);
}
.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

  .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-33 {
    gap: 1.25rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-44 {
    gap: 2rem !important;
  }

  .gap-sm-48 {
    gap: 2.5rem !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-33 {
    margin: 1.25rem !important;
  }

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

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

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

  .m-sm-48 {
    margin: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !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-44 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-48 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !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-44 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-48 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
  }

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

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

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

  .mt-sm-48 {
    margin-top: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
  }

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

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

  .me-sm-44 {
    margin-right: 2rem !important;
  }

  .me-sm-48 {
    margin-right: 2.5rem !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-33 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

  .mb-sm-48 {
    margin-bottom: 2.5rem !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-33 {
    margin-left: 1.25rem !important;
  }

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

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

  .ms-sm-44 {
    margin-left: 2rem !important;
  }

  .ms-sm-48 {
    margin-left: 2.5rem !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-33 {
    padding: 1.25rem !important;
  }

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

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

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

  .p-sm-48 {
    padding: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !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;
  }

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

  .px-sm-48 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !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;
  }

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

  .py-sm-48 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
  }

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

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

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

  .pt-sm-48 {
    padding-top: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
  }

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

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

  .pe-sm-44 {
    padding-right: 2rem !important;
  }

  .pe-sm-48 {
    padding-right: 2.5rem !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-33 {
    padding-bottom: 1.25rem !important;
  }

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

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

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

  .pb-sm-48 {
    padding-bottom: 2.5rem !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-33 {
    padding-left: 1.25rem !important;
  }

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

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

  .ps-sm-44 {
    padding-left: 2rem !important;
  }

  .ps-sm-48 {
    padding-left: 2.5rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

  .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-33 {
    gap: 1.25rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-44 {
    gap: 2rem !important;
  }

  .gap-md-48 {
    gap: 2.5rem !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-33 {
    margin: 1.25rem !important;
  }

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

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

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

  .m-md-48 {
    margin: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !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-44 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-48 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !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-44 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-48 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
  }

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

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

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

  .mt-md-48 {
    margin-top: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
  }

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

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

  .me-md-44 {
    margin-right: 2rem !important;
  }

  .me-md-48 {
    margin-right: 2.5rem !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-33 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

  .mb-md-48 {
    margin-bottom: 2.5rem !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-33 {
    margin-left: 1.25rem !important;
  }

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

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

  .ms-md-44 {
    margin-left: 2rem !important;
  }

  .ms-md-48 {
    margin-left: 2.5rem !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-33 {
    padding: 1.25rem !important;
  }

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

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

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

  .p-md-48 {
    padding: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !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;
  }

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

  .px-md-48 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !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;
  }

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

  .py-md-48 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
  }

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

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

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

  .pt-md-48 {
    padding-top: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
  }

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

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

  .pe-md-44 {
    padding-right: 2rem !important;
  }

  .pe-md-48 {
    padding-right: 2.5rem !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-33 {
    padding-bottom: 1.25rem !important;
  }

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

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

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

  .pb-md-48 {
    padding-bottom: 2.5rem !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-33 {
    padding-left: 1.25rem !important;
  }

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

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

  .ps-md-44 {
    padding-left: 2rem !important;
  }

  .ps-md-48 {
    padding-left: 2.5rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

  .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-33 {
    gap: 1.25rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-44 {
    gap: 2rem !important;
  }

  .gap-lg-48 {
    gap: 2.5rem !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-33 {
    margin: 1.25rem !important;
  }

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

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

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

  .m-lg-48 {
    margin: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !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-44 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-48 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !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-44 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-48 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
  }

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

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

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

  .mt-lg-48 {
    margin-top: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
  }

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

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

  .me-lg-44 {
    margin-right: 2rem !important;
  }

  .me-lg-48 {
    margin-right: 2.5rem !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-33 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

  .mb-lg-48 {
    margin-bottom: 2.5rem !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-33 {
    margin-left: 1.25rem !important;
  }

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

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

  .ms-lg-44 {
    margin-left: 2rem !important;
  }

  .ms-lg-48 {
    margin-left: 2.5rem !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-33 {
    padding: 1.25rem !important;
  }

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

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

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

  .p-lg-48 {
    padding: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !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;
  }

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

  .px-lg-48 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !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;
  }

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

  .py-lg-48 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
  }

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

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

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

  .pt-lg-48 {
    padding-top: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
  }

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

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

  .pe-lg-44 {
    padding-right: 2rem !important;
  }

  .pe-lg-48 {
    padding-right: 2.5rem !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-33 {
    padding-bottom: 1.25rem !important;
  }

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

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

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

  .pb-lg-48 {
    padding-bottom: 2.5rem !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-33 {
    padding-left: 1.25rem !important;
  }

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

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

  .ps-lg-44 {
    padding-left: 2rem !important;
  }

  .ps-lg-48 {
    padding-left: 2.5rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

  .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-33 {
    gap: 1.25rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-44 {
    gap: 2rem !important;
  }

  .gap-xl-48 {
    gap: 2.5rem !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-33 {
    margin: 1.25rem !important;
  }

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

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

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

  .m-xl-48 {
    margin: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !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-44 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-48 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !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-44 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-48 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
  }

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

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

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

  .mt-xl-48 {
    margin-top: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
  }

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

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

  .me-xl-44 {
    margin-right: 2rem !important;
  }

  .me-xl-48 {
    margin-right: 2.5rem !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-33 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

  .mb-xl-48 {
    margin-bottom: 2.5rem !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-33 {
    margin-left: 1.25rem !important;
  }

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

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

  .ms-xl-44 {
    margin-left: 2rem !important;
  }

  .ms-xl-48 {
    margin-left: 2.5rem !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-33 {
    padding: 1.25rem !important;
  }

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

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

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

  .p-xl-48 {
    padding: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !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;
  }

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

  .px-xl-48 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !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;
  }

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

  .py-xl-48 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
  }

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

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

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

  .pt-xl-48 {
    padding-top: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
  }

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

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

  .pe-xl-44 {
    padding-right: 2rem !important;
  }

  .pe-xl-48 {
    padding-right: 2.5rem !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-33 {
    padding-bottom: 1.25rem !important;
  }

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

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

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

  .pb-xl-48 {
    padding-bottom: 2.5rem !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-33 {
    padding-left: 1.25rem !important;
  }

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

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

  .ps-xl-44 {
    padding-left: 2rem !important;
  }

  .ps-xl-48 {
    padding-left: 2.5rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !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-33 {
    gap: 1.25rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-44 {
    gap: 2rem !important;
  }

  .gap-xxl-48 {
    gap: 2.5rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-33 {
    margin: 1.25rem !important;
  }

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

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

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

  .m-xxl-48 {
    margin: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !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-44 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-48 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !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-44 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-48 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !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-33 {
    margin-top: 1.25rem !important;
  }

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

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

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

  .mt-xxl-48 {
    margin-top: 2.5rem !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-33 {
    margin-right: 1.25rem !important;
  }

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

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

  .me-xxl-44 {
    margin-right: 2rem !important;
  }

  .me-xxl-48 {
    margin-right: 2.5rem !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-33 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

  .mb-xxl-48 {
    margin-bottom: 2.5rem !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-33 {
    margin-left: 1.25rem !important;
  }

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

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

  .ms-xxl-44 {
    margin-left: 2rem !important;
  }

  .ms-xxl-48 {
    margin-left: 2.5rem !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-33 {
    padding: 1.25rem !important;
  }

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

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

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

  .p-xxl-48 {
    padding: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !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;
  }

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

  .px-xxl-48 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !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;
  }

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

  .py-xxl-48 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !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-33 {
    padding-top: 1.25rem !important;
  }

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

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

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

  .pt-xxl-48 {
    padding-top: 2.5rem !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-33 {
    padding-right: 1.25rem !important;
  }

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

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

  .pe-xxl-44 {
    padding-right: 2rem !important;
  }

  .pe-xxl-48 {
    padding-right: 2.5rem !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-33 {
    padding-bottom: 1.25rem !important;
  }

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

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

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

  .pb-xxl-48 {
    padding-bottom: 2.5rem !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-33 {
    padding-left: 1.25rem !important;
  }

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

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

  .ps-xxl-44 {
    padding-left: 2rem !important;
  }

  .ps-xxl-48 {
    padding-left: 2.5rem !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: 2rem !important;
  }

  .fs-2 {
    font-size: 1.6rem !important;
  }

  .fs-3 {
    font-size: 1.4rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.custom-switch {
  line-height: 12px;
}
.custom-switch .custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switch .custom-switch-input, .custom-switch .custom-switch-input:after, .custom-switch .custom-switch-input:before, .custom-switch .custom-switch-input *, .custom-switch .custom-switch-input *:after, .custom-switch .custom-switch-input *:before, .custom-switch .custom-switch-input + .custom-switch-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-switch .custom-switch-input:selection, .custom-switch .custom-switch-input:after:selection, .custom-switch .custom-switch-input:before:selection, .custom-switch .custom-switch-input *:selection, .custom-switch .custom-switch-input *:after:selection, .custom-switch .custom-switch-input *:before:selection, .custom-switch .custom-switch-input + .custom-switch-btn:selection {
  background: none;
}
.custom-switch .custom-switch-input + .custom-switch-btn {
  outline: 0;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 27px;
  height: 13px;
  margin: 0;
  padding: 2px;
  background: #979ba0;
  border-radius: 26px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
}
.custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: -1px;
  border-radius: 50%;
  background: white;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.custom-switch .custom-switch-input + .custom-switch-btn:before {
  display: none;
}
.custom-switch .custom-switch-input + .custom-switch-btn.text-hide {
  top: -0.8rem;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn {
  background: #369;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: 14px;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
  opacity: 1;
  height: auto;
}
.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
  display: none;
  opacity: 0;
  height: 0;
}
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
  display: none;
  opacity: 0;
  height: 0;
}
.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
  opacity: 1;
  height: auto;
}
.custom-switch .custom-switch-input[disabled] + .custom-switch-btn {
  background: rgba(151, 155, 160, 0.6);
  cursor: default;
}
.custom-switch .custom-switch-input[disabled]:checked + .custom-switch-btn {
  background: rgba(220, 0, 50, 0.4);
}
.custom-switch .custom-switch-input:not([disabled]):focus ~ .custom-switch-btn {
  -webkit-box-shadow: inset 0 1px 1px #e6e7e8, 0 0 0 0.25rem #e6e7e8;
          box-shadow: inset 0 1px 1px #e6e7e8, 0 0 0 0.25rem #e6e7e8;
}
.custom-switch .custom-switch-input[required] ~ .custom-switch-btn {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(220, 0, 50, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(220, 0, 50, 0.5);
}
.custom-switch .custom-switch-form-text {
  display: inline-block;
  height: 13px;
  margin-left: 0.5rem;
  line-height: 13px;
  vertical-align: top;
}
.custom-switch.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='16.875' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>O</text></svg>");
}
.custom-switch.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='7.2' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>I</text></svg>");
}
.custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='15.4285714286' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>Off</text></svg>");
}
.custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>On</text></svg>");
}
.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='15.4285714286' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>No</text></svg>");
}
.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>Yes</text></svg>");
}
.custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 27px;
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='15.4285714286' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>Disabled</text></svg>");
}
.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='12px' font-family='Raleway' fill='#fff'>Enabled</text></svg>");
}
.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 14px;
}

.custom-switch-sm {
  line-height: 11px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn {
  width: 27px;
  height: 13px;
  padding: 1px;
  border-radius: 26px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn:after, .custom-switch-sm .custom-switch-input + .custom-switch-btn:before {
  width: 10px;
  height: 10px;
}
.custom-switch-sm .custom-switch-input + .custom-switch-btn:after {
  left: 0px;
}
.custom-switch-sm .custom-switch-input:checked + .custom-switch-btn:after {
  left: 14px;
}
.custom-switch-sm .custom-switch-form-text {
  height: 13px;
  margin-left: 0.5rem;
  line-height: 13px;
}
.custom-switch-sm.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='16.875' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>O</text></svg>");
}
.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='7.2' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>I</text></svg>");
}
.custom-switch-sm.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='14.7945205479' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>Off</text></svg>");
}
.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>On</text></svg>");
}
.custom-switch-sm.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='14.7945205479' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>No</text></svg>");
}
.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>Yes</text></svg>");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 88px;
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='88' height='13'><text x='14.7945205479' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>Disabled</text></svg>");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='88' height='13'><text x='3.8571428571' y='8.125' font-size='11px' font-family='Raleway' fill='#fff'>Enabled</text></svg>");
}
.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 75px;
}

.custom-switch-xs {
  line-height: 10px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn {
  width: 27px;
  height: 13px;
  padding: 2px;
  border-radius: 26px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn:after, .custom-switch-xs .custom-switch-input + .custom-switch-btn:before {
  width: 10px;
  height: 10px;
}
.custom-switch-xs .custom-switch-input + .custom-switch-btn:after {
  left: 0px;
}
.custom-switch-xs .custom-switch-input:checked + .custom-switch-btn:after {
  left: 14px;
}
.custom-switch-xs .custom-switch-form-text {
  height: 13px;
  margin-left: 0.5rem;
  line-height: 13px;
}
.custom-switch-xs.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='15.4285714286' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>O</text></svg>");
}
.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='7.2' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>I</text></svg>");
}
.custom-switch-xs.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='14.4' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>Off</text></svg>");
}
.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>On</text></svg>");
}
.custom-switch-xs.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='14.4' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>No</text></svg>");
}
.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='27' height='13'><text x='3.8571428571' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>Yes</text></svg>");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 76px;
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='76' height='13'><text x='14.4' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>Disabled</text></svg>");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: svg-uri("<svg xmlns='http://www.w3.org/2000/svg' width='76' height='13'><text x='3.8571428571' y='8.125' font-size='10px' font-family='Raleway' fill='#fff'>Enabled</text></svg>");
}
.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 63px;
}

.is-invalid .custom-switch .custom-switch-input ~ .custom-switch-btn,
.was-validated .custom-switch:invalid .custom-switch-input ~ .custom-switch-btn {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem var(--danger-color);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem var(--danger-color);
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn::after {
  left: 20px;
}

.jdropdown {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
}

.jdropdown-header::-webkit-input-placeholder {
  color: #000;
}

.jdropdown-header::-moz-placeholder {
  color: #000;
}

.jdropdown-header::-ms-input-placeholder {
  color: #000;
}

.jdropdown-header::placeholder {
  color: #000;
}

.jdropdown-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px;
  padding: 0px;
  z-index: 8000;
  display: none;
}

.jdropdown[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.jdropdown-focus {
  position: relative;
}

.jdropdown-focus .jdropdown-container {
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
}

.jdropdown-default.jdropdown-focus .jdropdown-header {
  outline: auto 5px -webkit-focus-ring-color;
}

.jdropdown-default.jdropdown-focus .jdropdown-header.jdropdown-add {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E");
}

.jdropdown-container-header {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.jdropdown-header {
  position: relative;
  z-index: 2;
  width: 100%;
  appearance: none;
  background-color: transparent;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px !important;
}
.jdropdown-header::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #414042;
  opacity: 1;
  /* Firefox */
}
.jdropdown-header::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #414042;
  opacity: 1;
  /* Firefox */
}
.jdropdown-header::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #414042;
  opacity: 1;
  /* Firefox */
}
.jdropdown-header::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #414042;
  opacity: 1;
  /* Firefox */
}
.jdropdown-header:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #414042;
}
.jdropdown-header::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #414042;
}

.jdropdown-header + .jdropdown-container-header-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  right: 14px;
  top: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
  background-repeat: no-repeat;
}

.jdropdown.jdropdown-focus .jdropdown-container-header-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.jdropdown-insert-button {
  font-size: 1.4em;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: 4px;
  display: none;
}

.jdropdown-container {
  min-width: inherit;
  -webkit-transform: translate3d(-10000px, 0, 0);
          transform: translate3d(-10000px, 0, 0);
  position: absolute;
  z-index: 9001;
}

.jdropdown-close {
  display: none;
  font-size: 1em;
  color: var(--active-color);
  text-transform: uppercase;
  text-align: right;
  padding: 15px;
  font-weight: bold;
}

.jdropdown-content {
  min-width: inherit;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
}

.jdropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #414042 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  position: relative;
  padding: 0.75rem 0.43rem 0.55rem 0.43rem;
}
.jdropdown-item .jdropdown-image, .jdropdown-item .jdropdown-description {
  position: relative;
  top: -2px;
}
.jdropdown-item:after {
  position: absolute;
  top: 2.5rem;
  width: calc(100% - 0.8rem);
  display: block;
  content: "";
  border-bottom: solid #e6e7e8 1px;
}
.jdropdown-item:hover, .jdropdown-item.jdropdown-selected {
  position: relative;
  top: -1px;
}
.jdropdown-item:hover .jdropdown-image, .jdropdown-item:hover .jdropdown-description, .jdropdown-item.jdropdown-selected .jdropdown-image, .jdropdown-item.jdropdown-selected .jdropdown-description {
  position: relative;
  top: -1px;
}
.jdropdown-item:hover:after, .jdropdown-item.jdropdown-selected:after {
  display: none;
}

.jdropdown-description {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
}

.jdropdown-image-small {
  width: 24px;
  height: 24px;
}

.jdropdown-icon {
  margin-right: 10px;
  font-size: 30px;
  margin-left: -5px;
}

.jdropdown-icon-small {
  font-size: 24px;
  margin-left: 0px;
}

.jdropdown-title {
  font-size: 0.7em;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: block;
}

/** Default visual **/
.jdropdown-default .jdropdown-header {
  padding: 5px;
  padding-left: 10px;
  padding-right: 16px;
}

.jdropdown-default .jdropdown-container {
  background-color: #fff;
}

.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-header {
  padding-right: 50px;
}

.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-insert-button {
  display: block;
}

.jdropdown-default .jdropdown-content {
  min-width: inherit;
  margin: 0px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 10px;
  max-height: 215px;
  overflow-y: auto;
}

.jdropdown-default .jdropdown-item:hover {
  background-color: #e6e7e8;
  color: #fff;
}

.jdropdown-default .jdropdown-cursor {
  background-color: #e6e7e8;
}
.jdropdown-default .jdropdown-cursor:after {
  display: none;
}

.jdropdown-default .jdropdown-group {
  margin-top: 5px;
}

.jdropdown-default .jdropdown-group .jdropdown-item {
  padding-left: 16px;
}

.jdropdown-default .jdropdown-group-name {
  padding-left: 8px;
  font-weight: bold;
  text-align: left;
}

.jdropdown-default .jdropdown-reset_ {
  content: "x";
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  margin-right: 10px;
  font-size: 12px;
  width: 12px;
  cursor: pointer;
  text-shadow: 0px 0px 5px #fff;
  display: none;
  line-height: 1.8em;
}

.jdropdown-default.jdropdown-focus .jdropdown-reset_ {
  display: block;
}

.jdropdown-item:last-child:after {
  display: none;
}

.jdropdown-close {
  display: none;
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
  padding: 15px;
  font-weight: bold;
}

.jdropdown-default .jdropdown-content {
  min-width: inherit;
  border: 1px solid #8fb1e3;
  margin: 0px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 10px;
  max-height: 215px;
  overflow-y: auto;
}

.jdropdown-header {
  height: 2.8rem;
}
.jdropdown-header label {
  display: block;
}

.jdropdown-content {
  border: 1px solid #979ba0 !important;
}

.jdropdown-selected {
  color: #414042 !important;
  background: #e6e7e8 !important;
}

.jdropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jdropdown-image-small {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.jdropdown-header {
  color: rgba(255, 255, 255, 0);
}
.jdropdown-focus .jdropdown-header {
  color: #414042;
}

.jdropdown-focus label {
  display: none !important;
}

.dpd-autocomplete-input {
  position: relative;
  z-index: 2;
}

.dpd-autocomplete-result {
  position: absolute !important;
  width: 100% !important;
  z-index: 1000;
  -webkit-transform: translate3d(0px, -1px, 0px) !important;
          transform: translate3d(0px, -1px, 0px) !important;
  inset: revert !important;
  max-height: 320px;
}
.dpd-autocomplete-result > li[aria-selected=true] {
  background: #e6e7e8 !important;
}
.dpd-autocomplete-result mark, .dpd-autocomplete-result .mark {
  background: none !important;
  display: inline;
  padding: 0;
}

.dpd-switch + label::before {
  width: 25px;
  height: 25px;
  border: 1px solid #979ba0;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 0.66rem;
  position: relative;
  top: -0.2rem;
}

.dpd-switch[type=checkbox]:checked + label::before {
  border: 1px solid #414042;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 19 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><g id="Path-388" transform="matrix(0.753982,0,0,0.753982,-0.0218128,-0.178244)"><path d="M5,14.161L9.912,19L20,6" style="fill:none;stroke:rgb(65,64,66);stroke-width:2.5px;"/></g></svg>');
}

.dpd-checkbox-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
}
.dpd-checkbox-label.small {
  font-size: 0.8rem;
}

.dpd-tiny-text, .dpd-input-validation {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 0.71rem;
  line-height: 1.5rem;
}

.dpd-grey-link {
  color: #808285 !important;
  text-decoration: none !important;
}

.dpd-light-border {
  border: solid 1px #e6e7e8;
}

.dpd-bg-lightgrey {
  background: #f2f3f3;
}

.dpd-table-grid .checkbox > label {
  position: relative;
  top: 0.33rem;
}
.dpd-table-grid tr.is-selected {
  background: #CAC4BE !important;
}
.dpd-table-grid th {
  padding: 0.25rem 1rem;
}
.dpd-table-grid td {
  padding: 0.5rem 1rem;
}
.dpd-table-grid th {
  background: #414042;
  color: white;
}
.dpd-table-grid td {
  border-bottom: solid 1px #e6e7e8;
}

.dpd-tooltip {
  min-height: 100px;
  position: absolute;
  z-index: 1000;
  border-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.dpd-tooltip__arrow {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 3rem;
  left: -12px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  overflow: hidden;
}
.dpd-tooltip__arrow::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: white;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
          transform: translateX(-50%) translateY(-50%) rotate(225deg);
  top: 0;
  left: 50%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.dpd-red {
  color: #369 !important;
}

.dpd-black {
  color: #414042 !important;
}

.dpd-small {
  font-size: 0.75rem;
}

.dpd-remove-link {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  line-height: 150%;
  height: 0.95rem;
  width: 0.95rem;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"> <path d="M12.655,3.092L3.092,12.655" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/><path d="M12.655,12.655L3.092,3.093" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></svg>');
}

.dpd-input-group-append-end span {
  border: solid 1px #979ba0;
  border-left: solid 1px #f2f3f3 !important;
  background: white;
}

.dpd-number-control {
  background: white !important;
}

.dpd-number-control-add,
.dpd-number-control-sub {
  background: white;
  width: 20px;
  height: 1.4rem;
  padding: 0;
  border: solid 1px #979ba0;
  border-left: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  color: #414042 !important;
}
.dpd-number-control-add.is-disabled,
.dpd-number-control-sub.is-disabled {
  background: #f2f3f3 !important;
  color: #979ba0 !important;
}

.dpd-number-control-add {
  border-bottom: solid 0.5px #979ba0;
}

.dpd-number-control-sub {
  border-top: solid 0.5px #979ba0;
}

.dpd-number-control-add:focus,
.dpd-number-control-sub:focus {
  background: #e6e7e8;
}

.dpd-offset-list {
  position: relative;
  left: -0.5rem;
}

.dpd-underline {
  border-bottom: solid 1px #e6e7e8;
}

.dpd-tag-remove {
  color: rgba(255, 255, 255, 0) !important;
}

.dpd-print-format-flex-grid {
  width: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 105px;
  border: solid 1px #e6e7e8;
}
.dpd-print-format-flex-grid .grid-item {
  padding: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 42px);
          flex: 1 1 calc(100% - 42px);
  background: #fff;
}
.dpd-print-format-flex-grid .grid-item button {
  border: none;
  background: #e6e7e8;
  height: 100%;
  width: 100%;
}
.dpd-print-format-flex-grid .grid-item button.is-active {
  background: #369;
}
.dpd-print-format-flex-grid .grid-item:nth-child(even) {
  padding-left: 1.5px;
}
.dpd-print-format-flex-grid .grid-item:nth-child(odd) {
  padding-right: 3px;
}
.dpd-print-format-flex-grid .grid-item:nth-child(1) {
  padding-bottom: 2px;
}
.dpd-print-format-flex-grid .grid-item:nth-child(2) {
  padding-bottom: 2px;
}

.dpd-toast {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0 0.01rem 0.4rem rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0.01rem 0.4rem rgba(0, 0, 0, 0.3) !important;
  font-weight: bold;
}
.dpd-toast[role=alert] {
  color: #369 !important;
}
.dpd-toast .btn-close {
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  top: -12px;
  right: -7px;
  opacity: 1 !important;
  background: none;
}
.dpd-toast .btn-close::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  width: 10px;
  height: 10px;
  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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center center no-repeat;
}
.dpd-toast .btn-close:hover::before {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
          filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
}

@-webkit-keyframes dpd-new-item {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  27% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  53% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dpd-new-item {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  27% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  53% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.dpd-order-count {
  font-size: 0.7rem;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: -1px;
  display: inline-table;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  color: white;
  background-color: #369;
  border-radius: 50%;
}
.dpd-order-count span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dpd-order-count.new.animate {
  -webkit-transition: all;
  transition: all;
  -webkit-animation-name: dpd-new-item;
          animation-name: dpd-new-item;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.dpd-account-dropdown {
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  background: none;
}

.custom-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-footer-menu li {
  display: block;
}

.custom-footer-menu li > * {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
}

.custom-footer-menu li:first-child > * {
  border-left: none;
}
.custom-footer-menu li a {
  text-decoration: none;
  display: block;
  position: relative;
  color: white !important;
}
.custom-footer-menu .dpd-language-switch > a:first-child:before {
  position: absolute;
  top: 1px;
  right: -17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 25 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M21.515,3.092L12.4,11.504L3.092,3.092" style="fill:none;stroke:rgb(65,64,66);stroke-width:3px;"/></svg>');
}
.custom-footer-menu .dpd-language-switch a {
  display: none;
  opacity: 1;
}
.custom-footer-menu .dpd-language-switch a:first-child {
  opacity: 1 !important;
  display: block;
}
.custom-footer-menu .dpd-language-switch.is-open a {
  opacity: 0.5;
  display: block;
}
.custom-footer-menu .dpd-language-switch.is-open a:hover {
  opacity: 1;
}
.custom-footer-menu .dpd-language-switch.is-open > a:first-child:before {
  top: -2.4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dpd-offcanvas-h {
  color: #414042 !important;
  font-size: 0.9rem;
  border-bottom: solid 1px #ABABAC;
  padding-bottom: 0.25rem;
  line-height: 141%;
  font-size: 1.15rem !important;
}

#wrapper {
    align-items: stretch!important;
    background-color: #f2f3f3;
}

.dpd-sidebar-wrapper {
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    box-shadow: 5px 0px 20px 0px rgba(55, 58, 72, 0.10);
    border-radius: 0px 11px 11px 0px;
    background-color: #ffffff;
    overflow: hidden!important;
    z-index: 1
}

.dpd-sidebar-wrapper span {
  display: none !important;
}

.dpd-phone-areacode .dpd-dropdown-btn {
  border-color: #979ba0 !important;
  border-right: none !important;
}

.dpd-20-30-w {
  width: 30%;
}

.dpd-20-40-25-w {
  width: 25%;
}

@media (min-width: 576px) {
  .dpd-20-40-25-w {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .dpd-20-40-25-w {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .dpd-20-40-25-w {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .dpd-20-40-25-w {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .dpd-20-40-25-w {
    width: 20%;
  }
}
.dpd-phone-areacode .dpd-dropdown-menu {
  min-width: 100px;
}

.checkbox label {
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  -webkit-hyphens: auto !important;
          hyphens: auto !important;
}

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

.text-bold, .dpd-tag span, .dpd-box-secondary-h, .dpd-box-primary-h3, .dpd-box-primary-h2, .input-group-text, .dpd-btn {
  font-weight: bold;
}

.text-normal {
  font-size: 0.8rem;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* global */
.w-66 {
  width: 66%;
}

input {
  border: 1px solid #979ba0 !important;
}

input:focus {
  outline: none !important;
  border: 1px solid #414042 !important;
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}

p > a {
  color: #369 !important;
  text-decoration: none !important;
}

li > a {
  color: #369;
  text-decoration: none !important;
}

li a span {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

td > a {
  color: #369 !important;
  text-decoration: none !important;
}

label > a {
  color: #369 !important;
  text-decoration: none !important;
}

.is-invalid > input {
  border: 1px solid #369 !important;
}
.is-invalid > input:focus {
  border: 1px solid #369 !important;
}

/* checkbox */
input[type=checkbox] {
  position: absolute;
  left: -1000%;
}

input[type=checkbox] + label {
  line-height: 1;
  padding-right: 30px !important;
}
input[type=checkbox] + label span {
  position: relative;
  top: -20px;
  left: 33px;
  line-height: 1.33;
}

input[type=checkbox] + label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #979ba0;
  background-color: #fff;
  display: block;
  content: "";
  line-height: 1;
  margin-right: 0.66rem;
}
input[type=checkbox]:disabled + label::before {
  border: 1px solid #979ba0;
  background-color: #e6e6e6;
}
input[type=checkbox].is-invalid + label::before, input[type=checkbox]:invalid + label::before {
  border: 1px solid #369;
  background-color: #ffe8ed;
}

input[type=checkbox]:focus + label::before {
  border: solid 1px black;
}

input[type=checkbox]:checked + label::before,
input[type=checkbox]:checked:disabled + label::before {
  border: 1px solid #414042;
  content: url("../img/checkbox_checkmark.svg");
  padding: 3px 1px;
}

input[type=checkbox]:checked:disabled + label::before {
  border: 1px solid #979ba0;
  content: url("../img/checkbox_checkmark_gray.svg");
  background-color: #e6e6e6;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: 2.8rem;
  padding: 1rem 0.63rem;
}

.form-floating > label {
  padding-top: 0.8rem;
}

.form-check-input[type=radio] {
  border: solid 1px black !important;
}

.form-floating > label {
  color: #6c757d;
  opacity: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.input-group input {
  border-left: solid 1px #f2f3f3 !important;
  border-right: solid 1px #f2f3f3 !important;
}

.input-group input:focus {
  border-left: solid 1px #414042 !important;
  border-right: solid 1px #414042 !important;
}

.input-group input.is-first {
  border-left: solid 1px #ABABAC !important;
  border-right: solid 1px #f2f3f3 !important;
}

.input-group input.is-first:focus {
  border-left: solid 1px #414042 !important;
  border-right: solid 1px #414042 !important;
}

.noborder {
  border: none !important;
}

hr {
  background: #979ba0 !important;
}

.form-floating.is-invalid label {
  color: #369 !important;
}

.link-primary {
  color: #414042 !important;
}

.dpd-timepicker-btn {
  padding-right: 40px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 100%;
}

.form-floating .dpd-input {
  padding-right: 0;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 100%;
}

.input-group .dpd-input-ingroup-left {
  border: solid 1px #979ba0 !important;
}
.input-group.is-invalid .form-floating input[type=text].dpd-input {
  border: solid 1px #369 !important;
}
.input-group .input-group-text, .input-group .input-group-append {
  height: 2.8rem;
}

.text-bold, .dpd-tag span, .dpd-box-secondary-h, .dpd-box-primary-h3, .dpd-box-primary-h2, .input-group-text, .dpd-btn, b {
  font-family: 'Raleway', sans-serif !important;
  font-weight: normal !important;
}

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

.btn-padding2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.dpd-checkbox {
  position: relative;
}

.dpd-checkbox input[type=checkbox] + label::before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #979ba0;
  background-color: #fff;
  display: block;
  content: "";
  line-height: 1;
  margin-right: 0.66rem;
  top: -24px;
}

.w-auto-md {
  width: 100%;
}

@media (min-width: 768px) {
  .w-auto-md {
    width: auto !important;
  }
}
.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 100;
}

.checkbox.is-invalid label {
  color: #369;
}
.checkbox.is-invalid label:before {
  border: 1px solid #369;
}

.is-invalid .form-check-input[type=radio] {
  border-color: #369 !important;
}

.is-invalid .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 -10 20 20'%3e%3ccircle r='6' fill='rgb(220, 0, 50)'/%3e%3c/svg%3e");
}

.is-invalid .form-check-label {
  color: #369 !important;
}

.show-animate {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}

.hide-animate {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.dpd-btn-close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 16px;
}
.dpd-btn-close::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  left: 7px;
  top: 8px;
  width: 10px;
  height: 10px;
  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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center center no-repeat;
}
.dpd-btn-close:not(.no-animation):hover::before {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
          filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
}

/** Testing CSS-Scrollbars */
/* Works on Firefox */
body * {
  scrollbar-width: thin;
  scrollbar-color: rgb(150, 150, 150) white;
  /* scroll thumb and track */
}
body *::hover {
  scrollbar-color: rgb(110, 110, 110) white;
  /* scroll thumb and track */
}

.hide-scrollbar {
  overflow-y: hidden !important;
}

/* Works on Chrome, Edge, and Safari */
body::-webkit-scrollbar {
  width: 0;
}

body *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: white;
  overflow: overlay;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: rgb(150, 150, 150);
  border-radius: 20px;
  border: 2px solid white;
}
*::-webkit-scrollbar-thumb:hover {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: rgb(110, 110, 110);
}

.dpd-color-opened {
  color: #808285 !important;
}

.dpd-bg-light-gray {
  background-color: #e6e7e8;
}

p.dpd-teaser {
  font-size: 24px;
  line-height: 31.2px;
}

@media (min-width: 768px) {
  .dpd-container-section-group {
    height: 100%;
    min-height: calc(100vh - 265px);
  }
}
body {
  padding: 0;
  margin: 0;
  background: #B9B0A9 !important;
}

.dpd-primary-menu {
    height: 66px;
    margin: 0 !important;
    border-bottom: solid 1px #E6E7E7;
    position: relative;
    z-index: 2;
}

.dpd-primary-menu li {
  position: relative;
  top: 0.5rem;
}

.custom-footer {
  background: #B7B0AA;
  height: 63px;
}

.dpd-dropdown-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #414042 !important;
  height: 2.8rem;
  text-align: left;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
  border: 1px solid transparent;
  border-color: #979ba0;
  white-space: nowrap;
  background: white !important;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}
.dpd-dropdown-btn:focus {
  outline: none;
  border: solid black 1px;
}
.dpd-dropdown-btn.show:focus {
  outline: none;
  background-color: #fff;
}
.dpd-dropdown-btn:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0.255em;
  position: absolute;
  right: 0.75rem;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
}
.dpd-dropdown-btn.has-arrow::after {
  height: 19px;
}
.dpd-dropdown-btn.show.has-arrow::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dpd-dropdown-btn.is-empty {
  color: #6c757d !important;
}

.dpd-dropdown-menu {
  position: relative;
  top: -4px !important;
  z-index: 1000;
  display: none;
  min-width: 250px;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #979ba0;
  padding: 0.2rem;
}
.dpd-dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dpd-dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #414042 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  position: relative;
  padding: 0.75rem 0.43rem 0.55rem 0.43rem;
}
.dpd-dropdown-item.is-disabled {
  color: #979ba0 !important;
}
.dpd-dropdown-item:after {
  position: absolute;
  top: 2.5rem;
  width: calc(100% - 0.8rem);
  display: block;
  content: "";
  border-bottom: solid #e6e7e8 1px;
}
li:last-child > .dpd-dropdown-item {
  margin-bottom: 0;
}
li:last-child > .dpd-dropdown-item:after {
  border-bottom: none;
  margin-bottom: 0;
}
.dpd-dropdown-item:hover, .dpd-dropdown-item:focus {
  outline: none;
  background: #e6e7e8;
  color: #1e2125;
}
.dpd-dropdown-item:hover:after, .dpd-dropdown-item:focus:after {
  border-bottom: solid white 1px !important;
}
.dpd-dropdown-item.active, .dpd-dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #e6e7e8;
}
.dpd-dropdown-item.disabled, .dpd-dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dpd-dropdown-widget .selectContainer.svelte-17qb5ew.svelte-17qb5ew {
  --padding:0 16px;
  border: var(--border, 1px solid #d8dbdf);
  border-radius: var(--borderRadius, 3px);
  height: var(--height, 42px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--padding);
  background: var(--background, #fff);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew {
  cursor: default;
  border: none;
  color: var(--inputColor, #3f4f5f);
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--inputPadding, var(--padding));
  width: 100%;
  background: transparent;
  font-size: var(--inputFontSize, 14px);
  letter-spacing: var(--inputLetterSpacing, -0.08px);
  position: absolute;
  left: var(--inputLeft, 0);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew::-webkit-input-placeholder {
  color: var(--placeholderColor, #78848f);
  opacity: var(--placeholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew::-moz-placeholder {
  color: var(--placeholderColor, #78848f);
  opacity: var(--placeholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew::-ms-input-placeholder {
  color: var(--placeholderColor, #78848f);
  opacity: var(--placeholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew::placeholder {
  color: var(--placeholderColor, #78848f);
  opacity: var(--placeholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew input.svelte-17qb5ew:focus {
  outline: none;
}
.dpd-dropdown-widget .selectContainer.svelte-17qb5ew.svelte-17qb5ew:hover {
  border-color: var(--borderHoverColor, #b2b8bf);
}
.dpd-dropdown-widget .selectContainer.focused.svelte-17qb5ew.svelte-17qb5ew {
  border-color: var(--borderFocusColor, #006fe8);
}
.dpd-dropdown-widget .selectContainer.disabled.svelte-17qb5ew.svelte-17qb5ew {
  background: var(--disabledBackground, #ebedef);
  border-color: var(--disabledBorderColor, #ebedef);
  color: var(--disabledColor, #c1c6cc);
}
.dpd-dropdown-widget .selectContainer.disabled.svelte-17qb5ew input.svelte-17qb5ew::-webkit-input-placeholder {
  color: var(--disabledPlaceholderColor, #c1c6cc);
  opacity: var(--disabledPlaceholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.disabled.svelte-17qb5ew input.svelte-17qb5ew::-moz-placeholder {
  color: var(--disabledPlaceholderColor, #c1c6cc);
  opacity: var(--disabledPlaceholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.disabled.svelte-17qb5ew input.svelte-17qb5ew::-ms-input-placeholder {
  color: var(--disabledPlaceholderColor, #c1c6cc);
  opacity: var(--disabledPlaceholderOpacity, 1);
}
.dpd-dropdown-widget .selectContainer.disabled.svelte-17qb5ew input.svelte-17qb5ew::placeholder {
  color: var(--disabledPlaceholderColor, #c1c6cc);
  opacity: var(--disabledPlaceholderOpacity, 1);
}
.dpd-dropdown-widget .selectedItem.svelte-17qb5ew.svelte-17qb5ew {
  line-height: var(--height, 42px);
  height: var(--height, 42px);
  overflow-x: hidden;
  padding: var(--selectedItemPadding, 0 20px 0 0);
}
.dpd-dropdown-widget .selectedItem.svelte-17qb5ew.svelte-17qb5ew:focus {
  outline: none;
}
.dpd-dropdown-widget .clearSelect.svelte-17qb5ew.svelte-17qb5ew {
  position: absolute;
  right: var(--clearSelectRight, 10px);
  top: var(--clearSelectTop, 11px);
  bottom: var(--clearSelectBottom, 11px);
  width: var(--clearSelectWidth, 20px);
  color: var(--clearSelectColor, #c5cacf);
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.dpd-dropdown-widget .clearSelect.svelte-17qb5ew.svelte-17qb5ew:hover {
  color: var(--clearSelectHoverColor, #2c3e50);
}
.dpd-dropdown-widget .selectContainer.focused.svelte-17qb5ew .clearSelect.svelte-17qb5ew {
  color: var(--clearSelectFocusColor, #3f4f5f);
}
.dpd-dropdown-widget .indicator.svelte-17qb5ew.svelte-17qb5ew {
  position: absolute;
  right: var(--indicatorRight, 10px);
  top: var(--indicatorTop, 11px);
  width: var(--indicatorWidth, 20px);
  height: var(--indicatorHeight, 20px);
  color: var(--indicatorColor, #c5cacf);
}
.dpd-dropdown-widget .indicator.svelte-17qb5ew svg.svelte-17qb5ew {
  display: inline-block;
  fill: var(--indicatorFill, currentcolor);
  line-height: 1;
  stroke: var(--indicatorStroke, currentcolor);
  stroke-width: 0;
}
.dpd-dropdown-widget .spinner.svelte-17qb5ew.svelte-17qb5ew {
  position: absolute;
  right: var(--spinnerRight, 10px);
  top: var(--spinnerLeft, 11px);
  width: var(--spinnerWidth, 20px);
  height: var(--spinnerHeight, 20px);
  color: var(--spinnerColor, #51ce6c);
  -webkit-animation: svelte-17qb5ew-rotate 0.75s linear infinite;
          animation: svelte-17qb5ew-rotate 0.75s linear infinite;
}
.dpd-dropdown-widget .spinner_icon.svelte-17qb5ew.svelte-17qb5ew {
  display: block;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: none;
}
.dpd-dropdown-widget .spinner_path.svelte-17qb5ew.svelte-17qb5ew {
  stroke-dasharray: 90;
  stroke-linecap: round;
}
.dpd-dropdown-widget .multiSelect.svelte-17qb5ew.svelte-17qb5ew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--multiSelectPadding, 0 35px 0 16px);
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dpd-dropdown-widget .multiSelect.svelte-17qb5ew > .svelte-17qb5ew {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50px;
          flex: 1 1 50px;
}
.dpd-dropdown-widget .selectContainer.multiSelect.svelte-17qb5ew input.svelte-17qb5ew {
  padding: var(--multiSelectInputPadding, 0);
  position: relative;
  margin: var(--multiSelectInputMargin, 0);
}
.dpd-dropdown-widget .hasError.svelte-17qb5ew.svelte-17qb5ew {
  border: var(--errorBorder, 1px solid #ff2d55);
  background: var(--errorBackground, #fff);
}
@-webkit-keyframes svelte-17qb5ew-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes svelte-17qb5ew-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.dpd-dropdown-widget .selection.svelte-ch6bh7 {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.dpd-dropdown-widget .listContainer.svelte-ux0sbr {
  -webkit-box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
          box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
  border-radius: var(--listBorderRadius, 4px);
  max-height: var(--listMaxHeight, 250px);
  overflow-y: auto;
  background: var(--listBackground, #fff);
}
.dpd-dropdown-widget .virtualList.svelte-ux0sbr {
  height: var(--virtualListHeight, 200px);
}
.dpd-dropdown-widget .listGroupTitle.svelte-ux0sbr {
  color: var(--groupTitleColor, #8f8f8f);
  cursor: default;
  font-size: var(--groupTitleFontSize, 12px);
  font-weight: var(--groupTitleFontWeight, 600);
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--groupTitlePadding, 0 20px);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  text-transform: var(--groupTitleTextTransform, uppercase);
}
.dpd-dropdown-widget .empty.svelte-ux0sbr {
  text-align: var(--listEmptyTextAlign, center);
  padding: var(--listEmptyPadding, 20px 0);
  color: var(--listEmptyColor, #78848F);
}
.dpd-dropdown-widget .multiSelectItem.svelte-14r1jr2.svelte-14r1jr2 {
  background: var(--multiItemBG, #EBEDEF);
  margin: var(--multiItemMargin, 5px 5px 0 0);
  border-radius: var(--multiItemBorderRadius, 16px);
  height: var(--multiItemHeight, 32px);
  line-height: var(--multiItemHeight, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  padding: var(--multiItemPadding, 0 10px 0 15px);
  max-width: 100%;
}
.dpd-dropdown-widget .multiSelectItem_label.svelte-14r1jr2.svelte-14r1jr2 {
  margin: var(--multiLabelMargin, 0 5px 0 0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dpd-dropdown-widget .multiSelectItem.svelte-14r1jr2.svelte-14r1jr2:hover, .dpd-dropdown-widget .multiSelectItem.active.svelte-14r1jr2.svelte-14r1jr2 {
  background-color: var(--multiItemActiveBG, #006FFF);
  color: var(--multiItemActiveColor, #fff);
}
.dpd-dropdown-widget .multiSelectItem.disabled.svelte-14r1jr2.svelte-14r1jr2:hover {
  background: var(--multiItemDisabledHoverBg, #EBEDEF);
  color: var(--multiItemDisabledHoverColor, #C1C6CC);
}
.dpd-dropdown-widget .multiSelectItem_clear.svelte-14r1jr2.svelte-14r1jr2 {
  border-radius: var(--multiClearRadius, 50%);
  background: var(--multiClearBG, #52616F);
  min-width: var(--multiClearWidth, 16px);
  max-width: var(--multiClearWidth, 16px);
  height: var(--multiClearHeight, 16px);
  position: relative;
  top: var(--multiClearTop, 8px);
  text-align: var(--multiClearTextAlign, center);
  padding: var(--multiClearPadding, 1px);
}
.dpd-dropdown-widget .multiSelectItem_clear.svelte-14r1jr2.svelte-14r1jr2:hover, .dpd-dropdown-widget .active.svelte-14r1jr2 .multiSelectItem_clear.svelte-14r1jr2 {
  background: var(--multiClearHoverBG, #fff);
}
.dpd-dropdown-widget .multiSelectItem_clear.svelte-14r1jr2:hover svg.svelte-14r1jr2, .dpd-dropdown-widget .active.svelte-14r1jr2 .multiSelectItem_clear svg.svelte-14r1jr2 {
  fill: var(--multiClearHoverFill, #006FFF);
}
.dpd-dropdown-widget .multiSelectItem_clear.svelte-14r1jr2 svg.svelte-14r1jr2 {
  fill: var(--multiClearFill, #EBEDEF);
  vertical-align: top;
}
.dpd-dropdown-widget .item.svelte-bdnybl {
  cursor: default;
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--itemPadding, 0 20px);
  color: var(--itemColor, inherit);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dpd-dropdown-widget .groupHeader.svelte-bdnybl {
  text-transform: var(--groupTitleTextTransform, uppercase);
}
.dpd-dropdown-widget .groupItem.svelte-bdnybl {
  padding-left: var(--groupItemPaddingLeft, 40px);
}
.dpd-dropdown-widget .item.svelte-bdnybl:active {
  background: var(--itemActiveBackground, #b9daff);
}
.dpd-dropdown-widget .item.active.svelte-bdnybl {
  background: var(--itemIsActiveBG, #007aff);
  color: var(--itemIsActiveColor, #fff);
}
.dpd-dropdown-widget .item.first.svelte-bdnybl {
  border-radius: var(--itemFirstBorderRadius, 4px 4px 0 0);
}
.dpd-dropdown-widget .item.hover.svelte-bdnybl:not(.active) {
  background: var(--itemHoverBG, #e7f2ff);
}
.dpd-dropdown-widget svelte-virtual-list-viewport.svelte-p6ehlv {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.dpd-dropdown-widget svelte-virtual-list-contents.svelte-p6ehlv, .dpd-dropdown-widget svelte-virtual-list-row.svelte-p6ehlv {
  display: block;
}
.dpd-dropdown-widget svelte-virtual-list-row.svelte-p6ehlv {
  overflow: hidden;
}

.dropdown-toggle:after {
  border: none !important;
}

.dpd-multiselect a span {
  padding-left: calc(20px + 0.66rem);
}
.dpd-multiselect a:before {
  position: absolute;
  display: inline-block;
  top: 10px;
  background-image: url("../img/check_new.svg");
  content: "";
  height: 21px;
  width: 22px;
}

.dpd-multiselect a.is-disabled {
  color: #979ba0 !important;
}
.dpd-multiselect a.is-disabled:before {
  position: absolute;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="21" viewBox="0 0 22 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><rect x="-213" y="-466" width="1920" height="1488" style="fill-opacity:0.5;"/><rect x="-8.5" y="-11.5" width="1509" height="44" style="fill:rgb(230,231,232);stroke:rgb(230,231,232);stroke-width:1px;"/><rect x="1" y="0.5" width="20" height="20" style="fill:rgb(230,231,232);stroke:rgb(65,64,66);stroke-width:1px;"/></svg>');
  content: "";
  height: 21px;
  width: 22px;
}

.dpd-multiselect a.is-selected:before, .dpd-multiselect a.is-locked:before {
  position: absolute;
  display: inline-block;
  background-image: url("../img/check2_new.svg");
  content: "";
  height: 21px;
  width: 22px;
}

.dpd-time-dropdown-menu {
  -webkit-transform: translate3d(0px, 3rem, 0px) !important;
          transform: translate3d(0px, 3rem, 0px) !important;
}
.dpd-time-dropdown-menu button {
  background-color: #fff;
  /* Green */
  border: none;
  width: calc(20% - 11px);
  text-align: center;
  color: black;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px;
}
.dpd-time-dropdown-menu button:hover, .dpd-time-dropdown-menu button:focus {
  outline: none;
  background: #369;
  border-radius: 4px;
  color: white;
}

.has-no-initial-value .dpd-dropdown-btn, .dpd-multiselect .dpd-dropdown-btn {
  color: #6c757d !important;
}

.dpd-dropdown-btn {
  font-size: 0.82rem !important;
}
.dpd-dropdown-btn:hover {
  background: white !important;
  border: 1px solid #979ba0;
}
.dpd-dropdown-btn.is-invalid {
  border: 1px solid #369 !important;
  color: #369 !important;
}
.dpd-dropdown-btn.disabled {
  color: #979ba0 !important;
  border-color: #979ba0;
}

.dpd-multiselect.has-value .dpd-dropdown-btn {
  color: #414042 !important;
}

.is-invalid .dpd-timepicker-btn {
  border: 1px solid #369 !important;
  color: #369 !important;
}

.dpd-time-dropdown-menu .tippy-content {
  padding: 5px 0px 5px 12px;
  max-width: 340px !important;
  width: 400px;
}

.dpd-timepicker-btn {
  border: 1px solid #979ba0 !important;
}
.dpd-timepicker-btn:after {
  margin-left: 0.255em;
  position: absolute;
  top: 6px;
  right: 5px;
  content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path id="Stroke-358" d="M16.792,17.82L16.792,9.638" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/> <path id="Stroke-360" d="M30.092,16.592C30.092,24.049 24.048,30.092 16.593,30.092C9.137,30.092 3.092,24.049 3.092,16.592C3.092,9.137 9.137,3.092 16.593,3.092C24.048,3.092 30.092,9.137 30.092,16.592Z" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path id="Fill-364" d="M27.638,16.31C27.638,16.762 27.271,17.129 26.82,17.129C26.368,17.129 26.001,16.762 26.001,16.31C26.001,15.859 26.368,15.492 26.82,15.492C27.271,15.492 27.638,15.859 27.638,16.31" style="fill:rgb(65,64,66);"/> <path id="Fill-370" d="M26.001,21.092C26.001,21.544 25.635,21.911 25.183,21.911C24.732,21.911 24.365,21.544 24.365,21.092C24.365,20.641 24.732,20.274 25.183,20.274C25.635,20.274 26.001,20.641 26.001,21.092" style="fill:rgb(65,64,66);"/> <path id="Fill-372" d="M22.729,25.183C22.729,25.635 22.362,26.001 21.911,26.001C21.459,26.001 21.092,25.635 21.092,25.183C21.092,24.732 21.459,24.365 21.911,24.365C22.362,24.365 22.729,24.732 22.729,25.183" style="fill:rgb(65,64,66);"/> <path id="Fill-374" d="M17.82,26.82C17.82,27.271 17.453,27.638 17.001,27.638C16.55,27.638 16.183,27.271 16.183,26.82C16.183,26.368 16.55,26.001 17.001,26.001C17.453,26.001 17.82,26.368 17.82,26.82" style="fill:rgb(65,64,66);"/> <path id="Fill-376" d="M12.911,25.183C12.911,25.635 12.544,26.001 12.092,26.001C11.641,26.001 11.274,25.635 11.274,25.183C11.274,24.732 11.641,24.365 12.092,24.365C12.544,24.365 12.911,24.732 12.911,25.183" style="fill:rgb(65,64,66);"/> <path id="Fill-378" d="M8.82,21.092C8.82,21.544 8.453,21.911 8.001,21.911C7.55,21.911 7.183,21.544 7.183,21.092C7.183,20.641 7.55,20.274 8.001,20.274C8.453,20.274 8.82,20.641 8.82,21.092" style="fill:rgb(65,64,66);"/> <path id="Fill-380" d="M7.183,16.31C7.183,16.762 6.817,17.129 6.365,17.129C5.913,17.129 5.547,16.762 5.547,16.31C5.547,15.859 5.913,15.492 6.365,15.492C6.817,15.492 7.183,15.859 7.183,16.31" style="fill:rgb(65,64,66);"/> <path id="Fill-362" d="M17.429,6.365C17.429,6.817 17.062,7.183 16.611,7.183C16.159,7.183 15.792,6.817 15.792,6.365C15.792,5.913 16.159,5.547 16.611,5.547C17.062,5.547 17.429,5.913 17.429,6.365" style="fill:rgb(220,0,50);"/> <path id="Fill-366" d="M22.729,8.001C22.729,8.453 22.362,8.82 21.911,8.82C21.459,8.82 21.092,8.453 21.092,8.001C21.092,7.55 21.459,7.183 21.911,7.183C22.362,7.183 22.729,7.55 22.729,8.001" style="fill:rgb(220,0,50);"/> <path id="Fill-368" d="M26.001,11.274C26.001,11.726 25.635,12.092 25.183,12.092C24.732,12.092 24.365,11.726 24.365,11.274C24.365,10.823 24.732,10.456 25.183,10.456C25.635,10.456 26.001,10.823 26.001,11.274" style="fill:rgb(65,64,66);"/> <path id="Fill-382" d="M8.82,11.274C8.82,11.726 8.453,12.092 8.001,12.092C7.55,12.092 7.183,11.726 7.183,11.274C7.183,10.823 7.55,10.456 8.001,10.456C8.453,10.456 8.82,10.823 8.82,11.274" style="fill:rgb(65,64,66);"/> <path id="Fill-384" d="M12.911,8.001C12.911,8.453 12.544,8.82 12.092,8.82C11.641,8.82 11.274,8.453 11.274,8.001C11.274,7.55 11.641,7.183 12.092,7.183C12.544,7.183 12.911,7.55 12.911,8.001" style="fill:rgb(65,64,66);"/> <path id="Stroke-386" d="M17.183,17.82L21.274,11.274" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></svg>');
}
.dpd-timepicker-btn.show:after {
  content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path id="Stroke-358" d="M16.792,17.82L16.792,9.638" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/> <path id="Stroke-360" d="M30.092,16.592C30.092,24.049 24.048,30.092 16.593,30.092C9.137,30.092 3.092,24.049 3.092,16.592C3.092,9.137 9.137,3.092 16.593,3.092C24.048,3.092 30.092,9.137 30.092,16.592Z" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path id="Fill-364" d="M27.638,16.31C27.638,16.762 27.271,17.129 26.82,17.129C26.368,17.129 26.001,16.762 26.001,16.31C26.001,15.859 26.368,15.492 26.82,15.492C27.271,15.492 27.638,15.859 27.638,16.31" style="fill:rgb(65,64,66);"/> <path id="Fill-370" d="M26.001,21.092C26.001,21.544 25.635,21.911 25.183,21.911C24.732,21.911 24.365,21.544 24.365,21.092C24.365,20.641 24.732,20.274 25.183,20.274C25.635,20.274 26.001,20.641 26.001,21.092" style="fill:rgb(65,64,66);"/> <path id="Fill-372" d="M22.729,25.183C22.729,25.635 22.362,26.001 21.911,26.001C21.459,26.001 21.092,25.635 21.092,25.183C21.092,24.732 21.459,24.365 21.911,24.365C22.362,24.365 22.729,24.732 22.729,25.183" style="fill:rgb(65,64,66);"/> <path id="Fill-374" d="M17.82,26.82C17.82,27.271 17.453,27.638 17.001,27.638C16.55,27.638 16.183,27.271 16.183,26.82C16.183,26.368 16.55,26.001 17.001,26.001C17.453,26.001 17.82,26.368 17.82,26.82" style="fill:rgb(65,64,66);"/> <path id="Fill-376" d="M12.911,25.183C12.911,25.635 12.544,26.001 12.092,26.001C11.641,26.001 11.274,25.635 11.274,25.183C11.274,24.732 11.641,24.365 12.092,24.365C12.544,24.365 12.911,24.732 12.911,25.183" style="fill:rgb(65,64,66);"/> <path id="Fill-378" d="M8.82,21.092C8.82,21.544 8.453,21.911 8.001,21.911C7.55,21.911 7.183,21.544 7.183,21.092C7.183,20.641 7.55,20.274 8.001,20.274C8.453,20.274 8.82,20.641 8.82,21.092" style="fill:rgb(65,64,66);"/> <path id="Fill-380" d="M7.183,16.31C7.183,16.762 6.817,17.129 6.365,17.129C5.913,17.129 5.547,16.762 5.547,16.31C5.547,15.859 5.913,15.492 6.365,15.492C6.817,15.492 7.183,15.859 7.183,16.31" style="fill:rgb(65,64,66);"/> <path id="Fill-362" d="M17.429,6.365C17.429,6.817 17.062,7.183 16.611,7.183C16.159,7.183 15.792,6.817 15.792,6.365C15.792,5.913 16.159,5.547 16.611,5.547C17.062,5.547 17.429,5.913 17.429,6.365" style="fill:rgb(220,0,50);"/> <path id="Fill-366" d="M22.729,8.001C22.729,8.453 22.362,8.82 21.911,8.82C21.459,8.82 21.092,8.453 21.092,8.001C21.092,7.55 21.459,7.183 21.911,7.183C22.362,7.183 22.729,7.55 22.729,8.001" style="fill:rgb(220,0,50);"/> <path id="Fill-368" d="M26.001,11.274C26.001,11.726 25.635,12.092 25.183,12.092C24.732,12.092 24.365,11.726 24.365,11.274C24.365,10.823 24.732,10.456 25.183,10.456C25.635,10.456 26.001,10.823 26.001,11.274" style="fill:rgb(65,64,66);"/> <path id="Fill-382" d="M8.82,11.274C8.82,11.726 8.453,12.092 8.001,12.092C7.55,12.092 7.183,11.726 7.183,11.274C7.183,10.823 7.55,10.456 8.001,10.456C8.453,10.456 8.82,10.823 8.82,11.274" style="fill:rgb(65,64,66);"/> <path id="Fill-384" d="M12.911,8.001C12.911,8.453 12.544,8.82 12.092,8.82C11.641,8.82 11.274,8.453 11.274,8.001C11.274,7.55 11.641,7.183 12.092,7.183C12.544,7.183 12.911,7.55 12.911,8.001" style="fill:rgb(65,64,66);"/> <path id="Stroke-386" d="M17.183,17.82L21.274,11.274" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></svg>');
}

.dpd-pickup-btn {
  border: 1px solid #979ba0 !important;
}
.dpd-pickup-btn:after {
  margin-left: 0.255em;
  position: absolute;
  top: calc(1.25rem - 11.5px);
  right: 0.75rem;
  content: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><circle cx="9.5" cy="10.251" r="8.5" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.6px;"></circle><path d="M17.5,18.251l7,7" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;"></path></svg>');
}

.dpd-dropdown-menu {
  -webkit-transform: translate3d(0px, -1px, 0px) !important;
          transform: translate3d(0px, -1px, 0px) !important;
  inset: revert !important;
  max-height: 320px;
  overflow-y: auto;
}
.dpd-dropdown-menu li {
  background: white;
}

.dpd-dropdown-menu.dropdown-menu.show.dpd-autocomplete-result {
  overflow-x: hidden;
}

.dpd-dropdown-menu.with-filter-dropdown {
  min-width: 200px;
}
.dpd-dropdown-menu.with-filter-dropdown li.is-new-item {
  padding-top: 1rem !important;
}
.dpd-dropdown-menu.with-filter-dropdown li.is-new-item .dpd-dropdown-new-item-link {
  position: relative;
  top: -0.5rem;
  left: 3px;
  color: #414042 !important;
  padding: 0 0.43rem 0 0.43rem;
  font-weight: bold;
}
.dpd-dropdown-menu.with-filter-dropdown li.is-new-item .dpd-dropdown-new-item-link:hover {
  color: #369 !important;
}
.dpd-dropdown-menu.with-filter-dropdown .dropdown-item {
  padding: 0;
}
.dpd-dropdown-menu.with-filter-dropdown .dropdown-item a {
  color: #414042;
  text-decoration: none !important;
  padding: 0.75rem 0.43rem 0.55rem 0.43rem;
}
.dpd-dropdown-menu.with-filter-dropdown .dropdown-item:after {
  left: 0.3rem !important;
  width: calc(100% - 0.5rem);
}
.dpd-dropdown-menu.with-filter-dropdown .dropdown-item a:last-child {
  position: absolute;
  right: 3px;
  width: 30px;
  background: none !important;
}

@media (min-width: 768px) {
  .has-extended-width .dpd-dropdown-menu {
    width: 365px !important;
  }
}
.dpd-multiselect-badge {
  background: #6c757d;
  display: block;
  color: white;
  font-weight: bold;
  padding: 1px 9px;
  border-radius: 21px;
  position: absolute;
  text-align: center;
  top: 0.66rem;
  right: 2.5rem;
}

@media (min-width: 768px) {
  .dpd-login-container-wrapper {
    min-height: calc(100% - 5rem);
    /* Fallback for browsers do NOT support vh unit */
    min-height: calc(100vh - 5rem);
    /* These two lines are counted as one :-)       */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .dpd-login-container {
    width: 100%;
    display: block;
  }
}
.dpd-login-accept-text {
  margin-left: 35px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 0;
  position: relative;
  top: -0.33rem;
}

.dpd-input-validation {
  min-height: 1rem;
  color: #369;
  line-height: 141%;
  margin-bottom: 0.2rem;
}

.dpd-bg-grey {
  background: #E6E7E8 !important;
}

.dpd-bg-red {
  background: #369 !important;
}

.dpd-login-check-ul {
  position: relative;
  top: -0.33rem;
}
.dpd-login-check-ul li {
  height: 1.33rem;
}

.dpd-bg-darkgrey {
  background: #808285 !important;
}

.dpd-input {
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
}

.dpd-btn {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: white !important;
}
.dpd-btn:disabled, .dpd-btn.disabled {
  color: #808285 !important;
  background: #E6E7E8 !important;
}

.dpd-login-l1 {
  width: 80%;
  min-height: 35rem;
  margin-top: 10%;
  margin-bottom: 15%;
  margin-left: 10%;
}

@media (min-width: 768px) {
  .dpd-login-l1 {
    margin-top: 15%;
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .dpd-login-l1 {
    width: 72%;
    margin-left: 14%;
  }
}
@media (min-width: 1200px) {
  .dpd-login-l1 {
    width: 65%;
    margin-left: 17.5%;
  }
}
.dpd-h {
  color: #414042;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
}

.dpd-login-check-bar-group > span {
  width: calc(33.33% - 1.5px);
  border-radius: 10px;
  height: 7.5px;
  background: #E6E7E8;
}

.dpd-login-check-label {
  font-weight: bold;
}

.dpd-login-check-label {
  display: none;
}

.dpd-login-check-i {
  margin-right: 0.33rem;
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  position: relative;
  top: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 19 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><g id="Stroke-1404" transform="matrix(0.986587,0.986587,-0.986587,0.986587,8.9219,-0.72094)"><path d="M10,5L0,5" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></g><g id="Stroke-1406" transform="matrix(0.986587,0.986587,-0.986587,0.986587,8.9219,-0.72094)"><path d="M5,10L5,0" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></g></svg>');
}

.is-valid > .dpd-login-check-i {
  height: 1.1rem;
  width: 1.1rem;
  margin-right: 0.33rem;
  display: inline-block;
  position: relative;
  top: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 19 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><g id="Path-388" transform="matrix(0.753982,0,0,0.753982,-0.0218128,-0.178244)"><path d="M5,14.161L9.912,19L20,6" style="fill:none;stroke:rgb(80,158,47);stroke-width:2.5px;"/></g></svg>');
}

.dpd-login-check .dpd-login-check-label-empty {
  display: block;
}

.dpd-login-check.is-weak {
  display: block;
}
.dpd-login-check.is-weak .dpd-login-check-label-empty {
  display: none;
}
.dpd-login-check.is-weak .dpd-login-check-label-weak {
  display: block;
}
.dpd-login-check.is-weak .dpd-login-check-bar1 {
  background: #369 !important;
}
.dpd-login-check.is-weak .dpd-login-check-label {
  color: #369 !important;
}

.dpd-login-check.is-acceptable {
  display: block;
}
.dpd-login-check.is-acceptable .dpd-login-check-label-empty {
  display: none;
}
.dpd-login-check.is-acceptable .dpd-login-check-label-acceptable {
  display: block;
}
.dpd-login-check.is-acceptable .dpd-login-check-bar1 {
  background: #FFC004 !important;
}
.dpd-login-check.is-acceptable .dpd-login-check-bar2 {
  background: #FFC004 !important;
}
.dpd-login-check.is-acceptable .dpd-login-check-label {
  color: #FFC004 !important;
}

.dpd-login-check.is-ok {
  display: block;
}
.dpd-login-check.is-ok .dpd-login-check-label-empty {
  display: none;
}
.dpd-login-check.is-ok .dpd-login-check-label-ok {
  display: block;
}
.dpd-login-check.is-ok .dpd-login-check-bar1 {
  background: #509E2F !important;
}
.dpd-login-check.is-ok .dpd-login-check-bar2 {
  background: #509E2F !important;
}
.dpd-login-check.is-ok .dpd-login-check-bar3 {
  background: #509E2F !important;
}
.dpd-login-check.is-ok .dpd-login-check-label {
  color: #509E2F !important;
}

.dpd-eye-link, .dpd-customernumber-info-link {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}

.grey {
  color: #808285;
}

.dpd-login-lang-btn {
  line-height: 100%;
  padding-right: 0.66rem;
  font-size: 0.76rem;
  font-weight: bold;
  color: #414042 !important;
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.dpd-login-lang-btn:hover {
  color: #414042;
}
.dpd-login-lang-btn:after {
  position: absolute;
  top: 0px;
  right: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 25 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path id="Path-304" d="M21.515,3.092L12.4,11.504L3.092,3.092" style="fill:none;stroke:rgb(65,64,66);stroke-width:3px;"/></svg>');
}
.dpd-login-lang-btn.is-active:after {
  right: -23px;
  content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 25 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M3.092,11.504L12.207,3.092L21.515,11.504" style="fill:none;stroke:rgb(65,64,66);stroke-width:3px;"/></svg>');
}
.dpd-login-lang-btn.is-inactive {
  color: #8A898B !important;
}
.dpd-login-lang-btn.is-inactive:after {
  content: "";
}

.dpd-login-lang-list {
  display: none;
  width: 20px;
  position: absolute;
  right: 60px;
  border-left: solid 1px #8A898B;
  padding-left: 7px;
  line-height: 100%;
}

.dpd-login-lang-btn.show {
  visibility: hidden !important;
}

.dpd-login-view input[type=checkbox] {
  position: absolute;
  left: -100%;
}
.dpd-login-view input[type=checkbox] + label::before {
  width: 25px;
  height: 25px;
  border: 1px solid #979ba0;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 0.66rem;
  position: relative;
  top: -0.4rem;
}
.dpd-login-view input[type=checkbox]:checked + label::before {
  border: 1px solid #414042;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 19 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><g id="Path-388" transform="matrix(0.753982,0,0,0.753982,-0.0218128,-0.178244)"><path d="M5,14.161L9.912,19L20,6" style="fill:none;stroke:rgb(65,64,66);stroke-width:2.5px;"/></g></svg>');
}
.dpd-login-view .dpd-eye-link, .dpd-login-view .dpd-customernumber-info-link {
  top: -0.55rem;
  color: white;
}

.dpd-login-container input[type=checkbox] + label::before {
  position: absolute;
}
.dpd-login-container .dpd-login-l1 input[type=checkbox] + label {
  left: 32px;
  top: 10px;
  position: relative;
}
.dpd-login-container .dpd-login-l1 input[type=checkbox] + label::before {
  position: absolute;
  left: -32px;
  top: -5px;
}

.dpd-primary-h {
  font-size: 1.28rem;
}

.dpd-filter-settings-i:before {
  position: relative;
  top: 3px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 22 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M2.545,7.018c-0.465,0 -0.843,-0.376 -0.844,-0.841l-0.013,-5.081c-0.002,-0.466 0.375,-0.845 0.841,-0.845l0.003,-0c0.464,-0 0.842,0.376 0.843,0.841l0.014,5.08c0.001,0.467 -0.376,0.845 -0.842,0.846l-0.002,0Z" style="fill:rgb(65,64,66);"/><path  d="M2.531,27.25l-0,0c-0.467,-0.001 -0.844,-0.379 -0.843,-0.845l0.022,-13.518c0.001,-0.466 0.379,-0.842 0.844,-0.842l0.001,-0c0.467,-0 0.844,0.379 0.843,0.845l-0.023,13.518c-0.001,0.466 -0.379,0.842 -0.844,0.842" style="fill:rgb(65,64,66);"/><path d="M10.969,27.25c-0.466,0 -0.844,-0.377 -0.844,-0.844l0,-5.08c0,-0.466 0.377,-0.844 0.844,-0.844c0.466,0 0.844,0.378 0.844,0.844l-0,5.08c-0,0.466 -0.378,0.844 -0.844,0.844" style="fill:rgb(237,24,68);"/><path d="M10.968,15.438c-0.465,-0 -0.843,-0.377 -0.843,-0.844l-0,-13.5c-0,-0.467 0.378,-0.844 0.843,-0.844c0.467,0 0.844,0.377 0.844,0.844l0,13.5c0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(237,24,68);"/><path  d="M19.406,3.625c-0.467,0 -0.844,-0.378 -0.844,-0.844l0,-1.687c0,-0.467 0.378,-0.844 0.844,-0.844c0.467,0 0.844,0.378 0.844,0.844l-0,1.687c-0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(65,64,66);"/><path  d="M19.406,27.25c-0.465,0 -0.843,-0.377 -0.843,-0.844l-0,-16.892c-0,-0.467 0.377,-0.844 0.843,-0.844c0.466,-0 0.844,0.377 0.844,0.844l0,16.892c0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(65,64,66);"/><path  d="M19.406,7.018c-0.456,0 -0.826,0.37 -0.826,0.826c-0,0.456 0.37,0.826 0.826,0.826c0.456,-0 0.826,-0.37 0.826,-0.826c0,-0.456 -0.37,-0.826 -0.826,-0.826m-0,3.339c-1.386,0 -2.514,-1.127 -2.514,-2.513c0,-1.386 1.128,-2.513 2.514,-2.513c1.386,-0 2.514,1.127 2.514,2.513c-0,1.386 -1.128,2.513 -2.514,2.513" style="fill:rgb(65,64,66);"/><path  d="M10.968,18.831c-0.455,-0 -0.826,0.369 -0.826,0.826c0,0.455 0.371,0.825 0.826,0.825c0.456,0 0.827,-0.37 0.827,-0.825c-0,-0.457 -0.371,-0.826 -0.827,-0.826m0,3.339c-1.386,-0 -2.513,-1.128 -2.513,-2.513c-0,-1.386 1.127,-2.514 2.513,-2.514c1.387,0 2.514,1.128 2.514,2.514c0,1.385 -1.127,2.513 -2.514,2.513" style="fill:rgb(237,24,68);"/><path  d="M2.554,10.393c-0.456,0 -0.826,0.37 -0.826,0.826c-0,0.456 0.37,0.826 0.826,0.826c0.456,-0 0.826,-0.37 0.826,-0.826c0,-0.456 -0.37,-0.826 -0.826,-0.826m0,3.339c-1.386,0 -2.514,-1.127 -2.514,-2.513c0,-1.386 1.128,-2.513 2.514,-2.513c1.386,-0 2.514,1.127 2.514,2.513c-0,1.386 -1.128,2.513 -2.514,2.513" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-filter-calendar-i:before {
  top: 9px;
  left: -11px;
  position: relative;
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M7.562,4.036l4.957,0" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/><path d="M14.997,4.036l4.957,0" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/><path d="M22.434,4.036l3.094,0c1.027,0 1.859,0.829 1.859,1.847l-0,19.711c-0,1.018 -0.832,1.847 -1.859,1.847l-22.305,-0c-1.026,-0 -1.858,-0.829 -1.858,-1.847l-0,-19.711c-0,-1.018 0.832,-1.847 1.858,-1.847l1.859,0" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;stroke-linejoin:round;"/><path d="M22.432,1.573l-0,6.159" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/><path d="M7.562,1.573l-0,6.159" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/><path d="M14.997,1.573l-0,6.159" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/><path d="M7.252,14.506c-0,0.85 -0.695,1.538 -1.548,1.538c-0.857,-0 -1.551,-0.688 -1.551,-1.538c-0,-0.85 0.694,-1.54 1.551,-1.54c0.853,0 1.548,0.69 1.548,1.54" style="fill:rgb(65,64,66);"/><path d="M11.588,14.506c0,0.85 -0.694,1.538 -1.547,1.538c-0.857,-0 -1.552,-0.688 -1.552,-1.538c0,-0.85 0.695,-1.54 1.552,-1.54c0.853,0 1.547,0.69 1.547,1.54" style="fill:rgb(65,64,66);"/><path d="M15.927,14.506c-0,0.85 -0.694,1.538 -1.549,1.538c-0.858,-0 -1.552,-0.688 -1.552,-1.538c0,-0.85 0.694,-1.54 1.552,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M20.263,14.506c0,0.85 -0.694,1.538 -1.549,1.538c-0.857,-0 -1.549,-0.688 -1.549,-1.538c-0,-0.85 0.692,-1.54 1.549,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M24.6,14.506c0,0.85 -0.694,1.538 -1.549,1.538c-0.855,-0 -1.55,-0.688 -1.55,-1.538c0,-0.85 0.695,-1.54 1.55,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M7.252,18.816c-0,0.849 -0.695,1.537 -1.548,1.537c-0.857,0 -1.551,-0.688 -1.551,-1.537c-0,-0.85 0.694,-1.54 1.551,-1.54c0.853,-0 1.548,0.69 1.548,1.54" style="fill:rgb(65,64,66);"/><path d="M11.588,18.816c0,0.849 -0.694,1.537 -1.547,1.537c-0.857,0 -1.552,-0.688 -1.552,-1.537c0,-0.85 0.695,-1.54 1.552,-1.54c0.853,-0 1.547,0.69 1.547,1.54" style="fill:rgb(65,64,66);"/><path d="M15.927,18.816c-0,0.849 -0.694,1.537 -1.549,1.537c-0.858,0 -1.552,-0.688 -1.552,-1.537c0,-0.85 0.694,-1.54 1.552,-1.54c0.855,-0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M20.263,18.816c0,0.849 -0.694,1.537 -1.549,1.537c-0.857,0 -1.549,-0.688 -1.549,-1.537c-0,-0.85 0.692,-1.54 1.549,-1.54c0.855,-0 1.549,0.69 1.549,1.54" style="fill:rgb(220,0,50);"/><path d="M24.6,18.816c0,0.849 -0.694,1.537 -1.549,1.537c-0.855,0 -1.55,-0.688 -1.55,-1.537c0,-0.85 0.695,-1.54 1.55,-1.54c0.855,-0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M7.252,23.125c-0,0.852 -0.695,1.538 -1.548,1.538c-0.857,-0 -1.551,-0.686 -1.551,-1.538c-0,-0.85 0.694,-1.54 1.551,-1.54c0.853,0 1.548,0.69 1.548,1.54" style="fill:rgb(65,64,66);"/><path d="M11.588,23.125c0,0.852 -0.694,1.538 -1.547,1.538c-0.857,-0 -1.552,-0.686 -1.552,-1.538c0,-0.85 0.695,-1.54 1.552,-1.54c0.853,0 1.547,0.69 1.547,1.54" style="fill:rgb(65,64,66);"/><path d="M15.927,23.125c-0,0.852 -0.694,1.538 -1.549,1.538c-0.858,-0 -1.552,-0.686 -1.552,-1.538c0,-0.85 0.694,-1.54 1.552,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M20.263,23.125c0,0.852 -0.694,1.538 -1.549,1.538c-0.857,-0 -1.549,-0.686 -1.549,-1.538c-0,-0.85 0.692,-1.54 1.549,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/><path d="M24.6,23.125c0,0.852 -0.694,1.538 -1.549,1.538c-0.855,-0 -1.55,-0.686 -1.55,-1.538c0,-0.85 0.695,-1.54 1.55,-1.54c0.855,0 1.549,0.69 1.549,1.54" style="fill:rgb(65,64,66);"/></svg>');
}
.form-floating > .dpd-filter-calendar-i {
  position: absolute;
  right: -3px;
  top: 0;
}

.dpd-filter-search-i:before {
  position: relative;
  top: 14px;
  left: -13px;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><circle cx="9.5" cy="10.251" r="8.5" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.6px;"/><path  d="M17.5,18.251l7,7" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;"/></svg>');
}
.form-floating > .dpd-filter-search-i {
  position: absolute;
  right: 0;
  top: 0;
}

.dpd-submenu-pointer-i:before {
  position: relative;
  top: 8px;
  right: -6px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 18 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M10.717,10.094C12.469,9.421 13.723,7.717 13.723,5.706C13.723,3.106 11.643,1 9.079,1C6.513,1 4.435,3.106 4.435,5.706C4.435,7.717 5.686,9.421 7.438,10.094" style="fill:none;stroke:rgb(65,64,66);stroke-width:1px;"/><path d="M63.114,-53.344L68.689,-47.769L79.55,-47.768C82.239,-47.768 84.432,-45.646 84.545,-42.985L84.55,-42.768L84.55,67.232C84.55,69.993 82.311,72.232 79.55,72.232L-65.45,72.232C-68.211,72.232 -70.45,69.993 -70.45,67.232L-70.45,-42.768C-70.45,-45.53 -68.211,-47.768 -65.45,-47.768L57.538,-47.769L63.114,-53.344Z"/><path d="M63.114,-53.344L68.689,-47.769L79.55,-47.768C82.239,-47.768 84.432,-45.646 84.545,-42.985L84.55,-42.768L84.55,67.232C84.55,69.993 82.311,72.232 79.55,72.232L-65.45,72.232C-68.211,72.232 -70.45,69.993 -70.45,67.232L-70.45,-42.768C-70.45,-45.53 -68.211,-47.768 -65.45,-47.768L57.538,-47.769L63.114,-53.344Z" style="fill:white;"/><path d="M9.081,17.112L9.081,17.056C6.145,17.056 3.765,18.039 3.765,19.252C3.765,19.79 4.233,20.282 5.009,20.664C5.984,21.144 7.446,21.449 9.081,21.449L9.081,21.392C11.942,21.392 14.261,20.434 14.261,19.252C14.261,18.728 13.805,18.248 13.048,17.876C12.098,17.409 10.674,17.112 9.081,17.112Z" style="fill:none;stroke:rgb(220,0,50);stroke-width:0.55px;"/> <rect x="6.647" y="15.359" width="5.172" height="3.849" style="fill:white;"/><ellipse cx="9.15" cy="4.898" rx="1.357" ry="1.343" style="fill:rgb(220,0,50);"/><path d="M9.242,18.843L4.88,5.928C2.805,-1.536 15.728,-1.178 13.552,5.719L9.242,18.843Z" style="fill:none;stroke:black;stroke-width:0.8px;stroke-linejoin:round;stroke-miterlimit:1.5;"/></svg>');
}

.dpd-filter-arrow-down-i:before {
  position: relative;
  top: 14px;
  left: -13px;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
}
.form-floating > .dpd-filter-arrow-down-i {
  position: absolute;
  right: 0;
  top: 0;
}

.dpd-btn-toggle {
  height: calc(3.1rem + 2px);
}

.dpd-light-bg {
  background: #f2f3f3;
}

.dpd-box-primary-h {
  font-size: 1.2rem;
  border-bottom: solid 1px #ABABAC;
  padding-bottom: 0.25rem;
}

.dpd-box-primary-h2 {
  color: #414042 !important;
  font-size: 0.84rem;
  border-bottom: solid 1px #ABABAC;
  padding-bottom: 0.25rem;
  line-height: 141%;
}
.dpd-box-primary-h2.has-icon {
  border-bottom: solid 1px #e6e7e8;
  padding-bottom: 0.1rem;
}
.dpd-box-primary-h2.has-icon img {
  margin-top: -5px;
}

@media (min-width: 992px) {
  .dpd-box-primary-h2 {
    font-size: 0.95rem;
  }
}
.dpd-box-primary-h3 {
  font-size: 0.88rem;
  border-bottom: solid 1px #e6e7e8;
  padding-bottom: 0.25rem;
  padding-right: 20px;
}

.dpd-box-secondary-h {
  font-size: 0.82rem;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #e6e7e8;
}

.dpd-box-secondary-h2 {
  font-size: 0.8rem;
  padding-bottom: 0.15rem;
}

.dpd-box-predict-i:before {
  position: absolute;
  top: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-801" y="-401.999" width="1920" height="1970" style="fill:white;"/><rect x="-589" y="-336.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect x="-19.667" y="-257.999" width="1118" height="1722" style="fill:white;"/><rect x="-5.5" y="-5.499" width="30" height="30" style="fill:none;"/><path d="M15.248,6.651C15.095,6.651 14.946,6.571 14.865,6.429C13.772,4.521 11.717,3.336 9.5,3.336C9.256,3.336 9.059,3.139 9.059,2.895C9.059,2.652 9.256,2.454 9.5,2.454C12.032,2.454 14.381,3.809 15.631,5.99C15.752,6.201 15.678,6.471 15.467,6.592C15.398,6.632 15.323,6.651 15.248,6.651Z" style="fill:rgb(220,0,50);"/><path d="M9.5,18.738C4.407,18.738 0.263,14.594 0.263,9.501C0.263,4.408 4.407,0.264 9.5,0.264C14.593,0.264 18.737,4.408 18.737,9.501C18.737,14.594 14.593,18.738 9.5,18.738ZM9.5,1.146C4.894,1.146 1.145,4.894 1.145,9.501C1.145,14.108 4.894,17.856 9.5,17.856C14.106,17.856 17.855,14.107 17.855,9.501C17.855,4.895 14.107,1.146 9.5,1.146Z" style="fill:rgb(65,64,66);"/><circle cx="16.159" cy="9.501" r="1" style="fill:rgb(65,64,66);"/><circle cx="15.277" cy="12.847" r="1" style="fill:rgb(65,64,66);"/><circle cx="12.864" cy="15.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="9.542" cy="16.197" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.219" cy="15.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.723" cy="12.847" r="1" style="fill:rgb(65,64,66);"/><circle cx="2.841" cy="9.536" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.723" cy="6.188" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.219" cy="3.775" r="1" style="fill:rgb(65,64,66);"/><path d="M9.103,10.895L9.103,11.537L5.48,11.537L5.48,10.979L7.429,9.504C7.98,9.094 8.213,8.734 8.213,8.268C8.213,7.76 7.888,7.343 7.203,7.343C6.433,7.343 6.059,7.809 6.052,8.459L5.375,8.339C5.402,7.336 6.052,6.665 7.218,6.665C8.404,6.665 8.962,7.4 8.962,8.211C8.962,8.826 8.757,9.334 7.987,9.892L6.624,10.895L9.103,10.895Z" style="fill:rgb(220,0,50);"/><path d="M10.683,6.524L10.683,8.402C10.951,8.021 11.403,7.78 11.997,7.78C12.999,7.78 13.444,8.494 13.444,9.412L13.444,11.537L12.71,11.537L12.71,9.525C12.71,8.896 12.42,8.459 11.763,8.459C11.177,8.459 10.81,8.854 10.683,9.257L10.683,11.537L9.949,11.537L9.949,6.524L10.683,6.524Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-box-cashondelivery-i:before {
  position: absolute;
  top: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="16" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-1166" y="-404.999" width="1920" height="1970" style="fill:white;"/><rect x="-954" y="-339.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect x="-384.667" y="-260.999" width="1118" height="1722" style="fill:white;"/><rect  x="-2.529" y="-6.999" width="30" height="30" style="fill:none;"/><path  d="M12.915,15.942L2.326,15.942C1.59,15.941 0.994,15.345 0.994,14.61L0.994,8.715C0.994,7.98 1.59,7.384 2.326,7.383L12.915,7.383C13.65,7.384 14.246,7.98 14.247,8.715L14.247,14.61C14.246,15.345 13.65,15.941 12.915,15.942ZM2.326,8.265C2.078,8.266 1.877,8.467 1.876,8.715L1.876,14.61C1.877,14.858 2.078,15.06 2.326,15.06L12.915,15.06C13.164,15.06 13.365,14.858 13.365,14.61L13.365,8.715C13.365,8.467 13.164,8.266 12.915,8.265L2.326,8.265Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M13.813,9.977L1.441,9.977C1.198,9.977 1,9.78 1,9.536C1,9.292 1.198,9.095 1.441,9.095L13.813,9.095C14.056,9.095 14.254,9.292 14.254,9.536C14.254,9.78 14.056,9.977 13.813,9.977Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><ellipse cx="9.671" cy="12.495" rx="1.097" ry="1.097" style="fill:rgb(220,0,50);"/><circle cx="11.426" cy="12.492" r="1.097" style="fill:rgb(65,64,66);"/><path  d="M23.946,10.648L13.818,10.648C13.574,10.648 13.376,10.451 13.376,10.207C13.376,9.963 13.574,9.766 13.818,9.766L23.064,9.766L23.064,0.942L4.534,0.942L4.534,7.385C4.534,7.629 4.337,7.826 4.093,7.826C3.85,7.826 3.652,7.629 3.652,7.385L3.652,0.06L23.946,0.06L23.946,10.648Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M16.441,8.001C16.324,8.001 16.212,7.955 16.13,7.872C16.047,7.789 16,7.677 16,7.56L16,3.148C16,2.905 16.198,2.707 16.441,2.707C16.685,2.707 16.883,2.905 16.883,3.148L16.883,7.56C16.883,7.677 16.836,7.789 16.753,7.872C16.671,7.955 16.559,8.001 16.441,8.001Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M19.285,8.001C18.296,8.001 17.52,6.838 17.52,5.354C17.52,3.87 18.296,2.707 19.285,2.707C20.275,2.707 21.05,3.87 21.05,5.354C21.05,6.838 20.275,8.001 19.285,8.001ZM19.286,3.589C18.869,3.589 18.403,4.344 18.403,5.354C18.403,6.364 18.869,7.119 19.286,7.119C19.702,7.119 20.168,6.364 20.168,5.354C20.168,4.344 19.702,3.589 19.286,3.589Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-box-pickup-i:before {
  position: absolute;
  top: -4px;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-1320" y="-337.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect x="-750.667" y="-258.999" width="1118" height="1722" style="fill:white;"/><rect  x="-4.312" y="-4.999" width="30" height="30" style="fill:none;"/><path id="Path" d="M19.948,13.966C19.951,13.966 19.952,13.968 19.952,13.971L19.952,17.942C19.952,18.673 19.36,19.266 18.629,19.266L2.746,19.266C2.015,19.266 1.423,18.673 1.423,17.942L1.423,13.971C1.423,13.968 1.425,13.966 1.427,13.966L19.948,13.966Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M15.099,17.057L6.276,17.057C6.032,17.057 5.835,16.86 5.835,16.616C5.835,16.372 6.032,16.175 6.276,16.175L15.099,16.175C15.343,16.175 15.541,16.372 15.541,16.616C15.541,16.86 15.343,17.057 15.099,17.057Z" style="fill:white;fill-rule:nonzero;"/><path d="M19.952,14.407L1.423,14.407C1.179,14.407 0.982,14.21 0.982,13.966C0.982,13.722 1.179,13.525 1.423,13.525L19.952,13.525C20.196,13.525 20.393,13.722 20.393,13.966C20.393,14.21 20.196,14.407 19.952,14.407Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M18.629,19.707L2.746,19.707C1.773,19.707 0.982,18.915 0.982,17.942L0.982,2.06C0.982,1.087 1.773,0.295 2.746,0.295L18.629,0.295C19.602,0.295 20.393,1.087 20.393,2.06L20.393,17.942C20.393,18.915 19.602,19.707 18.629,19.707ZM2.746,1.177C2.26,1.177 1.864,1.573 1.864,2.06L1.864,17.942C1.864,18.429 2.26,18.825 2.746,18.825L18.629,18.825C19.115,18.825 19.511,18.429 19.511,17.942L19.511,2.06C19.511,1.573 19.115,1.177 18.629,1.177L2.746,1.177Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M14.878,5.49L12.502,6.915C12.475,6.93 12.441,6.938 12.406,6.938C12.368,6.938 12.331,6.929 12.304,6.911L12.23,6.866L11.989,6.716C11.935,6.682 11.893,6.607 11.893,6.544L11.893,6.171C11.893,6.107 11.936,6.018 11.991,5.986L12.04,5.957L14.47,4.5L10.861,2.499C10.777,2.452 10.639,2.452 10.555,2.499L6.833,4.519L11.149,6.989C11.205,7.02 11.247,7.092 11.247,7.158L11.247,7.41L11.247,7.957L11.245,10.721C11.245,10.785 11.201,10.86 11.145,10.89L10.819,11.07C10.819,11.07 10.816,11.07 10.815,11.071C10.788,11.084 10.756,11.092 10.722,11.092L10.716,11.092C10.677,11.093 10.641,11.085 10.613,11.07L10.286,10.89C10.231,10.86 10.187,10.785 10.187,10.721L10.186,7.957L10.185,7.957L10.185,7.721C10.182,7.687 10.158,7.646 10.131,7.631L6.498,5.53L6.496,9.637C6.496,9.734 6.564,9.853 6.648,9.901L10.563,12.195C10.646,12.244 10.782,12.244 10.865,12.194L14.728,9.898C14.811,9.849 14.879,9.73 14.879,9.634L14.878,5.49Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-box-primetime-i:before {
  position: absolute;
  top: -4px;
  content: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-801" y="-694.999" width="1920" height="1970" style="fill:white;"/><rect   x="-589" y="-629.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect   x="-19.667" y="-550.999" width="1118" height="1722" style="fill:white;"/><path   d="M2.976,13.756L2.976,15.609L3.583,15.609L3.583,13.756L4.798,13.756L4.798,13.139L3.583,13.139C2.97,13.139 2.976,13.756 2.976,13.756ZM1.822,13.139L0,13.139L0,16.532L0.607,16.532L0.607,15.609L1.822,15.609C1.822,15.609 2.429,15.609 2.429,14.992L2.429,13.756C2.429,13.756 2.429,13.139 1.822,13.139ZM1.822,14.989L0.607,14.989L0.607,13.756L1.822,13.756L1.822,14.989ZM8.623,13.139C8.623,13.139 6.194,13.139 6.194,13.139L6.194,15.609L6.797,15.609L6.797,13.756L7.401,13.756L7.401,15.609L8.008,15.609L8.008,13.756L8.612,13.756L8.612,15.609L9.219,15.609L9.219,13.756C9.219,13.756 9.236,13.139 8.623,13.139ZM11.597,13.139L10.383,13.139C10.383,13.139 9.776,13.139 9.776,13.756L9.776,14.989C9.776,14.989 9.776,15.606 10.383,15.606L11.597,15.606C11.597,15.606 12.204,15.606 12.204,14.989L10.383,14.989L10.383,14.68L12.204,14.68L12.204,13.756C12.204,13.756 12.21,13.139 11.597,13.139L11.597,13.139ZM11.597,14.064L10.383,14.064L10.383,13.756L11.597,13.756L11.597,14.064ZM5.04,15.609L5.644,15.609L5.644,13.139L5.04,13.139L5.04,15.609ZM5.04,12.834L5.644,12.834L5.644,12.215L5.04,12.215L5.04,12.834ZM12.776,2.555L11.494,2.122L9.715,7.389L4.361,5.586L3.93,6.868L10.565,9.105L12.776,2.555Z" style="fill:rgb(227,6,19);"/><path   d="M13.511,12.522L12.903,12.522L12.903,13.139L12.601,13.139L12.601,13.756L12.903,13.756L12.903,15.609L13.511,15.609L13.511,13.756L13.812,13.756L13.812,13.139L13.511,13.139L13.511,12.522ZM14.209,15.609L14.817,15.609L14.817,13.139L14.209,13.139L14.209,15.609ZM17.792,13.142L15.363,13.142L15.363,15.609L15.97,15.609L15.97,13.756L16.578,13.756L16.578,15.609L17.181,15.609L17.181,13.756L17.788,13.756L17.788,15.609L18.4,15.609L18.4,13.756C18.4,13.756 18.406,13.139 17.792,13.139L17.792,13.142ZM21.374,14.683L21.374,13.756C21.374,13.756 21.38,13.139 20.767,13.139L19.552,13.139C19.552,13.139 18.945,13.139 18.945,13.756L18.945,14.989C18.945,14.989 18.945,15.606 19.552,15.606L20.767,15.606C20.767,15.606 21.374,15.606 21.374,14.989L19.552,14.989L19.552,14.68L21.374,14.683ZM19.552,13.759L20.767,13.759L20.767,14.067L19.552,14.067L19.552,13.759ZM14.209,12.834L14.817,12.834L14.817,12.215L14.209,12.215L14.209,12.834ZM10.029,0.875C12.728,0.874 15.227,2.299 16.602,4.621C17.977,6.944 18.023,9.82 16.725,12.186L17.372,12.186C18.882,9.153 18.373,5.504 16.091,2.999C13.81,0.494 10.224,-0.352 7.063,0.868C3.902,2.089 1.816,5.126 1.81,8.514C1.81,9.79 2.109,11.048 2.682,12.187L3.329,12.185C2.03,9.819 2.076,6.942 3.453,4.619C4.829,2.296 7.329,0.872 10.029,0.875L10.029,0.875ZM9.213,7.755L3.77,7.755L3.77,9.106L10.568,9.106L10.568,1.781L9.211,1.781L9.213,7.755Z" style="fill:rgb(29,29,27);"/></svg>');
}

.dpd-box-security-i:before {
  position: absolute;
  top: -10px;
  left: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path  d="M16.985,24.706C16.742,24.706 16.544,24.509 16.544,24.265C16.544,24.021 16.741,23.824 16.985,23.824L20.515,23.823L20.515,14.117L9.485,14.117L9.485,23.823L13.015,23.823C13.258,23.823 13.456,24.02 13.456,24.264C13.456,24.508 13.258,24.705 13.015,24.705L8.603,24.705L8.603,13.235L21.397,13.235L21.397,24.705L16.985,24.706Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M16.324,17.316C16.324,16.585 15.731,15.993 15,15.993C14.269,15.993 13.676,16.585 13.676,17.316C13.676,17.796 13.945,18.197 14.327,18.429L13.775,22.61L16.225,22.61L15.673,18.429C16.055,18.197 16.324,17.796 16.324,17.316Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M18.309,14.118C18.065,14.118 17.868,13.92 17.868,13.676L17.868,9.044C17.868,7.463 16.581,6.176 15,6.176C13.419,6.176 12.132,7.463 12.132,9.044L12.132,13.676C12.132,13.92 11.935,14.118 11.691,14.118C11.448,14.118 11.25,13.92 11.25,13.676L11.25,9.044C11.25,6.976 12.932,5.294 15,5.294C17.068,5.294 18.75,6.976 18.75,9.044L18.75,13.676C18.75,13.92 18.553,14.118 18.309,14.118Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-box-roadwork-i:before {
  position: absolute;
  top: -3px;
  left: 2px;
  content: url('data:image/svg+xml;utf8,<svg width="17" height="17" viewBox="0 0 17 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-1531" y="-694.999" width="1920" height="1970" style="fill:white;"/><rect  x="-1319" y="-629.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect   x="-749.667" y="-550.999" width="1118" height="1722" style="fill:white;"/><path   d="M10.756,5.354C10.571,5.354 10.405,5.238 10.342,5.063L8.978,1.322C8.926,1.099 8.727,0.941 8.498,0.941C8.268,0.941 8.069,1.099 8.017,1.322L6.596,5.067C6.51,5.295 6.255,5.41 6.027,5.323C5.799,5.237 5.685,4.982 5.771,4.754L7.174,1.013C7.355,0.442 7.884,0.055 8.482,0.055C9.08,0.055 9.61,0.442 9.79,1.013L11.153,4.754C11.205,4.887 11.189,5.037 11.11,5.157C11.031,5.276 10.899,5.349 10.756,5.354Z" style="fill:rgb(65,64,66);"/><path  d="M12.398,9.766C12.213,9.766 12.048,9.652 11.983,9.479L11.441,8.001L5.555,8.001L5.013,9.479C4.958,9.627 4.829,9.735 4.674,9.762C4.518,9.789 4.36,9.731 4.259,9.61C4.158,9.489 4.129,9.323 4.183,9.174L4.832,7.41C4.896,7.237 5.062,7.122 5.247,7.123L11.75,7.123C11.934,7.122 12.1,7.237 12.164,7.41L12.813,9.174C12.862,9.31 12.842,9.46 12.759,9.578C12.676,9.696 12.542,9.766 12.398,9.766L12.398,9.766Z" style="fill:rgb(220,0,50);"/><path  d="M8.5,11.972C7.019,11.972 5.541,11.824 4.088,11.53C3.931,11.499 3.802,11.386 3.75,11.233C3.699,11.081 3.732,10.913 3.839,10.792C3.945,10.671 4.107,10.616 4.265,10.648C7.071,11.221 9.964,11.221 12.771,10.648C13.014,10.599 13.251,10.757 13.3,11.001C13.349,11.245 13.191,11.482 12.947,11.53C11.483,11.827 9.994,11.975 8.5,11.972Z" style="fill:rgb(220,0,50);"/><rect  x="-6.5" y="-6.999" width="30" height="30" style="fill:none;"/><path  d="M8.5,15.942C7.975,15.94 7.458,15.808 6.996,15.558L1.049,12.029C0.714,11.84 0.522,11.472 0.559,11.089C0.576,10.713 0.813,10.383 1.164,10.247L2.425,9.779C2.654,9.694 2.909,9.81 2.994,10.039C3.08,10.268 2.963,10.523 2.734,10.608L1.477,11.089C1.477,11.089 1.446,11.133 1.442,11.164C1.437,11.195 1.442,11.244 1.477,11.261L7.424,14.791C8.101,15.156 8.917,15.156 9.595,14.791L15.506,11.261C15.544,11.24 15.565,11.198 15.559,11.155C15.559,11.125 15.559,11.085 15.524,11.08L14.267,10.613C14.11,10.564 13.994,10.433 13.964,10.272C13.934,10.112 13.995,9.947 14.123,9.846C14.252,9.744 14.426,9.722 14.575,9.788L15.837,10.255C16.185,10.39 16.422,10.717 16.442,11.089C16.472,11.47 16.277,11.834 15.943,12.02L10.031,15.55C9.561,15.805 9.035,15.94 8.5,15.942Z" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-box-clock-i:before {
  position: absolute;
  top: -6px;
  left: 2px;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-800" y="-877.999" width="1920" height="1970" style="fill:white;"/><rect x="-588" y="-812.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect  x="-18.667" y="-733.999" width="1118" height="1722" style="fill:white;"/><path  d="M16.009,5.843C15.923,5.843 15.837,5.821 15.76,5.773C15.534,5.635 15.464,5.34 15.602,5.115L16.494,3.661C16.631,3.436 16.926,3.366 17.151,3.504C17.376,3.642 17.447,3.936 17.309,4.161L16.417,5.615C16.326,5.762 16.169,5.843 16.009,5.843Z" style="fill:rgb(65,64,66);"/><path d="M17.706,4.898C17.619,4.898 17.531,4.874 17.452,4.824L15.833,3.807C15.609,3.667 15.542,3.372 15.683,3.148C15.823,2.925 16.119,2.857 16.342,2.998L17.961,4.015C18.185,4.156 18.252,4.451 18.111,4.674C18.02,4.818 17.865,4.898 17.706,4.898Z" style="fill:rgb(65,64,66);"/><path d="M4.535,5.843C4.375,5.843 4.218,5.762 4.127,5.615L3.235,4.161C3.097,3.936 3.167,3.642 3.392,3.504C3.617,3.365 3.911,3.436 4.05,3.661L4.942,5.116C5.08,5.341 5.01,5.635 4.785,5.773C4.707,5.821 4.621,5.843 4.535,5.843Z" style="fill:rgb(65,64,66);"/><path d="M2.838,4.898C2.679,4.898 2.524,4.818 2.433,4.674C2.292,4.45 2.36,4.155 2.583,4.015L4.202,2.997C4.425,2.856 4.721,2.924 4.861,3.148C5.001,3.371 4.934,3.666 4.711,3.807L3.092,4.824C3.013,4.874 2.925,4.898 2.838,4.898Z" style="fill:rgb(65,64,66);"/><path d="M10.297,3.941C10.02,3.941 9.797,3.727 9.797,3.463L9.797,0.595C9.797,0.331 10.02,0.117 10.297,0.117C10.573,0.117 10.797,0.331 10.797,0.595L10.797,3.463C10.797,3.727 10.573,3.941 10.297,3.941Z" style="fill:rgb(65,64,66);"/><path d="M12.656,1.118L7.876,1.118C7.612,1.118 7.398,0.894 7.398,0.618C7.398,0.342 7.612,0.118 7.876,0.118L12.656,0.118C12.921,0.118 13.134,0.342 13.134,0.618C13.134,0.894 12.921,1.118 12.656,1.118Z" style="fill:rgb(65,64,66);"/><rect  x="-4.5" y="-3.999" width="30" height="30" style="fill:none;"/><path d="M10.305,13.481C10.028,13.481 9.805,13.267 9.805,13.003L9.805,7.267C9.805,7.003 10.028,6.789 10.305,6.789C10.581,6.789 10.805,7.003 10.805,7.267L10.805,13.003C10.805,13.267 10.581,13.481 10.305,13.481Z" style="fill:rgb(220,0,50);"/><path d="M10.274,23.001C4.755,23.001 0.266,18.512 0.266,12.993C0.266,7.475 4.755,2.985 10.274,2.985C15.792,2.985 20.282,7.475 20.282,12.993C20.282,18.512 15.792,23.001 10.274,23.001ZM10.271,3.941C5.28,3.941 1.219,8.002 1.219,12.993C1.219,17.984 5.28,22.045 10.271,22.045C15.261,22.045 19.323,17.984 19.323,12.993C19.323,8.002 15.261,3.941 10.271,3.941Z" style="fill:rgb(65,64,66);"/><circle cx="10.336" cy="5.855" r="1" style="fill:rgb(65,64,66);"/><circle cx="17.508" cy="13.015" r="1" style="fill:rgb(65,64,66);"/><circle cx="13.937" cy="6.811" r="1" style="fill:rgb(65,64,66);"/><circle cx="16.555" cy="9.425" r="1" style="fill:rgb(65,64,66);"/><circle cx="16.555" cy="16.64" r="1" style="fill:rgb(65,64,66);"/><circle cx="13.937" cy="19.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="10.336" cy="20.27" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.742" cy="19.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="4.031" cy="16.64" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.078" cy="13.053" r="1" style="fill:rgb(65,64,66);"/><circle cx="4.031" cy="9.425" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.742" cy="6.811" r="1" style="fill:rgb(65,64,66);"/><path d="M10.282,13.481C10.2,13.481 10.117,13.46 10.041,13.416C9.813,13.282 9.737,12.989 9.871,12.761L12.771,7.813C12.904,7.585 13.197,7.508 13.425,7.642C13.653,7.776 13.729,8.069 13.595,8.297L10.695,13.245C10.606,13.396 10.447,13.481 10.282,13.481Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-box-department-i:before {
  position: absolute;
  top: -6px;
  left: 2px;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-1166" y="-876.999" width="1920" height="1970" style="fill:white;"/><rect id="Rectangle-60-Copy" x="-954" y="-811.999" width="1708" height="1842" style="fill:rgb(230,231,232);fill-opacity:0.5;"/><rect id="Rectangle-60-Copy-5" x="-384.667" y="-732.999" width="1118" height="1722" style="fill:white;"/><rect   x="-4.557" y="-3.199" width="30" height="30" style="fill:none;"/><path  d="M4.707,12.244L2.061,12.244L2.061,8.715L4.707,8.715L4.707,12.244ZM2.943,11.362L3.825,11.362L3.825,9.597L2.943,9.597L2.943,11.362Z" style="fill:rgb(65,64,66);"/><path d="M4.707,7.833L2.061,7.833L2.061,4.303L4.707,4.303L4.707,7.833ZM2.943,6.95L3.825,6.95L3.825,5.185L2.943,5.185L2.943,6.95Z" style="fill:rgb(65,64,66);"/><path d="M9.561,12.244L6.914,12.244L6.914,8.715L9.561,8.715L9.561,12.244ZM7.796,11.362L8.678,11.362L8.678,9.597L7.796,9.597L7.796,11.362Z" style="fill:rgb(65,64,66);"/><path d="M9.561,7.833L6.914,7.833L6.914,4.303L9.561,4.303L9.561,7.833ZM7.796,6.95L8.678,6.95L8.678,5.185L7.796,5.185L7.796,6.95Z" style="fill:rgb(65,64,66);"/><path d="M14.414,12.244L11.767,12.244L11.767,8.715L14.414,8.715L14.414,12.244ZM12.65,11.362L13.531,11.362L13.531,9.597L12.65,9.597L12.65,11.362Z" style="fill:rgb(65,64,66);"/><path d="M14.414,7.833L11.767,7.833L11.767,4.303L14.414,4.303L14.414,7.833ZM12.65,6.95L13.531,6.95L13.531,5.185L12.65,5.185L12.65,6.95Z" style="fill:rgb(65,64,66);"/><path d="M17.943,13.127L15.297,13.127L15.297,9.597L17.943,9.597L17.943,13.127ZM16.179,12.244L17.061,12.244L17.061,10.48L16.179,10.48L16.179,12.244Z" style="fill:rgb(220,0,50);"/><path d="M17.943,8.715L15.297,8.715L15.297,5.185L17.943,5.185L17.943,8.715ZM16.179,7.833L17.061,7.833L17.061,6.068L16.179,6.068L16.179,7.833Z" style="fill:rgb(220,0,50);"/><path d="M10.443,21.062C10.199,21.062 10.002,20.865 10.002,20.621L10.002,15.768L6.472,15.768L6.472,20.621C6.472,20.865 6.275,21.062 6.031,21.062C5.788,21.062 5.59,20.865 5.59,20.621L5.59,14.886L10.884,14.886L10.884,20.621C10.885,20.865 10.687,21.062 10.443,21.062Z" style="fill:rgb(220,0,50);"/><path d="M20.59,22.828L15.738,22.828C15.494,22.828 15.297,22.631 15.297,22.387C15.297,22.143 15.494,21.946 15.738,21.946L19.708,21.946L19.708,3.421L15.738,3.421C15.494,3.421 15.297,3.223 15.297,2.98C15.297,2.736 15.494,2.538 15.738,2.538L20.59,2.538L20.59,22.828Z" style="fill:rgb(220,0,50);"/><path  d="M16.18,22.828L0.295,22.828L0.295,0.774L16.18,0.774L16.18,22.828ZM1.177,21.946L15.297,21.946L15.297,1.656L1.177,1.656L1.177,21.946Z" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-box-parcelinfo-i:before {
  position: absolute;
  top: -4px;
  left: 7px;
  content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Rectangle" d="M17.647,0l-17.647,0l0,17.651l17.647,0l0,-17.651Zm-0.882,0.882l-0,15.887l-15.883,0l0,-15.887l15.883,0Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path" d="M11.03,1.765c0.226,-0 0.413,0.17 0.438,0.389l0.003,0.052l0,4.853l-5.294,-0l0,-4.853c0,-0.244 0.198,-0.441 0.441,-0.441c0.226,-0 0.413,0.17 0.438,0.389l0.003,0.052l0,3.97l3.53,0l-0,-3.97c-0,-0.226 0.17,-0.413 0.39,-0.438l0.051,-0.003Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M11.472,10.738l-1.5,0.883c-0.02,0.004 -0.041,0.004 -0.062,-0c-0.021,0.004 -0.044,0.004 -0.066,-0l-0.044,-0.031l-0.154,-0.093c-0.035,-0.027 -0.055,-0.067 -0.058,-0.11l0,-0.238c0.002,-0.046 0.025,-0.088 0.062,-0.115l0.031,-0l1.535,-0.922l-2.281,-1.262c-0.061,-0.031 -0.133,-0.031 -0.194,-0l-2.351,1.297l2.726,1.562c0.038,0.022 0.062,0.062 0.062,0.106l-0,2.25c-0.001,0.044 -0.027,0.085 -0.066,0.106l-0.203,0.114c-0.019,0.005 -0.039,0.005 -0.057,0c-0.022,0.005 -0.045,0.005 -0.067,0l-0.128,-0.07l-0.079,-0.044c-0.036,-0.024 -0.058,-0.063 -0.062,-0.106l0,-1.915c-0.003,-0.023 -0.016,-0.044 -0.035,-0.057l-2.294,-1.324l-0,2.594c0.004,0.068 0.04,0.13 0.097,0.168l2.47,1.447c0.06,0.031 0.131,0.031 0.19,-0l2.44,-1.452c0.057,-0.037 0.093,-0.099 0.097,-0.167l-0.009,-2.621Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-box-recipient-i:before {
  position: absolute;
  top: -7px;
  left: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="Rectangle" x="0" y="0" width="30" height="30" style="fill:none;"/><path id="Shape" d="M25.589,22.059l-21.176,-0l-0,-14.118l21.176,0l0,14.118Zm-20.293,-0.882l19.412,-0l-0,-12.354l-19.412,0l-0,12.354Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path" d="M10.809,15.286c-0.199,0 -0.374,-0.134 -0.426,-0.327c-0.052,-0.193 0.032,-0.396 0.205,-0.496c0.688,-0.398 1.024,-1.208 0.818,-1.976c-0.205,-0.767 -0.901,-1.301 -1.696,-1.301c-0.795,-0.001 -1.491,0.533 -1.696,1.301c-0.206,0.768 0.129,1.578 0.817,1.975c0.137,0.079 0.221,0.225 0.221,0.383c-0.001,0.157 -0.085,0.303 -0.222,0.381c-0.136,0.079 -0.304,0.079 -0.441,-0c-1.033,-0.598 -1.537,-1.815 -1.227,-2.968c0.309,-1.153 1.355,-1.955 2.549,-1.955c1.194,0.001 2.239,0.803 2.548,1.956c0.309,1.153 -0.195,2.37 -1.229,2.968c-0.067,0.038 -0.143,0.059 -0.221,0.059Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M12.85,19.412c-0.243,-0 -0.441,-0.198 -0.441,-0.441c-0.002,-1.475 -1.198,-2.67 -2.673,-2.67c-1.475,-0 -2.671,1.195 -2.673,2.67c0,0.243 -0.197,0.441 -0.441,0.441c-0.244,-0 -0.441,-0.198 -0.441,-0.441c0.002,-1.962 1.593,-3.552 3.555,-3.552c1.962,0 3.553,1.59 3.555,3.552c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M21.618,13.236l-6.177,-0c-0.243,-0 -0.441,-0.198 -0.441,-0.441c-0,-0.244 0.198,-0.441 0.441,-0.441l6.177,-0c0.243,-0 0.441,0.197 0.441,0.441c-0,0.243 -0.198,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M18.971,15.001l-3.53,-0c-0.243,-0 -0.441,-0.198 -0.441,-0.442c-0,-0.243 0.198,-0.441 0.441,-0.441l3.53,0c0.243,0 0.441,0.198 0.441,0.441c-0,0.244 -0.198,0.442 -0.441,0.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-box-home-i:before {
  position: absolute;
  top: -9px;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="XMLID_2257_" x="0" y="0" width="30" height="30" style="fill:none;"/><path id="Shape" d="M24.266,15.296c-0.113,0 -0.226,-0.043 -0.312,-0.129l-8.954,-8.954l-8.953,8.954c-0.173,0.173 -0.452,0.173 -0.624,0c-0.173,-0.172 -0.173,-0.451 -0,-0.624l9.577,-9.578l9.577,9.578c0.173,0.173 0.173,0.452 0,0.624c-0.086,0.086 -0.198,0.129 -0.311,0.129Z" style="fill:rgb(65,64,66);"/><path id="Shape1" serif:id="Shape" d="M22.942,24.852l-15.884,-0l-0,-9.266c-0,-0.244 0.198,-0.441 0.441,-0.441c0.244,-0 0.441,0.197 0.441,0.441l0,8.384l14.12,-0l-0,-8.384c-0,-0.244 0.197,-0.441 0.441,-0.441c0.244,-0 0.441,0.197 0.441,0.441l0,9.266Z" style="fill:rgb(65,64,66);"/><path id="Shape2" serif:id="Shape" d="M17.206,23.086c-0.244,-0 -0.441,-0.197 -0.441,-0.441l-0,-4.853l-3.53,-0l0,4.853c0,0.244 -0.197,0.441 -0.441,0.441c-0.243,-0 -0.441,-0.197 -0.441,-0.441l-0,-5.736l5.294,0l0,5.736c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-box-call-i:before {
  position: absolute;
  top: -10px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="XMLID_1234_" x="0" y="0" width="30" height="30" style="fill:none;"/><path id="Shape" d="M15.18,25.147c-0.167,0 -0.328,-0.096 -0.401,-0.259l-0.045,-0.097c-2.828,-6.222 -2.828,-13.36 0,-19.582l0.044,-0.097c0.101,-0.222 0.362,-0.32 0.584,-0.22c0.222,0.101 0.32,0.362 0.22,0.584l-0.044,0.097c-2.723,5.991 -2.723,12.863 -0,18.853l0.044,0.098c0.101,0.222 0.002,0.483 -0.22,0.584c-0.058,0.027 -0.121,0.039 -0.182,0.039Z" style="fill:rgb(65,64,66);"/><path id="Shape1" serif:id="Shape" d="M16.946,25.147c-0.168,0 -0.328,-0.096 -0.402,-0.258l-0.044,-0.097c-0.632,-1.39 -1.133,-2.869 -1.491,-4.398c-0.056,-0.237 0.092,-0.474 0.329,-0.53c0.238,-0.054 0.475,0.092 0.53,0.33c0.345,1.472 0.827,2.895 1.434,4.233l0.045,0.095c0.101,0.222 0.004,0.484 -0.218,0.585c-0.06,0.027 -0.122,0.04 -0.183,0.04Z" style="fill:rgb(220,0,50);"/><path id="Shape2" serif:id="Shape" d="M15.439,10.147c-0.034,0 -0.067,-0.003 -0.101,-0.011c-0.237,-0.056 -0.385,-0.293 -0.329,-0.531c0.358,-1.531 0.86,-3.009 1.49,-4.396l0.045,-0.098c0.101,-0.221 0.363,-0.32 0.584,-0.218c0.222,0.101 0.32,0.363 0.218,0.585l-0.044,0.097c-0.606,1.333 -1.089,2.757 -1.434,4.231c-0.048,0.204 -0.229,0.341 -0.429,0.341Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-box-database-i:before {
  position: absolute;
  top: -2px;
  left: 7px;
  content: url('data:image/svg+xml;utf8,<svg width="17" height="18" viewBox="0 0 17 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Shape" d="M15.956,17.5l-15.441,-0c-0.285,-0 -0.515,-0.23 -0.515,-0.515l0,-4.118c0,-0.284 0.23,-0.514 0.515,-0.514l15.441,-0c0.285,-0 0.515,0.23 0.515,0.514l-0,4.118c-0,0.285 -0.231,0.515 -0.515,0.515Zm-14.927,-1.03l14.412,0l0,-3.088l-14.412,-0l0,3.088Z" style="fill:rgb(65,64,66);"/><circle id="Circle" cx="2.573" cy="14.927" r="1" style="fill:rgb(220,0,50);"/><path id="Shape1" serif:id="Shape" d="M13.897,15.442l-2.059,-0c-0.285,-0 -0.515,-0.231 -0.515,-0.515c0,-0.285 0.23,-0.515 0.515,-0.515l2.059,0c0.284,0 0.514,0.23 0.514,0.515c0,0.284 -0.23,0.515 -0.514,0.515Z" style="fill:rgb(220,0,50);"/><path id="Shape2" serif:id="Shape" d="M15.956,11.324l-15.441,-0c-0.285,-0 -0.515,-0.23 -0.515,-0.515l0,-4.118c0,-0.284 0.23,-0.514 0.515,-0.514l15.441,-0c0.285,-0 0.515,0.23 0.515,0.514l-0,4.118c-0,0.285 -0.231,0.515 -0.515,0.515Zm-14.927,-1.03l14.412,0l0,-3.088l-14.412,0l0,3.088Z" style="fill:rgb(65,64,66);"/><circle id="Circle1" serif:id="Circle" cx="2.573" cy="8.75" r="1" style="fill:rgb(220,0,50);"/><path id="Shape3" serif:id="Shape" d="M13.897,9.265l-2.059,-0c-0.285,-0 -0.515,-0.23 -0.515,-0.515c0,-0.285 0.23,-0.515 0.515,-0.515l2.059,0c0.284,0 0.514,0.23 0.514,0.515c0,0.285 -0.23,0.515 -0.514,0.515Z" style="fill:rgb(220,0,50);"/><path id="Shape4" serif:id="Shape" d="M15.956,5.147l-15.441,0c-0.285,0 -0.515,-0.23 -0.515,-0.515l0,-4.117c0,-0.285 0.23,-0.515 0.515,-0.515l15.441,-0c0.285,-0 0.515,0.23 0.515,0.515l-0,4.117c-0,0.285 -0.231,0.515 -0.515,0.515Zm-14.927,-1.029l14.412,-0l0,-3.089l-14.412,0l0,3.089Z" style="fill:rgb(65,64,66);"/><circle id="Circle2" serif:id="Circle" cx="2.573" cy="2.573" r="1" style="fill:rgb(220,0,50);"/><path id="Shape5" serif:id="Shape" d="M13.897,3.088l-2.059,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c0,-0.284 0.23,-0.514 0.515,-0.514l2.059,-0c0.284,-0 0.514,0.23 0.514,0.514c0,0.285 -0.23,0.515 -0.514,0.515Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-box-i {
  display: inline-block;
  position: absolute;
}
.dpd-box-i ~ span {
  padding-left: 2.25rem;
}

@media (min-width: 992px) {
  .dpd-business-content {
    border-left: solid 1px #e6e7e8;
  }
}
.page-content-wrapper {
  min-height: 100vh;
  position: relative;
  width: 100%;
  background: white;
}
.page-content-wrapper.scrollable-content {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-content-wrapper.scrollable-content::-webkit-scrollbar {
  width: 0;
}

.custom-footer-menu {
  margin-bottom: 0 !important;
}

.dpd-submenu-myparcel-track-i:before {
  position: absolute;
  top: -4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect   x="0" y="0" width="35" height="35" style="fill:none;"/> <path  d="M17.511,27.637L17.024,26.445C16.791,25.875 11.324,12.456 11.324,9.265C11.324,5.859 14.094,3.088 17.5,3.088C20.906,3.088 23.676,5.859 23.676,9.265C23.676,11.816 18.212,25.841 17.98,26.437L17.511,27.637ZM17.5,4.118C14.662,4.118 12.353,6.427 12.353,9.265C12.353,11.47 15.477,19.827 17.489,24.851C19.272,20.209 22.647,11.05 22.647,9.265C22.647,6.427 20.338,4.118 17.5,4.118Z" style="fill:rgb(65,64,66);"/> <ellipse id="XMLID_82_" cx="17.489" cy="9.265" rx="1.544" ry="1.544" style="fill:rgb(220,0,50);"/> <path  d="M17.5,30.882C14.007,30.882 10.294,29.8 10.294,27.794C10.294,26.643 11.562,25.67 13.774,25.125C14.049,25.056 14.328,25.226 14.396,25.502C14.465,25.777 14.296,26.056 14.02,26.124C12.158,26.584 11.324,27.294 11.324,27.794C11.324,28.654 13.673,29.853 17.5,29.853C21.327,29.853 23.676,28.654 23.676,27.794C23.676,27.293 22.843,26.583 20.979,26.125C20.704,26.057 20.535,25.779 20.603,25.502C20.672,25.226 20.949,25.056 21.226,25.126C23.438,25.669 24.706,26.642 24.706,27.794C24.706,29.8 20.994,30.882 17.5,30.882Z" style="fill:rgb(220,0,50);"/> </svg>');
}

.dpd-submenu-myparcel-track-inactive-i:before {
  position: absolute;
  top: -4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect   x="0" y="0" width="35" height="35" style="fill:none;"/> <path  d="M17.511,27.637L17.024,26.445C16.791,25.875 11.324,12.456 11.324,9.265C11.324,5.859 14.094,3.088 17.5,3.088C20.906,3.088 23.676,5.859 23.676,9.265C23.676,11.816 18.212,25.841 17.98,26.437L17.511,27.637ZM17.5,4.118C14.662,4.118 12.353,6.427 12.353,9.265C12.353,11.47 15.477,19.827 17.489,24.851C19.272,20.209 22.647,11.05 22.647,9.265C22.647,6.427 20.338,4.118 17.5,4.118Z" style="fill:rgb(128, 130, 133);"/> <ellipse  cx="17.489" cy="9.265" rx="1.544" ry="1.544" style="fill:rgb(128, 130, 133);"/> <path  d="M17.5,30.882C14.007,30.882 10.294,29.8 10.294,27.794C10.294,26.643 11.562,25.67 13.774,25.125C14.049,25.056 14.328,25.226 14.396,25.502C14.465,25.777 14.296,26.056 14.02,26.124C12.158,26.584 11.324,27.294 11.324,27.794C11.324,28.654 13.673,29.853 17.5,29.853C21.327,29.853 23.676,28.654 23.676,27.794C23.676,27.293 22.843,26.583 20.979,26.125C20.704,26.057 20.535,25.779 20.603,25.502C20.672,25.226 20.949,25.056 21.226,25.126C23.438,25.669 24.706,26.642 24.706,27.794C24.706,29.8 20.994,30.882 17.5,30.882Z" style="fill:rgb(128, 130, 133);"/> </svg>');
}

a:hover .dpd-submenu-myparcel-track-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect   x="0" y="0" width="35" height="35" style="fill:none;"/> <path  d="M17.511,27.637L17.024,26.445C16.791,25.875 11.324,12.456 11.324,9.265C11.324,5.859 14.094,3.088 17.5,3.088C20.906,3.088 23.676,5.859 23.676,9.265C23.676,11.816 18.212,25.841 17.98,26.437L17.511,27.637ZM17.5,4.118C14.662,4.118 12.353,6.427 12.353,9.265C12.353,11.47 15.477,19.827 17.489,24.851C19.272,20.209 22.647,11.05 22.647,9.265C22.647,6.427 20.338,4.118 17.5,4.118Z" style="fill:rgb(65,64,66);"/> <ellipse id="XMLID_82_" cx="17.489" cy="9.265" rx="1.544" ry="1.544" style="fill:rgb(220,0,50);"/> <path  d="M17.5,30.882C14.007,30.882 10.294,29.8 10.294,27.794C10.294,26.643 11.562,25.67 13.774,25.125C14.049,25.056 14.328,25.226 14.396,25.502C14.465,25.777 14.296,26.056 14.02,26.124C12.158,26.584 11.324,27.294 11.324,27.794C11.324,28.654 13.673,29.853 17.5,29.853C21.327,29.853 23.676,28.654 23.676,27.794C23.676,27.293 22.843,26.583 20.979,26.125C20.704,26.057 20.535,25.779 20.603,25.502C20.672,25.226 20.949,25.056 21.226,25.126C23.438,25.669 24.706,26.642 24.706,27.794C24.706,29.8 20.994,30.882 17.5,30.882Z" style="fill:rgb(220,0,50);"/> </svg>');
}

.dpd-submenu-myparcel-warnings-i:before {
  position: absolute;
  top: -2px;
  left: 3px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 68 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect    x="-217" y="-35" width="500" height="292" style="fill:none;"/><rect  x="-7" y="-10" width="80" height="80" style="fill:none;"/><path   d="M63.478,60L4.31,60C2.85,60 1.544,59.245 0.813,57.982C0.082,56.718 0.084,55.207 0.813,53.944L30.397,2.703C31.126,1.439 32.434,0.684 33.894,0.684C35.354,0.684 36.661,1.439 37.391,2.703L66.975,53.944C67.704,55.208 67.704,56.719 66.974,57.982C66.244,59.246 64.937,60 63.478,60ZM33.884,3.375C33.65,3.375 33.068,3.441 32.719,4.048L3.133,55.289C2.782,55.896 3.016,56.434 3.133,56.636C3.25,56.838 3.598,57.309 4.3,57.309L63.468,57.309C64.169,57.309 64.516,56.838 64.633,56.636C64.75,56.434 64.984,55.897 64.633,55.289L35.049,4.048C34.699,3.441 34.118,3.375 33.884,3.375Z" style="fill:rgb(65,64,66);"/><circle  cx="34.224" cy="48.409" r="1.667" style="fill:rgb(220,0,50);"/><path   d="M34.224,44.051C33.304,44.051 32.557,43.449 32.557,42.705L32.557,23.616C32.557,22.873 33.304,22.27 34.224,22.27C35.144,22.27 35.891,22.873 35.891,23.616L35.891,42.705C35.891,43.448 35.144,44.051 34.224,44.051Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-submenu-myparcel-warnings-inactive-i:before {
  position: absolute;
  top: -2px;
  left: 3px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 68 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect    x="-217" y="-35" width="500" height="292" style="fill:none;"/><rect  x="-7" y="-10" width="80" height="80" style="fill:none;"/><path   d="M63.478,60L4.31,60C2.85,60 1.544,59.245 0.813,57.982C0.082,56.718 0.084,55.207 0.813,53.944L30.397,2.703C31.126,1.439 32.434,0.684 33.894,0.684C35.354,0.684 36.661,1.439 37.391,2.703L66.975,53.944C67.704,55.208 67.704,56.719 66.974,57.982C66.244,59.246 64.937,60 63.478,60ZM33.884,3.375C33.65,3.375 33.068,3.441 32.719,4.048L3.133,55.289C2.782,55.896 3.016,56.434 3.133,56.636C3.25,56.838 3.598,57.309 4.3,57.309L63.468,57.309C64.169,57.309 64.516,56.838 64.633,56.636C64.75,56.434 64.984,55.897 64.633,55.289L35.049,4.048C34.699,3.441 34.118,3.375 33.884,3.375Z" style="fill:rgb(128, 130, 133);"/><circle  cx="34.224" cy="48.409" r="1.667" style="fill:rgb(128, 130, 133);"/><path   d="M34.224,44.051C33.304,44.051 32.557,43.449 32.557,42.705L32.557,23.616C32.557,22.873 33.304,22.27 34.224,22.27C35.144,22.27 35.891,22.873 35.891,23.616L35.891,42.705C35.891,43.448 35.144,44.051 34.224,44.051Z" style="fill:rgb(128, 130, 133);"/></svg>');
}

a:hover .dpd-submenu-myparcel-warnings-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 68 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect    x="-217" y="-35" width="500" height="292" style="fill:none;"/><rect  x="-7" y="-10" width="80" height="80" style="fill:none;"/><path   d="M63.478,60L4.31,60C2.85,60 1.544,59.245 0.813,57.982C0.082,56.718 0.084,55.207 0.813,53.944L30.397,2.703C31.126,1.439 32.434,0.684 33.894,0.684C35.354,0.684 36.661,1.439 37.391,2.703L66.975,53.944C67.704,55.208 67.704,56.719 66.974,57.982C66.244,59.246 64.937,60 63.478,60ZM33.884,3.375C33.65,3.375 33.068,3.441 32.719,4.048L3.133,55.289C2.782,55.896 3.016,56.434 3.133,56.636C3.25,56.838 3.598,57.309 4.3,57.309L63.468,57.309C64.169,57.309 64.516,56.838 64.633,56.636C64.75,56.434 64.984,55.897 64.633,55.289L35.049,4.048C34.699,3.441 34.118,3.375 33.884,3.375Z" style="fill:rgb(65,64,66);"/><circle  cx="34.224" cy="48.409" r="1.667" style="fill:rgb(220,0,50);"/><path   d="M34.224,44.051C33.304,44.051 32.557,43.449 32.557,42.705L32.557,23.616C32.557,22.873 33.304,22.27 34.224,22.27C35.144,22.27 35.891,22.873 35.891,23.616L35.891,42.705C35.891,43.448 35.144,44.051 34.224,44.051Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-submenu-myparcel-complaint-i:before {
  position: absolute;
  top: -2px;
  left: 2px;
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 20 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"> <path  d="M10,33.611l0,-12.996" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path  d="M3.571,33.692l12.858,0" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path d="M10,10.154l-2.571,-3.184l2.571,-2.701l-2.571,-3.269" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/> <path  d="M1,1c0,6.682 1.246,17 9,17c7.754,0 9,-10.318 9,-17l-18,0Z" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> </svg>');
}

.dpd-submenu-myparcel-complaint-inactive-i:before {
  position: absolute;
  top: -2px;
  left: 2px;
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 20 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"> <path  d="M10,33.611l0,-12.996" style="fill:none;stroke:rgb(128, 130, 133);stroke-width:1.5px;"/> <path  d="M3.571,33.692l12.858,0" style="fill:none;stroke:rgb(128, 130, 133);stroke-width:1.5px;"/> <path d="M10,10.154l-2.571,-3.184l2.571,-2.701l-2.571,-3.269" style="fill:none;stroke:rgb(128, 130, 133);stroke-width:1.5px;"/> <path  d="M1,1c0,6.682 1.246,17 9,17c7.754,0 9,-10.318 9,-17l-18,0Z" style="fill:none;stroke:rgb(128, 130, 133);stroke-width:1.5px;"/> </svg>');
}

a:hover .dpd-submenu-myparcel-complaint-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 20 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"> <path  d="M10,33.611l0,-12.996" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path  d="M3.571,33.692l12.858,0" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> <path d="M10,10.154l-2.571,-3.184l2.571,-2.701l-2.571,-3.269" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/> <path  d="M1,1c0,6.682 1.246,17 9,17c7.754,0 9,-10.318 9,-17l-18,0Z" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/> </svg>');
}

.dpd-submenu-myparcel-startrack-i:before {
  position: absolute;
  top: -4px;
  left: 0px;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Scan_History_blackred_pos_rgb'%3E%3Cg id='Delivery_x5F_Scan_x5F_History_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M23.3809 15.8824L16.7509 15.8824C16.5069 15.8824 16.3097 15.6851 16.3097 15.4412C16.3097 15.1976 16.5069 15 16.7509 15L23.3809 15C23.6249 15 23.8221 15.1976 23.8221 15.4412C23.8221 15.6851 23.6249 15.8824 23.3809 15.8824L23.3809 15.8824Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(13.235294 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cg id='Group' transform='translate(23.382353 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cpath d='M13.2379 15.8824L6.61765 15.8824C6.37412 15.8824 6.17647 15.6851 6.17647 15.4412C6.17647 15.1976 6.37412 15 6.61765 15L13.2379 15C13.4815 15 13.6791 15.1976 13.6791 15.4412C13.6791 15.6851 13.4815 15.8824 13.2379 15.8824L13.2379 15.8824Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(3.0882354 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cpath d='M0 0L30 0L30 30L0 30L0 0Z' id='Rectangle' fill='none' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-myparcel-startrack-inactive-i:before {
  position: absolute;
  top: -4px;
  left: 0px;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.5019608 0 0 0 0 0.50980395 0 0 0 0 0.52156866 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='Scan_History_blackred_pos_rgb' filter='url(%23filter_1)'%3E%3Cg id='Delivery_x5F_Scan_x5F_History_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M23.3809 15.8824L16.7509 15.8824C16.5069 15.8824 16.3097 15.6851 16.3097 15.4412C16.3097 15.1976 16.5069 15 16.7509 15L23.3809 15C23.6249 15 23.8221 15.1976 23.8221 15.4412C23.8221 15.6851 23.6249 15.8824 23.3809 15.8824L23.3809 15.8824Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(13.235294 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cg id='Group' transform='translate(23.382353 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cpath d='M13.2379 15.8824L6.61765 15.8824C6.37412 15.8824 6.17647 15.6851 6.17647 15.4412C6.17647 15.1976 6.37412 15 6.61765 15L13.2379 15C13.4815 15 13.6791 15.1976 13.6791 15.4412C13.6791 15.6851 13.4815 15.8824 13.2379 15.8824L13.2379 15.8824Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(3.0882354 13.676471)'%3E%3Cg id='Group'%3E%3Cpath d='M0 1.76471C0 0.790086 0.790086 0 1.76471 0C2.73933 0 3.52941 0.790086 3.52941 1.76471C3.52941 2.73933 2.73933 3.52941 1.76471 3.52941C0.790086 3.52941 0 2.73933 0 1.76471Z' id='Circle' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3Cpath d='M0 0L30 0L30 30L0 30L0 0Z' id='Rectangle' fill='none' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-myparcel-incoming-i:before {
  position: absolute;
  top: -7px;
  left: -2px;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='return_blackred_pos_rgb'%3E%3Cg id='Delivery_x5F_return_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M0 0L35 0L35 35L0 35L0 0Z' id='Rechteck' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(7.317059 7.205754)'%3E%3Cg id='Uturn_4_' transform='translate(0.33610338 0)'%3E%3Cpath d='M4.84544 9.26483C4.71368 9.26483 4.58191 9.21439 4.48154 9.11403L0 4.63248L4.48154 0.150938C4.68279 -0.0503124 5.00809 -0.0503124 5.20934 0.150938C5.41059 0.352187 5.41059 0.677482 5.20934 0.878732L1.45559 4.63248L5.20934 8.38623C5.41059 8.58748 5.41059 8.91278 5.20934 9.11403C5.10897 9.21439 4.97721 9.26483 4.84544 9.26483L4.84544 9.26483Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M13.8528 18.5295L7.03294 18.5295C6.74882 18.5295 6.51824 18.2995 6.51824 18.0148C6.51824 17.7302 6.74882 17.5001 7.03294 17.5001L13.8528 17.5001C17.2586 17.5001 20.0293 14.7295 20.0293 11.3237C20.0293 7.91785 17.2586 5.14719 13.8528 5.14719L3.81603 5.14719C3.53191 5.14719 3.30132 4.9166 3.30132 4.63248C3.30132 4.34836 3.53191 4.11778 3.81603 4.11778L13.8528 4.11778C17.8263 4.11778 21.0587 7.35013 21.0587 11.3237C21.0587 15.2972 17.8263 18.5295 13.8528 18.5295L13.8528 18.5295Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3Cpath d='M7.20588 21.6178L0 21.6178L0 14.4119L7.20588 14.4119L7.20588 21.6178L7.20588 21.6178ZM1.02941 20.5884L6.17647 20.5884L6.17647 15.4413L1.02941 15.4413L1.02941 20.5884L1.02941 20.5884Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-myparcel-incoming-inactive-i:before {
  position: absolute;
  top: -7px;
  left: -2px;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.5019608 0 0 0 0 0.50980395 0 0 0 0 0.52156866 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='return_blackred_pos_rgb' filter='url(%23filter_1)'%3E%3Cg id='Delivery_x5F_return_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M0 0L35 0L35 35L0 35L0 0Z' id='Rectangle' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(7.3170605 7.2057567)'%3E%3Cg id='Uturn_4_' transform='translate(0.33611077 0)'%3E%3Cpath d='M4.84544 9.26484C4.71368 9.26484 4.58191 9.21439 4.48154 9.11403L0 4.63248L4.48154 0.150938C4.68279 -0.0503124 5.00809 -0.0503124 5.20934 0.150938C5.41059 0.352187 5.41059 0.677482 5.20934 0.878732L1.45559 4.63248L5.20934 8.38623C5.41059 8.58748 5.41059 8.91278 5.20934 9.11403C5.10897 9.21439 4.97721 9.26484 4.84544 9.26484L4.84544 9.26484Z' id='Shape' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M13.8528 18.5295L7.03294 18.5295C6.74883 18.5295 6.51824 18.2995 6.51824 18.0148C6.51824 17.7302 6.74883 17.5001 7.03294 17.5001L13.8528 17.5001C17.2586 17.5001 20.0293 14.7295 20.0293 11.3237C20.0293 7.91785 17.2586 5.14718 13.8528 5.14718L3.81603 5.14718C3.53191 5.14718 3.30132 4.9166 3.30132 4.63248C3.30132 4.34836 3.53191 4.11777 3.81603 4.11777L13.8528 4.11777C17.8263 4.11777 21.0587 7.35013 21.0587 11.3237C21.0587 15.2972 17.8263 18.5295 13.8528 18.5295L13.8528 18.5295Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3Cpath d='M7.20588 21.6178L0 21.6178L0 14.4119L7.20588 14.4119L7.20588 21.6178L7.20588 21.6178ZM1.02941 20.5884L6.17647 20.5884L6.17647 15.4413L1.02941 15.4413L1.02941 20.5884L1.02941 20.5884Z' id='Shape' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-myparcel-report-i:before {
  position: absolute;
  top: -2px;
  left: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M5.147,24.68L0,24.68L0,12.327L5.147,12.327L5.147,24.68ZM1.029,23.65L4.118,23.65L4.118,13.356L1.029,13.356L1.029,23.65ZM12.353,24.68L7.206,24.68L7.206,8.209L12.353,8.209L12.353,24.68ZM8.235,23.65L11.324,23.65L11.324,9.238L8.235,9.238L8.235,23.65ZM19.559,24.68L14.412,24.68L14.412,9.238L19.559,9.238L19.559,24.68ZM15.441,23.65L18.529,23.65L18.529,10.268L15.441,10.268L15.441,23.65ZM26.765,24.68L21.618,24.68L21.618,6.15L26.765,6.15L26.765,24.68ZM22.647,23.65L25.735,23.65L25.735,7.18L22.647,7.18L22.647,23.65Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M0.515,10.268C0.285,10.266 0.085,10.113 0.023,9.892C-0.039,9.672 0.052,9.436 0.247,9.316L9.723,3.525L16.929,6.099L25.967,0.061C26.201,-0.064 26.492,0.009 26.639,0.23C26.786,0.452 26.74,0.749 26.533,0.916L17.057,7.236L9.851,4.663L0.782,10.191C0.702,10.24 0.609,10.267 0.515,10.268Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/> </svg>');
}

.dpd-submenu-myparcel-report-inactive-i:before {
  position: absolute;
  top: -2px;
  left: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M5.147,24.68L0,24.68L0,12.327L5.147,12.327L5.147,24.68ZM1.029,23.65L4.118,23.65L4.118,13.356L1.029,13.356L1.029,23.65ZM12.353,24.68L7.206,24.68L7.206,8.209L12.353,8.209L12.353,24.68ZM8.235,23.65L11.324,23.65L11.324,9.238L8.235,9.238L8.235,23.65ZM19.559,24.68L14.412,24.68L14.412,9.238L19.559,9.238L19.559,24.68ZM15.441,23.65L18.529,23.65L18.529,10.268L15.441,10.268L15.441,23.65ZM26.765,24.68L21.618,24.68L21.618,6.15L26.765,6.15L26.765,24.68ZM22.647,23.65L25.735,23.65L25.735,7.18L22.647,7.18L22.647,23.65Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path d="M0.515,10.268C0.285,10.266 0.085,10.113 0.023,9.892C-0.039,9.672 0.052,9.436 0.247,9.316L9.723,3.525L16.929,6.099L25.967,0.061C26.201,-0.064 26.492,0.009 26.639,0.23C26.786,0.452 26.74,0.749 26.533,0.916L17.057,7.236L9.851,4.663L0.782,10.191C0.702,10.24 0.609,10.267 0.515,10.268Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> </svg>');
}

a:hover .dpd-submenu-myparcel-report-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="28" height="26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M5.147,24.68L0,24.68L0,12.327L5.147,12.327L5.147,24.68ZM1.029,23.65L4.118,23.65L4.118,13.356L1.029,13.356L1.029,23.65ZM12.353,24.68L7.206,24.68L7.206,8.209L12.353,8.209L12.353,24.68ZM8.235,23.65L11.324,23.65L11.324,9.238L8.235,9.238L8.235,23.65ZM19.559,24.68L14.412,24.68L14.412,9.238L19.559,9.238L19.559,24.68ZM15.441,23.65L18.529,23.65L18.529,10.268L15.441,10.268L15.441,23.65ZM26.765,24.68L21.618,24.68L21.618,6.15L26.765,6.15L26.765,24.68ZM22.647,23.65L25.735,23.65L25.735,7.18L22.647,7.18L22.647,23.65Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M0.515,10.268C0.285,10.266 0.085,10.113 0.023,9.892C-0.039,9.672 0.052,9.436 0.247,9.316L9.723,3.525L16.929,6.099L25.967,0.061C26.201,-0.064 26.492,0.009 26.639,0.23C26.786,0.452 26.74,0.749 26.533,0.916L17.057,7.236L9.851,4.663L0.782,10.191C0.702,10.24 0.609,10.267 0.515,10.268Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/> </svg>');
}

.dpd-submenu-order-new-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-order-new-i:before {
  position: absolute;
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M0,35L-0,0L35,0L35,35L0,35Z" style="fill:none;"/><path d="M27.794,27.794L7.206,27.794L7.206,7.206L16.471,7.206C16.755,7.206 16.985,7.436 16.985,7.721C16.985,8.005 16.755,8.235 16.471,8.235L8.235,8.235L8.235,26.765L26.765,26.765L26.765,19.044C26.765,18.76 26.995,18.529 27.28,18.529C27.564,18.529 27.794,18.76 27.794,19.044L27.794,27.794Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M23.162,18.529C19.466,18.529 16.471,15.534 16.471,11.838C16.471,8.143 19.466,5.147 23.162,5.147C26.857,5.147 29.853,8.143 29.853,11.838C29.853,15.534 26.857,18.529 23.162,18.529ZM23.162,6.176C20.035,6.176 17.5,8.711 17.5,11.838C17.5,14.965 20.035,17.5 23.162,17.5C26.289,17.5 28.824,14.965 28.824,11.838C28.824,10.337 28.227,8.897 27.165,7.835C26.104,6.773 24.664,6.176 23.162,6.176Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M23.162,16.471C22.878,16.471 22.647,16.24 22.647,15.956L22.647,12.353L19.044,12.353C18.76,12.353 18.53,12.122 18.53,11.838C18.53,11.554 18.76,11.324 19.044,11.324L23.677,11.324L23.677,15.956C23.677,16.24 23.446,16.471 23.162,16.471Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M27.28,12.353L22.647,12.353L22.647,7.721C22.647,7.436 22.878,7.206 23.162,7.206C23.446,7.206 23.677,7.436 23.677,7.721L23.677,11.324L27.28,11.324C27.564,11.324 27.794,11.554 27.794,11.838C27.794,12.122 27.564,12.353 27.28,12.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-import-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-order-import-i:before {
  position: absolute;
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-import-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-order-import-i:before {
  position: absolute;
  top: -4px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-print-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-order-print-i:before {
  position: absolute;
  top: -6px;
  left: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25L5.662,26.25C4.809,26.25 4.118,25.559 4.118,24.706L4.118,15.441C4.118,14.588 4.809,13.897 5.662,13.897L8.75,13.897C9.034,13.897 9.265,14.128 9.265,14.412C9.265,14.696 9.034,14.926 8.75,14.926L5.662,14.926C5.378,14.926 5.147,15.157 5.147,15.441L5.147,24.706C5.147,24.99 5.378,25.221 5.662,25.221L29.338,25.221C29.622,25.221 29.853,24.99 29.853,24.706L29.853,15.441C29.853,15.157 29.622,14.926 29.338,14.926L26.25,14.926C25.966,14.926 25.735,14.696 25.735,14.412C25.735,14.128 25.966,13.897 26.25,13.897L29.338,13.897C30.191,13.897 30.882,14.588 30.882,15.441L30.882,24.706C30.882,25.559 30.191,26.25 29.338,26.25Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M24.706,23.162L10.294,23.162L10.294,8.75L24.706,8.75L24.706,23.162ZM11.324,22.132L23.676,22.132L23.676,9.779L11.324,9.779L11.324,22.132Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,12.868L12.868,12.868C12.583,12.868 12.353,12.637 12.353,12.353C12.353,12.069 12.583,11.838 12.868,11.838L22.132,11.838C22.417,11.838 22.647,12.069 22.647,12.353C22.647,12.637 22.417,12.868 22.132,12.868Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,14.926L12.868,14.926C12.583,14.926 12.353,14.696 12.353,14.412C12.353,14.128 12.583,13.897 12.868,13.897L22.132,13.897C22.417,13.897 22.647,14.128 22.647,14.412C22.647,14.696 22.417,14.926 22.132,14.926Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M22.132,16.985L12.868,16.985C12.583,16.985 12.353,16.755 12.353,16.471C12.353,16.186 12.583,15.956 12.868,15.956L22.132,15.956C22.417,15.956 22.647,16.186 22.647,16.471C22.647,16.755 22.417,16.985 22.132,16.985Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,19.044L12.868,19.044C12.583,19.044 12.353,18.814 12.353,18.529C12.353,18.245 12.583,18.015 12.868,18.015L22.132,18.015C22.417,18.015 22.647,18.245 22.647,18.529C22.647,18.814 22.417,19.044 22.132,19.044Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-pickupjob-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-order-pickupjob-i:before {
  position: absolute;
  top: -6px;
  left: -6px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 50 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0.25" width="50" height="50" style="fill:none;"/><path d="M22.572,26.518C22.276,26.518 21.996,26.338 21.885,26.043C21.74,25.664 21.932,25.24 22.312,25.096C24.643,24.212 26.151,22.041 26.151,19.565C26.151,16.295 23.49,13.635 20.22,13.635C16.949,13.635 14.288,16.296 14.288,19.565C14.288,22.041 15.795,24.212 18.127,25.096C18.507,25.24 18.698,25.664 18.554,26.043C18.411,26.424 17.986,26.613 17.606,26.471C14.742,25.385 12.818,22.61 12.818,19.565C12.818,15.483 16.138,12.163 20.22,12.163C24.301,12.163 27.621,15.484 27.621,19.565C27.621,22.61 25.697,25.385 22.833,26.471C22.747,26.502 22.659,26.518 22.572,26.518Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M20.354,9.98C16.479,9.98 13.326,13.132 13.326,17.007C13.326,17.227 13.43,17.434 13.604,17.565C15.093,19.495 17.616,20.644 20.384,20.644L20.385,20.644C23.161,20.644 25.664,19.494 27.11,17.561C27.28,17.429 27.382,17.226 27.382,17.008C27.381,13.132 24.229,9.98 20.354,9.98Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M22.797,13.676L21.412,14.507C21.396,14.515 21.376,14.521 21.357,14.521C21.335,14.521 21.313,14.515 21.297,14.505L21.254,14.479L21.113,14.391C21.082,14.372 21.057,14.328 21.057,14.291L21.057,14.073C21.057,14.036 21.082,13.984 21.115,13.965L21.143,13.949L22.56,13.099L20.456,11.933C20.407,11.906 20.326,11.906 20.277,11.933L18.107,13.111L20.623,14.551C20.655,14.568 20.68,14.611 20.68,14.649L20.68,15.115L20.679,16.726C20.679,16.764 20.654,16.807 20.621,16.825L20.431,16.93L20.429,16.93C20.412,16.938 20.394,16.943 20.374,16.943L20.371,16.943C20.348,16.943 20.326,16.939 20.31,16.93L20.12,16.825C20.087,16.808 20.062,16.765 20.062,16.726L20.061,15.115L20.06,15.115L20.06,14.976C20.059,14.957 20.044,14.933 20.029,14.924L17.911,13.699L17.91,16.094C17.91,16.15 17.95,16.22 17.999,16.248L20.281,17.585C20.329,17.613 20.409,17.612 20.457,17.584L22.71,16.246C22.758,16.217 22.797,16.147 22.797,16.091L22.797,13.676Z" style="fill:white;fill-rule:nonzero;"/><path d="M8.456,41.255C8.05,41.255 7.721,40.926 7.721,40.52C7.721,33.627 13.328,28.02 20.221,28.02C22.662,28.02 25.031,28.73 27.071,30.073C27.41,30.296 27.504,30.752 27.28,31.091C27.058,31.431 26.601,31.526 26.262,31.301C24.463,30.117 22.373,29.49 20.22,29.49C14.138,29.49 9.19,34.438 9.19,40.52C9.191,40.926 8.862,41.255 8.456,41.255Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M42.279,41.255L26.15,41.255L26.15,25.079L42.279,25.079L42.279,41.255ZM27.621,39.785L40.809,39.785L40.809,26.55L27.621,26.55L27.621,39.785Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.returns .dpd-box-primary-h2 {
  min-height: 28px;
}
@media (min-width: 768px) {
  .returns .form {
    border-right: 1px solid #E6E7E8;
  }
}

.mobile-checkbox input + label {
  margin-right: 0;
  padding-right: 0 !important;
}
.mobile-checkbox input + label:before {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .address-btns-bottom > div {
    width: 100%;
  }
}
.dpd-submenu-collections-i:before,
.dpd-submenu-collections-inactive-i:before {
  position: absolute;
  top: -6px;
  left: 0px;
  width: 27px;
}

.dpd-submenu-collections-i:before,
a:hover .dpd-submenu-collections-inactive-i:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Returns_blackred_pos_rgb'%3E%3Cg id='Delivery_x5F_Returns_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Returns_1_'%3E%3Cpath d='M35 35L0 35L0 0L35 1.57477e-09L35 35Z' id='XMLID_2058_' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M25.2201 27.7957L4.63184 27.7957L4.63184 7.20485L25.2201 7.20485L25.2201 12.5614C25.2201 12.8455 24.99 13.0761 24.7054 13.0761C24.4207 13.0761 24.1907 12.8455 24.1907 12.5614L24.1907 8.23426L5.66125 8.23426L5.66125 26.7663L24.1907 26.7663L24.1907 24.1454C24.1907 23.8607 24.4207 23.6307 24.7054 23.6307C24.99 23.6307 25.2201 23.8607 25.2201 24.1454L25.2201 27.7957L25.2201 27.7957Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 19.5588L7.71801 19.5588C7.4339 19.5588 7.20331 19.3288 7.20331 19.0441C7.20331 18.7595 7.4339 18.5294 7.71801 18.5294L18.0121 18.5294C18.2962 18.5294 18.5268 18.7595 18.5268 19.0441C18.5268 19.3288 18.2963 19.5588 18.0121 19.5588L18.0121 19.5588Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 16.9853L9.77684 16.9853C9.49272 16.9853 9.26213 16.7547 9.26213 16.4706C9.26213 16.1865 9.49272 15.9559 9.77684 15.9559L18.0121 15.9559C18.2968 15.9559 18.5268 16.1865 18.5268 16.4706C18.5268 16.7547 18.2968 16.9853 18.0121 16.9853L18.0121 16.9853Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 22.1329L9.77684 22.1329C9.49272 22.1329 9.26213 21.9028 9.26213 21.6182C9.26213 21.3335 9.49272 21.1035 9.77684 21.1035L18.0121 21.1035C18.2968 21.1035 18.5268 21.3335 18.5268 21.6182C18.5268 21.9028 18.2968 22.1329 18.0121 22.1329L18.0121 22.1329Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M20.5867 16.4706C20.4889 16.4706 20.3896 16.4428 20.3015 16.3841L14.1246 12.266C13.8883 12.1085 13.8245 11.7888 13.982 11.5521C14.1395 11.3158 14.4591 11.251 14.6959 11.4095L20.8729 15.5276C21.1096 15.6851 21.1735 16.0048 21.0154 16.2415C20.9166 16.3898 20.7529 16.4706 20.5867 16.4706L20.5867 16.4706Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M14.4097 12.3524C14.3124 12.3524 14.2136 12.3246 14.1261 12.2665L14.0618 12.2243C13.3561 11.7538 13.1188 10.8917 13.4838 10.1268C13.8502 9.35941 14.6732 9.00015 15.4834 9.25338L15.592 9.28735C15.8638 9.37176 16.0156 9.66 15.9312 9.93125C15.8468 10.203 15.5585 10.3549 15.2873 10.2704L15.1771 10.2365C14.7896 10.115 14.5276 10.3296 14.4128 10.5705C14.299 10.8093 14.2965 11.1439 14.6315 11.3673L14.6943 11.409C14.9311 11.566 14.996 11.8856 14.839 12.1224C14.7401 12.2711 14.5765 12.3524 14.4097 12.3524L14.4097 12.3524Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M23.9148 24.7069L12.3509 24.7069C12.0668 24.7069 11.8362 24.4768 11.8362 24.1922C11.8362 23.9076 12.0668 23.6775 12.3509 23.6775L23.9148 23.6775C26.5367 23.6775 29.3382 22.1895 29.3382 18.0147C29.3382 14.5374 25.5804 13.3582 23.3352 12.653L23.2765 12.6345C21.0041 11.9211 15.3537 10.289 15.2971 10.273C15.0237 10.1943 14.8668 9.9086 14.945 9.63581C15.0237 9.36301 15.3079 9.20603 15.5822 9.28375C15.6393 9.30022 21.3011 10.9354 23.5849 11.6524L23.643 11.671C25.9937 12.4085 30.3676 13.7818 30.3676 18.0147C30.3676 22.0799 27.8348 24.7069 23.9148 24.7069L23.9148 24.7069Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-collections-inactive-i:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.5019608 0 0 0 0 0.50980395 0 0 0 0 0.52156866 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='Returns_blackred_pos_rgb' filter='url(%23filter_1)'%3E%3Cg id='Delivery_x5F_Returns_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Returns_1_'%3E%3Cpath d='M35 35L0 35L0 0L35 1.57477e-09L35 35Z' id='XMLID_2058_' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M25.2201 27.7957L4.63184 27.7957L4.63184 7.20485L25.2201 7.20485L25.2201 12.5614C25.2201 12.8455 24.99 13.0761 24.7054 13.0761C24.4207 13.0761 24.1907 12.8455 24.1907 12.5614L24.1907 8.23426L5.66125 8.23426L5.66125 26.7663L24.1907 26.7663L24.1907 24.1454C24.1907 23.8607 24.4207 23.6307 24.7054 23.6307C24.99 23.6307 25.2201 23.8607 25.2201 24.1454L25.2201 27.7957L25.2201 27.7957Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 19.5588L7.71801 19.5588C7.4339 19.5588 7.20331 19.3288 7.20331 19.0441C7.20331 18.7595 7.4339 18.5294 7.71801 18.5294L18.0121 18.5294C18.2962 18.5294 18.5268 18.7595 18.5268 19.0441C18.5268 19.3288 18.2963 19.5588 18.0121 19.5588L18.0121 19.5588Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 16.9853L9.77684 16.9853C9.49272 16.9853 9.26213 16.7547 9.26213 16.4706C9.26213 16.1865 9.49272 15.9559 9.77684 15.9559L18.0121 15.9559C18.2968 15.9559 18.5268 16.1865 18.5268 16.4706C18.5268 16.7547 18.2968 16.9853 18.0121 16.9853L18.0121 16.9853Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M18.0121 22.1329L9.77684 22.1329C9.49272 22.1329 9.26213 21.9028 9.26213 21.6182C9.26213 21.3335 9.49272 21.1035 9.77684 21.1035L18.0121 21.1035C18.2968 21.1035 18.5268 21.3335 18.5268 21.6182C18.5268 21.9028 18.2968 22.1329 18.0121 22.1329L18.0121 22.1329Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M20.5867 16.4706C20.4889 16.4706 20.3896 16.4428 20.3015 16.3841L14.1246 12.266C13.8883 12.1085 13.8245 11.7888 13.982 11.5521C14.1395 11.3158 14.4591 11.251 14.6959 11.4095L20.8729 15.5276C21.1096 15.6851 21.1735 16.0048 21.0154 16.2415C20.9166 16.3898 20.7529 16.4706 20.5867 16.4706L20.5867 16.4706Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M14.4097 12.3524C14.3124 12.3524 14.2136 12.3246 14.1261 12.2665L14.0618 12.2243C13.3561 11.7538 13.1188 10.8917 13.4838 10.1268C13.8502 9.35941 14.6732 9.00015 15.4834 9.25338L15.592 9.28735C15.8638 9.37176 16.0156 9.66 15.9312 9.93125C15.8468 10.203 15.5585 10.3549 15.2873 10.2704L15.1771 10.2365C14.7896 10.115 14.5276 10.3296 14.4128 10.5705C14.299 10.8093 14.2965 11.1439 14.6315 11.3673L14.6943 11.409C14.9311 11.566 14.996 11.8856 14.839 12.1224C14.7401 12.2711 14.5765 12.3524 14.4097 12.3524L14.4097 12.3524Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M23.9148 24.7069L12.3509 24.7069C12.0668 24.7069 11.8362 24.4768 11.8362 24.1922C11.8362 23.9076 12.0668 23.6775 12.3509 23.6775L23.9148 23.6775C26.5367 23.6775 29.3382 22.1895 29.3382 18.0147C29.3382 14.5374 25.5804 13.3582 23.3352 12.653L23.2765 12.6345C21.0041 11.9211 15.3537 10.289 15.2971 10.273C15.0237 10.1943 14.8668 9.9086 14.945 9.63581C15.0237 9.36301 15.3079 9.20603 15.5822 9.28375C15.6393 9.30022 21.3011 10.9354 23.5849 11.6524L23.643 11.671C25.9937 12.4085 30.3676 13.7818 30.3676 18.0147C30.3676 22.0799 27.8348 24.7069 23.9148 24.7069L23.9148 24.7069Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-returns-i:before,
.dpd-submenu-returns-inactive-i:before {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 27px;
}

.dpd-submenu-returns-i:before,
a:hover .dpd-submenu-returns-inactive-i:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='return_blackred_pos_rgb'%3E%3Cg id='Delivery_x5F_return_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M0 0L35 0L35 35L0 35L0 0Z' id='Rechteck' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(7.317059 7.205754)'%3E%3Cg id='Uturn_4_' transform='translate(0.33610338 0)'%3E%3Cpath d='M4.84544 9.26483C4.71368 9.26483 4.58191 9.21439 4.48154 9.11403L0 4.63248L4.48154 0.150938C4.68279 -0.0503124 5.00809 -0.0503124 5.20934 0.150938C5.41059 0.352187 5.41059 0.677482 5.20934 0.878732L1.45559 4.63248L5.20934 8.38623C5.41059 8.58748 5.41059 8.91278 5.20934 9.11403C5.10897 9.21439 4.97721 9.26483 4.84544 9.26483L4.84544 9.26483Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M13.8528 18.5295L7.03294 18.5295C6.74882 18.5295 6.51824 18.2995 6.51824 18.0148C6.51824 17.7302 6.74882 17.5001 7.03294 17.5001L13.8528 17.5001C17.2586 17.5001 20.0293 14.7295 20.0293 11.3237C20.0293 7.91785 17.2586 5.14719 13.8528 5.14719L3.81603 5.14719C3.53191 5.14719 3.30132 4.9166 3.30132 4.63248C3.30132 4.34836 3.53191 4.11778 3.81603 4.11778L13.8528 4.11778C17.8263 4.11778 21.0587 7.35013 21.0587 11.3237C21.0587 15.2972 17.8263 18.5295 13.8528 18.5295L13.8528 18.5295Z' id='Form' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3Cpath d='M7.20588 21.6178L0 21.6178L0 14.4119L7.20588 14.4119L7.20588 21.6178L7.20588 21.6178ZM1.02941 20.5884L6.17647 20.5884L6.17647 15.4413L1.02941 15.4413L1.02941 20.5884L1.02941 20.5884Z' id='Form' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-returns-inactive-i:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 35 35' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter_1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.5019608 0 0 0 0 0.50980395 0 0 0 0 0.52156866 0 0 0 1 0' color-interpolation-filters='sRGB' /%3E%3C/filter%3E%3C/defs%3E%3Cg id='return_blackred_pos_rgb' filter='url(%23filter_1)'%3E%3Cg id='Delivery_x5F_return_x5F_blackred_x5F_pos_x5F_rgb'%3E%3Cg id='Group'%3E%3Cpath d='M0 0L35 0L35 35L0 35L0 0Z' id='Rectangle' fill='none' fill-rule='evenodd' stroke='none' /%3E%3Cg id='Group' transform='translate(7.3170605 7.2057567)'%3E%3Cg id='Uturn_4_' transform='translate(0.33611077 0)'%3E%3Cpath d='M4.84544 9.26484C4.71368 9.26484 4.58191 9.21439 4.48154 9.11403L0 4.63248L4.48154 0.150938C4.68279 -0.0503124 5.00809 -0.0503124 5.20934 0.150938C5.41059 0.352187 5.41059 0.677482 5.20934 0.878732L1.45559 4.63248L5.20934 8.38623C5.41059 8.58748 5.41059 8.91278 5.20934 9.11403C5.10897 9.21439 4.97721 9.26484 4.84544 9.26484L4.84544 9.26484Z' id='Shape' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M13.8528 18.5295L7.03294 18.5295C6.74883 18.5295 6.51824 18.2995 6.51824 18.0148C6.51824 17.7302 6.74883 17.5001 7.03294 17.5001L13.8528 17.5001C17.2586 17.5001 20.0293 14.7295 20.0293 11.3237C20.0293 7.91785 17.2586 5.14718 13.8528 5.14718L3.81603 5.14718C3.53191 5.14718 3.30132 4.9166 3.30132 4.63248C3.30132 4.34836 3.53191 4.11777 3.81603 4.11777L13.8528 4.11777C17.8263 4.11777 21.0587 7.35013 21.0587 11.3237C21.0587 15.2972 17.8263 18.5295 13.8528 18.5295L13.8528 18.5295Z' id='Shape' fill='%23414042' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3Cpath d='M7.20588 21.6178L0 21.6178L0 14.4119L7.20588 14.4119L7.20588 21.6178L7.20588 21.6178ZM1.02941 20.5884L6.17647 20.5884L6.17647 15.4413L1.02941 15.4413L1.02941 20.5884L1.02941 20.5884Z' id='Shape' fill='%23369' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.dpd-submenu-i {
  height: 1rem;
  width: 30px;
  display: inline-block;
  position: relative;
}
.dpd-submenu-i:before {
  position: absolute;
}

.dpd-submenu-order-new-i:before {
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M0,35L-0,0L35,0L35,35L0,35Z" style="fill:none;"/><path d="M27.794,27.794L7.206,27.794L7.206,7.206L16.471,7.206C16.755,7.206 16.985,7.436 16.985,7.721C16.985,8.005 16.755,8.235 16.471,8.235L8.235,8.235L8.235,26.765L26.765,26.765L26.765,19.044C26.765,18.76 26.995,18.529 27.28,18.529C27.564,18.529 27.794,18.76 27.794,19.044L27.794,27.794Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M23.162,18.529C19.466,18.529 16.471,15.534 16.471,11.838C16.471,8.143 19.466,5.147 23.162,5.147C26.857,5.147 29.853,8.143 29.853,11.838C29.853,15.534 26.857,18.529 23.162,18.529ZM23.162,6.176C20.035,6.176 17.5,8.711 17.5,11.838C17.5,14.965 20.035,17.5 23.162,17.5C26.289,17.5 28.824,14.965 28.824,11.838C28.824,10.337 28.227,8.897 27.165,7.835C26.104,6.773 24.664,6.176 23.162,6.176Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M23.162,16.471C22.878,16.471 22.647,16.24 22.647,15.956L22.647,12.353L19.044,12.353C18.76,12.353 18.53,12.122 18.53,11.838C18.53,11.554 18.76,11.324 19.044,11.324L23.677,11.324L23.677,15.956C23.677,16.24 23.446,16.471 23.162,16.471Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M27.28,12.353L22.647,12.353L22.647,7.721C22.647,7.436 22.878,7.206 23.162,7.206C23.446,7.206 23.677,7.436 23.677,7.721L23.677,11.324L27.28,11.324C27.564,11.324 27.794,11.554 27.794,11.838C27.794,12.122 27.564,12.353 27.28,12.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-new-inactive-i:before {
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M0,35L-0,0L35,0L35,35L0,35Z" style="fill:none;"/><path d="M27.794,27.794L7.206,27.794L7.206,7.206L16.471,7.206C16.755,7.206 16.985,7.436 16.985,7.721C16.985,8.005 16.755,8.235 16.471,8.235L8.235,8.235L8.235,26.765L26.765,26.765L26.765,19.044C26.765,18.76 26.995,18.529 27.28,18.529C27.564,18.529 27.794,18.76 27.794,19.044L27.794,27.794Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M23.162,18.529C19.466,18.529 16.471,15.534 16.471,11.838C16.471,8.143 19.466,5.147 23.162,5.147C26.857,5.147 29.853,8.143 29.853,11.838C29.853,15.534 26.857,18.529 23.162,18.529ZM23.162,6.176C20.035,6.176 17.5,8.711 17.5,11.838C17.5,14.965 20.035,17.5 23.162,17.5C26.289,17.5 28.824,14.965 28.824,11.838C28.824,10.337 28.227,8.897 27.165,7.835C26.104,6.773 24.664,6.176 23.162,6.176Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M23.162,16.471C22.878,16.471 22.647,16.24 22.647,15.956L22.647,12.353L19.044,12.353C18.76,12.353 18.53,12.122 18.53,11.838C18.53,11.554 18.76,11.324 19.044,11.324L23.677,11.324L23.677,15.956C23.677,16.24 23.446,16.471 23.162,16.471Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M27.28,12.353L22.647,12.353L22.647,7.721C22.647,7.436 22.878,7.206 23.162,7.206C23.446,7.206 23.677,7.436 23.677,7.721L23.677,11.324L27.28,11.324C27.564,11.324 27.794,11.554 27.794,11.838C27.794,12.122 27.564,12.353 27.28,12.353Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-order-new-inactive-i:before {
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M0,35L-0,0L35,0L35,35L0,35Z" style="fill:none;"/><path d="M27.794,27.794L7.206,27.794L7.206,7.206L16.471,7.206C16.755,7.206 16.985,7.436 16.985,7.721C16.985,8.005 16.755,8.235 16.471,8.235L8.235,8.235L8.235,26.765L26.765,26.765L26.765,19.044C26.765,18.76 26.995,18.529 27.28,18.529C27.564,18.529 27.794,18.76 27.794,19.044L27.794,27.794Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M23.162,18.529C19.466,18.529 16.471,15.534 16.471,11.838C16.471,8.143 19.466,5.147 23.162,5.147C26.857,5.147 29.853,8.143 29.853,11.838C29.853,15.534 26.857,18.529 23.162,18.529ZM23.162,6.176C20.035,6.176 17.5,8.711 17.5,11.838C17.5,14.965 20.035,17.5 23.162,17.5C26.289,17.5 28.824,14.965 28.824,11.838C28.824,10.337 28.227,8.897 27.165,7.835C26.104,6.773 24.664,6.176 23.162,6.176Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M23.162,16.471C22.878,16.471 22.647,16.24 22.647,15.956L22.647,12.353L19.044,12.353C18.76,12.353 18.53,12.122 18.53,11.838C18.53,11.554 18.76,11.324 19.044,11.324L23.677,11.324L23.677,15.956C23.677,16.24 23.446,16.471 23.162,16.471Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M27.28,12.353L22.647,12.353L22.647,7.721C22.647,7.436 22.878,7.206 23.162,7.206C23.446,7.206 23.677,7.436 23.677,7.721L23.677,11.324L27.28,11.324C27.564,11.324 27.794,11.554 27.794,11.838C27.794,12.122 27.564,12.353 27.28,12.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-import-i:before {
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-import-inactive-i:before {
  top: -4px;
  left: -3px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-order-import-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-insurance-i:before {
  top: -4px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 36 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path  d="M9.765,23.676L6.677,23.676L6.677,17.5L9.765,17.5L9.765,23.676ZM7.706,22.647L8.736,22.647L8.736,18.529L7.706,18.529L7.706,22.647Z" style="fill:rgb(65,64,66);"/> <path   d="M23.241,25.735L16.057,25.735C15.652,25.735 15.245,25.642 14.88,25.466L10.794,23.484L10.794,17.5L13.757,17.5C14.3,17.5 14.83,17.72 15.214,18.104L16.221,19.111L20.302,20.506C20.571,20.599 20.715,20.891 20.623,21.16C20.53,21.429 20.237,21.571 19.969,21.481L15.662,20.008L14.486,18.832C14.294,18.64 14.029,18.529 13.757,18.529L11.824,18.529L11.824,22.839L15.329,24.539C15.555,24.648 15.806,24.706 16.057,24.706L23.241,24.706C23.455,24.706 23.663,24.666 23.861,24.586L27.796,23.012C28.004,22.93 28.111,22.698 28.041,22.485C27.979,22.298 27.79,22.173 27.601,22.198L22.679,22.645C22.395,22.673 22.146,22.462 22.12,22.179C22.094,21.896 22.302,21.645 22.586,21.62L27.508,21.172C28.179,21.109 28.803,21.517 29.018,22.16C29.261,22.889 28.892,23.684 28.179,23.969L24.244,25.543C23.924,25.67 23.587,25.735 23.241,25.735Z" style="fill:rgb(65,64,66);"/> <path  d="M19.736,23.188C19.715,23.188 19.693,23.186 19.671,23.184L15.363,22.643C15.081,22.608 14.881,22.351 14.916,22.068C14.952,21.787 15.203,21.589 15.491,21.622L19.8,22.163C20.082,22.198 20.282,22.455 20.246,22.738C20.213,22.998 19.992,23.188 19.736,23.188Z" style="fill:rgb(65,64,66);"/> <path d="M19.899,23.2C19.845,23.2 19.791,23.197 19.737,23.191L19.682,23.184C19.399,23.155 19.194,22.901 19.224,22.619C19.253,22.336 19.513,22.129 19.79,22.161L19.847,22.167C20.118,22.196 20.197,21.997 20.22,21.911C20.238,21.842 20.276,21.609 20.017,21.501L20.136,20.993L20.336,20.519L20.42,20.554C21.062,20.821 21.393,21.486 21.217,22.167C21.055,22.794 20.526,23.2 19.899,23.2Z" style="fill:rgb(65,64,66);"/> <rect  x="0.5" y="0" width="35" height="35" style="fill:none;"/> <path d="M24.208,18.489C22.115,18.489 20.475,16.68 20.475,14.372C20.475,12.074 22.189,10.206 24.296,10.206C24.946,10.206 26.181,10.368 27.143,11.457C27.331,11.67 27.311,11.996 27.097,12.184C26.884,12.372 26.56,12.352 26.371,12.138C25.712,11.391 24.879,11.235 24.296,11.235C22.757,11.235 21.504,12.642 21.504,14.372C21.504,16.103 22.692,17.46 24.208,17.46C24.922,17.46 25.869,17.32 26.335,16.651C26.497,16.418 26.817,16.36 27.051,16.523C27.285,16.685 27.342,17.006 27.179,17.239C26.61,18.057 25.583,18.489 24.208,18.489Z" style="fill:rgb(220,0,50);"/><path d="M23.759,13.391L19.537,13.391C19.252,13.391 19.022,13.16 19.022,12.876C19.022,12.592 19.252,12.361 19.537,12.361L23.759,12.361C24.044,12.361 24.274,12.592 24.274,12.876C24.274,13.16 24.044,13.391 23.759,13.391Z" style="fill:rgb(220,0,50);"/> <path d="M23.663,15.449L19.553,15.449C19.269,15.449 19.039,15.219 19.039,14.935C19.039,14.651 19.269,14.42 19.553,14.42L23.663,14.42C23.947,14.42 24.178,14.651 24.178,14.935C24.178,15.219 23.947,15.449 23.663,15.449Z" style="fill:rgb(220,0,50);"/> </svg> ');
}

.dpd-submenu-insurance-inactive-i:before {
  top: -4px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 36 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path  d="M9.765,23.676L6.677,23.676L6.677,17.5L9.765,17.5L9.765,23.676ZM7.706,22.647L8.736,22.647L8.736,18.529L7.706,18.529L7.706,22.647Z" style="fill:rgb(128, 130, 133);"/> <path   d="M23.241,25.735L16.057,25.735C15.652,25.735 15.245,25.642 14.88,25.466L10.794,23.484L10.794,17.5L13.757,17.5C14.3,17.5 14.83,17.72 15.214,18.104L16.221,19.111L20.302,20.506C20.571,20.599 20.715,20.891 20.623,21.16C20.53,21.429 20.237,21.571 19.969,21.481L15.662,20.008L14.486,18.832C14.294,18.64 14.029,18.529 13.757,18.529L11.824,18.529L11.824,22.839L15.329,24.539C15.555,24.648 15.806,24.706 16.057,24.706L23.241,24.706C23.455,24.706 23.663,24.666 23.861,24.586L27.796,23.012C28.004,22.93 28.111,22.698 28.041,22.485C27.979,22.298 27.79,22.173 27.601,22.198L22.679,22.645C22.395,22.673 22.146,22.462 22.12,22.179C22.094,21.896 22.302,21.645 22.586,21.62L27.508,21.172C28.179,21.109 28.803,21.517 29.018,22.16C29.261,22.889 28.892,23.684 28.179,23.969L24.244,25.543C23.924,25.67 23.587,25.735 23.241,25.735Z" style="fill:rgb(128, 130, 133);"/> <path  d="M19.736,23.188C19.715,23.188 19.693,23.186 19.671,23.184L15.363,22.643C15.081,22.608 14.881,22.351 14.916,22.068C14.952,21.787 15.203,21.589 15.491,21.622L19.8,22.163C20.082,22.198 20.282,22.455 20.246,22.738C20.213,22.998 19.992,23.188 19.736,23.188Z" style="fill:rgb(128, 130, 133);"/> <path d="M19.899,23.2C19.845,23.2 19.791,23.197 19.737,23.191L19.682,23.184C19.399,23.155 19.194,22.901 19.224,22.619C19.253,22.336 19.513,22.129 19.79,22.161L19.847,22.167C20.118,22.196 20.197,21.997 20.22,21.911C20.238,21.842 20.276,21.609 20.017,21.501L20.136,20.993L20.336,20.519L20.42,20.554C21.062,20.821 21.393,21.486 21.217,22.167C21.055,22.794 20.526,23.2 19.899,23.2Z" style="fill:rgb(128, 130, 133);"/> <rect  x="0.5" y="0" width="35" height="35" style="fill:none;"/> <path d="M24.208,18.489C22.115,18.489 20.475,16.68 20.475,14.372C20.475,12.074 22.189,10.206 24.296,10.206C24.946,10.206 26.181,10.368 27.143,11.457C27.331,11.67 27.311,11.996 27.097,12.184C26.884,12.372 26.56,12.352 26.371,12.138C25.712,11.391 24.879,11.235 24.296,11.235C22.757,11.235 21.504,12.642 21.504,14.372C21.504,16.103 22.692,17.46 24.208,17.46C24.922,17.46 25.869,17.32 26.335,16.651C26.497,16.418 26.817,16.36 27.051,16.523C27.285,16.685 27.342,17.006 27.179,17.239C26.61,18.057 25.583,18.489 24.208,18.489Z" style="fill:rgb(128, 130, 133);"/><path d="M23.759,13.391L19.537,13.391C19.252,13.391 19.022,13.16 19.022,12.876C19.022,12.592 19.252,12.361 19.537,12.361L23.759,12.361C24.044,12.361 24.274,12.592 24.274,12.876C24.274,13.16 24.044,13.391 23.759,13.391Z" style="fill:rgb(128, 130, 133);"/> <path d="M23.663,15.449L19.553,15.449C19.269,15.449 19.039,15.219 19.039,14.935C19.039,14.651 19.269,14.42 19.553,14.42L23.663,14.42C23.947,14.42 24.178,14.651 24.178,14.935C24.178,15.219 23.947,15.449 23.663,15.449Z" style="fill:rgb(128, 130, 133);"/> </svg> ');
}

a:hover .dpd-submenu-insurance-inactive-i:before {
  top: -4px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 36 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path  d="M9.765,23.676L6.677,23.676L6.677,17.5L9.765,17.5L9.765,23.676ZM7.706,22.647L8.736,22.647L8.736,18.529L7.706,18.529L7.706,22.647Z" style="fill:rgb(65,64,66);"/> <path   d="M23.241,25.735L16.057,25.735C15.652,25.735 15.245,25.642 14.88,25.466L10.794,23.484L10.794,17.5L13.757,17.5C14.3,17.5 14.83,17.72 15.214,18.104L16.221,19.111L20.302,20.506C20.571,20.599 20.715,20.891 20.623,21.16C20.53,21.429 20.237,21.571 19.969,21.481L15.662,20.008L14.486,18.832C14.294,18.64 14.029,18.529 13.757,18.529L11.824,18.529L11.824,22.839L15.329,24.539C15.555,24.648 15.806,24.706 16.057,24.706L23.241,24.706C23.455,24.706 23.663,24.666 23.861,24.586L27.796,23.012C28.004,22.93 28.111,22.698 28.041,22.485C27.979,22.298 27.79,22.173 27.601,22.198L22.679,22.645C22.395,22.673 22.146,22.462 22.12,22.179C22.094,21.896 22.302,21.645 22.586,21.62L27.508,21.172C28.179,21.109 28.803,21.517 29.018,22.16C29.261,22.889 28.892,23.684 28.179,23.969L24.244,25.543C23.924,25.67 23.587,25.735 23.241,25.735Z" style="fill:rgb(65,64,66);"/> <path  d="M19.736,23.188C19.715,23.188 19.693,23.186 19.671,23.184L15.363,22.643C15.081,22.608 14.881,22.351 14.916,22.068C14.952,21.787 15.203,21.589 15.491,21.622L19.8,22.163C20.082,22.198 20.282,22.455 20.246,22.738C20.213,22.998 19.992,23.188 19.736,23.188Z" style="fill:rgb(65,64,66);"/> <path d="M19.899,23.2C19.845,23.2 19.791,23.197 19.737,23.191L19.682,23.184C19.399,23.155 19.194,22.901 19.224,22.619C19.253,22.336 19.513,22.129 19.79,22.161L19.847,22.167C20.118,22.196 20.197,21.997 20.22,21.911C20.238,21.842 20.276,21.609 20.017,21.501L20.136,20.993L20.336,20.519L20.42,20.554C21.062,20.821 21.393,21.486 21.217,22.167C21.055,22.794 20.526,23.2 19.899,23.2Z" style="fill:rgb(65,64,66);"/> <rect  x="0.5" y="0" width="35" height="35" style="fill:none;"/> <path d="M24.208,18.489C22.115,18.489 20.475,16.68 20.475,14.372C20.475,12.074 22.189,10.206 24.296,10.206C24.946,10.206 26.181,10.368 27.143,11.457C27.331,11.67 27.311,11.996 27.097,12.184C26.884,12.372 26.56,12.352 26.371,12.138C25.712,11.391 24.879,11.235 24.296,11.235C22.757,11.235 21.504,12.642 21.504,14.372C21.504,16.103 22.692,17.46 24.208,17.46C24.922,17.46 25.869,17.32 26.335,16.651C26.497,16.418 26.817,16.36 27.051,16.523C27.285,16.685 27.342,17.006 27.179,17.239C26.61,18.057 25.583,18.489 24.208,18.489Z" style="fill:rgb(220,0,50);"/><path d="M23.759,13.391L19.537,13.391C19.252,13.391 19.022,13.16 19.022,12.876C19.022,12.592 19.252,12.361 19.537,12.361L23.759,12.361C24.044,12.361 24.274,12.592 24.274,12.876C24.274,13.16 24.044,13.391 23.759,13.391Z" style="fill:rgb(220,0,50);"/> <path d="M23.663,15.449L19.553,15.449C19.269,15.449 19.039,15.219 19.039,14.935C19.039,14.651 19.269,14.42 19.553,14.42L23.663,14.42C23.947,14.42 24.178,14.651 24.178,14.935C24.178,15.219 23.947,15.449 23.663,15.449Z" style="fill:rgb(220,0,50);"/> </svg> ');
}

.dpd-submenu-papers-i {
  top: 2px;
  left: 2px;
}
.dpd-submenu-papers-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path   d="M16.532,33.882L0,33.882L0,0L24,0L24,24.706C24,25.096 23.684,25.412 23.294,25.412C22.904,25.412 22.588,25.096 22.588,24.706L22.588,1.412L1.412,1.412L1.412,32.471L15.946,32.471L21.381,27.028C21.658,26.751 22.107,26.751 22.384,27.028C22.66,27.305 22.66,27.754 22.384,28.031L16.532,33.882Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path    d="M23.291,24C23.681,24 23.997,24.316 23.997,24.706C23.997,25.068 23.724,25.366 23.373,25.407L23.291,25.412L16.232,25.412L16.232,30.353C16.232,30.715 15.96,31.013 15.609,31.054L15.526,31.059C15.164,31.059 14.866,30.786 14.825,30.435L14.82,30.353L14.82,24L23.291,24Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path   d="M19.056,5.647L3.526,5.647C3.136,5.647 2.82,5.331 2.82,4.941C2.82,4.551 3.136,4.235 3.526,4.235L19.056,4.235C19.445,4.235 19.761,4.551 19.761,4.941C19.761,5.331 19.445,5.647 19.056,5.647Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path   d="M19.056,9.882L3.526,9.882C3.136,9.882 2.82,9.566 2.82,9.176C2.82,8.787 3.136,8.471 3.526,8.471L19.056,8.471C19.445,8.471 19.761,8.787 19.761,9.176C19.761,9.566 19.445,9.882 19.056,9.882Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path  d="M14.82,14.118L3.526,14.118C3.136,14.118 2.82,13.802 2.82,13.412C2.82,13.022 3.136,12.706 3.526,12.706L14.82,12.706C15.21,12.706 15.526,13.022 15.526,13.412C15.526,13.802 15.21,14.118 14.82,14.118Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/> <path   d="M17.644,18.353L3.526,18.353C3.136,18.353 2.82,18.037 2.82,17.647C2.82,17.257 3.136,16.941 3.526,16.941L17.644,16.941C18.034,16.941 18.35,17.257 18.35,17.647C18.35,18.037 18.034,18.353 17.644,18.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-papers-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path   d="M16.532,33.882L0,33.882L0,0L24,0L24,24.706C24,25.096 23.684,25.412 23.294,25.412C22.904,25.412 22.588,25.096 22.588,24.706L22.588,1.412L1.412,1.412L1.412,32.471L15.946,32.471L21.381,27.028C21.658,26.751 22.107,26.751 22.384,27.028C22.66,27.305 22.66,27.754 22.384,28.031L16.532,33.882Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> <path    d="M23.291,24C23.681,24 23.997,24.316 23.997,24.706C23.997,25.068 23.724,25.366 23.373,25.407L23.291,25.412L16.232,25.412L16.232,30.353C16.232,30.715 15.96,31.013 15.609,31.054L15.526,31.059C15.164,31.059 14.866,30.786 14.825,30.435L14.82,30.353L14.82,24L23.291,24Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> <path   d="M19.056,5.647L3.526,5.647C3.136,5.647 2.82,5.331 2.82,4.941C2.82,4.551 3.136,4.235 3.526,4.235L19.056,4.235C19.445,4.235 19.761,4.551 19.761,4.941C19.761,5.331 19.445,5.647 19.056,5.647Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> <path   d="M19.056,9.882L3.526,9.882C3.136,9.882 2.82,9.566 2.82,9.176C2.82,8.787 3.136,8.471 3.526,8.471L19.056,8.471C19.445,8.471 19.761,8.787 19.761,9.176C19.761,9.566 19.445,9.882 19.056,9.882Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> <path  d="M14.82,14.118L3.526,14.118C3.136,14.118 2.82,13.802 2.82,13.412C2.82,13.022 3.136,12.706 3.526,12.706L14.82,12.706C15.21,12.706 15.526,13.022 15.526,13.412C15.526,13.802 15.21,14.118 14.82,14.118Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/> <path   d="M17.644,18.353L3.526,18.353C3.136,18.353 2.82,18.037 2.82,17.647C2.82,17.257 3.136,16.941 3.526,16.941L17.644,16.941C18.034,16.941 18.35,17.257 18.35,17.647C18.35,18.037 18.034,18.353 17.644,18.353Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-papers-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <path   d="M16.532,33.882L0,33.882L0,0L24,0L24,24.706C24,25.096 23.684,25.412 23.294,25.412C22.904,25.412 22.588,25.096 22.588,24.706L22.588,1.412L1.412,1.412L1.412,32.471L15.946,32.471L21.381,27.028C21.658,26.751 22.107,26.751 22.384,27.028C22.66,27.305 22.66,27.754 22.384,28.031L16.532,33.882Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path    d="M23.291,24C23.681,24 23.997,24.316 23.997,24.706C23.997,25.068 23.724,25.366 23.373,25.407L23.291,25.412L16.232,25.412L16.232,30.353C16.232,30.715 15.96,31.013 15.609,31.054L15.526,31.059C15.164,31.059 14.866,30.786 14.825,30.435L14.82,30.353L14.82,24L23.291,24Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path   d="M19.056,5.647L3.526,5.647C3.136,5.647 2.82,5.331 2.82,4.941C2.82,4.551 3.136,4.235 3.526,4.235L19.056,4.235C19.445,4.235 19.761,4.551 19.761,4.941C19.761,5.331 19.445,5.647 19.056,5.647Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path   d="M19.056,9.882L3.526,9.882C3.136,9.882 2.82,9.566 2.82,9.176C2.82,8.787 3.136,8.471 3.526,8.471L19.056,8.471C19.445,8.471 19.761,8.787 19.761,9.176C19.761,9.566 19.445,9.882 19.056,9.882Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/> <path  d="M14.82,14.118L3.526,14.118C3.136,14.118 2.82,13.802 2.82,13.412C2.82,13.022 3.136,12.706 3.526,12.706L14.82,12.706C15.21,12.706 15.526,13.022 15.526,13.412C15.526,13.802 15.21,14.118 14.82,14.118Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/> <path   d="M17.644,18.353L3.526,18.353C3.136,18.353 2.82,18.037 2.82,17.647C2.82,17.257 3.136,16.941 3.526,16.941L17.644,16.941C18.034,16.941 18.35,17.257 18.35,17.647C18.35,18.037 18.034,18.353 17.644,18.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-import-i:before {
  top: -4px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 1927 1927" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="1926.16" height="1926.16" style="fill:none;"/><path d="M1232.66,1302.99C1217.02,1302.99 1204.34,1290.31 1204.34,1274.67L1204.34,1133.05C1204.34,1117.4 1217.02,1104.72 1232.66,1104.72C1248.31,1104.72 1260.99,1117.4 1260.99,1133.05L1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M961.173,1642.9L297.909,1642.9L297.909,283.264L1260.99,283.264L1260.99,509.885C1260.99,525.529 1248.31,538.211 1232.66,538.211C1217.02,538.211 1204.34,525.529 1204.34,509.885L1204.34,339.916L354.561,339.916L354.561,1586.25L937.702,1586.25L1156,1367.93C1167.06,1356.87 1185,1356.87 1196.06,1367.93C1207.12,1378.99 1207.12,1396.92 1196.06,1407.99L961.173,1642.9Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M921.077,1529.6C905.434,1529.6 892.751,1516.92 892.751,1501.28L892.751,1246.34L1232.66,1246.34C1248.31,1246.34 1260.99,1259.02 1260.99,1274.67C1260.99,1290.31 1248.31,1302.99 1232.66,1302.99L949.403,1302.99L949.403,1501.28C949.402,1516.92 936.721,1529.6 921.077,1529.6Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M1091.99,1076.39C1084.47,1076.4 1077.26,1073.41 1071.96,1068.09L825.319,821.455L1071.96,574.822C1083.02,563.761 1100.95,563.761 1112.01,574.822C1123.08,585.883 1123.08,603.816 1112.01,614.877L905.442,821.457L1112.01,1028.04C1120.11,1036.14 1122.54,1048.32 1118.15,1058.9C1113.77,1069.49 1103.44,1076.39 1091.99,1076.39L1091.99,1076.39Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M1599.93,849.781L1035.34,849.781C1019.69,849.781 1007.01,837.099 1007.01,821.455C1007.01,805.811 1019.69,793.129 1035.34,793.129L1599.93,793.129C1615.57,793.129 1628.25,805.811 1628.25,821.455C1628.25,837.099 1615.57,849.781 1599.93,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M949.403,509.871L439.532,509.871C423.888,509.871 411.206,497.189 411.206,481.545C411.206,465.901 423.888,453.219 439.532,453.219L949.403,453.219C965.047,453.219 977.729,465.901 977.729,481.545C977.729,497.189 965.047,509.871 949.403,509.871Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M836.093,679.826L439.532,679.826C423.888,679.826 411.206,667.144 411.206,651.5C411.206,635.856 423.888,623.174 439.532,623.174L836.093,623.174C851.737,623.174 864.419,635.856 864.419,651.5C864.419,667.144 851.737,679.826 836.093,679.826Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M666.138,849.781L439.532,849.781C423.888,849.781 411.206,837.099 411.206,821.455C411.206,805.811 423.888,793.129 439.532,793.129L666.138,793.129C681.782,793.129 694.464,805.811 694.464,821.455C694.464,837.099 681.782,849.781 666.138,849.781Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M751.122,1019.74L439.538,1019.74C423.894,1019.74 411.212,1007.05 411.212,991.41C411.212,975.766 423.894,963.084 439.538,963.084L751.122,963.084C766.766,963.084 779.448,975.766 779.448,991.41C779.448,1007.05 766.766,1019.74 751.122,1019.74Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-print-i:before {
  top: -6px;
  left: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25L5.662,26.25C4.809,26.25 4.118,25.559 4.118,24.706L4.118,15.441C4.118,14.588 4.809,13.897 5.662,13.897L8.75,13.897C9.034,13.897 9.265,14.128 9.265,14.412C9.265,14.696 9.034,14.926 8.75,14.926L5.662,14.926C5.378,14.926 5.147,15.157 5.147,15.441L5.147,24.706C5.147,24.99 5.378,25.221 5.662,25.221L29.338,25.221C29.622,25.221 29.853,24.99 29.853,24.706L29.853,15.441C29.853,15.157 29.622,14.926 29.338,14.926L26.25,14.926C25.966,14.926 25.735,14.696 25.735,14.412C25.735,14.128 25.966,13.897 26.25,13.897L29.338,13.897C30.191,13.897 30.882,14.588 30.882,15.441L30.882,24.706C30.882,25.559 30.191,26.25 29.338,26.25Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M24.706,23.162L10.294,23.162L10.294,8.75L24.706,8.75L24.706,23.162ZM11.324,22.132L23.676,22.132L23.676,9.779L11.324,9.779L11.324,22.132Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,12.868L12.868,12.868C12.583,12.868 12.353,12.637 12.353,12.353C12.353,12.069 12.583,11.838 12.868,11.838L22.132,11.838C22.417,11.838 22.647,12.069 22.647,12.353C22.647,12.637 22.417,12.868 22.132,12.868Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,14.926L12.868,14.926C12.583,14.926 12.353,14.696 12.353,14.412C12.353,14.128 12.583,13.897 12.868,13.897L22.132,13.897C22.417,13.897 22.647,14.128 22.647,14.412C22.647,14.696 22.417,14.926 22.132,14.926Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M22.132,16.985L12.868,16.985C12.583,16.985 12.353,16.755 12.353,16.471C12.353,16.186 12.583,15.956 12.868,15.956L22.132,15.956C22.417,15.956 22.647,16.186 22.647,16.471C22.647,16.755 22.417,16.985 22.132,16.985Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,19.044L12.868,19.044C12.583,19.044 12.353,18.814 12.353,18.529C12.353,18.245 12.583,18.015 12.868,18.015L22.132,18.015C22.417,18.015 22.647,18.245 22.647,18.529C22.647,18.814 22.417,19.044 22.132,19.044Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-print-inactive-i:before {
  top: -6px;
  left: -5px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25L5.662,26.25C4.809,26.25 4.118,25.559 4.118,24.706L4.118,15.441C4.118,14.588 4.809,13.897 5.662,13.897L8.75,13.897C9.034,13.897 9.265,14.128 9.265,14.412C9.265,14.696 9.034,14.926 8.75,14.926L5.662,14.926C5.378,14.926 5.147,15.157 5.147,15.441L5.147,24.706C5.147,24.99 5.378,25.221 5.662,25.221L29.338,25.221C29.622,25.221 29.853,24.99 29.853,24.706L29.853,15.441C29.853,15.157 29.622,14.926 29.338,14.926L26.25,14.926C25.966,14.926 25.735,14.696 25.735,14.412C25.735,14.128 25.966,13.897 26.25,13.897L29.338,13.897C30.191,13.897 30.882,14.588 30.882,15.441L30.882,24.706C30.882,25.559 30.191,26.25 29.338,26.25Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M24.706,23.162L10.294,23.162L10.294,8.75L24.706,8.75L24.706,23.162ZM11.324,22.132L23.676,22.132L23.676,9.779L11.324,9.779L11.324,22.132Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M22.132,12.868L12.868,12.868C12.583,12.868 12.353,12.637 12.353,12.353C12.353,12.069 12.583,11.838 12.868,11.838L22.132,11.838C22.417,11.838 22.647,12.069 22.647,12.353C22.647,12.637 22.417,12.868 22.132,12.868Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M22.132,14.926L12.868,14.926C12.583,14.926 12.353,14.696 12.353,14.412C12.353,14.128 12.583,13.897 12.868,13.897L22.132,13.897C22.417,13.897 22.647,14.128 22.647,14.412C22.647,14.696 22.417,14.926 22.132,14.926Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M22.132,16.985L12.868,16.985C12.583,16.985 12.353,16.755 12.353,16.471C12.353,16.186 12.583,15.956 12.868,15.956L22.132,15.956C22.417,15.956 22.647,16.186 22.647,16.471C22.647,16.755 22.417,16.985 22.132,16.985Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path  d="M22.132,19.044L12.868,19.044C12.583,19.044 12.353,18.814 12.353,18.529C12.353,18.245 12.583,18.015 12.868,18.015L22.132,18.015C22.417,18.015 22.647,18.245 22.647,18.529C22.647,18.814 22.417,19.044 22.132,19.044Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-order-print-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25L5.662,26.25C4.809,26.25 4.118,25.559 4.118,24.706L4.118,15.441C4.118,14.588 4.809,13.897 5.662,13.897L8.75,13.897C9.034,13.897 9.265,14.128 9.265,14.412C9.265,14.696 9.034,14.926 8.75,14.926L5.662,14.926C5.378,14.926 5.147,15.157 5.147,15.441L5.147,24.706C5.147,24.99 5.378,25.221 5.662,25.221L29.338,25.221C29.622,25.221 29.853,24.99 29.853,24.706L29.853,15.441C29.853,15.157 29.622,14.926 29.338,14.926L26.25,14.926C25.966,14.926 25.735,14.696 25.735,14.412C25.735,14.128 25.966,13.897 26.25,13.897L29.338,13.897C30.191,13.897 30.882,14.588 30.882,15.441L30.882,24.706C30.882,25.559 30.191,26.25 29.338,26.25Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M24.706,23.162L10.294,23.162L10.294,8.75L24.706,8.75L24.706,23.162ZM11.324,22.132L23.676,22.132L23.676,9.779L11.324,9.779L11.324,22.132Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,12.868L12.868,12.868C12.583,12.868 12.353,12.637 12.353,12.353C12.353,12.069 12.583,11.838 12.868,11.838L22.132,11.838C22.417,11.838 22.647,12.069 22.647,12.353C22.647,12.637 22.417,12.868 22.132,12.868Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,14.926L12.868,14.926C12.583,14.926 12.353,14.696 12.353,14.412C12.353,14.128 12.583,13.897 12.868,13.897L22.132,13.897C22.417,13.897 22.647,14.128 22.647,14.412C22.647,14.696 22.417,14.926 22.132,14.926Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M22.132,16.985L12.868,16.985C12.583,16.985 12.353,16.755 12.353,16.471C12.353,16.186 12.583,15.956 12.868,15.956L22.132,15.956C22.417,15.956 22.647,16.186 22.647,16.471C22.647,16.755 22.417,16.985 22.132,16.985Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M22.132,19.044L12.868,19.044C12.583,19.044 12.353,18.814 12.353,18.529C12.353,18.245 12.583,18.015 12.868,18.015L22.132,18.015C22.417,18.015 22.647,18.245 22.647,18.529C22.647,18.814 22.417,19.044 22.132,19.044Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-pickupjob-i:before {
  top: -6px;
  left: -6px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 50 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0.25" width="50" height="50" style="fill:none;"/><path d="M22.572,26.518C22.276,26.518 21.996,26.338 21.885,26.043C21.74,25.664 21.932,25.24 22.312,25.096C24.643,24.212 26.151,22.041 26.151,19.565C26.151,16.295 23.49,13.635 20.22,13.635C16.949,13.635 14.288,16.296 14.288,19.565C14.288,22.041 15.795,24.212 18.127,25.096C18.507,25.24 18.698,25.664 18.554,26.043C18.411,26.424 17.986,26.613 17.606,26.471C14.742,25.385 12.818,22.61 12.818,19.565C12.818,15.483 16.138,12.163 20.22,12.163C24.301,12.163 27.621,15.484 27.621,19.565C27.621,22.61 25.697,25.385 22.833,26.471C22.747,26.502 22.659,26.518 22.572,26.518Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M20.354,9.98C16.479,9.98 13.326,13.132 13.326,17.007C13.326,17.227 13.43,17.434 13.604,17.565C15.093,19.495 17.616,20.644 20.384,20.644L20.385,20.644C23.161,20.644 25.664,19.494 27.11,17.561C27.28,17.429 27.382,17.226 27.382,17.008C27.381,13.132 24.229,9.98 20.354,9.98Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M22.797,13.676L21.412,14.507C21.396,14.515 21.376,14.521 21.357,14.521C21.335,14.521 21.313,14.515 21.297,14.505L21.254,14.479L21.113,14.391C21.082,14.372 21.057,14.328 21.057,14.291L21.057,14.073C21.057,14.036 21.082,13.984 21.115,13.965L21.143,13.949L22.56,13.099L20.456,11.933C20.407,11.906 20.326,11.906 20.277,11.933L18.107,13.111L20.623,14.551C20.655,14.568 20.68,14.611 20.68,14.649L20.68,15.115L20.679,16.726C20.679,16.764 20.654,16.807 20.621,16.825L20.431,16.93L20.429,16.93C20.412,16.938 20.394,16.943 20.374,16.943L20.371,16.943C20.348,16.943 20.326,16.939 20.31,16.93L20.12,16.825C20.087,16.808 20.062,16.765 20.062,16.726L20.061,15.115L20.06,15.115L20.06,14.976C20.059,14.957 20.044,14.933 20.029,14.924L17.911,13.699L17.91,16.094C17.91,16.15 17.95,16.22 17.999,16.248L20.281,17.585C20.329,17.613 20.409,17.612 20.457,17.584L22.71,16.246C22.758,16.217 22.797,16.147 22.797,16.091L22.797,13.676Z" style="fill:white;fill-rule:nonzero;"/><path d="M8.456,41.255C8.05,41.255 7.721,40.926 7.721,40.52C7.721,33.627 13.328,28.02 20.221,28.02C22.662,28.02 25.031,28.73 27.071,30.073C27.41,30.296 27.504,30.752 27.28,31.091C27.058,31.431 26.601,31.526 26.262,31.301C24.463,30.117 22.373,29.49 20.22,29.49C14.138,29.49 9.19,34.438 9.19,40.52C9.191,40.926 8.862,41.255 8.456,41.255Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M42.279,41.255L26.15,41.255L26.15,25.079L42.279,25.079L42.279,41.255ZM27.621,39.785L40.809,39.785L40.809,26.55L27.621,26.55L27.621,39.785Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-order-pickupjob-inactive-i:before {
  top: -6px;
  left: -6px;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 50 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0.25" width="50" height="50" style="fill:none;"/><path d="M22.572,26.518C22.276,26.518 21.996,26.338 21.885,26.043C21.74,25.664 21.932,25.24 22.312,25.096C24.643,24.212 26.151,22.041 26.151,19.565C26.151,16.295 23.49,13.635 20.22,13.635C16.949,13.635 14.288,16.296 14.288,19.565C14.288,22.041 15.795,24.212 18.127,25.096C18.507,25.24 18.698,25.664 18.554,26.043C18.411,26.424 17.986,26.613 17.606,26.471C14.742,25.385 12.818,22.61 12.818,19.565C12.818,15.483 16.138,12.163 20.22,12.163C24.301,12.163 27.621,15.484 27.621,19.565C27.621,22.61 25.697,25.385 22.833,26.471C22.747,26.502 22.659,26.518 22.572,26.518Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path d="M20.354,9.98C16.479,9.98 13.326,13.132 13.326,17.007C13.326,17.227 13.43,17.434 13.604,17.565C15.093,19.495 17.616,20.644 20.384,20.644L20.385,20.644C23.161,20.644 25.664,19.494 27.11,17.561C27.28,17.429 27.382,17.226 27.382,17.008C27.381,13.132 24.229,9.98 20.354,9.98Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path d="M22.797,13.676L21.412,14.507C21.396,14.515 21.376,14.521 21.357,14.521C21.335,14.521 21.313,14.515 21.297,14.505L21.254,14.479L21.113,14.391C21.082,14.372 21.057,14.328 21.057,14.291L21.057,14.073C21.057,14.036 21.082,13.984 21.115,13.965L21.143,13.949L22.56,13.099L20.456,11.933C20.407,11.906 20.326,11.906 20.277,11.933L18.107,13.111L20.623,14.551C20.655,14.568 20.68,14.611 20.68,14.649L20.68,15.115L20.679,16.726C20.679,16.764 20.654,16.807 20.621,16.825L20.431,16.93L20.429,16.93C20.412,16.938 20.394,16.943 20.374,16.943L20.371,16.943C20.348,16.943 20.326,16.939 20.31,16.93L20.12,16.825C20.087,16.808 20.062,16.765 20.062,16.726L20.061,15.115L20.06,15.115L20.06,14.976C20.059,14.957 20.044,14.933 20.029,14.924L17.911,13.699L17.91,16.094C17.91,16.15 17.95,16.22 17.999,16.248L20.281,17.585C20.329,17.613 20.409,17.612 20.457,17.584L22.71,16.246C22.758,16.217 22.797,16.147 22.797,16.091L22.797,13.676Z" style="fill:white;fill-rule:nonzero;"/><path d="M8.456,41.255C8.05,41.255 7.721,40.926 7.721,40.52C7.721,33.627 13.328,28.02 20.221,28.02C22.662,28.02 25.031,28.73 27.071,30.073C27.41,30.296 27.504,30.752 27.28,31.091C27.058,31.431 26.601,31.526 26.262,31.301C24.463,30.117 22.373,29.49 20.22,29.49C14.138,29.49 9.19,34.438 9.19,40.52C9.191,40.926 8.862,41.255 8.456,41.255Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path d="M42.279,41.255L26.15,41.255L26.15,25.079L42.279,25.079L42.279,41.255ZM27.621,39.785L40.809,39.785L40.809,26.55L27.621,26.55L27.621,39.785Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-order-pickupjob-inactive-i:before {
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 50 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0.25" width="50" height="50" style="fill:none;"/><path d="M22.572,26.518C22.276,26.518 21.996,26.338 21.885,26.043C21.74,25.664 21.932,25.24 22.312,25.096C24.643,24.212 26.151,22.041 26.151,19.565C26.151,16.295 23.49,13.635 20.22,13.635C16.949,13.635 14.288,16.296 14.288,19.565C14.288,22.041 15.795,24.212 18.127,25.096C18.507,25.24 18.698,25.664 18.554,26.043C18.411,26.424 17.986,26.613 17.606,26.471C14.742,25.385 12.818,22.61 12.818,19.565C12.818,15.483 16.138,12.163 20.22,12.163C24.301,12.163 27.621,15.484 27.621,19.565C27.621,22.61 25.697,25.385 22.833,26.471C22.747,26.502 22.659,26.518 22.572,26.518Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M20.354,9.98C16.479,9.98 13.326,13.132 13.326,17.007C13.326,17.227 13.43,17.434 13.604,17.565C15.093,19.495 17.616,20.644 20.384,20.644L20.385,20.644C23.161,20.644 25.664,19.494 27.11,17.561C27.28,17.429 27.382,17.226 27.382,17.008C27.381,13.132 24.229,9.98 20.354,9.98Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M22.797,13.676L21.412,14.507C21.396,14.515 21.376,14.521 21.357,14.521C21.335,14.521 21.313,14.515 21.297,14.505L21.254,14.479L21.113,14.391C21.082,14.372 21.057,14.328 21.057,14.291L21.057,14.073C21.057,14.036 21.082,13.984 21.115,13.965L21.143,13.949L22.56,13.099L20.456,11.933C20.407,11.906 20.326,11.906 20.277,11.933L18.107,13.111L20.623,14.551C20.655,14.568 20.68,14.611 20.68,14.649L20.68,15.115L20.679,16.726C20.679,16.764 20.654,16.807 20.621,16.825L20.431,16.93L20.429,16.93C20.412,16.938 20.394,16.943 20.374,16.943L20.371,16.943C20.348,16.943 20.326,16.939 20.31,16.93L20.12,16.825C20.087,16.808 20.062,16.765 20.062,16.726L20.061,15.115L20.06,15.115L20.06,14.976C20.059,14.957 20.044,14.933 20.029,14.924L17.911,13.699L17.91,16.094C17.91,16.15 17.95,16.22 17.999,16.248L20.281,17.585C20.329,17.613 20.409,17.612 20.457,17.584L22.71,16.246C22.758,16.217 22.797,16.147 22.797,16.091L22.797,13.676Z" style="fill:white;fill-rule:nonzero;"/><path d="M8.456,41.255C8.05,41.255 7.721,40.926 7.721,40.52C7.721,33.627 13.328,28.02 20.221,28.02C22.662,28.02 25.031,28.73 27.071,30.073C27.41,30.296 27.504,30.752 27.28,31.091C27.058,31.431 26.601,31.526 26.262,31.301C24.463,30.117 22.373,29.49 20.22,29.49C14.138,29.49 9.19,34.438 9.19,40.52C9.191,40.926 8.862,41.255 8.456,41.255Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M42.279,41.255L26.15,41.255L26.15,25.079L42.279,25.079L42.279,41.255ZM27.621,39.785L40.809,39.785L40.809,26.55L27.621,26.55L27.621,39.785Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

@media (max-width: 991.98px) {
  .dpd-product-select-group .dropdown {
    width: 71% !important;
  }

  .dpd-product-addon-select-group .dropdown {
    width: 71% !important;
  }
}
.dpd-shippingorder-customernumber-info {
  position: absolute;
  top: -0.8rem !important;
}
.dpd-shippingorder-customernumber-info ~ .dropdown-menu .tippy-box {
  top: -1px !important;
}
.dpd-shippingorder-customernumber-info ~ .dropdown-menu .tippy-content {
  padding: 5px 7px 5px 12px !important;
}

.dpd-submenu-profile-material-i:before {
  top: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="21" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Path" d="M20.427,14.808l-13.078,-0l-4.117,-12.353l-2.717,-0c-0.284,-0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.231,-0.515 0.515,-0.515l3.459,0l4.118,12.353l11.593,0l2.989,-8.914c0.091,-0.269 0.385,-0.413 0.651,-0.324c0.27,0.091 0.416,0.383 0.325,0.652l-3.223,9.616Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape" d="M9.814,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,-0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm-0,-4.118c-0.851,0 -1.544,0.693 -1.544,1.545c-0,0.851 0.693,1.544 1.544,1.544c0.851,-0 1.544,-0.693 1.544,-1.544c0,-0.852 -0.692,-1.545 -1.544,-1.545Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M18.015,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,-0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm-0,-4.118c-0.852,0 -1.544,0.693 -1.544,1.545c-0,0.851 0.692,1.544 1.544,1.544c0.851,-0 1.544,-0.693 1.544,-1.544c-0,-0.852 -0.693,-1.545 -1.544,-1.545Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape2" serif:id="Shape" d="M16.842,7.952c0,0.228 0.036,0.41 0.109,0.547c0.074,0.137 0.243,0.205 0.507,0.205c0.173,0 0.355,-0.061 0.547,-0.184c0.191,-0.124 0.367,-0.315 0.527,-0.575c0.16,-0.26 0.291,-0.593 0.397,-0.999c0.104,-0.406 0.157,-0.897 0.157,-1.471c0,-0.648 -0.121,-1.248 -0.363,-1.8c-0.241,-0.552 -0.584,-1.027 -1.026,-1.424c-0.443,-0.397 -0.976,-0.707 -1.602,-0.931c-0.624,-0.223 -1.324,-0.335 -2.101,-0.335c-0.766,0 -1.469,0.128 -2.107,0.383c-0.639,0.256 -1.187,0.616 -1.643,1.081c-0.456,0.466 -0.81,1.02 -1.061,1.663c-0.251,0.644 -0.376,1.354 -0.376,2.129c0,0.767 0.126,1.474 0.376,2.122c0.251,0.648 0.605,1.204 1.061,1.67c0.456,0.465 1.004,0.828 1.643,1.088c0.638,0.26 1.341,0.39 2.107,0.39c0.904,0 1.73,-0.182 2.478,-0.547l0.37,0.903c-0.868,0.42 -1.816,0.63 -2.848,0.63c-0.893,-0 -1.722,-0.158 -2.484,-0.472c-0.761,-0.315 -1.419,-0.751 -1.97,-1.308c-0.553,-0.556 -0.984,-1.218 -1.294,-1.984c-0.31,-0.766 -0.465,-1.597 -0.465,-2.491c-0,-0.903 0.155,-1.736 0.465,-2.499c0.31,-0.761 0.741,-1.421 1.294,-1.978c0.551,-0.556 1.209,-0.989 1.97,-1.3c0.762,-0.31 1.591,-0.465 2.484,-0.465c0.904,-0 1.732,0.135 2.485,0.404c0.753,0.269 1.396,0.645 1.93,1.129c0.534,0.484 0.949,1.061 1.246,1.732c0.296,0.67 0.444,1.407 0.444,2.21c0,0.721 -0.082,1.346 -0.246,1.876c-0.164,0.529 -0.39,0.967 -0.678,1.314c-0.287,0.346 -0.622,0.604 -1.006,0.773c-0.383,0.168 -0.798,0.253 -1.245,0.253c-0.402,-0 -0.705,-0.073 -0.91,-0.219c-0.206,-0.146 -0.359,-0.356 -0.46,-0.63c-0.237,0.265 -0.533,0.471 -0.89,0.616c-0.355,0.146 -0.761,0.219 -1.217,0.219c-0.466,0 -0.886,-0.082 -1.26,-0.246c-0.374,-0.164 -0.696,-0.392 -0.965,-0.685c-0.269,-0.291 -0.477,-0.64 -0.623,-1.047c-0.146,-0.406 -0.219,-0.85 -0.219,-1.334c0,-0.493 0.073,-0.945 0.219,-1.355c0.146,-0.411 0.354,-0.765 0.623,-1.061c0.269,-0.297 0.591,-0.527 0.965,-0.691c0.374,-0.165 0.794,-0.247 1.26,-0.247c0.438,0 0.827,0.068 1.17,0.205c0.341,0.137 0.627,0.324 0.855,0.561l0,-0.656l1.369,-0l-0,4.831l0.001,-0Zm-1.368,-3.039c-0.174,-0.182 -0.406,-0.344 -0.698,-0.486c-0.292,-0.142 -0.612,-0.212 -0.959,-0.212c-0.629,-0 -1.126,0.198 -1.491,0.595c-0.365,0.397 -0.547,0.915 -0.547,1.554c-0,0.63 0.182,1.141 0.547,1.534c0.364,0.392 0.862,0.588 1.491,0.588c0.338,-0 0.651,-0.069 0.938,-0.205c0.288,-0.137 0.527,-0.302 0.719,-0.493l-0,-2.875Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-profile-material-inactive-i:before {
  top: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="21" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Path" d="M20.427,14.808l-13.078,0l-4.117,-12.353l-2.717,0c-0.284,0 -0.515,-0.231 -0.515,-0.515c0,-0.284 0.231,-0.515 0.515,-0.515l3.459,0l4.118,12.353l11.593,0l2.989,-8.914c0.091,-0.269 0.385,-0.413 0.651,-0.324c0.27,0.091 0.416,0.383 0.325,0.652l-3.223,9.616Z" style="fill:rgb(128,130,133);fill-rule:nonzero;"/><path id="Shape" d="M9.814,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm0,-4.118c-0.851,0 -1.544,0.693 -1.544,1.545c0,0.851 0.693,1.544 1.544,1.544c0.851,0 1.544,-0.693 1.544,-1.544c0,-0.852 -0.692,-1.545 -1.544,-1.545Z" style="fill:rgb(128,130,133);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M18.015,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm0,-4.118c-0.852,0 -1.544,0.693 -1.544,1.545c0,0.851 0.692,1.544 1.544,1.544c0.851,0 1.544,-0.693 1.544,-1.544c0,-0.852 -0.693,-1.545 -1.544,-1.545Z" style="fill:rgb(128,130,133);fill-rule:nonzero;"/><path id="Shape2" serif:id="Shape" d="M16.842,7.952c0,0.228 0.036,0.41 0.109,0.547c0.074,0.137 0.243,0.205 0.507,0.205c0.173,0 0.355,-0.061 0.547,-0.184c0.191,-0.124 0.367,-0.315 0.527,-0.575c0.16,-0.26 0.291,-0.593 0.397,-0.999c0.104,-0.406 0.157,-0.897 0.157,-1.471c0,-0.648 -0.121,-1.248 -0.363,-1.8c-0.241,-0.552 -0.584,-1.027 -1.026,-1.424c-0.443,-0.397 -0.976,-0.707 -1.602,-0.931c-0.624,-0.223 -1.324,-0.335 -2.101,-0.335c-0.766,0 -1.469,0.128 -2.107,0.383c-0.639,0.256 -1.187,0.616 -1.643,1.081c-0.456,0.466 -0.81,1.02 -1.061,1.663c-0.251,0.644 -0.376,1.354 -0.376,2.129c0,0.767 0.126,1.474 0.376,2.122c0.251,0.648 0.605,1.204 1.061,1.67c0.456,0.465 1.004,0.828 1.643,1.088c0.638,0.26 1.341,0.39 2.107,0.39c0.904,0 1.73,-0.182 2.478,-0.547l0.37,0.903c-0.868,0.42 -1.816,0.63 -2.848,0.63c-0.893,0 -1.722,-0.158 -2.484,-0.472c-0.761,-0.315 -1.419,-0.751 -1.97,-1.308c-0.553,-0.556 -0.984,-1.218 -1.294,-1.984c-0.31,-0.766 -0.465,-1.597 -0.465,-2.491c0,-0.903 0.155,-1.736 0.465,-2.499c0.31,-0.761 0.741,-1.421 1.294,-1.978c0.551,-0.556 1.209,-0.989 1.97,-1.3c0.762,-0.31 1.591,-0.465 2.484,-0.465c0.904,0 1.732,0.135 2.485,0.404c0.753,0.269 1.396,0.645 1.93,1.129c0.534,0.484 0.949,1.061 1.246,1.732c0.296,0.67 0.444,1.407 0.444,2.21c0,0.721 -0.082,1.346 -0.246,1.876c-0.164,0.529 -0.39,0.967 -0.678,1.314c-0.287,0.346 -0.622,0.604 -1.006,0.773c-0.383,0.168 -0.798,0.253 -1.245,0.253c-0.402,0 -0.705,-0.073 -0.91,-0.219c-0.206,-0.146 -0.359,-0.356 -0.46,-0.63c-0.237,0.265 -0.533,0.471 -0.89,0.616c-0.355,0.146 -0.761,0.219 -1.217,0.219c-0.466,0 -0.886,-0.082 -1.26,-0.246c-0.374,-0.164 -0.696,-0.392 -0.965,-0.685c-0.269,-0.291 -0.477,-0.64 -0.623,-1.047c-0.146,-0.406 -0.219,-0.85 -0.219,-1.334c0,-0.493 0.073,-0.945 0.219,-1.355c0.146,-0.411 0.354,-0.765 0.623,-1.061c0.269,-0.297 0.591,-0.527 0.965,-0.691c0.374,-0.165 0.794,-0.247 1.26,-0.247c0.438,0 0.827,0.068 1.17,0.205c0.341,0.137 0.627,0.324 0.855,0.561l0,-0.656l1.369,0l0,4.831l0.001,0Zm-1.368,-3.039c-0.174,-0.182 -0.406,-0.344 -0.698,-0.486c-0.292,-0.142 -0.612,-0.212 -0.959,-0.212c-0.629,-0 -1.126,0.198 -1.491,0.595c-0.365,0.397 -0.547,0.915 -0.547,1.554c-0,0.63 0.182,1.141 0.547,1.534c0.364,0.392 0.862,0.588 1.491,0.588c0.338,-0 0.651,-0.069 0.938,-0.205c0.288,-0.137 0.527,-0.302 0.719,-0.493l-0,-2.875Z" style="fill:rgb(128,130,133);fill-rule:nonzero;"/></svg>');
}

a:hover .dpd-submenu-profile-material-inactive-i:before {
  top: 1px;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="21" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Path" d="M20.427,14.808l-13.078,-0l-4.117,-12.353l-2.717,-0c-0.284,-0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.231,-0.515 0.515,-0.515l3.459,0l4.118,12.353l11.593,0l2.989,-8.914c0.091,-0.269 0.385,-0.413 0.651,-0.324c0.27,0.091 0.416,0.383 0.325,0.652l-3.223,9.616Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape" d="M9.814,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,-0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm-0,-4.118c-0.851,0 -1.544,0.693 -1.544,1.545c-0,0.851 0.693,1.544 1.544,1.544c0.851,-0 1.544,-0.693 1.544,-1.544c0,-0.852 -0.692,-1.545 -1.544,-1.545Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M18.015,20.984c-1.419,0 -2.574,-1.154 -2.574,-2.573c0,-1.42 1.155,-2.574 2.574,-2.574c1.419,-0 2.573,1.154 2.573,2.574c0,1.419 -1.154,2.573 -2.573,2.573Zm-0,-4.118c-0.852,0 -1.544,0.693 -1.544,1.545c-0,0.851 0.692,1.544 1.544,1.544c0.851,-0 1.544,-0.693 1.544,-1.544c-0,-0.852 -0.693,-1.545 -1.544,-1.545Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape2" serif:id="Shape" d="M16.842,7.952c0,0.228 0.036,0.41 0.109,0.547c0.074,0.137 0.243,0.205 0.507,0.205c0.173,0 0.355,-0.061 0.547,-0.184c0.191,-0.124 0.367,-0.315 0.527,-0.575c0.16,-0.26 0.291,-0.593 0.397,-0.999c0.104,-0.406 0.157,-0.897 0.157,-1.471c0,-0.648 -0.121,-1.248 -0.363,-1.8c-0.241,-0.552 -0.584,-1.027 -1.026,-1.424c-0.443,-0.397 -0.976,-0.707 -1.602,-0.931c-0.624,-0.223 -1.324,-0.335 -2.101,-0.335c-0.766,0 -1.469,0.128 -2.107,0.383c-0.639,0.256 -1.187,0.616 -1.643,1.081c-0.456,0.466 -0.81,1.02 -1.061,1.663c-0.251,0.644 -0.376,1.354 -0.376,2.129c0,0.767 0.126,1.474 0.376,2.122c0.251,0.648 0.605,1.204 1.061,1.67c0.456,0.465 1.004,0.828 1.643,1.088c0.638,0.26 1.341,0.39 2.107,0.39c0.904,0 1.73,-0.182 2.478,-0.547l0.37,0.903c-0.868,0.42 -1.816,0.63 -2.848,0.63c-0.893,-0 -1.722,-0.158 -2.484,-0.472c-0.761,-0.315 -1.419,-0.751 -1.97,-1.308c-0.553,-0.556 -0.984,-1.218 -1.294,-1.984c-0.31,-0.766 -0.465,-1.597 -0.465,-2.491c-0,-0.903 0.155,-1.736 0.465,-2.499c0.31,-0.761 0.741,-1.421 1.294,-1.978c0.551,-0.556 1.209,-0.989 1.97,-1.3c0.762,-0.31 1.591,-0.465 2.484,-0.465c0.904,-0 1.732,0.135 2.485,0.404c0.753,0.269 1.396,0.645 1.93,1.129c0.534,0.484 0.949,1.061 1.246,1.732c0.296,0.67 0.444,1.407 0.444,2.21c0,0.721 -0.082,1.346 -0.246,1.876c-0.164,0.529 -0.39,0.967 -0.678,1.314c-0.287,0.346 -0.622,0.604 -1.006,0.773c-0.383,0.168 -0.798,0.253 -1.245,0.253c-0.402,-0 -0.705,-0.073 -0.91,-0.219c-0.206,-0.146 -0.359,-0.356 -0.46,-0.63c-0.237,0.265 -0.533,0.471 -0.89,0.616c-0.355,0.146 -0.761,0.219 -1.217,0.219c-0.466,0 -0.886,-0.082 -1.26,-0.246c-0.374,-0.164 -0.696,-0.392 -0.965,-0.685c-0.269,-0.291 -0.477,-0.64 -0.623,-1.047c-0.146,-0.406 -0.219,-0.85 -0.219,-1.334c0,-0.493 0.073,-0.945 0.219,-1.355c0.146,-0.411 0.354,-0.765 0.623,-1.061c0.269,-0.297 0.591,-0.527 0.965,-0.691c0.374,-0.165 0.794,-0.247 1.26,-0.247c0.438,0 0.827,0.068 1.17,0.205c0.341,0.137 0.627,0.324 0.855,0.561l0,-0.656l1.369,-0l-0,4.831l0.001,-0Zm-1.368,-3.039c-0.174,-0.182 -0.406,-0.344 -0.698,-0.486c-0.292,-0.142 -0.612,-0.212 -0.959,-0.212c-0.629,-0 -1.126,0.198 -1.491,0.595c-0.365,0.397 -0.547,0.915 -0.547,1.554c-0,0.63 0.182,1.141 0.547,1.534c0.364,0.392 0.862,0.588 1.491,0.588c0.338,-0 0.651,-0.069 0.938,-0.205c0.288,-0.137 0.527,-0.302 0.719,-0.493l-0,-2.875Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-submenu-profile-settings-i:before {
  top: 2px;
  left: 3px;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Symbols"><g id="Navigation_Left_Profile"><g id="Group"><g id="Settings_blackred_pos_rgb"><rect id="XMLID_1770_" x="-7" y="-7.167" width="35" height="35" style="fill:none;"/><path id="Shape" d="M10.501,18.569c-4.541,-0 -8.235,-3.695 -8.235,-8.236c-0,-4.54 3.694,-8.235 8.235,-8.235c4.541,0 8.235,3.695 8.235,8.235c0,4.541 -3.694,8.236 -8.235,8.236Zm-0,-15.442c-3.974,0 -7.206,3.233 -7.206,7.206c0,3.974 3.232,7.206 7.206,7.206c3.973,0 7.206,-3.232 7.206,-7.206c-0,-3.973 -3.233,-7.206 -7.206,-7.206Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M10.498,15.995c-3.122,0 -5.662,-2.54 -5.662,-5.662c-0,-3.121 2.54,-5.661 5.662,-5.661c3.121,-0 5.661,2.54 5.661,5.661c0,3.122 -2.54,5.662 -5.661,5.662Zm0.002,-10.294c-2.554,0 -4.633,2.078 -4.633,4.632c0,2.555 2.079,4.633 4.633,4.633c2.554,-0 4.632,-2.078 4.632,-4.633c-0,-2.554 -2.078,-4.632 -4.632,-4.632Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><g id="XMLID_1759_"><path id="XMLID_1767_" d="M12.427,1.393l-0.005,-0c0.012,-0.498 -0.357,-0.935 -0.861,-0.985c-0.701,-0.064 -1.443,-0.064 -2.132,0.013l-0.051,0c-0.495,0.058 -0.868,0.476 -0.862,0.972l-0,1.22l3.906,-0l0.005,-1.22Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1766_" d="M19.439,12.289l-0,-0.004c0.498,0.011 0.935,-0.358 0.984,-0.862c0.065,-0.701 0.065,-1.443 -0.013,-2.131l0,-0.051c-0.057,-0.496 -0.476,-0.869 -0.971,-0.863l-1.22,0l-0,3.907l1.22,0.004Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1765_" d="M8.578,19.274l0.005,-0c-0.012,0.498 0.357,0.935 0.861,0.984c0.701,0.065 1.443,0.065 2.132,-0.012l0.051,-0c0.495,-0.058 0.869,-0.477 0.862,-0.972l0,-1.22l-3.906,-0l-0.005,1.22Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1764_" d="M5.54,2.646l-0.004,0.004c-0.344,-0.361 -0.914,-0.408 -1.305,-0.087c-0.541,0.45 -1.066,0.975 -1.498,1.516c-0.014,0.014 -0.023,0.023 -0.036,0.036c-0.31,0.391 -0.278,0.951 0.077,1.297l0.863,0.863l2.762,-2.763l-0.859,-0.866Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1763_" d="M18.144,5.385l-0.003,-0.004c0.361,-0.343 0.408,-0.914 0.087,-1.305c-0.451,-0.541 -0.975,-1.066 -1.517,-1.498c-0.013,-0.014 -0.022,-0.023 -0.036,-0.036c-0.391,-0.31 -0.951,-0.278 -1.297,0.077l-0.862,0.863l2.762,2.762l0.866,-0.859Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1762_" d="M15.429,17.996l0.004,-0.003c0.344,0.361 0.915,0.408 1.305,0.087c0.542,-0.451 1.066,-0.975 1.499,-1.517c0.013,-0.013 0.022,-0.022 0.036,-0.036c0.309,-0.391 0.277,-0.951 -0.078,-1.297l-0.862,-0.862l-2.763,2.762l0.859,0.866Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1761_" d="M2.837,15.265l0.004,0.003c-0.361,0.344 -0.408,0.915 -0.087,1.306c0.45,0.541 0.975,1.066 1.516,1.498c0.013,0.013 0.023,0.023 0.036,0.036c0.391,0.31 0.951,0.277 1.297,-0.077l0.863,-0.863l-2.763,-2.762l-0.866,0.859Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1760_" d="M1.555,8.416l-0,0.004c-0.498,-0.012 -0.935,0.358 -0.985,0.862c-0.064,0.701 -0.064,1.443 0.013,2.131l0,0.051c0.058,0.496 0.476,0.869 0.972,0.863l1.22,-0l0,-3.907l-1.22,-0.004Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></g></g></g></g></g></svg>');
}

.dpd-submenu-profile-settings-inactive-i:before {
  top: 2px;
  left: 3px;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Symbols"><g id="Navigation_Left_Profile"><g id="Group"><g id="Settings_blackred_pos_rgb"><rect id="XMLID_1770_" x="-7" y="-7.167" width="35" height="35" style="fill:none;"/><path id="Shape" d="M10.501,18.569c-4.541,-0 -8.235,-3.695 -8.235,-8.236c-0,-4.54 3.694,-8.235 8.235,-8.235c4.541,0 8.235,3.695 8.235,8.235c0,4.541 -3.694,8.236 -8.235,8.236Zm-0,-15.442c-3.974,0 -7.206,3.233 -7.206,7.206c0,3.974 3.232,7.206 7.206,7.206c3.973,0 7.206,-3.232 7.206,-7.206c-0,-3.973 -3.233,-7.206 -7.206,-7.206Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M10.498,15.995c-3.122,0 -5.662,-2.54 -5.662,-5.662c-0,-3.121 2.54,-5.661 5.662,-5.661c3.121,-0 5.661,2.54 5.661,5.661c0,3.122 -2.54,5.662 -5.661,5.662Zm0.002,-10.294c-2.554,0 -4.633,2.078 -4.633,4.632c0,2.555 2.079,4.633 4.633,4.633c2.554,-0 4.632,-2.078 4.632,-4.633c-0,-2.554 -2.078,-4.632 -4.632,-4.632Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><g id="XMLID_1759_"><path id="XMLID_1767_" d="M12.427,1.393l-0.005,-0c0.012,-0.498 -0.357,-0.935 -0.861,-0.985c-0.701,-0.064 -1.443,-0.064 -2.132,0.013l-0.051,0c-0.495,0.058 -0.868,0.476 -0.862,0.972l-0,1.22l3.906,-0l0.005,-1.22Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1766_" d="M19.439,12.289l-0,-0.004c0.498,0.011 0.935,-0.358 0.984,-0.862c0.065,-0.701 0.065,-1.443 -0.013,-2.131l0,-0.051c-0.057,-0.496 -0.476,-0.869 -0.971,-0.863l-1.22,0l-0,3.907l1.22,0.004Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1765_" d="M8.578,19.274l0.005,-0c-0.012,0.498 0.357,0.935 0.861,0.984c0.701,0.065 1.443,0.065 2.132,-0.012l0.051,-0c0.495,-0.058 0.869,-0.477 0.862,-0.972l0,-1.22l-3.906,-0l-0.005,1.22Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1764_" d="M5.54,2.646l-0.004,0.004c-0.344,-0.361 -0.914,-0.408 -1.305,-0.087c-0.541,0.45 -1.066,0.975 -1.498,1.516c-0.014,0.014 -0.023,0.023 -0.036,0.036c-0.31,0.391 -0.278,0.951 0.077,1.297l0.863,0.863l2.762,-2.763l-0.859,-0.866Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1763_" d="M18.144,5.385l-0.003,-0.004c0.361,-0.343 0.408,-0.914 0.087,-1.305c-0.451,-0.541 -0.975,-1.066 -1.517,-1.498c-0.013,-0.014 -0.022,-0.023 -0.036,-0.036c-0.391,-0.31 -0.951,-0.278 -1.297,0.077l-0.862,0.863l2.762,2.762l0.866,-0.859Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1762_" d="M15.429,17.996l0.004,-0.003c0.344,0.361 0.915,0.408 1.305,0.087c0.542,-0.451 1.066,-0.975 1.499,-1.517c0.013,-0.013 0.022,-0.022 0.036,-0.036c0.309,-0.391 0.277,-0.951 -0.078,-1.297l-0.862,-0.862l-2.763,2.762l0.859,0.866Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1761_" d="M2.837,15.265l0.004,0.003c-0.361,0.344 -0.408,0.915 -0.087,1.306c0.45,0.541 0.975,1.066 1.516,1.498c0.013,0.013 0.023,0.023 0.036,0.036c0.391,0.31 0.951,0.277 1.297,-0.077l0.863,-0.863l-2.763,-2.762l-0.866,0.859Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="XMLID_1760_" d="M1.555,8.416l-0,0.004c-0.498,-0.012 -0.935,0.358 -0.985,0.862c-0.064,0.701 -0.064,1.443 0.013,2.131l0,0.051c0.058,0.496 0.476,0.869 0.972,0.863l1.22,-0l0,-3.907l-1.22,-0.004Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></g></g></g></g></g></svg>');
}

a:hover .dpd-submenu-profile-settings-inactive-i:before {
  top: 2px;
  left: 3px;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Symbols"><g id="Navigation_Left_Profile"><g id="Group"><g id="Settings_blackred_pos_rgb"><rect id="XMLID_1770_" x="-7" y="-7.167" width="35" height="35" style="fill:none;"/><path id="Shape" d="M10.501,18.569c-4.541,-0 -8.235,-3.695 -8.235,-8.236c-0,-4.54 3.694,-8.235 8.235,-8.235c4.541,0 8.235,3.695 8.235,8.235c0,4.541 -3.694,8.236 -8.235,8.236Zm-0,-15.442c-3.974,0 -7.206,3.233 -7.206,7.206c0,3.974 3.232,7.206 7.206,7.206c3.973,0 7.206,-3.232 7.206,-7.206c-0,-3.973 -3.233,-7.206 -7.206,-7.206Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M10.498,15.995c-3.122,0 -5.662,-2.54 -5.662,-5.662c-0,-3.121 2.54,-5.661 5.662,-5.661c3.121,-0 5.661,2.54 5.661,5.661c0,3.122 -2.54,5.662 -5.661,5.662Zm0.002,-10.294c-2.554,0 -4.633,2.078 -4.633,4.632c0,2.555 2.079,4.633 4.633,4.633c2.554,-0 4.632,-2.078 4.632,-4.633c-0,-2.554 -2.078,-4.632 -4.632,-4.632Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><g id="XMLID_1759_"><path id="XMLID_1767_" d="M12.427,1.393l-0.005,-0c0.012,-0.498 -0.357,-0.935 -0.861,-0.985c-0.701,-0.064 -1.443,-0.064 -2.132,0.013l-0.051,0c-0.495,0.058 -0.868,0.476 -0.862,0.972l-0,1.22l3.906,-0l0.005,-1.22Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1766_" d="M19.439,12.289l-0,-0.004c0.498,0.011 0.935,-0.358 0.984,-0.862c0.065,-0.701 0.065,-1.443 -0.013,-2.131l0,-0.051c-0.057,-0.496 -0.476,-0.869 -0.971,-0.863l-1.22,0l-0,3.907l1.22,0.004Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1765_" d="M8.578,19.274l0.005,-0c-0.012,0.498 0.357,0.935 0.861,0.984c0.701,0.065 1.443,0.065 2.132,-0.012l0.051,-0c0.495,-0.058 0.869,-0.477 0.862,-0.972l0,-1.22l-3.906,-0l-0.005,1.22Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1764_" d="M5.54,2.646l-0.004,0.004c-0.344,-0.361 -0.914,-0.408 -1.305,-0.087c-0.541,0.45 -1.066,0.975 -1.498,1.516c-0.014,0.014 -0.023,0.023 -0.036,0.036c-0.31,0.391 -0.278,0.951 0.077,1.297l0.863,0.863l2.762,-2.763l-0.859,-0.866Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1763_" d="M18.144,5.385l-0.003,-0.004c0.361,-0.343 0.408,-0.914 0.087,-1.305c-0.451,-0.541 -0.975,-1.066 -1.517,-1.498c-0.013,-0.014 -0.022,-0.023 -0.036,-0.036c-0.391,-0.31 -0.951,-0.278 -1.297,0.077l-0.862,0.863l2.762,2.762l0.866,-0.859Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1762_" d="M15.429,17.996l0.004,-0.003c0.344,0.361 0.915,0.408 1.305,0.087c0.542,-0.451 1.066,-0.975 1.499,-1.517c0.013,-0.013 0.022,-0.022 0.036,-0.036c0.309,-0.391 0.277,-0.951 -0.078,-1.297l-0.862,-0.862l-2.763,2.762l0.859,0.866Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1761_" d="M2.837,15.265l0.004,0.003c-0.361,0.344 -0.408,0.915 -0.087,1.306c0.45,0.541 0.975,1.066 1.516,1.498c0.013,0.013 0.023,0.023 0.036,0.036c0.391,0.31 0.951,0.277 1.297,-0.077l0.863,-0.863l-2.763,-2.762l-0.866,0.859Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_1760_" d="M1.555,8.416l-0,0.004c-0.498,-0.012 -0.935,0.358 -0.985,0.862c-0.064,0.701 -0.064,1.443 0.013,2.131l0,0.051c0.058,0.496 0.476,0.869 0.972,0.863l1.22,-0l0,-3.907l-1.22,-0.004Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></g></g></g></g></g></svg>');
}

.dpd-submenu-profile-addressbook-i {
  position: relative;
  height: 22px;
  width: 22px;
  margin-right: 8px;
  display: inline-block;
}
.dpd-submenu-profile-addressbook-i:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: url('data:image/svg+xml;utf8,<svg width="23" height="29" viewBox="0 0 23 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Adressbook"><path id="Path" d="M2.057,17.5c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-4.117c0,-0.285 0.231,-0.515 0.515,-0.515c0.284,-0 0.515,0.23 0.515,0.515l-0,4.117c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M2.057,11.324c-0.284,-0 -0.515,-0.231 -0.515,-0.515l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M20.078,28.823l-16.477,0c-1.137,-0.001 -2.058,-0.922 -2.059,-2.058l0,-1.545c0,-0.284 0.231,-0.514 0.515,-0.514c0.284,-0 0.515,0.23 0.515,0.514l-0,1.545c0,0.568 0.461,1.028 1.029,1.029l16.477,-0c0.568,-0.001 1.028,-0.461 1.029,-1.029l-0,-24.706c-0.001,-0.568 -0.461,-1.029 -1.029,-1.03l-16.477,0c-0.568,0.001 -1.029,0.462 -1.029,1.03l-0,2.57c-0,0.285 -0.231,0.515 -0.515,0.515c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-2.57c0.001,-1.137 0.922,-2.058 2.059,-2.059l16.477,-0c1.136,0.001 2.057,0.922 2.058,2.059l0,24.706c-0.001,1.136 -0.922,2.057 -2.058,2.058Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M3.603,5.147l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path4" serif:id="Path" d="M3.603,17.5l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path5" serif:id="Path" d="M2.057,23.676c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path6" serif:id="Path" d="M3.603,23.676l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.285 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.23 0.515,0.515c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path7" serif:id="Path" d="M3.603,11.324l-3.088,-0c-0.285,-0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.231 0.515,0.515c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape" d="M15.269,16.227c0,0.45 0.082,0.751 0.614,0.751c0.696,-0 1.623,-0.942 1.623,-3.22c0,-2.592 -1.991,-4.475 -5.074,-4.475c-3.07,0 -5.171,2.142 -5.171,5.239c-0,3.069 2.101,5.252 5.171,5.252c0.853,0.008 1.698,-0.178 2.469,-0.546l0.368,0.901c-0.886,0.422 -1.856,0.636 -2.837,0.627c-1.663,0.043 -3.27,-0.601 -4.442,-1.781c-1.172,-1.18 -1.806,-2.791 -1.752,-4.453c-0.058,-1.662 0.575,-3.274 1.748,-4.453c1.174,-1.179 2.783,-1.819 4.446,-1.768c3.615,0 6.084,2.265 6.084,5.457c-0,2.865 -1.392,4.202 -3.165,4.202c-0.6,0.087 -1.175,-0.27 -1.364,-0.846c-0.549,0.565 -1.314,0.868 -2.101,0.832c-1.842,0 -3.056,-1.378 -3.056,-3.301c0,-1.951 1.214,-3.342 3.056,-3.342c0.75,-0.037 1.481,0.239 2.019,0.763l-0,-0.654l1.364,-0l-0,4.815Zm-1.364,-3.028c-0.44,-0.436 -1.031,-0.686 -1.651,-0.696c-0.565,-0.022 -1.112,0.2 -1.502,0.61c-0.389,0.411 -0.582,0.969 -0.531,1.532c-0.048,0.56 0.148,1.113 0.537,1.518c0.389,0.405 0.935,0.623 1.496,0.596c0.62,-0.009 1.212,-0.258 1.651,-0.695l-0,-2.865Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.dpd-submenu-profile-addressbook-inactive-i {
  position: relative;
  height: 22px;
  width: 22px;
  margin-right: 8px;
  display: inline-block;
}
.dpd-submenu-profile-addressbook-inactive-i:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: url('data:image/svg+xml;utf8,<svg width="23" height="29" viewBox="0 0 23 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Adressbook"><path id="Path" d="M2.057,17.5c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-4.117c0,-0.285 0.231,-0.515 0.515,-0.515c0.284,-0 0.515,0.23 0.515,0.515l-0,4.117c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M2.057,11.324c-0.284,-0 -0.515,-0.231 -0.515,-0.515l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M20.078,28.823l-16.477,0c-1.137,-0.001 -2.058,-0.922 -2.059,-2.058l0,-1.545c0,-0.284 0.231,-0.514 0.515,-0.514c0.284,-0 0.515,0.23 0.515,0.514l-0,1.545c0,0.568 0.461,1.028 1.029,1.029l16.477,-0c0.568,-0.001 1.028,-0.461 1.029,-1.029l-0,-24.706c-0.001,-0.568 -0.461,-1.029 -1.029,-1.03l-16.477,0c-0.568,0.001 -1.029,0.462 -1.029,1.03l-0,2.57c-0,0.285 -0.231,0.515 -0.515,0.515c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-2.57c0.001,-1.137 0.922,-2.058 2.059,-2.059l16.477,-0c1.136,0.001 2.057,0.922 2.058,2.059l0,24.706c-0.001,1.136 -0.922,2.057 -2.058,2.058Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M3.603,5.147l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path4" serif:id="Path" d="M3.603,17.5l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path5" serif:id="Path" d="M2.057,23.676c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path6" serif:id="Path" d="M3.603,23.676l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.285 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.23 0.515,0.515c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path7" serif:id="Path" d="M3.603,11.324l-3.088,-0c-0.285,-0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.231 0.515,0.515c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Shape" d="M15.269,16.227c0,0.45 0.082,0.751 0.614,0.751c0.696,-0 1.623,-0.942 1.623,-3.22c0,-2.592 -1.991,-4.475 -5.074,-4.475c-3.07,0 -5.171,2.142 -5.171,5.239c-0,3.069 2.101,5.252 5.171,5.252c0.853,0.008 1.698,-0.178 2.469,-0.546l0.368,0.901c-0.886,0.422 -1.856,0.636 -2.837,0.627c-1.663,0.043 -3.27,-0.601 -4.442,-1.781c-1.172,-1.18 -1.806,-2.791 -1.752,-4.453c-0.058,-1.662 0.575,-3.274 1.748,-4.453c1.174,-1.179 2.783,-1.819 4.446,-1.768c3.615,0 6.084,2.265 6.084,5.457c-0,2.865 -1.392,4.202 -3.165,4.202c-0.6,0.087 -1.175,-0.27 -1.364,-0.846c-0.549,0.565 -1.314,0.868 -2.101,0.832c-1.842,0 -3.056,-1.378 -3.056,-3.301c0,-1.951 1.214,-3.342 3.056,-3.342c0.75,-0.037 1.481,0.239 2.019,0.763l-0,-0.654l1.364,-0l-0,4.815Zm-1.364,-3.028c-0.44,-0.436 -1.031,-0.686 -1.651,-0.696c-0.565,-0.022 -1.112,0.2 -1.502,0.61c-0.389,0.411 -0.582,0.969 -0.531,1.532c-0.048,0.56 0.148,1.113 0.537,1.518c0.389,0.405 0.935,0.623 1.496,0.596c0.62,-0.009 1.212,-0.258 1.651,-0.695l-0,-2.865Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></g></svg>');
}

a:hover .dpd-submenu-profile-addressbook-inactive-i:before {
  top: 1px;
  left: 0px;
  content: url('data:image/svg+xml;utf8,<svg width="23" height="29" viewBox="0 0 23 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Adressbook"><path id="Path" d="M2.057,17.5c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-4.117c0,-0.285 0.231,-0.515 0.515,-0.515c0.284,-0 0.515,0.23 0.515,0.515l-0,4.117c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M2.057,11.324c-0.284,-0 -0.515,-0.231 -0.515,-0.515l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M20.078,28.823l-16.477,0c-1.137,-0.001 -2.058,-0.922 -2.059,-2.058l0,-1.545c0,-0.284 0.231,-0.514 0.515,-0.514c0.284,-0 0.515,0.23 0.515,0.514l-0,1.545c0,0.568 0.461,1.028 1.029,1.029l16.477,-0c0.568,-0.001 1.028,-0.461 1.029,-1.029l-0,-24.706c-0.001,-0.568 -0.461,-1.029 -1.029,-1.03l-16.477,0c-0.568,0.001 -1.029,0.462 -1.029,1.03l-0,2.57c-0,0.285 -0.231,0.515 -0.515,0.515c-0.284,0 -0.515,-0.23 -0.515,-0.515l0,-2.57c0.001,-1.137 0.922,-2.058 2.059,-2.059l16.477,-0c1.136,0.001 2.057,0.922 2.058,2.059l0,24.706c-0.001,1.136 -0.922,2.057 -2.058,2.058Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M3.603,5.147l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path4" serif:id="Path" d="M3.603,17.5l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l3.088,-0c0.284,-0 0.515,0.23 0.515,0.514c-0,0.285 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path5" serif:id="Path" d="M2.057,23.676c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-4.118c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,4.118c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path6" serif:id="Path" d="M3.603,23.676l-3.088,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.285 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.23 0.515,0.515c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path7" serif:id="Path" d="M3.603,11.324l-3.088,-0c-0.285,-0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.23,-0.515 0.515,-0.515l3.088,0c0.284,0 0.515,0.231 0.515,0.515c-0,0.284 -0.231,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape" d="M15.269,16.227c0,0.45 0.082,0.751 0.614,0.751c0.696,-0 1.623,-0.942 1.623,-3.22c0,-2.592 -1.991,-4.475 -5.074,-4.475c-3.07,0 -5.171,2.142 -5.171,5.239c-0,3.069 2.101,5.252 5.171,5.252c0.853,0.008 1.698,-0.178 2.469,-0.546l0.368,0.901c-0.886,0.422 -1.856,0.636 -2.837,0.627c-1.663,0.043 -3.27,-0.601 -4.442,-1.781c-1.172,-1.18 -1.806,-2.791 -1.752,-4.453c-0.058,-1.662 0.575,-3.274 1.748,-4.453c1.174,-1.179 2.783,-1.819 4.446,-1.768c3.615,0 6.084,2.265 6.084,5.457c-0,2.865 -1.392,4.202 -3.165,4.202c-0.6,0.087 -1.175,-0.27 -1.364,-0.846c-0.549,0.565 -1.314,0.868 -2.101,0.832c-1.842,0 -3.056,-1.378 -3.056,-3.301c0,-1.951 1.214,-3.342 3.056,-3.342c0.75,-0.037 1.481,0.239 2.019,0.763l-0,-0.654l1.364,-0l-0,4.815Zm-1.364,-3.028c-0.44,-0.436 -1.031,-0.686 -1.651,-0.696c-0.565,-0.022 -1.112,0.2 -1.502,0.61c-0.389,0.411 -0.582,0.969 -0.531,1.532c-0.048,0.56 0.148,1.113 0.537,1.518c0.389,0.405 0.935,0.623 1.496,0.596c0.62,-0.009 1.212,-0.258 1.651,-0.695l-0,-2.865Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.dpd-submenu-profile-admin-i {
  position: relative;
  height: 22px;
  width: 22px;
  margin-right: 8px;
  display: inline-block;
}
.dpd-submenu-profile-admin-i:before {
  top: 4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="20" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customers_blackred_pos_rgb"><path id="Path" d="M9.779,9.348c-0.208,-0 -0.403,-0.126 -0.482,-0.328c-0.1,-0.262 0.033,-0.555 0.299,-0.654c1.518,-0.567 2.499,-1.959 2.499,-3.548c-0,-2.098 -1.732,-3.804 -3.861,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.4,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c0,-2.657 2.194,-4.819 4.89,-4.819c2.696,-0 4.889,2.162 4.889,4.819c0,1.983 -1.271,3.789 -3.162,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M13.532,12.548c-0,-0.001 -0.001,-0.002 -0.001,-0.002c-1.48,-1.225 -3.36,-1.9 -5.296,-1.9c-4.54,0 -8.235,3.641 -8.235,8.116c0,0.281 0.23,0.507 0.515,0.507c0.284,0 0.514,-0.226 0.514,-0.507c0,-3.916 3.233,-7.101 7.206,-7.101c1.694,-0 3.339,0.59 4.634,1.662c0,0 0.001,0 0.001,0c0.207,0.173 0.42,0.375 0.65,0.62l0.755,-0.69c-0.26,-0.275 -0.502,-0.506 -0.743,-0.705Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M21.102,9.348c-0.207,-0 -0.403,-0.126 -0.481,-0.328c-0.101,-0.262 0.033,-0.555 0.299,-0.654c1.517,-0.567 2.498,-1.959 2.498,-3.548c0,-2.098 -1.731,-3.804 -3.86,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.399,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c-0,-2.657 2.193,-4.819 4.889,-4.819c2.696,-0 4.89,2.162 4.89,4.819c-0,1.983 -1.271,3.789 -3.163,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M19.559,10.646c-1.935,0 -3.816,0.675 -5.295,1.9c-1.869,1.548 -2.94,3.813 -2.94,6.216c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c-0,-2.103 0.938,-4.085 2.573,-5.439c1.294,-1.072 2.939,-1.662 4.633,-1.662c3.973,-0 7.206,3.185 7.206,7.101c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c0,-4.475 -3.694,-8.116 -8.235,-8.116Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.dpd-submenu-profile-admin-inactive-i:before {
  top: 4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="20" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customers_blackred_pos_rgb"><path id="Path" d="M9.779,9.348c-0.208,-0 -0.403,-0.126 -0.482,-0.328c-0.1,-0.262 0.033,-0.555 0.299,-0.654c1.518,-0.567 2.499,-1.959 2.499,-3.548c-0,-2.098 -1.732,-3.804 -3.861,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.4,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c0,-2.657 2.194,-4.819 4.89,-4.819c2.696,-0 4.889,2.162 4.889,4.819c0,1.983 -1.271,3.789 -3.162,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M13.532,12.548c-0,-0.001 -0.001,-0.002 -0.001,-0.002c-1.48,-1.225 -3.36,-1.9 -5.296,-1.9c-4.54,0 -8.235,3.641 -8.235,8.116c0,0.281 0.23,0.507 0.515,0.507c0.284,0 0.514,-0.226 0.514,-0.507c0,-3.916 3.233,-7.101 7.206,-7.101c1.694,-0 3.339,0.59 4.634,1.662c0,0 0.001,0 0.001,0c0.207,0.173 0.42,0.375 0.65,0.62l0.755,-0.69c-0.26,-0.275 -0.502,-0.506 -0.743,-0.705Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M21.102,9.348c-0.207,-0 -0.403,-0.126 -0.481,-0.328c-0.101,-0.262 0.033,-0.555 0.299,-0.654c1.517,-0.567 2.498,-1.959 2.498,-3.548c0,-2.098 -1.731,-3.804 -3.86,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.399,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c-0,-2.657 2.193,-4.819 4.889,-4.819c2.696,-0 4.89,2.162 4.89,4.819c-0,1.983 -1.271,3.789 -3.163,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M19.559,10.646c-1.935,0 -3.816,0.675 -5.295,1.9c-1.869,1.548 -2.94,3.813 -2.94,6.216c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c-0,-2.103 0.938,-4.085 2.573,-5.439c1.294,-1.072 2.939,-1.662 4.633,-1.662c3.973,-0 7.206,3.185 7.206,7.101c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c0,-4.475 -3.694,-8.116 -8.235,-8.116Z" style="fill:rgb(128, 130, 133); fill-rule:nonzero;"/></g></svg>');
}

a:hover .dpd-submenu-profile-admin-inactive-i:before {
  top: 4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="20" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customers_blackred_pos_rgb"><path id="Path" d="M9.779,9.348c-0.208,-0 -0.403,-0.126 -0.482,-0.328c-0.1,-0.262 0.033,-0.555 0.299,-0.654c1.518,-0.567 2.499,-1.959 2.499,-3.548c-0,-2.098 -1.732,-3.804 -3.861,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.4,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c0,-2.657 2.194,-4.819 4.89,-4.819c2.696,-0 4.889,2.162 4.889,4.819c0,1.983 -1.271,3.789 -3.162,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M13.532,12.548c-0,-0.001 -0.001,-0.002 -0.001,-0.002c-1.48,-1.225 -3.36,-1.9 -5.296,-1.9c-4.54,0 -8.235,3.641 -8.235,8.116c0,0.281 0.23,0.507 0.515,0.507c0.284,0 0.514,-0.226 0.514,-0.507c0,-3.916 3.233,-7.101 7.206,-7.101c1.694,-0 3.339,0.59 4.634,1.662c0,0 0.001,0 0.001,0c0.207,0.173 0.42,0.375 0.65,0.62l0.755,-0.69c-0.26,-0.275 -0.502,-0.506 -0.743,-0.705Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M21.102,9.348c-0.207,-0 -0.403,-0.126 -0.481,-0.328c-0.101,-0.262 0.033,-0.555 0.299,-0.654c1.517,-0.567 2.498,-1.959 2.498,-3.548c0,-2.098 -1.731,-3.804 -3.86,-3.804c-2.129,-0 -3.86,1.706 -3.86,3.804c-0,1.589 0.98,2.98 2.498,3.548c0.266,0.099 0.399,0.392 0.299,0.654c-0.101,0.262 -0.397,0.394 -0.664,0.295c-1.892,-0.707 -3.163,-2.513 -3.163,-4.496c-0,-2.657 2.193,-4.819 4.889,-4.819c2.696,-0 4.89,2.162 4.89,4.819c-0,1.983 -1.271,3.789 -3.163,4.496c-0.06,0.022 -0.121,0.033 -0.182,0.033Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M19.559,10.646c-1.935,0 -3.816,0.675 -5.295,1.9c-1.869,1.548 -2.94,3.813 -2.94,6.216c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c-0,-2.103 0.938,-4.085 2.573,-5.439c1.294,-1.072 2.939,-1.662 4.633,-1.662c3.973,-0 7.206,3.185 7.206,7.101c-0,0.281 0.23,0.507 0.514,0.507c0.285,0 0.515,-0.226 0.515,-0.507c0,-4.475 -3.694,-8.116 -8.235,-8.116Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.dpd-submenu-profile-user-i {
  position: relative;
  display: inline-block;
}
.dpd-submenu-profile-user-i:before {
  top: 2px;
  left: 5px;
  content: url('data:image/svg+xml;utf8,<svg width="17" height="20" viewBox="0 0 17 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customer_blackred_pos_rgb"><path id="Path" d="M9.779,9.484c-0.207,0 -0.403,-0.127 -0.481,-0.332c-0.101,-0.266 0.033,-0.563 0.299,-0.663c1.518,-0.575 2.498,-1.988 2.498,-3.6c0,-2.129 -1.731,-3.86 -3.86,-3.86c-2.129,-0 -3.861,1.731 -3.861,3.86c0,1.612 0.981,3.024 2.499,3.6c0.265,0.1 0.399,0.397 0.299,0.663c-0.1,0.267 -0.398,0.4 -0.664,0.3c-1.892,-0.717 -3.163,-2.55 -3.163,-4.562c0,-2.696 2.194,-4.89 4.89,-4.89c2.696,0 4.889,2.194 4.889,4.89c0,2.012 -1.271,3.845 -3.163,4.562c-0.06,0.022 -0.121,0.032 -0.182,0.032Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M15.956,19.261c-0.285,-0 -0.515,-0.23 -0.515,-0.515c0,-3.973 -3.232,-7.206 -7.206,-7.206c-1.693,0 -3.339,0.599 -4.633,1.687c-1.635,1.374 -2.573,3.386 -2.573,5.519c0,0.285 -0.23,0.515 -0.514,0.515c-0.284,-0 -0.515,-0.23 -0.515,-0.515c0,-2.438 1.072,-4.737 2.939,-6.307c1.48,-1.244 3.36,-1.928 5.296,-1.928c4.541,-0 8.236,3.694 8.236,8.235c-0,0.285 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.dpd-submenu-profile-user-inactive-i:before {
  top: 2px;
  left: 5px;
  content: url('data:image/svg+xml;utf8,<svg width="17" height="20" viewBox="0 0 17 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customer_blackred_pos_rgb"><path id="Path" d="M9.779,9.484c-0.207,0 -0.403,-0.127 -0.481,-0.332c-0.101,-0.266 0.033,-0.563 0.299,-0.663c1.518,-0.575 2.498,-1.988 2.498,-3.6c0,-2.129 -1.731,-3.86 -3.86,-3.86c-2.129,-0 -3.861,1.731 -3.861,3.86c0,1.612 0.981,3.024 2.499,3.6c0.265,0.1 0.399,0.397 0.299,0.663c-0.1,0.267 -0.398,0.4 -0.664,0.3c-1.892,-0.717 -3.163,-2.55 -3.163,-4.562c0,-2.696 2.194,-4.89 4.89,-4.89c2.696,0 4.889,2.194 4.889,4.89c0,2.012 -1.271,3.845 -3.163,4.562c-0.06,0.022 -0.121,0.032 -0.182,0.032Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M15.956,19.261c-0.285,-0 -0.515,-0.23 -0.515,-0.515c0,-3.973 -3.232,-7.206 -7.206,-7.206c-1.693,0 -3.339,0.599 -4.633,1.687c-1.635,1.374 -2.573,3.386 -2.573,5.519c0,0.285 -0.23,0.515 -0.514,0.515c-0.284,-0 -0.515,-0.23 -0.515,-0.515c0,-2.438 1.072,-4.737 2.939,-6.307c1.48,-1.244 3.36,-1.928 5.296,-1.928c4.541,-0 8.236,3.694 8.236,8.235c-0,0.285 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(128, 130, 133);fill-rule:nonzero;"/></g></svg>');
}

a:hover .dpd-submenu-profile-user-inactive-i:before {
  top: 2px;
  left: 5px;
  content: url('data:image/svg+xml;utf8,<svg width="17" height="20" viewBox="0 0 17 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Customer_blackred_pos_rgb"><path id="Path" d="M9.779,9.484c-0.207,0 -0.403,-0.127 -0.481,-0.332c-0.101,-0.266 0.033,-0.563 0.299,-0.663c1.518,-0.575 2.498,-1.988 2.498,-3.6c0,-2.129 -1.731,-3.86 -3.86,-3.86c-2.129,-0 -3.861,1.731 -3.861,3.86c0,1.612 0.981,3.024 2.499,3.6c0.265,0.1 0.399,0.397 0.299,0.663c-0.1,0.267 -0.398,0.4 -0.664,0.3c-1.892,-0.717 -3.163,-2.55 -3.163,-4.562c0,-2.696 2.194,-4.89 4.89,-4.89c2.696,0 4.889,2.194 4.889,4.89c0,2.012 -1.271,3.845 -3.163,4.562c-0.06,0.022 -0.121,0.032 -0.182,0.032Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M15.956,19.261c-0.285,-0 -0.515,-0.23 -0.515,-0.515c0,-3.973 -3.232,-7.206 -7.206,-7.206c-1.693,0 -3.339,0.599 -4.633,1.687c-1.635,1.374 -2.573,3.386 -2.573,5.519c0,0.285 -0.23,0.515 -0.514,0.515c-0.284,-0 -0.515,-0.23 -0.515,-0.515c0,-2.438 1.072,-4.737 2.939,-6.307c1.48,-1.244 3.36,-1.928 5.296,-1.928c4.541,-0 8.236,3.694 8.236,8.235c-0,0.285 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></svg>');
}

.tippy-box[data-placement^=top] > .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
          transform-origin: 0 25%;
  border-radius: 40% 40% 0 0;
}

.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
          transform: scale(1) translate(-50%, -55%);
}

.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
          transform: scale(0.2) translate(-50%, -45%);
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
          transform-origin: 0 -50%;
  border-radius: 0 0 30% 30%;
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
          transform: scale(1) translate(-50%, -45%);
}

.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%);
          transform: scale(0.2) translate(-50%);
}

.tippy-box[data-placement^=left] > .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-radius: 50% 0 0 50%;
}

.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
          transform: scale(0.2) translate(-75%, -50%);
}

.tippy-box[data-placement^=right] > .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
          transform-origin: -50% 0;
  border-radius: 0 50% 50% 0;
}

.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
          transform: scale(0.2) translate(-25%, -50%);
}

.tippy-box[data-animatefill] {
  background-color: transparent !important;
}

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 32px);
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop[data-state=hidden] {
  opacity: 0;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom] {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left] {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right] {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  border-radius: 7px;
  color: #333;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(33, 37, 41, 0.23);
          box-shadow: 0px 0px 4px 2px rgba(33, 37, 41, 0.23);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}

.dpd-tag {
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.33rem;
  color: #414042 !important;
  background: #e6e7e8;
}
.dpd-tag span {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 100%;
  padding: 0.5rem 1rem;
}

.dpd-tag-remove {
  position: relative;
  top: 0.15rem;
  line-height: 150%;
  height: 0.95rem;
  width: 0.95rem;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"> <path d="M12.655,3.092L3.092,12.655" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/><path d="M12.655,12.655L3.092,3.093" style="fill:none;stroke:rgb(220,0,50);stroke-width:1.5px;"/></svg>');
}

.dpd-tag-pickup-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.dpd-tag-pickup-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-1320" y="-337.999" width="1708" height="1842"/><rect x="-750.667" y="-258.999" width="1118" height="1722" style="fill:rgb(230,231,232);"/><rect  x="-4.312" y="-4.999" width="30" height="30" style="fill:none;"/><path id="Path" d="M19.948,13.966C19.951,13.966 19.952,13.968 19.952,13.971L19.952,17.942C19.952,18.673 19.36,19.266 18.629,19.266L2.746,19.266C2.015,19.266 1.423,18.673 1.423,17.942L1.423,13.971C1.423,13.968 1.425,13.966 1.427,13.966L19.948,13.966Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M15.099,17.057L6.276,17.057C6.032,17.057 5.835,16.86 5.835,16.616C5.835,16.372 6.032,16.175 6.276,16.175L15.099,16.175C15.343,16.175 15.541,16.372 15.541,16.616C15.541,16.86 15.343,17.057 15.099,17.057Z" style="fill:white;fill-rule:nonzero;"/><path d="M19.952,14.407L1.423,14.407C1.179,14.407 0.982,14.21 0.982,13.966C0.982,13.722 1.179,13.525 1.423,13.525L19.952,13.525C20.196,13.525 20.393,13.722 20.393,13.966C20.393,14.21 20.196,14.407 19.952,14.407Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M18.629,19.707L2.746,19.707C1.773,19.707 0.982,18.915 0.982,17.942L0.982,2.06C0.982,1.087 1.773,0.295 2.746,0.295L18.629,0.295C19.602,0.295 20.393,1.087 20.393,2.06L20.393,17.942C20.393,18.915 19.602,19.707 18.629,19.707ZM2.746,1.177C2.26,1.177 1.864,1.573 1.864,2.06L1.864,17.942C1.864,18.429 2.26,18.825 2.746,18.825L18.629,18.825C19.115,18.825 19.511,18.429 19.511,17.942L19.511,2.06C19.511,1.573 19.115,1.177 18.629,1.177L2.746,1.177Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M14.878,5.49L12.502,6.915C12.475,6.93 12.441,6.938 12.406,6.938C12.368,6.938 12.331,6.929 12.304,6.911L12.23,6.866L11.989,6.716C11.935,6.682 11.893,6.607 11.893,6.544L11.893,6.171C11.893,6.107 11.936,6.018 11.991,5.986L12.04,5.957L14.47,4.5L10.861,2.499C10.777,2.452 10.639,2.452 10.555,2.499L6.833,4.519L11.149,6.989C11.205,7.02 11.247,7.092 11.247,7.158L11.247,7.41L11.247,7.957L11.245,10.721C11.245,10.785 11.201,10.86 11.145,10.89L10.819,11.07C10.819,11.07 10.816,11.07 10.815,11.071C10.788,11.084 10.756,11.092 10.722,11.092L10.716,11.092C10.677,11.093 10.641,11.085 10.613,11.07L10.286,10.89C10.231,10.86 10.187,10.785 10.187,10.721L10.186,7.957L10.185,7.957L10.185,7.721C10.182,7.687 10.158,7.646 10.131,7.631L6.498,5.53L6.496,9.637C6.496,9.734 6.564,9.853 6.648,9.901L10.563,12.195C10.646,12.244 10.782,12.244 10.865,12.194L14.728,9.898C14.811,9.849 14.879,9.73 14.879,9.634L14.878,5.49Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-cachondelivery-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.dpd-tag-cachondelivery-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-2.529" y="-6.999" width="30" height="30" style="fill:none;"/><path d="M12.915,15.942L2.326,15.942C1.59,15.941 0.994,15.345 0.994,14.61L0.994,8.715C0.994,7.98 1.59,7.384 2.326,7.383L12.915,7.383C13.65,7.384 14.246,7.98 14.247,8.715L14.247,14.61C14.246,15.345 13.65,15.941 12.915,15.942ZM2.326,8.265C2.078,8.266 1.877,8.467 1.876,8.715L1.876,14.61C1.877,14.858 2.078,15.06 2.326,15.06L12.915,15.06C13.164,15.06 13.365,14.858 13.365,14.61L13.365,8.715C13.365,8.467 13.164,8.266 12.915,8.265L2.326,8.265Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M13.813,9.977L1.441,9.977C1.198,9.977 1,9.78 1,9.536C1,9.292 1.198,9.095 1.441,9.095L13.813,9.095C14.056,9.095 14.254,9.292 14.254,9.536C14.254,9.78 14.056,9.977 13.813,9.977Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><circle cx="9.671" cy="12.495" r="1.097" style="fill:rgb(220,0,50);"/><circle cx="11.426" cy="12.492" r="1.097" style="fill:rgb(65,64,66);"/><path d="M23.946,10.648L13.818,10.648C13.574,10.648 13.376,10.451 13.376,10.207C13.376,9.963 13.574,9.766 13.818,9.766L23.064,9.766L23.064,0.942L4.534,0.942L4.534,7.385C4.534,7.629 4.337,7.826 4.093,7.826C3.85,7.826 3.652,7.629 3.652,7.385L3.652,0.06L23.946,0.06L23.946,10.648Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M16.441,8.001C16.324,8.001 16.212,7.955 16.13,7.872C16.047,7.789 16,7.677 16,7.56L16,3.148C16,2.905 16.198,2.707 16.441,2.707C16.685,2.707 16.883,2.905 16.883,3.148L16.883,7.56C16.883,7.677 16.836,7.789 16.753,7.872C16.671,7.955 16.559,8.001 16.441,8.001Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M19.285,8.001C18.296,8.001 17.52,6.838 17.52,5.354C17.52,3.87 18.296,2.707 19.285,2.707C20.275,2.707 21.05,3.87 21.05,5.354C21.05,6.838 20.275,8.001 19.285,8.001ZM19.286,3.589C18.869,3.589 18.403,4.344 18.403,5.354C18.403,6.364 18.869,7.119 19.286,7.119C19.702,7.119 20.168,6.364 20.168,5.354C20.168,4.344 19.702,3.589 19.286,3.589Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-predict-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.dpd-tag-predict-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="-5.5" y="-5.499" width="30" height="30" style="fill:none;"/><path d="M15.248,6.651C15.095,6.651 14.946,6.571 14.865,6.429C13.772,4.521 11.717,3.336 9.5,3.336C9.256,3.336 9.059,3.139 9.059,2.895C9.059,2.652 9.256,2.454 9.5,2.454C12.032,2.454 14.381,3.809 15.631,5.99C15.752,6.201 15.678,6.471 15.467,6.592C15.398,6.632 15.323,6.651 15.248,6.651Z" style="fill:rgb(220,0,50);"/><path d="M9.5,18.738C4.407,18.738 0.263,14.594 0.263,9.501C0.263,4.408 4.407,0.264 9.5,0.264C14.593,0.264 18.737,4.408 18.737,9.501C18.737,14.594 14.593,18.738 9.5,18.738ZM9.5,1.146C4.894,1.146 1.145,4.894 1.145,9.501C1.145,14.108 4.894,17.856 9.5,17.856C14.106,17.856 17.855,14.107 17.855,9.501C17.855,4.895 14.107,1.146 9.5,1.146Z" style="fill:rgb(65,64,66);"/><circle cx="16.159" cy="9.501" r="1" style="fill:rgb(65,64,66);"/><circle cx="15.277" cy="12.847" r="1" style="fill:rgb(65,64,66);"/><circle cx="12.864" cy="15.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="9.542" cy="16.197" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.219" cy="15.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.723" cy="12.847" r="1" style="fill:rgb(65,64,66);"/><circle cx="2.841" cy="9.536" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.723" cy="6.188" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.219" cy="3.775" r="1" style="fill:rgb(65,64,66);"/><path d="M9.103,10.895L9.103,11.537L5.48,11.537L5.48,10.979L7.429,9.504C7.98,9.094 8.213,8.734 8.213,8.268C8.213,7.76 7.888,7.343 7.203,7.343C6.433,7.343 6.059,7.809 6.052,8.459L5.375,8.339C5.402,7.336 6.052,6.665 7.218,6.665C8.404,6.665 8.962,7.4 8.962,8.211C8.962,8.826 8.757,9.334 7.987,9.892L6.624,10.895L9.103,10.895Z" style="fill:rgb(220,0,50);"/><path d="M10.683,6.524L10.683,8.402C10.951,8.021 11.403,7.78 11.997,7.78C12.999,7.78 13.444,8.494 13.444,9.412L13.444,11.537L12.71,11.537L12.71,9.525C12.71,8.896 12.42,8.459 11.763,8.459C11.177,8.459 10.81,8.854 10.683,9.257L10.683,11.537L9.949,11.537L9.949,6.524L10.683,6.524Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-tag-idverification-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.dpd-tag-idverification-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.854,25.735L5.148,25.735L5.148,9.265L29.854,9.265L29.854,25.735ZM6.178,24.706L28.825,24.706L28.825,10.294L6.178,10.294L6.178,24.706Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M12.611,17.833C12.378,17.834 12.174,17.677 12.113,17.452C12.053,17.227 12.151,16.99 12.353,16.873C13.156,16.41 13.547,15.464 13.307,14.569C13.067,13.673 12.256,13.05 11.328,13.05C10.401,13.05 9.589,13.672 9.349,14.568C9.109,15.464 9.5,16.409 10.303,16.873C10.462,16.965 10.56,17.135 10.56,17.319C10.56,17.503 10.462,17.672 10.302,17.764C10.143,17.856 9.947,17.856 9.788,17.764C8.582,17.066 7.994,15.646 8.356,14.301C8.717,12.955 9.936,12.02 11.329,12.021C12.722,12.021 13.941,12.957 14.302,14.302C14.662,15.648 14.074,17.068 12.868,17.764C12.79,17.81 12.701,17.834 12.611,17.833Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M14.992,22.647C14.708,22.647 14.477,22.417 14.477,22.132C14.475,20.412 13.08,19.018 11.359,19.018C9.638,19.018 8.243,20.412 8.24,22.132C8.24,22.417 8.01,22.647 7.726,22.647C7.441,22.647 7.211,22.417 7.211,22.132C7.213,19.843 9.07,17.989 11.359,17.989C13.648,17.989 15.504,19.843 15.507,22.132C15.507,22.417 15.276,22.647 14.992,22.647Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M25.221,15.442L18.015,15.442C17.73,15.442 17.5,15.211 17.5,14.927C17.5,14.643 17.73,14.412 18.015,14.412L25.221,14.412C25.505,14.412 25.735,14.643 25.735,14.927C25.735,15.211 25.505,15.442 25.221,15.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M22.132,17.501L18.015,17.501C17.73,17.501 17.5,17.27 17.5,16.986C17.5,16.702 17.73,16.471 18.015,16.471L22.132,16.471C22.417,16.471 22.647,16.702 22.647,16.986C22.647,17.27 22.417,17.501 22.132,17.501Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-aviso-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.dpd-tag-aviso-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.854,25.735L5.148,25.735L5.148,9.265L29.854,9.265L29.854,25.735ZM6.178,24.706L28.825,24.706L28.825,10.294L6.178,10.294L6.178,24.706Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M12.611,17.833C12.378,17.834 12.174,17.677 12.113,17.452C12.053,17.227 12.151,16.99 12.353,16.873C13.156,16.41 13.547,15.464 13.307,14.569C13.067,13.673 12.256,13.05 11.328,13.05C10.401,13.05 9.589,13.672 9.349,14.568C9.109,15.464 9.5,16.409 10.303,16.873C10.462,16.965 10.56,17.135 10.56,17.319C10.56,17.503 10.462,17.672 10.302,17.764C10.143,17.856 9.947,17.856 9.788,17.764C8.582,17.066 7.994,15.646 8.356,14.301C8.717,12.955 9.936,12.02 11.329,12.021C12.722,12.021 13.941,12.957 14.302,14.302C14.662,15.648 14.074,17.068 12.868,17.764C12.79,17.81 12.701,17.834 12.611,17.833Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M14.992,22.647C14.708,22.647 14.477,22.417 14.477,22.132C14.475,20.412 13.08,19.018 11.359,19.018C9.638,19.018 8.243,20.412 8.24,22.132C8.24,22.417 8.01,22.647 7.726,22.647C7.441,22.647 7.211,22.417 7.211,22.132C7.213,19.843 9.07,17.989 11.359,17.989C13.648,17.989 15.504,19.843 15.507,22.132C15.507,22.417 15.276,22.647 14.992,22.647Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M25.221,15.442L18.015,15.442C17.73,15.442 17.5,15.211 17.5,14.927C17.5,14.643 17.73,14.412 18.015,14.412L25.221,14.412C25.505,14.412 25.735,14.643 25.735,14.927C25.735,15.211 25.505,15.442 25.221,15.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M22.132,17.501L18.015,17.501C17.73,17.501 17.5,17.27 17.5,16.986C17.5,16.702 17.73,16.471 18.015,16.471L22.132,16.471C22.417,16.471 22.647,16.702 22.647,16.986C22.647,17.27 22.417,17.501 22.132,17.501Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-clock-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.dpd-tag-clock-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 21 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M16.009,5.843C15.923,5.843 15.837,5.821 15.76,5.773C15.534,5.635 15.464,5.34 15.602,5.115L16.494,3.661C16.631,3.436 16.926,3.366 17.151,3.504C17.376,3.642 17.447,3.936 17.309,4.161L16.417,5.615C16.326,5.762 16.169,5.843 16.009,5.843Z" style="fill:rgb(65,64,66);"/><path d="M17.706,4.898C17.619,4.898 17.531,4.874 17.452,4.824L15.833,3.807C15.609,3.667 15.542,3.372 15.683,3.148C15.823,2.925 16.119,2.857 16.342,2.998L17.961,4.015C18.185,4.156 18.252,4.451 18.111,4.674C18.02,4.818 17.865,4.898 17.706,4.898Z" style="fill:rgb(65,64,66);"/><path d="M4.535,5.843C4.375,5.843 4.218,5.762 4.127,5.615L3.235,4.161C3.097,3.936 3.167,3.642 3.392,3.504C3.617,3.365 3.911,3.436 4.05,3.661L4.942,5.116C5.08,5.341 5.01,5.635 4.785,5.773C4.707,5.821 4.621,5.843 4.535,5.843Z" style="fill:rgb(65,64,66);"/><path d="M2.838,4.898C2.679,4.898 2.524,4.818 2.433,4.674C2.292,4.45 2.36,4.155 2.583,4.015L4.202,2.997C4.425,2.856 4.721,2.924 4.861,3.148C5.001,3.371 4.934,3.666 4.711,3.807L3.092,4.824C3.013,4.874 2.925,4.898 2.838,4.898Z" style="fill:rgb(65,64,66);"/><path d="M10.297,3.941C10.02,3.941 9.797,3.727 9.797,3.463L9.797,0.595C9.797,0.331 10.02,0.117 10.297,0.117C10.573,0.117 10.797,0.331 10.797,0.595L10.797,3.463C10.797,3.727 10.573,3.941 10.297,3.941Z" style="fill:rgb(65,64,66);"/><path d="M12.656,1.118L7.876,1.118C7.612,1.118 7.398,0.894 7.398,0.618C7.398,0.342 7.612,0.118 7.876,0.118L12.656,0.118C12.921,0.118 13.134,0.342 13.134,0.618C13.134,0.894 12.921,1.118 12.656,1.118Z" style="fill:rgb(65,64,66);"/><rect x="-4.5" y="-3.999" width="30" height="30" style="fill:none;"/><path d="M10.305,13.481C10.028,13.481 9.805,13.267 9.805,13.003L9.805,7.267C9.805,7.003 10.028,6.789 10.305,6.789C10.581,6.789 10.805,7.003 10.805,7.267L10.805,13.003C10.805,13.267 10.581,13.481 10.305,13.481Z" style="fill:rgb(220,0,50);"/><path d="M10.274,23.001C4.755,23.001 0.266,18.512 0.266,12.993C0.266,7.475 4.755,2.985 10.274,2.985C15.792,2.985 20.282,7.475 20.282,12.993C20.282,18.512 15.792,23.001 10.274,23.001ZM10.271,3.941C5.28,3.941 1.219,8.002 1.219,12.993C1.219,17.984 5.28,22.045 10.271,22.045C15.261,22.045 19.323,17.984 19.323,12.993C19.323,8.002 15.261,3.941 10.271,3.941Z" style="fill:rgb(65,64,66);"/><circle cx="10.336" cy="5.855" r="1" style="fill:rgb(65,64,66);"/><circle cx="17.508" cy="13.015" r="1" style="fill:rgb(65,64,66);"/><circle cx="13.937" cy="6.811" r="1" style="fill:rgb(65,64,66);"/><circle cx="16.555" cy="9.425" r="1" style="fill:rgb(65,64,66);"/><circle cx="16.555" cy="16.64" r="1" style="fill:rgb(65,64,66);"/><circle cx="13.937" cy="19.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="10.336" cy="20.27" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.742" cy="19.314" r="1" style="fill:rgb(65,64,66);"/><circle cx="4.031" cy="16.64" r="1" style="fill:rgb(65,64,66);"/><circle cx="3.078" cy="13.053" r="1" style="fill:rgb(65,64,66);"/><circle cx="4.031" cy="9.425" r="1" style="fill:rgb(65,64,66);"/><circle cx="6.742" cy="6.811" r="1" style="fill:rgb(65,64,66);"/><path d="M10.282,13.481C10.2,13.481 10.117,13.46 10.041,13.416C9.813,13.282 9.737,12.989 9.871,12.761L12.771,7.813C12.904,7.585 13.197,7.508 13.425,7.642C13.653,7.776 13.729,8.069 13.595,8.297L10.695,13.245C10.606,13.396 10.447,13.481 10.282,13.481Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-tag-department-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.dpd-tag-department-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M5.211,11.179L2.795,11.179L2.795,7.957L5.211,7.957L5.211,11.179ZM3.6,10.374L4.405,10.374L4.405,8.762L3.6,8.762L3.6,10.374Z" style="fill:rgb(65,64,66);"/><path d="M5.211,7.152L2.795,7.152L2.795,3.929L5.211,3.929L5.211,7.152ZM3.6,6.346L4.405,6.346L4.405,4.734L3.6,4.734L3.6,6.346Z" style="fill:rgb(65,64,66);"/><path d="M9.643,11.179L7.226,11.179L7.226,7.957L9.643,7.957L9.643,11.179ZM8.031,10.374L8.836,10.374L8.836,8.762L8.031,8.762L8.031,10.374Z" style="fill:rgb(65,64,66);"/><path d="M9.643,7.152L7.226,7.152L7.226,3.929L9.643,3.929L9.643,7.152ZM8.031,6.346L8.836,6.346L8.836,4.734L8.031,4.734L8.031,6.346Z" style="fill:rgb(65,64,66);"/><path d="M14.074,11.179L11.657,11.179L11.657,7.957L14.074,7.957L14.074,11.179ZM12.463,10.374L13.267,10.374L13.267,8.762L12.463,8.762L12.463,10.374Z" style="fill:rgb(65,64,66);"/><path d="M14.074,7.152L11.657,7.152L11.657,3.929L14.074,3.929L14.074,7.152ZM12.463,6.346L13.267,6.346L13.267,4.734L12.463,4.734L12.463,6.346Z" style="fill:rgb(65,64,66);"/><path d="M17.296,11.986L14.88,11.986L14.88,8.762L17.296,8.762L17.296,11.986ZM15.685,11.179L16.49,11.179L16.49,9.569L15.685,9.569L15.685,11.179Z" style="fill:rgb(220,0,50);"/><path d="M17.296,7.957L14.88,7.957L14.88,4.734L17.296,4.734L17.296,7.957ZM15.685,7.152L16.49,7.152L16.49,5.54L15.685,5.54L15.685,7.152Z" style="fill:rgb(220,0,50);"/><path d="M10.448,19.231C10.225,19.231 10.045,19.051 10.045,18.828L10.045,14.397L6.822,14.397L6.822,18.828C6.822,19.051 6.642,19.231 6.42,19.231C6.198,19.231 6.017,19.051 6.017,18.828L6.017,13.592L10.851,13.592L10.851,18.828C10.852,19.051 10.671,19.231 10.448,19.231Z" style="fill:rgb(220,0,50);"/><path d="M19.713,20.843L15.283,20.843C15.06,20.843 14.88,20.663 14.88,20.44C14.88,20.218 15.06,20.038 15.283,20.038L18.907,20.038L18.907,3.124L15.283,3.124C15.06,3.124 14.88,2.943 14.88,2.721C14.88,2.498 15.06,2.317 15.283,2.317L19.713,2.317L19.713,20.843Z" style="fill:rgb(220,0,50);"/><path d="M15.686,20.843L1.182,20.843L1.182,0.707L15.686,0.707L15.686,20.843ZM1.988,20.038L14.88,20.038L14.88,1.512L1.988,1.512L1.988,20.038Z" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-tag-wheels-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.dpd-tag-wheels-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M5.211,11.179L2.795,11.179L2.795,7.957L5.211,7.957L5.211,11.179ZM3.6,10.374L4.405,10.374L4.405,8.762L3.6,8.762L3.6,10.374Z" style="fill:rgb(65,64,66);"/><path d="M5.211,7.152L2.795,7.152L2.795,3.929L5.211,3.929L5.211,7.152ZM3.6,6.346L4.405,6.346L4.405,4.734L3.6,4.734L3.6,6.346Z" style="fill:rgb(65,64,66);"/><path d="M9.643,11.179L7.226,11.179L7.226,7.957L9.643,7.957L9.643,11.179ZM8.031,10.374L8.836,10.374L8.836,8.762L8.031,8.762L8.031,10.374Z" style="fill:rgb(65,64,66);"/><path d="M9.643,7.152L7.226,7.152L7.226,3.929L9.643,3.929L9.643,7.152ZM8.031,6.346L8.836,6.346L8.836,4.734L8.031,4.734L8.031,6.346Z" style="fill:rgb(65,64,66);"/><path d="M14.074,11.179L11.657,11.179L11.657,7.957L14.074,7.957L14.074,11.179ZM12.463,10.374L13.267,10.374L13.267,8.762L12.463,8.762L12.463,10.374Z" style="fill:rgb(65,64,66);"/><path d="M14.074,7.152L11.657,7.152L11.657,3.929L14.074,3.929L14.074,7.152ZM12.463,6.346L13.267,6.346L13.267,4.734L12.463,4.734L12.463,6.346Z" style="fill:rgb(65,64,66);"/><path d="M17.296,11.986L14.88,11.986L14.88,8.762L17.296,8.762L17.296,11.986ZM15.685,11.179L16.49,11.179L16.49,9.569L15.685,9.569L15.685,11.179Z" style="fill:rgb(220,0,50);"/><path d="M17.296,7.957L14.88,7.957L14.88,4.734L17.296,4.734L17.296,7.957ZM15.685,7.152L16.49,7.152L16.49,5.54L15.685,5.54L15.685,7.152Z" style="fill:rgb(220,0,50);"/><path d="M10.448,19.231C10.225,19.231 10.045,19.051 10.045,18.828L10.045,14.397L6.822,14.397L6.822,18.828C6.822,19.051 6.642,19.231 6.42,19.231C6.198,19.231 6.017,19.051 6.017,18.828L6.017,13.592L10.851,13.592L10.851,18.828C10.852,19.051 10.671,19.231 10.448,19.231Z" style="fill:rgb(220,0,50);"/><path d="M19.713,20.843L15.283,20.843C15.06,20.843 14.88,20.663 14.88,20.44C14.88,20.218 15.06,20.038 15.283,20.038L18.907,20.038L18.907,3.124L15.283,3.124C15.06,3.124 14.88,2.943 14.88,2.721C14.88,2.498 15.06,2.317 15.283,2.317L19.713,2.317L19.713,20.843Z" style="fill:rgb(220,0,50);"/><path d="M15.686,20.843L1.182,20.843L1.182,0.707L15.686,0.707L15.686,20.843ZM1.988,20.038L14.88,20.038L14.88,1.512L1.988,1.512L1.988,20.038Z" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-tag-security-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.dpd-tag-security-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="27" height="27" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M16.985,24.706C16.742,24.706 16.544,24.509 16.544,24.265C16.544,24.021 16.741,23.824 16.985,23.824L20.515,23.823L20.515,14.117L9.485,14.117L9.485,23.823L13.015,23.823C13.258,23.823 13.456,24.02 13.456,24.264C13.456,24.508 13.258,24.705 13.015,24.705L8.603,24.705L8.603,13.235L21.397,13.235L21.397,24.705L16.985,24.706Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M16.324,17.316C16.324,16.585 15.731,15.993 15,15.993C14.269,15.993 13.676,16.585 13.676,17.316C13.676,17.796 13.945,18.197 14.327,18.429L13.775,22.61L16.225,22.61L15.673,18.429C16.055,18.197 16.324,17.796 16.324,17.316Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M18.309,14.118C18.065,14.118 17.868,13.92 17.868,13.676L17.868,9.044C17.868,7.463 16.581,6.176 15,6.176C13.419,6.176 12.132,7.463 12.132,9.044L12.132,13.676C12.132,13.92 11.935,14.118 11.691,14.118C11.448,14.118 11.25,13.92 11.25,13.676L11.25,9.044C11.25,6.976 12.932,5.294 15,5.294C17.068,5.294 18.75,6.976 18.75,9.044L18.75,13.676C18.75,13.92 18.553,14.118 18.309,14.118Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-security-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: -3px;
}
.dpd-tag-security-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M16.985,24.706C16.742,24.706 16.544,24.509 16.544,24.265C16.544,24.021 16.741,23.824 16.985,23.824L20.515,23.823L20.515,14.117L9.485,14.117L9.485,23.823L13.015,23.823C13.258,23.823 13.456,24.02 13.456,24.264C13.456,24.508 13.258,24.705 13.015,24.705L8.603,24.705L8.603,13.235L21.397,13.235L21.397,24.705L16.985,24.706Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M16.324,17.316C16.324,16.585 15.731,15.993 15,15.993C14.269,15.993 13.676,16.585 13.676,17.316C13.676,17.796 13.945,18.197 14.327,18.429L13.775,22.61L16.225,22.61L15.673,18.429C16.055,18.197 16.324,17.796 16.324,17.316Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M18.309,14.118C18.065,14.118 17.868,13.92 17.868,13.676L17.868,9.044C17.868,7.463 16.581,6.176 15,6.176C13.419,6.176 12.132,7.463 12.132,9.044L12.132,13.676C12.132,13.92 11.935,14.118 11.691,14.118C11.448,14.118 11.25,13.92 11.25,13.676L11.25,9.044C11.25,6.976 12.932,5.294 15,5.294C17.068,5.294 18.75,6.976 18.75,9.044L18.75,13.676C18.75,13.92 18.553,14.118 18.309,14.118Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-tag-roadwork-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 4px;
}
.dpd-tag-roadwork-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 17 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M10.756,5.354C10.571,5.354 10.405,5.238 10.342,5.063L8.978,1.322C8.926,1.099 8.727,0.941 8.498,0.941C8.268,0.941 8.069,1.099 8.017,1.322L6.596,5.067C6.51,5.295 6.255,5.41 6.027,5.323C5.799,5.237 5.685,4.982 5.771,4.754L7.174,1.013C7.355,0.442 7.884,0.055 8.482,0.055C9.08,0.055 9.61,0.442 9.79,1.013L11.153,4.754C11.205,4.887 11.189,5.037 11.11,5.157C11.031,5.276 10.899,5.349 10.756,5.354Z" style="fill:rgb(65,64,66);"/><path d="M12.398,9.766C12.213,9.766 12.048,9.652 11.983,9.479L11.441,8.001L5.555,8.001L5.013,9.479C4.958,9.627 4.829,9.735 4.674,9.762C4.518,9.789 4.36,9.731 4.259,9.61C4.158,9.489 4.129,9.323 4.183,9.174L4.832,7.41C4.896,7.237 5.062,7.122 5.247,7.123L11.75,7.123C11.934,7.122 12.1,7.237 12.164,7.41L12.813,9.174C12.862,9.31 12.842,9.46 12.759,9.578C12.676,9.696 12.542,9.766 12.398,9.766Z" style="fill:rgb(220,0,50);"/><path d="M8.5,11.972C7.019,11.972 5.541,11.824 4.088,11.53C3.931,11.499 3.802,11.386 3.75,11.233C3.699,11.081 3.732,10.913 3.839,10.792C3.945,10.671 4.107,10.616 4.265,10.648C7.071,11.221 9.964,11.221 12.771,10.648C13.014,10.599 13.251,10.757 13.3,11.001C13.349,11.245 13.191,11.482 12.947,11.53C11.483,11.827 9.994,11.975 8.5,11.972Z" style="fill:rgb(220,0,50);"/><rect x="-6.5" y="-6.999" width="30" height="30" style="fill:none;"/><path d="M8.5,15.942C7.975,15.94 7.458,15.808 6.996,15.558L1.049,12.029C0.714,11.84 0.522,11.472 0.559,11.089C0.576,10.713 0.813,10.383 1.164,10.247L2.425,9.779C2.654,9.694 2.909,9.81 2.994,10.039C3.08,10.268 2.963,10.523 2.734,10.608L1.477,11.089C1.477,11.089 1.446,11.133 1.442,11.164C1.437,11.195 1.442,11.244 1.477,11.261L7.424,14.791C8.101,15.156 8.917,15.156 9.595,14.791L15.506,11.261C15.544,11.24 15.565,11.198 15.559,11.155C15.559,11.125 15.559,11.085 15.524,11.08L14.267,10.613C14.11,10.564 13.994,10.433 13.964,10.272C13.934,10.112 13.995,9.947 14.123,9.846C14.252,9.744 14.426,9.722 14.575,9.788L15.837,10.255C16.185,10.39 16.422,10.717 16.442,11.089C16.472,11.47 16.277,11.834 15.943,12.02L10.031,15.55C9.561,15.805 9.035,15.94 8.5,15.942Z" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-tag-retour-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.dpd-tag-retour-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="-5" y="-4.998" width="24" height="24" style="fill:none;"/><path  d="M3.571,6.296C3.48,6.296 3.39,6.261 3.321,6.193L0.248,3.12L3.321,0.047C3.459,-0.091 3.682,-0.091 3.82,0.047C3.958,0.184 3.958,0.408 3.82,0.546L1.246,3.12L3.82,5.694C3.958,5.832 3.958,6.055 3.82,6.193C3.751,6.261 3.661,6.296 3.571,6.296Z" style="fill:rgb(220,0,50);"/><path  d="M9.747,12.649L5.071,12.649C4.876,12.649 4.718,12.491 4.718,12.296C4.718,12.101 4.876,11.943 5.071,11.943L9.747,11.943C12.082,11.943 13.982,10.043 13.982,7.708C13.982,5.372 12.082,3.472 9.747,3.472L2.865,3.472C2.67,3.472 2.512,3.314 2.512,3.12C2.512,2.925 2.67,2.767 2.865,2.767L9.747,2.767C12.472,2.767 14.688,4.983 14.688,7.708C14.688,10.432 12.472,12.649 9.747,12.649Z" style="fill:rgb(65,64,66);"/><path  d="M4.958,14.767L0.017,14.767L0.017,9.825L4.958,9.825L4.958,14.767ZM0.723,14.061L4.252,14.061L4.252,10.531L0.723,10.531L0.723,14.061Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-tag-wheels-i {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
  left: -2px;
}
.dpd-tag-wheels-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="30" height="30" style="fill:none;"/><path  d="M24.222,20.206C25.104,18.662 25.59,16.897 25.59,15C25.59,13.103 25.06,11.294 24.178,9.75L24.178,9.706C24.178,9.662 24.134,9.662 24.134,9.617C23.207,8.073 21.884,6.75 20.34,5.867C20.295,5.867 20.251,5.823 20.251,5.823C18.707,4.941 16.943,4.456 15.045,4.456C13.148,4.456 11.34,4.985 9.795,5.867L9.751,5.867L9.707,5.912C8.119,6.838 6.795,8.162 5.913,9.75C5.913,9.794 5.869,9.838 5.869,9.838C4.987,11.382 4.501,13.147 4.501,15.044C4.501,16.941 5.031,18.75 5.913,20.294L5.913,20.338L5.957,20.382C6.884,21.97 8.207,23.25 9.751,24.176C9.751,24.176 9.795,24.176 9.84,24.22C11.384,25.103 13.148,25.588 15.045,25.588C16.943,25.588 18.751,25.059 20.295,24.176L20.34,24.176C20.384,24.176 20.384,24.132 20.428,24.132C21.972,23.206 23.251,21.926 24.178,20.338L24.222,20.294C24.178,20.25 24.222,20.206 24.222,20.206ZM21.926,21.794C22.015,21.309 21.926,20.779 21.662,20.338C21.529,20.117 21.265,20.073 21.044,20.162C20.824,20.294 20.779,20.559 20.868,20.779C21.353,21.617 20.779,22.809 19.941,23.338C19.191,23.779 18.397,24.132 17.603,24.353C17.912,23.956 18.088,23.47 18.088,22.941C18.088,22.676 17.912,22.5 17.647,22.5C17.382,22.5 17.206,22.676 17.206,22.941C17.206,23.956 16.059,24.706 15,24.706C14.162,24.706 13.324,24.617 12.574,24.397C13.059,24.22 13.456,23.912 13.721,23.426C13.853,23.206 13.765,22.941 13.544,22.809C13.324,22.676 13.059,22.765 12.926,22.985C12.441,23.867 11.074,23.912 10.191,23.426C9.441,23.029 8.779,22.5 8.206,21.926C8.338,21.926 8.426,21.97 8.559,21.97C8.956,21.97 9.309,21.882 9.662,21.662C9.882,21.529 9.926,21.265 9.838,21.044C9.706,20.823 9.441,20.779 9.221,20.867C8.382,21.353 7.191,20.779 6.662,19.941C6.221,19.191 5.868,18.397 5.647,17.603C6.044,17.912 6.529,18.088 7.059,18.088C7.324,18.088 7.5,17.912 7.5,17.647C7.5,17.382 7.324,17.206 7.059,17.206C6.044,17.206 5.294,16.059 5.294,15C5.294,14.162 5.382,13.323 5.603,12.573C5.779,13.059 6.088,13.456 6.574,13.72C6.662,13.765 6.706,13.765 6.794,13.765C6.926,13.765 7.103,13.676 7.191,13.544C7.324,13.323 7.235,13.059 7.015,12.926C6.176,12.441 6.088,11.073 6.574,10.191C6.971,9.441 7.5,8.779 8.074,8.206C7.985,8.735 8.074,9.22 8.338,9.662C8.426,9.794 8.559,9.882 8.735,9.882C8.824,9.882 8.868,9.882 8.956,9.838C9.176,9.706 9.221,9.441 9.132,9.22C8.824,8.691 9,8.117 9.088,7.809C9.309,7.323 9.662,6.882 10.103,6.617C10.809,6.176 11.603,5.867 12.397,5.647C12.088,6.044 11.912,6.529 11.912,7.059C11.912,7.323 12.088,7.5 12.353,7.5C12.618,7.5 12.794,7.323 12.794,7.059C12.794,6.044 13.941,5.294 15,5.294C15.838,5.294 16.676,5.382 17.426,5.603C16.941,5.779 16.544,6.088 16.279,6.573C16.147,6.794 16.235,7.059 16.456,7.191C16.544,7.235 16.588,7.235 16.676,7.235C16.809,7.235 16.985,7.147 17.074,7.015C17.559,6.176 18.926,6.088 19.809,6.573C20.559,6.97 21.221,7.5 21.794,8.073C21.309,7.985 20.779,8.073 20.338,8.338C20.118,8.47 20.074,8.735 20.162,8.956C20.25,9.176 20.559,9.22 20.779,9.132C21.618,8.647 22.809,9.22 23.338,10.059C23.779,10.809 24.132,11.603 24.353,12.397C23.956,12.088 23.471,11.912 22.941,11.912C22.676,11.912 22.5,12.088 22.5,12.353C22.5,12.617 22.676,12.794 22.941,12.794C23.956,12.794 24.706,13.941 24.706,15C24.706,15.838 24.618,16.676 24.397,17.426C24.221,16.941 23.912,16.544 23.426,16.279C23.206,16.147 22.941,16.235 22.809,16.456C22.676,16.676 22.765,16.941 22.985,17.073C23.824,17.559 23.912,18.926 23.426,19.809C23.029,20.515 22.5,21.22 21.926,21.794Z" style="fill:rgb(65,64,66);"/><path d="M15,21.176C11.603,21.176 8.824,18.397 8.824,15C8.824,11.603 11.603,8.824 15,8.824C18.397,8.824 21.176,11.603 21.176,15C21.176,18.397 18.397,21.176 15,21.176ZM15,9.706C12.088,9.706 9.706,12.088 9.706,15C9.706,17.912 12.088,20.294 15,20.294C17.912,20.294 20.294,17.912 20.294,15C20.294,12.088 17.912,9.706 15,9.706Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-modal .modal-content {
  padding: 0.25rem;
}
.dpd-modal .modal-header {
  background: white;
  padding: 0.75rem;
  border: none;
}
.dpd-modal .modal-header .btn-close {
  position: relative;
  padding: 0;
  height: 16px;
  width: 16px;
  opacity: 0.75;
}
.dpd-modal .modal-header .btn-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  width: 16px;
  height: 16px;
  background: transparent url(../img/btn-close.svg) no-repeat;
}
.dpd-modal .modal-header .btn-close:hover::before {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
          filter: invert(13%) sepia(79%) saturate(6222%) hue-rotate(340deg) brightness(83%) contrast(109%);
}
.dpd-modal .dpd-modal-info {
  padding: 1.25rem;
}
.dpd-modal .modal-footer {
  border: none;
}
.dpd-modal .modal-body {
  padding: 0px 20px;
}
.dpd-modal .modal-dialog.has-extended-width {
  max-width: 98% !important;
  margin-right: auto;
  margin-left: auto;
}
.dpd-modal .modal-content.has-extended-height {
  height: auto;
}
.dpd-modal .modal-dialog.max-width-900 {
  max-width: 900px !important;
}
.dpd-modal .modal-dialog.max-width-1200 {
  max-width: 1200px !important;
}
.dpd-modal.dpd-disposal-modals .modal-header, .dpd-modal.dpd-be-modals .modal-header {
  padding: 20px 20px 14px;
}
.dpd-modal.dpd-disposal-modals .modal-header.large, .dpd-modal.dpd-be-modals .modal-header.large {
  padding-bottom: 22px;
}
.dpd-modal.dpd-disposal-modals .modal-header h3, .dpd-modal.dpd-disposal-modals .modal-header .h3,
.dpd-modal.dpd-disposal-modals .modal-header p, .dpd-modal.dpd-be-modals .modal-header h3, .dpd-modal.dpd-be-modals .modal-header .h3,
.dpd-modal.dpd-be-modals .modal-header p {
  color: #414042;
}
.dpd-modal.dpd-disposal-modals header, .dpd-modal.dpd-be-modals header {
  margin-bottom: 5px;
}
.dpd-modal.dpd-disposal-modals .modal-content, .dpd-modal.dpd-be-modals .modal-content {
  padding: 0;
}
.dpd-modal.dpd-disposal-modals .modal-body, .dpd-modal.dpd-be-modals .modal-body {
  padding: 0 8px;
}
.dpd-modal.dpd-disposal-modals .btn, .dpd-modal.dpd-be-modals .btn {
  min-width: 150px;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.9rem !important;
}
.dpd-modal.dpd-disposal-modals .btn.btn-grey, .dpd-modal.dpd-be-modals .btn.btn-grey {
  background-color: #808285;
  border: #808285;
  color: white;
}
.dpd-modal.dpd-disposal-modals .btn.btn-red, .dpd-modal.dpd-be-modals .btn.btn-red {
  background-color: #369;
  border: #369;
  color: white;
}
.dpd-modal.dpd-disposal-modals .btn.btn-red:disabled, .dpd-modal.dpd-be-modals .btn.btn-red:disabled {
  background-color: #E6E7E8;
  border: #E6E7E8;
  color: #ABABAC;
}
.dpd-modal.dpd-disposal-modals .btns, .dpd-modal.dpd-be-modals .btns {
  gap: 10px;
  margin-bottom: 6px;
}
.dpd-modal.dpd-disposal-modals .modal-footer, .dpd-modal.dpd-be-modals .modal-footer {
  padding: 0 20px 20px 20px;
}
.dpd-modal.dpd-disposal-modals .modal-footer > *, .dpd-modal.dpd-be-modals .modal-footer > * {
  margin: 0;
}
.dpd-modal.dpd-disposal-modals .modal-footer > div, .dpd-modal.dpd-be-modals .modal-footer > div {
  width: 100%;
}
.dpd-modal.dpd-disposal-modals .btn-close, .dpd-modal.dpd-be-modals .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.dpd-modal.dpd-disposal-modals button.dpd-dropdown-btn:hover, .dpd-modal.dpd-be-modals button.dpd-dropdown-btn:hover {
  cursor: default !important;
}
.dpd-modal.dpd-disposal-modals .btn-select, .dpd-modal.dpd-be-modals .btn-select {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  position: relative;
  min-height: 105px;
  padding: 12px 33px 12px 15px;
  border: 1px solid #808285;
  color: #212529;
  text-decoration: none;
}
.dpd-modal.dpd-disposal-modals .btn-select h5, .dpd-modal.dpd-disposal-modals .btn-select .h5, .dpd-modal.dpd-be-modals .btn-select h5, .dpd-modal.dpd-be-modals .btn-select .h5 {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
}
.dpd-modal.dpd-disposal-modals .btn-select .tippy-info,
.dpd-modal.dpd-disposal-modals .btn-select .tippy-co2, .dpd-modal.dpd-be-modals .btn-select .tippy-info,
.dpd-modal.dpd-be-modals .btn-select .tippy-co2 {
  display: block;
  position: absolute;
  right: 6px;
}
.dpd-modal.dpd-disposal-modals .btn-select .tippy-info, .dpd-modal.dpd-be-modals .btn-select .tippy-info {
  top: 6px;
}
.dpd-modal.dpd-disposal-modals .btn-select .tippy-co2, .dpd-modal.dpd-be-modals .btn-select .tippy-co2 {
  bottom: 6px;
}
.dpd-modal.dpd-disposal-modals .btn-select .icon, .dpd-modal.dpd-be-modals .btn-select .icon {
  margin-right: 14px;
}
.dpd-modal.dpd-disposal-modals .btn-select.is-inactive, .dpd-modal.dpd-be-modals .btn-select.is-inactive {
  background-color: #e6e7e8;
}
.dpd-modal.dpd-disposal-modals .btn-select.is-inactive .icon, .dpd-modal.dpd-be-modals .btn-select.is-inactive .icon {
  -webkit-filter: invert(53%) sepia(9%) saturate(105%) hue-rotate(177deg) brightness(95%) contrast(89%);
          filter: invert(53%) sepia(9%) saturate(105%) hue-rotate(177deg) brightness(95%) contrast(89%);
}
.dpd-modal.dpd-disposal-modals .btn-select:not(.is-inactive):hover, .dpd-modal.dpd-be-modals .btn-select:not(.is-inactive):hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-color: #369;
}
.dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn, .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn {
  border: 1px solid #808285;
  border-top: 24px solid #808285;
  padding: 20px 2px 16px 2px;
  text-decoration: none;
  color: #414042;
}
.dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn.is-active, .dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn:hover, .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn.is-active, .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn:hover {
  border: 1px solid #369;
  border-top: 24px solid #369;
}
.dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn.is-active [class*=date-], .dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn:hover [class*=date-], .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn.is-active [class*=date-], .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn:hover [class*=date-] {
  font-family: 'Raleway', sans-serif;
}
.dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn .date-day, .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn .date-day {
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}
.dpd-modal.dpd-disposal-modals .dpd-modal-calendar-btn .date-month, .dpd-modal.dpd-be-modals .dpd-modal-calendar-btn .date-month {
  line-height: 1.2;
}
.dpd-modal.dpd-disposal-modals .msg-box, .dpd-modal.dpd-be-modals .msg-box {
  padding: 5px;
  border-color: #979ba0 !important;
}
.dpd-modal.dpd-disposal-modals .has-error input,
.dpd-modal.dpd-disposal-modals .has-error select,
.dpd-modal.dpd-disposal-modals .has-error textarea,
.dpd-modal.dpd-disposal-modals .has-error .dpd-dropdown-btn,
.dpd-modal.dpd-disposal-modals .has-error input[type=checkbox] + label::before, .dpd-modal.dpd-be-modals .has-error input,
.dpd-modal.dpd-be-modals .has-error select,
.dpd-modal.dpd-be-modals .has-error textarea,
.dpd-modal.dpd-be-modals .has-error .dpd-dropdown-btn,
.dpd-modal.dpd-be-modals .has-error input[type=checkbox] + label::before {
  border: 1px solid #369 !important;
}
.dpd-modal.dpd-disposal-modals .has-error label,
.dpd-modal.dpd-disposal-modals .has-error .dpd-dropdown-btn,
.dpd-modal.dpd-disposal-modals .has-error .dpd-checkbox-label, .dpd-modal.dpd-be-modals .has-error label,
.dpd-modal.dpd-be-modals .has-error .dpd-dropdown-btn,
.dpd-modal.dpd-be-modals .has-error .dpd-checkbox-label {
  color: #369 !important;
}
.dpd-modal.dpd-disposal-modals .dpd-eye-link, .dpd-modal.dpd-disposal-modals .dpd-customernumber-info-link, .dpd-modal.dpd-be-modals .dpd-eye-link, .dpd-modal.dpd-be-modals .dpd-customernumber-info-link {
  top: -0.85rem;
}

body.modal-open {
  position: fixed;
  overflow: hidden !important;
}

.dpd-country-dropdown-menu {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden !important;
}

.dpd-country-input-wrapper {
  position: relative;
}
.dpd-country-input-wrapper label {
  font-size: 0.82rem !important;
}
.dpd-country-input-wrapper input {
  height: 2.8rem;
  padding: 1rem 0.63rem;
}
.dpd-country-input-wrapper .dpd-country-widget-selection span {
  font-size: 0.82rem !important;
}

.dpd-country-input-image-small {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.dpd-country-input-wrapper {
  position: relative;
}
.dpd-country-input-wrapper .dpd-country-input-link {
  z-index: 1;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0.255em;
  position: absolute;
  right: 0.75rem;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
}
.dpd-country-input-wrapper.is-active .dpd-country-input-link {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dpd-country-widget-selection {
  width: 100%;
  position: absolute;
  left: 10px;
  top: 13px;
}
.dpd-country-widget-selection img {
  position: relative;
  left: 2px;
  top: -2px;
}

.dpd-country-input-wrapper > ul {
  min-width: 365px;
}

.dpd-country-widget-selection img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50px;
          flex: 1 1 50px;
}

.dpd-country-widget-selection .text-ellipsis {
  display: block;
  text-overflow: ellipsis !important;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-right: 40px;
}

.dpd-secondary-menu > li {
    padding: 1rem;
    font-size: 0.8rem;
    position: relative;
}

.dpd-secondary-menu > li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e7e7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dpd-secondary-menu > li ul {
  margin-top: 0rem;
  padding-left: 17px;
}
.dpd-secondary-menu > li li {
  font-size: 0.74rem;
  padding: 0.5rem 1rem 0.1rem 24px;
}

.dpd-primary-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dpd-primary-menu .list-inline-item {
  font-size: 0.85rem;
  margin-right: 1.66rem;
}
.dpd-primary-menu .list-inline-item a {
  color: #414042 !important;
}

.dpd-primary-menu .list-inline-item a:hover {
    color: #369!important;
}

.dpd-primary-menu .list-inline-item a.is-active {
  color: #369 !important;
  border-bottom: solid 1px #369;
}

.dpd-secondary-menu > li {
  overflow: hidden;
  width: 100%;
  min-width: 240px;
  min-height: 3.66rem;
}
.dpd-secondary-menu a {
  color: #979ba0 !important;
}
.dpd-secondary-menu a:hover {
  color: #369 !important;
}
.dpd-secondary-menu a.is-active {
  color: #369 !important;
}
.dpd-secondary-menu a span {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  margin-left: 0.5rem;
}

@media (max-width: 1399.98px) {
  .dpd-collapse-submenu-link {
    opacity: 0 !important;
  }
}
@-webkit-keyframes menuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dpd-sidebar-wrapper {
    overflow: visible !important;
}

.dpd-collapse-submenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;

    position: absolute!important;
    background: #cac4be;
    bottom: 0!important;
    left: calc(250px - 50px)!important;
    border-radius: 11px 0 11px 0;
    z-index: 2;
}

.dpd-collapse-submenu-link img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dpd-submenu-collapse .dpd-collapse-submenu-link {
    left: 14px!important;
}

.dpd-submenu-collapse .dpd-secondary-menu > li::after {
    max-width: 64px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.rotate img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#dpd-menu-search-input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20;
  padding-left: 32px;
  opacity: 0;
  margin-right: -23px;
  border: 0;
  border-bottom: 2px solid #414042;
}

#dpd-menu-search-input:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#dpd-menu-search-input:focus ~ button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 100%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.dpd-menu-search {
  display: inline-block;
  position: relative;
}
.dpd-menu-search input {
  position: relative;
  height: 36px;
  top: -19px;
  border: 0px !important;
  border-bottom: 1px solid #414042 !important;
}
@-moz-document url-prefix() {
  .dpd-menu-search input {
    top: -8px;
  }
  .dpd-menu-search button {
    top: -6px !important;
  }
}
.dpd-menu-search button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .dpd-sidebar-wrapper {
    width: 64px;
    min-width: 64px;
  }
}
@media (min-width: 1400px) {
  .dpd-collapse-submenu-link {
    -webkit-transition: left 0.35s ease-out;
    transition: left 0.35s ease-out;
    position: fixed;
    left: 197px;
    bottom: 8px;
    opacity: 1;
    width: 50px;
    height: 50px;
  }
  .dpd-collapse-submenu-link.margin-bottom {
    position: absolute;
    -webkit-transition: left 0.35s ease-out;
    transition: left 0.35s ease-out;
    left: 197px;
    bottom: 70px;
  }

  .dpd-sidebar-wrapper {
    overflow: visible;
    width: 250px;
  }

    .dpd-sidebar-wrapper li:hover {
        cursor: pointer;
    }
  
  .dpd-sidebar-wrapper > ul {
    width: 250px;
  }
  .dpd-sidebar-wrapper ul ul {
    -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 1, 0);
    transition: all 0.8s cubic-bezier(0.5, 0, 1, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    overflow: hidden;
    max-height: 9999px;
    margin-top: 0;
  }
  .dpd-sidebar-wrapper ul ul li:first-child {
    margin-top: 1em;
  }
  .dpd-sidebar-wrapper a > span {
    -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 1, 0);
    transition: all 0.8s cubic-bezier(0.5, 0, 1, 0);
    opacity: 1;
    display: inline-block !important;
  }
  .dpd-sidebar-wrapper a div {
    -webkit-transition: none;
    transition: none;
    color: dpdMediumGrey;
  }
  .dpd-sidebar-wrapper a:hover div {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    color: #369;
  }

  #footer:not(.dpd-submenu-collapse) .dpd-collapse-submenu-link:hover img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }

  .dpd-submenu-collapse .dpd-secondary-menu a > span {
    -webkit-transition: all 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    transition: all 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    opacity: 0;
  }
  .dpd-submenu-collapse .dpd-collapse-submenu-link {
    -webkit-transition: left 0.35s ease-out;
    transition: left 0.35s ease-out;
    left: 8px;
  }
  .dpd-submenu-collapse .dpd-sidebar-wrapper {
    width: 64px;
  }
  .dpd-submenu-collapse .dpd-sidebar-wrapper ul ul {
    -webkit-transition: all 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    transition: all 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }

  #dpd-menu-search-input:focus {
    width: 300px;
  }
}
.dpd-menu-icons__item {
  display: inline-block;
  margin-right: 15px;
}
.dpd-menu-icons__item.dpd-logout-timer {
  width: 128px;
  margin-right: 0;
  margin-left: 0.5rem;
}
.dpd-menu-icons__item.dpd-logout-timer .time-wrapper {
  display: inline-block;
  width: 39px;
}
.dpd-menu-icons__item.dpd-logout-timer span.counter,
.dpd-menu-icons__item.dpd-logout-timer span.counter-line {
  position: relative;
  display: block;
  top: -2px;
  margin-right: -3px;
}
.dpd-menu-icons__item.dpd-logout-timer span.counter {
  padding: 0 12px 1px 0;
}
.dpd-menu-icons__item.dpd-logout-timer span.counter-line {
  text-align: right;
  height: 1px;
  line-height: 1px;
}
.dpd-menu-icons__item.dpd-logout-timer span.counter-line > span {
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #369;
}
.dpd-menu-icons__item.dpd-logout-timer span.counter-line .counter-line-bg {
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #e6e7e8;
  top: 0;
  left: 0;
}

@-moz-document url-prefix() {
  .dpd-menu-icons {
    top: 1.3rem !important;
  }
}
@media (max-width: 991.98px) {
  .dpd-menu-icons {
    top: 1.3rem;
  }

  .dpd-menu-icons__item {
    margin-top: 1px;
    margin-right: 6px;
  }

  .dpd-menu-icons__item.dpd-logout-timer {
    width: 131px;
  }
  .dpd-menu-icons__item.dpd-logout-timer span.counter,
.dpd-menu-icons__item.dpd-logout-timer span.counter-line {
    padding-right: 15px;
  }
  .dpd-menu-icons__item.dpd-logout-timer span.counter-line .counter-line-bg {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767.98px) {
  .dpd-menu-icons__item.dpd-logout-timer {
    width: 135px;
  }
  .dpd-menu-icons__item.dpd-logout-timer span.counter,
.dpd-menu-icons__item.dpd-logout-timer span.counter-line {
    padding-right: 20px;
  }
  .dpd-menu-icons__item.dpd-logout-timer span.counter-line .counter-line-bg {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1400px) {
  .dpd-business-content {
    max-width: calc(100% - 250px);
  }

  .dpd-submenu-collapse .dpd-business-content {
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .dpd-business-content:not(.dpd-charts-view) {
    max-width: calc(100% - 64px);
  }
}
.dpd-secondary-menu li a .dpd-menu-hover-item {
  display: none !important;
  position: absolute;
  z-index: 9999;
  color: #414042;
  background: white;
  border: solid 1px #e6e7e8;
  border-radius: 4px;
  left: 50px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  white-space: nowrap;
}

.dpd-submenu-collapse .dpd-secondary-menu li a:hover .dpd-menu-hover-item {
  display: block !important;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .dpd-secondary-menu li a:hover .dpd-menu-hover-item {
    display: block !important;
  }
}
.dpd-offcanvas {
  border: 0 !important;
  z-index: 1 !important;
  background: url(../img/offcanvas-shadow.png) -163px;
}
.dpd-offcanvas.show {
  position: absolute;
}

.offcanvas.show {
  z-index: 99999;
}

.offcanvas-backdrop::before {
  z-index: 99998;
}

body[data-bs-padding-right] {
  padding-right: 0 !important;
}

.dpd-mobile-menu {
  -webkit-box-shadow: 20px 20px 20px 10px rgb(0, 0, 0) !important;
          box-shadow: 20px 20px 20px 10px rgb(0, 0, 0) !important;
  border: none !important;
}
.dpd-mobile-menu a {
  color: #414042;
  text-decoration: none;
}
.dpd-mobile-menu .offcanvas-body {
  padding-top: 0;
  margin-right: 1rem;
}
.dpd-mobile-menu .offcanvas-body > ul > li,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li {
  border-bottom: solid 1px #e6e7e8;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  position: relative;
}
.dpd-mobile-menu .offcanvas-body > ul > li > a,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li > a {
  display: block;
  cursor: pointer;
}
.dpd-mobile-menu .offcanvas-body > ul > li > a:hover,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li > a:hover {
  text-decoration: underline !important;
}
.dpd-mobile-menu .offcanvas-body > ul > li > a > span,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li > a > span {
  color: #414042;
  position: absolute;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 0;
}
.dpd-mobile-menu .offcanvas-body > ul > li ul,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li ul {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
}
.dpd-mobile-menu .offcanvas-body > ul > li ul > li,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li ul > li {
  display: block;
}
.dpd-mobile-menu .offcanvas-body > ul > li ul > li > a,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li ul > li > a {
  display: inline-block;
  padding: 0.2rem 0;
  color: #414042 !important;
  border-bottom: solid 1px white;
}
.dpd-mobile-menu .offcanvas-body > ul > li ul > li > a:hover,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li ul > li > a:hover {
  color: #369 !important;
  text-decoration: underline !important;
}
.dpd-mobile-menu .offcanvas-body > ul > li > a,
.dpd-mobile-menu .offcanvas-body .os-content > ul > li > a {
  font-size: 1rem;
  color: #369;
}

.litepicker {
  color: #414042;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 3px;
  margin-top: 7px;
}

.is-in-range {
  color: #fff !important;
}

.litepicker .container__days > div {
  margin-bottom: 5px;
}

.litepicker .container__days > div, .litepicker .container__days > a {
  padding: 5px 5px;
}

.day-item {
  font-size: 13px;
}

.litepicker .container__days .day-item:hover {
  border-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-start-date:hover {
  border-color: #369 !important;
  -webkit-box-shadow: inset 0 0 0 1px #369 !important;
  box-shadow: inset 0 0 0 1px #369 !important;
}

.is-end-date:hover {
  border-color: #369 !important;
  -webkit-box-shadow: inset 0 0 0 1px #369 !important;
  box-shadow: inset 0 0 0 1px #369 !important;
}

.litepicker .container__months.columns-2 {
  width: calc(var(--litepicker-month-width) * 2 + 60px);
}

.litepicker .container__months {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-left: 127px;
  /*margin-top: 12px;*/
}

.month-item-name {
  font-weight: 400;
  color: #414042;
}

.litepicker .container__months .month-item-weekdays-row {
  margin-bottom: 5px;
}

.litepicker .container__months .month-item-weekdays-row > div {
  font-size: 0.8rem;
  color: #414042;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 5px;
}

.litepicker .month-item-header strong, .litepicker .month-item-header div {
  font-weight: bold !important;
}
.litepicker .month-item-header button {
  font-size: 2rem;
  cursor: pointer !important;
  opacity: 1 !important;
}

.litepicker button {
  font-weight: normal !important;
}

.litepicker.disable-range .container__months .month-item {
  padding-left: 5px !important;
}

.litepicker .container__months .month-item-header {
  font-size: 18px;
  padding: 0 5px 0 5px;
}

.litepicker .container__footer {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
  margin-top: 0.5rem;
  border-top: solid 1px #e6e7e8;
}

.litepicker .container__footer .button-apply {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px;
  height: 45px;
  width: 227px;
  margin: 10px;
  background-color: #369;
  border-radius: 0;
}

.litepicker .container__footer .button-apply:disabled {
  opacity: 1;
}

.litepicker .container__footer .button-cancel {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px;
  height: 45px;
  width: 227px;
  background-color: #808285;
  border-radius: 0;
}

.litepicker[data-plugins*=ranges] > .container__main > .container__predefined-ranges {
  width: 127px;
  padding-top: 43px;
  font-size: 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 0;
}

.litepicker[data-plugins*=ranges] > .container__main > .container__predefined-ranges button {
  padding-left: 13px;
}

.litepicker[data-plugins*=ranges] > .container__main > .container__predefined-ranges button:hover {
  color: #fff;
  background-color: #369;
  opacity: 1;
}

.litepicker-lite > div {
  top: 2.8rem !important;
  left: 0 !important;
  height: inherit !important;
}

.litepicker-lite > div .container__months {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.litepicker-lite > div .container__months .month-item {
  margin: 5px 0 0 5px !important;
  padding: 0 !important;
}

.litepicker-lite > div .container__days .day-item:hover {
  border-color: #369 !important;
  -webkit-box-shadow: inset 0 0 0 1px #369;
  box-shadow: inset 0 0 0 1px #369;
  background: #369;
  color: #fff;
  border-radius: 5px;
}

.litepicker-lite {
  background: none;
}

.litepicker-lite > .litepicker {
  border-radius: 7px !important;
}

.litepicker-lite .container__months {
  border-radius: 7px !important;
}

.litepicker-lite > div .container__days .day-item {
  border-radius: 25px !important;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
  background: #369 !important;
}

.litepicker .container__days .day-item.is-start-date.is-end-date.is-weekend-day {
  color: #fff !important;
}

.litepicker {
  border-radius: 5px;
}

.litepicker .container__months {
  background: none !important;
}

.litepicker:before {
  content: "";
  display: block;
  position: absolute;
  right: 19px !important;
  left: auto !important;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.litepicker:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px !important;
  left: auto !important;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: white;
}

.litepicker.left-arrow:before {
  left: var(--litepicker-tippy-arrow-left) !important;
  right: auto !important;
}

.litepicker.left-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--litepicker-tippy-arrow-left) + 1px) !important;
  right: auto !important;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: white;
}

.litepicker.arrow-left:after {
  left: var(--litepicker-tippy-arrow-left) !important;
  right: auto !important;
}
.litepicker.arrow-left:before {
  left: var(--litepicker-tippy-arrow-left) !important;
  right: auto !important;
}
.litepicker.no-date-range .preview-date-range {
  display: none !important;
}

.litepicker .preview-date-range {
  font-size: 0.8rem !important;
}

.dpd-small-litepicker .litepicker {
  left: -4px !important;
}

.dpd-small-litepicker .litepicker .container__main .month-item {
  padding-left: 0 !important;
}

.dpd-small-litepicker .litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.litepicker {
  background: #fff url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <line x1="50%" y1="0" x2="50%" y2="100%" style="stroke:rgb(230, 231, 232);stroke-width:0.5" /></svg>');
  background-repeat: repeat-y;
  background-position-x: 102px;
}
.litepicker .container__footer button {
  font-weight: bold;
}

.dpd-small-litepicker .litepicker {
  background: #fff !important;
}
.dpd-small-litepicker .litepicker:after {
  left: 11px !important;
  right: auto !important;
}
.dpd-small-litepicker .litepicker:before {
  left: 10px !important;
  right: auto !important;
}

.litepicker.reset-position {
  top: 0px !important;
  left: 0px !important;
}
.litepicker .container__months {
  margin-left: 152px !important;
}
.litepicker.disable-range {
  background: white !important;
}
.litepicker.disable-range .container__months {
  margin-left: 0 !important;
}
.litepicker.disable-range .container__predefined-ranges {
  display: none !important;
}

.dpd-addressbook-datepicker-mobile .preview-date-range {
  display: none;
}
.dpd-addressbook-datepicker-mobile .litepicker {
  height: 230px;
  padding-right: 8px;
}
.dpd-addressbook-datepicker-mobile .litepicker .container__months {
  margin-left: 0 !important;
}

.dpd-lite-picker-input {
  padding-right: 40px !important;
}

.dpd-table-dots-symbol {
  display: block;
  height: 31px;
  width: 24px;
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 23 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="11.5" cy="2.5" r="2.5" style="fill:rgb(65,64,66);"/><circle cx="2.5" cy="2.5" r="2.5" style="fill:rgb(65,64,66);"/><circle cx="20.5" cy="2.5" r="2.5" style="fill:rgb(65,64,66);"/></svg>');
}
a:hover > .dpd-table-dots-symbol {
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 23 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="11.5" cy="2.5" r="2.5" style="fill:rgb(220,0,50);"/><circle cx="2.5" cy="2.5" r="2.5" style="fill:rgb(220,0,50);"/><circle cx="20.5" cy="2.5" r="2.5" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-table-shadow {
  -webkit-box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.4), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.4), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
}

.dpd-table, .dpd-table-header-container {
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.4), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.4), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
  border: solid 1px #e6e7e7;
}
.dpd-table:not(.os-host-overflow) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dpd-table .table-header, .dpd-table-header-container .table-header {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 35px;
  width: 100%;
  display: block;
  color: white;
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
}
.dpd-table .table-header .table-row-item, .dpd-table-header-container .table-header .table-row-item {
  background: rgb(65, 64, 66) !important;
  line-height: 166%;
}
.dpd-table .table-row, .dpd-table-header-container .table-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.dpd-table .table-row:last-child, .dpd-table-header-container .table-row:last-child {
  border-bottom: none;
}
.dpd-table .table-row-item, .dpd-table-header-container .table-row-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  -ms-flex-preferred-size: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  font-size: 0.8rem;
  border-bottom: solid 1px #e6e7e8;
  line-height: 266%;
}
.dpd-table .table-row-item .dpd-input, .dpd-table-header-container .table-row-item .dpd-input {
  line-height: initial;
}
.dpd-table .table-row .table-row-item:nth-of-type(1), .dpd-table-header-container .table-row .table-row-item:nth-of-type(1) {
  -webkit-box-flex: 0.08;
      -ms-flex-positive: 0.08;
          flex-grow: 0.08;
}
.dpd-table .table-row-item:before, .dpd-table-header-container .table-row-item:before {
  content: none;
}

.dpd-table-wrapper {
  position: relative;
  top: 0;
}
.dpd-table-wrapper .btnColumnHeaderSort {
  position: relative;
  top: -7px;
}

.dpd-table .table-row-item {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}
.dpd-table .table-row-item.hide {
  display: none;
}
.dpd-table .table-row-item {
  padding: 3px 6px;
}

.dpd-table-col-select-wrapper {
  width: 180px;
  margin-top: 5px;
}

.dpd-table-col-select-title {
  font-size: 0.8rem;
  position: relative;
}

.dpd-table-col-select {
  display: block;
  border-bottom: solid 1px #e6e7e8;
}
.dpd-table-col-select:last-child {
  border-bottom: none !important;
}
.dpd-table-col-select > a {
  color: #414042;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--bs-font-sans-serif);
  line-height: 300%;
  display: block;
  position: relative;
  top: 0;
  font-size: 0.8rem;
}
.dpd-table-col-select > a:before {
  position: relative;
  top: 6px;
  content: "";
  height: 19px;
  width: 19px;
  border: solid 1px #414042;
  display: inline-block;
  margin-right: 10px;
}
.dpd-table-col-select > a.is-active:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 19 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><g id="Path-388" transform="matrix(0.753982,0,0,0.753982,-0.0218128,-0.178244)"><path d="M5,14.161L9.912,19L20,6" style="fill:none;stroke:rgb(65,64,66);stroke-width:2.5px;"/></g></svg>');
}

.dpd-table-context-link {
  color: black !important;
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dpd-table-context-link:hover {
  color: #369 !important;
}

.dpd-table-context-item {
  border-bottom: solid 1px #e6e7e8;
  padding-bottom: 1.25rem;
  padding-top: 0.25rem;
}
.dpd-table-context-item:first-child {
  padding-top: 0rem;
}
.dpd-table-context-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.table-row-pointer {
  cursor: pointer;
}
.table-row-pointer:hover .table-row-item {
  background: #e6e7e8;
}

@media (min-width: 768px) {
  .dpd-table-addressbook {
    height: calc(100vh - 340px);
    min-height: 340px;
    display: block !important;
  }
}
.dpd-table-addressbook.is-empty {
  margin-bottom: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none !important;
}
.dpd-table-addressbook.is-empty > div {
  text-align: center !important;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.dpd-table.is-fullscreen {
  height: calc(100vh - 350px);
  display: block;
}

.dpd-datagrid-row .table-row-item,
.dpd-datagrid-row.dpd-addressbook-mobile-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
}

.dpd-datagrid-loader {
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 5px;
}

@-webkit-keyframes aniVertical {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes aniVertical {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dpd-datagrid-row {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  background-color: white;
}

@-webkit-keyframes aniHorizontal {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes aniHorizontal {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.dpd-datagrid-row {
  position: relative;
}
.dpd-datagrid-row::before {
  mix-blend-mode: overlay;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: aniHorizontal;
          animation-name: aniHorizontal;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #cccccc), color-stop(18%, #666666), color-stop(33%, #cccccc));
  background: linear-gradient(to right, #cccccc 2%, #666666 18%, #cccccc 33%);
  background-size: 50%;
}

.dpd-table-col-select.is-inactive > a.is-active::before {
  background-color: #ddd;
}

.dpd-pagination {
  font-size: 0.88rem;
}

.dpd-pagination-options {
  font-size: 0.88rem;
}

.dpd-table-context-item.no-border {
  border: none !important;
}

.dpd-table-context-label {
  font-size: 0.78rem;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 1px;
}

.dpd-table .table-row .text {
  line-height: 141%;
}

.table-row:hover .table-row-item {
  background-color: #f2f3f3 !important;
}

.table-header:hover .table-row-item {
  background-color: #414042 !important;
}

.table-header .table-row-item {
  padding: 3px 6px !important;
}

.is-disabled > .table-row-item .dpd-table-multiselect a:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="21" viewBox="0 0 22 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><rect x="-213" y="-466" width="1920" height="1488" style="fill-opacity:0.5;"/><rect x="0.454" y="0.5" width="21.081" height="20" style="fill:white;stroke:rgb(180,180,180);stroke-width:1.03px;"/></svg>') !important;
}

.dpd-table-expand-width {
  width: 100%;
  min-width: 800px;
}

.dpd-table-header-container {
  border-color: #414042;
}

.table-row2 .table-row-item {
  border-bottom: 0px;
  border-top: solid 1px #414042;
}

.table-row2 .table-row-item .dpd-table-multiselect {
  top: -6px;
  left: 3px;
}

.dpd-table .table-row-item.is-selected, .dpd-table .table-row-item.is-selected:hover {
  background: #e6e7e8 !important;
}

.dpd-table .table-row.with-shadow:hover {
  background: white !important;
}
.dpd-table .table-row.with-shadow .table-row-item {
  background: white !important;
}

.dpd-table .table-row.with-shadow .table-row-item {
  -webkit-box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.2), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.2), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
}
.dpd-table .table-row.with-shadow .table-row-item:hover {
  background: white !important;
}

/* Table List */
.startrack.dpd-table-list {
  max-width: 750px;
}
.startrack.dpd-table-list .text-bold, .startrack.dpd-table-list .dpd-btn, .startrack.dpd-table-list .input-group-text, .startrack.dpd-table-list .dpd-box-primary-h2, .startrack.dpd-table-list .dpd-box-primary-h3, .startrack.dpd-table-list .dpd-box-secondary-h, .startrack.dpd-table-list .dpd-tag span, .dpd-tag .startrack.dpd-table-list span {
  font-size: 0.8rem;
}
.startrack.dpd-table-list > div {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .startrack.dpd-table-list > div {
    width: 100%;
  }
}
.startrack.dpd-table-list > a.table-row {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-decoration: none;
  color: #212529;
}
.startrack.dpd-table-list > a.table-row div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.startrack.dpd-table-list > a.table-row:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #f2f3f3;
}
.startrack.dpd-table-list > a.table-row * {
  text-decoration: none;
}
.startrack.dpd-table-list > a.table-row:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  width: 10.41px;
  height: 18px;
  top: 20px;
  right: 40px;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
}
.startrack.dpd-table-list > a.table-row:hover:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 28px;
}
.startrack.dpd-table-list img {
  margin-left: 7px;
}
.startrack.dpd-table-list img:hover {
  cursor: pointer;
}
.startrack.dpd-table-list .link img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.startrack.dpd-table-list .link:hover {
  cursor: pointer;
}
.startrack.dpd-table-list .link:hover img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: -25px;
}
@media screen and (max-width: 576px) {
  .startrack.dpd-table-list .link {
    position: relative;
  }
  .startrack.dpd-table-list .link img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .startrack.dpd-table-list > a.table-row:after {
    right: 20px;
  }
  .startrack.dpd-table-list > a.table-row:hover:after {
    right: 12px;
  }
}

.dpd-addressbook-country {
  width: 100%;
}

@media (min-width: 768px) {
  .dpd-addressbook-country {
    max-width: 205px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }

  .dpd-addressbook-datepicker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }

  .dpd-addressbook-search {
    -webkit-box-flex: 5.5;
        -ms-flex: 5.5;
            flex: 5.5;
  }

  .dpd-addressbook-filter-btn {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
}
.dpd-addressbook-mobile-row {
  border-bottom: solid 1px #E6E7E7;
}
.dpd-addressbook-mobile-row:hover {
  background: #e6e7e8;
  cursor: pointer;
}
.dpd-addressbook-mobile-row:last-child {
  border-bottom: none;
}

.dpd-table-columns-btn, .dpd-addressbook-columns-btn {
  border: none !important;
  height: 33px;
  width: 33px;
  background: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="60" height="60" style="fill:none;"/><path d="M30,44.118C22.216,44.118 15.882,37.784 15.882,30C15.882,22.216 22.216,15.882 30,15.882C37.784,15.882 44.118,22.216 44.118,30C44.118,37.784 37.784,44.118 30,44.118ZM30,17.647C23.188,17.647 17.647,23.188 17.647,30C17.647,36.812 23.188,42.353 30,42.353C36.812,42.353 42.353,36.812 42.353,30C42.353,23.188 36.812,17.647 30,17.647Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M30,39.706C24.649,39.706 20.294,35.351 20.294,30C20.294,24.649 24.649,20.294 30,20.294C35.351,20.294 39.706,24.649 39.706,30C39.706,35.351 35.351,39.706 30,39.706ZM30,22.059C25.622,22.059 22.059,25.622 22.059,30C22.059,34.379 25.622,37.941 30,37.941C34.379,37.941 37.941,34.379 37.941,30C37.941,25.622 34.379,22.059 30,22.059Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M33.309,14.674L33.301,14.674C33.321,13.819 32.688,13.07 31.824,12.986C30.622,12.875 29.351,12.875 28.17,13.008L28.083,13.008C27.233,13.106 26.593,13.824 26.604,14.674L26.604,16.765L33.301,16.765L33.309,14.674Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M45.326,33.353L45.326,33.345C46.181,33.365 46.93,32.732 47.014,31.868C47.125,30.666 47.125,29.395 46.992,28.214L46.992,28.127C46.894,27.277 46.176,26.637 45.326,26.648L43.235,26.648L43.235,33.345L45.326,33.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M26.714,45.326C26.702,46.181 27.335,46.93 28.199,47.014C29.401,47.125 30.672,47.125 31.853,46.992L31.94,46.992C32.79,46.894 33.43,46.176 33.419,45.326L33.419,43.235L26.722,43.235L26.714,45.326Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M21.507,16.822L21.501,16.828C20.912,16.21 19.933,16.129 19.264,16.679C18.335,17.451 17.436,18.35 16.695,19.279C16.672,19.301 16.656,19.317 16.633,19.34C16.102,20.011 16.158,20.971 16.766,21.564L18.244,23.043L22.98,18.307L21.507,16.822Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M43.104,21.517L43.098,21.511C43.716,20.921 43.797,19.943 43.247,19.273C42.475,18.345 41.576,17.446 40.647,16.705C40.624,16.682 40.609,16.666 40.586,16.643C39.915,16.112 38.955,16.167 38.362,16.775L36.883,18.254L41.619,22.99L43.104,21.517Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M38.45,43.136L38.456,43.13C39.046,43.749 40.024,43.83 40.694,43.279C41.622,42.507 42.521,41.608 43.263,40.68C43.286,40.657 43.301,40.641 43.324,40.618C43.856,39.948 43.8,38.988 43.192,38.395L41.713,36.916L36.978,41.651L38.45,43.136Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M16.871,38.454L16.878,38.46C16.259,39.049 16.178,40.028 16.729,40.698C17.501,41.626 18.4,42.525 19.328,43.266L19.39,43.328C20.06,43.859 21.02,43.804 21.613,43.196L23.092,41.717L18.356,36.981L16.871,38.454Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M14.673,26.712L14.673,26.72C13.819,26.7 13.069,27.334 12.985,28.197C12.874,29.399 12.874,30.671 13.007,31.851L13.007,31.939C13.106,32.788 13.823,33.428 14.673,33.417L16.765,33.417L16.765,26.72L14.673,26.712Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-addressbook-info {
  position: relative;
  top: 20px;
}

@media (max-width: 767.98px) {
  .dpd-addressbook-filter-content {
    display: none !important;
  }

  .dpd-addressbook-filter-content.is-active {
    display: block !important;
  }
}
.dpd-table .table-row.can-hover:hover {
  cursor: pointer;
}
.dpd-table .table-row.can-hover:hover .table-row-item {
  background: #e6e7e8 !important;
}

.dpd-addressbook-table-wrapper .table-row:hover {
  cursor: pointer;
}
.dpd-addressbook-table-wrapper .table-row:hover .table-row-item {
  background: #e6e7e8;
}

.dpd-addressbook-filter-type {
  width: 100%;
}

@media (min-width: 768px) {
  .dpd-addressbook-filter-type {
    width: 245px !important;
  }
}
.dpd-addressbook-search {
  min-width: 100%;
}

@media (min-width: 768px) {
  .dpd-addressbook-search {
    min-width: 410px !important;
  }
}
.dpd-addressbook-datepicker {
  width: 100%;
}

@media (min-width: 768px) {
  .dpd-addressbook-datepicker {
    width: 230px;
  }
}
.dpd-table-edit-i {
  width: 30px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 8px;
}
.dpd-table-edit-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect   x="0.5" y="0" width="30" height="30" style="fill:none;"/><path d="M9.727,24.332c-0.113,-0 -0.226,-0.043 -0.312,-0.13c-0.173,-0.172 -0.173,-0.451 -0,-0.623l12.79,-12.79l-2.495,-2.496l-11.543,11.542c-0.172,0.173 -0.451,0.173 -0.624,0c-0.172,-0.172 -0.172,-0.451 0,-0.624l12.167,-12.166l3.743,3.744l-13.414,13.413c-0.086,0.087 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M9.755,21.865c-0.112,-0 -0.225,-0.044 -0.311,-0.13l-1.901,-1.9c-0.172,-0.172 -0.172,-0.451 0,-0.624c0.173,-0.172 0.452,-0.172 0.624,0l1.9,1.901c0.173,0.172 0.173,0.451 0,0.623c-0.086,0.086 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M5.676,25.268c-0.033,-0 -0.066,-0.004 -0.099,-0.012c-0.238,-0.054 -0.386,-0.291 -0.331,-0.528l0.935,-4.056c0.056,-0.238 0.293,-0.384 0.529,-0.331c0.238,0.055 0.386,0.292 0.331,0.529l-0.935,4.056c-0.047,0.204 -0.229,0.342 -0.43,0.342Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M5.676,25.268c-0.113,-0 -0.226,-0.044 -0.312,-0.13c-0.173,-0.172 -0.173,-0.451 -0,-0.624l1.247,-1.247c0.173,-0.173 0.452,-0.173 0.624,-0c0.173,0.172 0.173,0.451 0,0.624l-1.247,1.247c-0.086,0.087 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M5.675,25.268c-0.2,-0 -0.382,-0.139 -0.429,-0.342c-0.055,-0.238 0.093,-0.475 0.331,-0.529l4.055,-0.936c0.234,-0.055 0.474,0.093 0.529,0.331c0.055,0.237 -0.093,0.474 -0.331,0.529l-4.055,0.935c-0.033,0.008 -0.066,0.012 -0.1,0.012Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path serif:id="Path" d="M24.076,9.982c-0.112,-0 -0.225,-0.044 -0.311,-0.13c-0.173,-0.172 -0.173,-0.451 -0,-0.623l0.935,-0.936l-2.495,-2.496l-0.936,0.936c-0.173,0.173 -0.451,0.173 -0.624,0c-0.172,-0.172 -0.172,-0.452 0,-0.624l1.56,-1.56l3.743,3.744l-1.56,1.559c-0.086,0.087 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></svg>');
}

.dpd-table-ignore-i {
  width: 31px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5.5px;
  margin-right: 6px;
}
.dpd-table-ignore-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0.017" y="0.024" width="29.981" height="29.961" style="fill:rgb(220,0,50);"/><rect x="2.199" y="2.116" width="25.618" height="25.779" style="fill:white;"/></svg>');
}

.dpd-table-print-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -10px;
  left: 0px;
}
.dpd-table-print-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25l-23.676,0c-0.853,0 -1.544,-0.691 -1.544,-1.544l0,-9.265c0,-0.853 0.691,-1.544 1.544,-1.544l3.088,0c0.284,0 0.515,0.231 0.515,0.515c0,0.284 -0.231,0.514 -0.515,0.514l-3.088,0c-0.284,0 -0.515,0.231 -0.515,0.515l0,9.265c0,0.284 0.231,0.515 0.515,0.515l23.676,0c0.284,0 0.515,-0.231 0.515,-0.515l0,-9.265c0,-0.284 -0.231,-0.515 -0.515,-0.515l-3.088,0c-0.284,0 -0.515,-0.23 -0.515,-0.514c0,-0.284 0.231,-0.515 0.515,-0.515l3.088,0c0.853,0 1.544,0.691 1.544,1.544l0,9.265c0,0.853 -0.691,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M24.706,23.162l-14.412,0l0,-14.412l14.412,0l0,14.412Zm-13.382,-1.03l12.352,0l-0,-12.353l-12.352,0l-0,12.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,12.868l-9.264,0c-0.285,0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.231 0.515,0.515c-0,0.284 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,14.926l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.284 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.231 0.515,0.515c-0,0.284 -0.23,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M22.132,16.985l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.285 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.23 0.515,0.515c-0,0.284 -0.23,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,19.044l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l9.264,0c0.285,0 0.515,0.23 0.515,0.514c-0,0.285 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-table-print-small-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -10px;
  left: 0px;
}
.dpd-table-print-small-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M29.338,26.25l-23.676,0c-0.853,0 -1.544,-0.691 -1.544,-1.544l0,-9.265c0,-0.853 0.691,-1.544 1.544,-1.544l3.088,0c0.284,0 0.515,0.231 0.515,0.515c0,0.284 -0.231,0.514 -0.515,0.514l-3.088,0c-0.284,0 -0.515,0.231 -0.515,0.515l0,9.265c0,0.284 0.231,0.515 0.515,0.515l23.676,0c0.284,0 0.515,-0.231 0.515,-0.515l0,-9.265c0,-0.284 -0.231,-0.515 -0.515,-0.515l-3.088,0c-0.284,0 -0.515,-0.23 -0.515,-0.514c0,-0.284 0.231,-0.515 0.515,-0.515l3.088,0c0.853,0 1.544,0.691 1.544,1.544l0,9.265c0,0.853 -0.691,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M24.706,23.162l-14.412,0l0,-14.412l14.412,0l0,14.412Zm-13.382,-1.03l12.352,0l-0,-12.353l-12.352,0l-0,12.353Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,12.868l-9.264,0c-0.285,0 -0.515,-0.231 -0.515,-0.515c-0,-0.284 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.231 0.515,0.515c-0,0.284 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,14.926l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.284 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.231 0.515,0.515c-0,0.284 -0.23,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M22.132,16.985l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.514c-0,-0.285 0.23,-0.515 0.515,-0.515l9.264,0c0.285,0 0.515,0.23 0.515,0.515c-0,0.284 -0.23,0.514 -0.515,0.514Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M22.132,19.044l-9.264,0c-0.285,0 -0.515,-0.23 -0.515,-0.515c-0,-0.284 0.23,-0.514 0.515,-0.514l9.264,0c0.285,0 0.515,0.23 0.515,0.514c-0,0.285 -0.23,0.515 -0.515,0.515Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-table-copy-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -5px;
  left: 1px;
}
.dpd-table-copy-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M24.044,22.5c-0.244,0 -0.441,-0.197 -0.441,-0.441l-0,-14.559l-3.529,-0c-0.244,-0 -0.442,-0.198 -0.442,-0.441c0,-0.244 0.198,-0.441 0.442,-0.441l4.411,-0l0,15.441c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M19.815,27.794l-10.33,0l0,-4.853c0,-0.244 0.198,-0.441 0.441,-0.441c0.244,-0 0.442,0.197 0.442,0.441l-0,3.971l9.082,-0l3.4,-3.4c0.173,-0.173 0.452,-0.173 0.624,-0c0.173,0.172 0.173,0.451 0,0.623l-3.659,3.659Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M19.191,26.029c-0.244,0 -0.441,-0.197 -0.441,-0.441l0,-3.97l5.294,-0c0.244,-0 0.441,0.197 0.441,0.441c0,0.244 -0.197,0.441 -0.441,0.441l-4.412,-0l0,3.088c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M21.397,10.147l-1.323,0c-0.244,0 -0.442,-0.198 -0.442,-0.441c0,-0.244 0.198,-0.441 0.442,-0.441l1.323,-0c0.244,-0 0.441,0.197 0.441,0.441c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M21.397,12.794l-1.323,0c-0.244,0 -0.442,-0.198 -0.442,-0.441c0,-0.244 0.198,-0.441 0.442,-0.441l1.323,-0c0.244,-0 0.441,0.197 0.441,0.441c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M15.845,23.382l-10.33,0l-0,-21.176l15,-0l-0,15.441c-0,0.244 -0.197,0.441 -0.441,0.441c-0.244,0 -0.442,-0.197 -0.442,-0.441l0,-14.559l-13.235,0l0,19.412l9.083,0l3.4,-3.4c0.172,-0.173 0.451,-0.173 0.624,-0c0.172,0.172 0.172,0.451 -0,0.624l-3.659,3.658Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M15.221,21.618c-0.244,-0 -0.442,-0.198 -0.442,-0.442l0,-3.97l5.295,-0c0.244,-0 0.441,0.197 0.441,0.441c-0,0.244 -0.197,0.441 -0.441,0.441l-4.412,0l-0,3.088c-0,0.244 -0.197,0.442 -0.441,0.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M17.426,5.735l-9.705,0c-0.244,0 -0.442,-0.197 -0.442,-0.441c0,-0.243 0.198,-0.441 0.442,-0.441l9.705,-0c0.244,-0 0.442,0.198 0.442,0.441c-0,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M17.426,8.382l-9.705,0c-0.244,0 -0.442,-0.197 -0.442,-0.441c0,-0.243 0.198,-0.441 0.442,-0.441l9.705,0c0.244,0 0.442,0.198 0.442,0.441c-0,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path d="M14.779,11.029l-7.058,0c-0.244,0 -0.442,-0.197 -0.442,-0.441c0,-0.243 0.198,-0.441 0.442,-0.441l7.058,0c0.244,0 0.442,0.198 0.442,0.441c-0,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path d="M16.103,13.676l-8.382,0c-0.244,0 -0.442,-0.197 -0.442,-0.441c0,-0.243 0.198,-0.441 0.442,-0.441l8.382,0c0.244,0 0.441,0.198 0.441,0.441c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-table-info-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -4px;
  left: 4px;
}
.dpd-table-info-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"><rect x="-1160" y="-330" width="1920" height="1080" style="fill:none;"/><path d="M8.287,23.078C8.23,23.078 8.173,23.068 8.118,23.045C3.637,21.184 0.741,16.848 0.741,11.996C0.741,5.403 6.106,0.038 12.699,0.038C19.292,0.038 24.657,5.403 24.657,11.996C24.657,16.848 21.761,21.185 17.279,23.045C17.056,23.138 16.797,23.032 16.703,22.807C16.609,22.581 16.716,22.323 16.941,22.23C21.092,20.507 23.774,16.49 23.774,11.996C23.774,5.889 18.806,0.921 12.699,0.921C6.592,0.921 1.624,5.889 1.624,11.996C1.624,16.49 4.306,20.507 8.456,22.23C8.681,22.323 8.788,22.581 8.694,22.807C8.624,22.977 8.46,23.078 8.287,23.078Z" style="fill:rgb(65,64,66);"/><path d="M12.315,9.035L13.084,9.035L13.084,18.173L12.315,18.173L12.315,9.035Z" style="fill:rgb(220,0,50);"/><path d="M12.122,6.413C12.122,6.192 12.177,6.038 12.288,5.951C12.399,5.863 12.542,5.82 12.717,5.82C12.88,5.82 13.014,5.863 13.119,5.951C13.223,6.038 13.276,6.192 13.276,6.413C13.276,6.635 13.224,6.792 13.119,6.886C13.014,6.979 12.88,7.025 12.717,7.025C12.542,7.025 12.399,6.979 12.289,6.886C12.178,6.792 12.122,6.635 12.122,6.413Z" style="fill:rgb(220,0,50);"/><rect x="-2.301" y="-3.004" width="30" height="30" style="fill:none;"/></svg>');
}

.dpd-table-pickup-parcel-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -4px;
  left: 4px;
}
.dpd-table-pickup-parcel-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Meine-Pakete"><g id="Business_DE_Sending_Options"><g id="Group-58"><g id="Group-23"><g id="Group-22"><g id="Pickup_blackred_pos_rgb"><rect id="XMLID_2174_" x="-5.001" y="-4.576" width="30" height="30" style="fill:none;"/><g id="XMLID_2172_"><path id="Path" d="M19.258,14.389c0.003,0 0.005,0.002 0.005,0.005l-0,3.971c-0,0.731 -0.593,1.324 -1.324,1.324l-15.882,-0c-0.731,-0 -1.324,-0.593 -1.324,-1.324l0,-3.971c0,-0.003 0.002,-0.005 0.005,-0.005l18.52,0Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g><path id="Path1" serif:id="Path" d="M14.412,17.48l-8.823,0c-0.244,0 -0.442,-0.197 -0.442,-0.441c0,-0.244 0.198,-0.441 0.442,-0.441l8.823,-0c0.244,-0 0.441,0.197 0.441,0.441c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:white;fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M19.266,14.83l-18.529,0c-0.243,0 -0.441,-0.197 -0.441,-0.441c-0,-0.244 0.198,-0.441 0.441,-0.441l18.529,-0c0.244,-0 0.442,0.197 0.442,0.441c-0,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape" d="M17.943,20.13l-15.882,-0c-0.974,-0 -1.765,-0.792 -1.765,-1.765l-0,-15.882c-0,-0.974 0.791,-1.765 1.765,-1.765l15.882,-0c0.973,-0 1.765,0.791 1.765,1.765l-0,15.882c-0,0.973 -0.792,1.765 -1.765,1.765Zm-15.882,-18.53c-0.487,0 -0.882,0.396 -0.882,0.883l-0,15.882c-0,0.487 0.395,0.882 0.882,0.882l15.882,0c0.487,0 0.883,-0.395 0.883,-0.882l-0,-15.882c-0,-0.487 -0.396,-0.883 -0.883,-0.883l-15.882,0Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2166_" d="M14.193,5.913l-2.376,1.425c-0.027,0.015 -0.061,0.023 -0.096,0.023c-0.038,0 -0.075,-0.01 -0.102,-0.027l-0.074,-0.046l-0.241,-0.15c-0.054,-0.033 -0.096,-0.108 -0.096,-0.171l-0,-0.373c-0,-0.064 0.043,-0.154 0.098,-0.185l0.049,-0.029l2.43,-1.458l-3.609,-2c-0.084,-0.047 -0.222,-0.047 -0.306,-0l-3.721,2.02l4.315,2.47c0.056,0.03 0.098,0.103 0.098,0.169l0,0.252l-0,0.547l-0.002,2.764c0,0.064 -0.044,0.138 -0.1,0.168l-0.325,0.18c-0,0 -0.004,0.001 -0.005,0.002c-0.027,0.012 -0.058,0.021 -0.092,0.021l-0.007,-0c-0.038,0.001 -0.075,-0.007 -0.103,-0.022l-0.327,-0.181c-0.055,-0.029 -0.099,-0.104 -0.099,-0.168l-0.001,-2.764l-0.001,-0l0,-0.237c-0.003,-0.033 -0.027,-0.074 -0.054,-0.089l-3.633,-2.101l-0.001,4.107c-0,0.096 0.067,0.216 0.151,0.264l3.915,2.294c0.083,0.049 0.219,0.048 0.302,-0.001l3.863,-2.296c0.083,-0.049 0.151,-0.168 0.151,-0.265l-0.001,-4.143Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></g></g></g></g></g></svg>');
}

.dpd-table-delivery-security-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -7px;
  left: 0;
}
.dpd-table-delivery-security-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="31" height="31" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="icons-Delivery_Security_blackred" serif:id="icons/Delivery_Security_blackred"><g id="Security_4_"><rect id="XMLID_2050_" x="0" y="0" width="30" height="30" style="fill:none;"/><path id="Shape" d="M16.985,24.706c-0.243,-0 -0.441,-0.197 -0.441,-0.441c0,-0.244 0.197,-0.441 0.441,-0.441l3.53,-0.001l-0,-9.706l-11.03,0l0,9.706l3.53,0c0.243,0 0.441,0.197 0.441,0.441c-0,0.244 -0.198,0.441 -0.441,0.441l-4.412,0l-0,-11.47l12.794,-0l0,11.47l-4.412,0.001Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2048_" d="M16.324,17.316c-0,-0.731 -0.593,-1.323 -1.324,-1.323c-0.731,-0 -1.324,0.592 -1.324,1.323c0,0.48 0.269,0.881 0.651,1.113l-0.552,4.181l2.45,-0l-0.552,-4.181c0.382,-0.232 0.651,-0.633 0.651,-1.113Z" style="fill:rgb(220,0,50);"/><path id="Shape1" serif:id="Shape" d="M18.309,14.118c-0.244,-0 -0.441,-0.198 -0.441,-0.442l-0,-4.632c-0,-1.581 -1.287,-2.868 -2.868,-2.868c-1.581,0 -2.868,1.287 -2.868,2.868l0,4.632c0,0.244 -0.197,0.442 -0.441,0.442c-0.243,-0 -0.441,-0.198 -0.441,-0.442l0,-4.632c0,-2.068 1.682,-3.75 3.75,-3.75c2.068,0 3.75,1.682 3.75,3.75l0,4.632c0,0.244 -0.197,0.442 -0.441,0.442Z" style="fill:rgb(65,64,66);"/></g></g></svg>');
}

.dpd-table-change-address-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -7px;
  left: 0;
}
.dpd-table-change-address-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="icons-Change_address_blackred" serif:id="icons/Change_address_blackred"><g id="Change_address_blackred_pos_rgb"><rect id="XMLID_2342_" x="0" y="0" width="30" height="30" style="fill:none;"/><path id="Path" d="M18.973,16.848c-0.113,-0 -0.226,-0.043 -0.312,-0.129l-1.774,-1.775c-0.172,-0.173 -0.172,-0.452 0,-0.625c0.173,-0.172 0.452,-0.172 0.624,0l1.774,1.775c0.172,0.173 0.172,0.452 -0,0.624c-0.086,0.087 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M15.433,16.837c-0.112,-0 -0.225,-0.044 -0.311,-0.13c-0.173,-0.172 -0.173,-0.451 -0,-0.624l1.763,-1.763c0.172,-0.173 0.451,-0.172 0.623,-0c0.173,0.172 0.173,0.451 0,0.624l-1.763,1.763c-0.086,0.086 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M17.199,15.073c-0.113,-0 -0.226,-0.044 -0.312,-0.129c-0.172,-0.173 -0.172,-0.452 0,-0.624l1.774,-1.776c0.173,-0.172 0.451,-0.172 0.624,0c0.172,0.173 0.172,0.452 -0,0.625l-1.774,1.775c-0.086,0.085 -0.199,0.129 -0.312,0.129Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M17.196,15.073c-0.113,-0 -0.226,-0.044 -0.312,-0.13l-1.763,-1.764c-0.172,-0.172 -0.172,-0.452 0,-0.624c0.173,-0.172 0.452,-0.172 0.624,-0l1.763,1.764c0.172,0.173 0.172,0.452 -0,0.624c-0.086,0.086 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path4" serif:id="Path" d="M24.707,21.108l-7.508,0c-0.244,0 -0.441,-0.197 -0.441,-0.441c-0,-0.244 0.197,-0.441 0.441,-0.441l6.626,0l0,-6.176c0,-0.244 0.197,-0.442 0.441,-0.442c0.244,0 0.441,0.198 0.441,0.442l0,7.058Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path5" serif:id="Path" d="M13.665,22.861c-0.243,0 -0.441,-0.197 -0.441,-0.441l0,-4.853l-3.529,-0l-0,4.853c-0,0.244 -0.198,0.441 -0.441,0.441c-0.244,0 -0.441,-0.197 -0.441,-0.441l-0,-5.735l5.294,-0l-0,5.735c-0,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path6" serif:id="Path" d="M20.509,11.761c-0.113,-0 -0.226,-0.044 -0.312,-0.13l-1.763,-1.763c-0.172,-0.173 -0.172,-0.452 0,-0.625c0.173,-0.172 0.451,-0.172 0.624,0l1.763,1.764c0.172,0.173 0.172,0.452 -0,0.624c-0.086,0.087 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path7" serif:id="Path" d="M20.504,11.761c-0.113,0 -0.226,-0.043 -0.312,-0.129c-0.173,-0.172 -0.173,-0.451 -0,-0.624l3.537,-3.539c0.172,-0.172 0.451,-0.172 0.624,0c0.172,0.173 0.172,0.452 -0,0.624l-3.537,3.539c-0.086,0.086 -0.199,0.129 -0.312,0.129Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><g id="XMLID_2331_"><path id="Path8" serif:id="Path" d="M26.033,13.759c-0.113,0 -0.226,-0.043 -0.312,-0.129l-2.514,-2.515c-0.172,-0.173 -0.172,-0.452 0,-0.625c0.173,-0.172 0.452,-0.172 0.624,0l2.514,2.516c0.173,0.172 0.173,0.452 0,0.624c-0.086,0.086 -0.199,0.129 -0.312,0.129Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path9" serif:id="Path" d="M13.457,11.328c-0.113,-0 -0.226,-0.043 -0.312,-0.129c-0.172,-0.172 -0.173,-0.451 -0.001,-0.624l5.377,-5.396l2.816,2.817c0.173,0.173 0.173,0.452 0,0.625c-0.172,0.172 -0.451,0.172 -0.623,-0l-2.192,-2.193l-4.753,4.77c-0.086,0.086 -0.199,0.13 -0.312,0.13Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g><path id="Path10" serif:id="Path" d="M17.65,24.637l-12.353,0l-0,-7.5c-0,-0.244 0.198,-0.441 0.441,-0.441c0.244,0 0.441,0.197 0.441,0.441l0,6.618l10.588,0l0,-6.618c0,-0.244 0.198,-0.441 0.442,-0.441c0.244,0 0.441,0.197 0.441,0.441l-0,7.5Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><g id="XMLID_2328_"><path id="Path11" serif:id="Path" d="M3.972,16.85c-0.112,-0 -0.225,-0.043 -0.311,-0.129c-0.173,-0.172 -0.173,-0.451 -0.001,-0.624l7.802,-7.83l3.039,3.041c0.172,0.173 0.172,0.452 0,0.625c-0.172,0.172 -0.452,0.172 -0.624,-0l-2.414,-2.416l-7.178,7.203c-0.086,0.087 -0.199,0.13 -0.313,0.13Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></g></g></g></svg>');
}

.dpd-table-change-date-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -3px;
  left: 4px;
}
.dpd-table-change-date-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Meine-Pakete"><g id="Business_DE_Sending_Options"><g id="Group-58"><g id="Group-23"><g id="Group-19"><g id="Change_Date_64_"><rect id="XMLID_2327_" x="-5.001" y="-4.576" width="30" height="30" style="fill:none;"/><path id="Shape" d="M8.673,3.363l-3.53,-0c-0.243,-0 -0.441,-0.198 -0.441,-0.441c0,-0.244 0.198,-0.442 0.441,-0.442l3.53,0c0.243,0 0.441,0.198 0.441,0.442c-0,0.243 -0.198,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);"/><path id="Shape1" serif:id="Shape" d="M13.97,3.363l-3.53,-0c-0.243,-0 -0.441,-0.198 -0.441,-0.441c0,-0.244 0.198,-0.442 0.441,-0.442l3.53,0c0.244,0 0.441,0.198 0.441,0.442c-0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);"/><path id="Shape2" serif:id="Shape" d="M17.943,20.132l-15.882,0c-0.974,0 -1.765,-0.791 -1.765,-1.764l-0,-14.123c-0,-0.973 0.791,-1.765 1.765,-1.765l1.323,0c0.244,0 0.441,0.198 0.441,0.442c0,0.243 -0.197,0.441 -0.441,0.441l-1.323,-0c-0.487,-0 -0.883,0.396 -0.883,0.882l0,14.123c0,0.486 0.396,0.882 0.883,0.882l15.882,0c0.487,0 0.882,-0.396 0.882,-0.882l0,-14.123c0,-0.486 -0.395,-0.882 -0.882,-0.882l-2.203,-0c-0.244,-0 -0.441,-0.198 -0.441,-0.441c-0,-0.244 0.197,-0.442 0.441,-0.442l2.203,0c0.973,0 1.765,0.792 1.765,1.765l-0,14.123c-0,0.973 -0.792,1.764 -1.765,1.764Z" style="fill:rgb(65,64,66);"/><path id="Shape3" serif:id="Shape" d="M15.737,6.01c-0.244,-0 -0.441,-0.198 -0.441,-0.441l-0,-4.413c-0,-0.243 0.197,-0.441 0.441,-0.441c0.244,0 0.441,0.198 0.441,0.441l0,4.413c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);"/><path id="Shape4" serif:id="Shape" d="M5.143,6.01c-0.243,-0 -0.441,-0.198 -0.441,-0.441l0,-4.413c0,-0.243 0.198,-0.441 0.441,-0.441c0.244,0 0.441,0.198 0.441,0.441l0,4.413c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);"/><path id="Shape5" serif:id="Shape" d="M10.44,6.01c-0.243,-0 -0.441,-0.198 -0.441,-0.441l0,-4.413c0,-0.243 0.198,-0.441 0.441,-0.441c0.244,0 0.441,0.198 0.441,0.441l0,4.413c0,0.243 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2317_" d="M4.926,10.422c-0,0.61 -0.494,1.103 -1.103,1.103c-0.609,0 -1.103,-0.493 -1.103,-1.103c-0,-0.609 0.494,-1.102 1.103,-1.102c0.609,-0 1.103,0.493 1.103,1.102Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2316_" d="M8.013,10.422c-0,0.61 -0.494,1.103 -1.103,1.103c-0.609,0 -1.103,-0.493 -1.103,-1.103c0,-0.609 0.494,-1.102 1.103,-1.102c0.609,-0 1.103,0.493 1.103,1.102Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2315_" d="M11.1,10.422c-0,0.61 -0.494,1.103 -1.103,1.103c-0.609,0 -1.103,-0.493 -1.103,-1.103c0,-0.609 0.494,-1.102 1.103,-1.102c0.609,-0 1.103,0.493 1.103,1.102Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2314_" d="M14.194,10.422c-0,0.61 -0.494,1.103 -1.103,1.103c-0.609,0 -1.103,-0.493 -1.103,-1.103c-0,-0.609 0.494,-1.102 1.103,-1.102c0.609,-0 1.103,0.493 1.103,1.102Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2313_" d="M17.281,10.422c-0,0.61 -0.494,1.103 -1.103,1.103c-0.609,0 -1.103,-0.493 -1.103,-1.103c-0,-0.609 0.494,-1.102 1.103,-1.102c0.609,-0 1.103,0.493 1.103,1.102Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2312_" d="M4.926,13.511c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.61 0.494,-1.103 1.103,-1.103c0.609,-0 1.103,0.493 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2311_" d="M8.013,13.511c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c0,-0.61 0.494,-1.103 1.103,-1.103c0.609,-0 1.103,0.493 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2310_" d="M11.1,13.511c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c0,-0.61 0.494,-1.103 1.103,-1.103c0.609,-0 1.103,0.493 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2309_" d="M14.194,13.511c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.61 0.494,-1.103 1.103,-1.103c0.609,-0 1.103,0.493 1.103,1.103Z" style="fill:rgb(220,0,50);"/><path id="XMLID_2308_" d="M17.281,13.511c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.61 0.494,-1.103 1.103,-1.103c0.609,-0 1.103,0.493 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2307_" d="M4.926,16.599c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.609 0.494,-1.103 1.103,-1.103c0.609,0 1.103,0.494 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2306_" d="M8.013,16.599c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c0,-0.609 0.494,-1.103 1.103,-1.103c0.609,0 1.103,0.494 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2305_" d="M11.1,16.599c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c0,-0.609 0.494,-1.103 1.103,-1.103c0.609,0 1.103,0.494 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2304_" d="M14.194,16.599c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.609 0.494,-1.103 1.103,-1.103c0.609,0 1.103,0.494 1.103,1.103Z" style="fill:rgb(65,64,66);"/><path id="XMLID_2303_" d="M17.281,16.599c-0,0.609 -0.494,1.103 -1.103,1.103c-0.609,-0 -1.103,-0.494 -1.103,-1.103c-0,-0.609 0.494,-1.103 1.103,-1.103c0.609,0 1.103,0.494 1.103,1.103Z" style="fill:rgb(65,64,66);"/></g></g></g></g></g></g></svg>');
}

.dpd-table-neighbour-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -5px;
  left: 2px;
}
.dpd-table-neighbour-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="17" viewBox="0 0 24 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Meine-Pakete"><g id="Business_DE_Sending_Options"><g id="Group-58"><g id="Group-23"><g id="Group-20"><g id="To_a_neighbour_blackred_pos_rgb"><rect id="XMLID_2046_" x="-3.001" y="-6.576" width="30" height="30" style="fill:none;"/><path id="Path" d="M0.526,16.804c-0.243,-0 -0.441,-0.198 -0.441,-0.442c-0,-3.892 3.167,-7.058 7.059,-7.058c1.659,-0 3.271,0.586 4.539,1.652c0.186,0.157 0.211,0.435 0.054,0.622c-0.157,0.186 -0.435,0.21 -0.622,0.054c-1.109,-0.933 -2.52,-1.446 -3.971,-1.446c-3.406,-0 -6.176,2.77 -6.176,6.176c-0.001,0.244 -0.198,0.442 -0.442,0.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M8.467,8.174c-0.178,0 -0.346,-0.109 -0.413,-0.285c-0.086,-0.228 0.029,-0.483 0.257,-0.569c1.301,-0.493 2.141,-1.704 2.141,-3.085c0,-1.825 -1.484,-3.309 -3.309,-3.309c-1.824,0 -3.309,1.484 -3.309,3.309c0,1.381 0.841,2.592 2.142,3.085c0.228,0.086 0.342,0.341 0.256,0.569c-0.086,0.228 -0.342,0.343 -0.569,0.256c-1.621,-0.614 -2.711,-2.185 -2.711,-3.91c0,-2.311 1.88,-4.191 4.191,-4.191c2.311,0 4.191,1.88 4.191,4.191c0,1.725 -1.089,3.296 -2.711,3.91c-0.052,0.02 -0.105,0.029 -0.156,0.029Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path2" serif:id="Path" d="M11.674,12.171c-0.196,-0.212 -0.379,-0.389 -0.558,-0.539l0.568,-0.676c0.207,0.175 0.416,0.376 0.637,0.616l-0.647,0.599Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path3" serif:id="Path" d="M23.469,16.804c-0.244,-0 -0.441,-0.198 -0.441,-0.442c0,-3.406 -2.77,-6.176 -6.176,-6.176c-1.452,-0 -2.862,0.513 -3.972,1.446c-0.187,0.156 -0.465,0.132 -0.621,-0.054c-0.157,-0.187 -0.133,-0.465 0.054,-0.622c1.268,-1.066 2.88,-1.652 4.539,-1.652c3.892,-0 7.059,3.166 7.059,7.058c-0,0.244 -0.198,0.442 -0.442,0.442Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path4" serif:id="Path" d="M15.967,16.545l-1.635,-1.636c-0.173,-0.172 -0.173,-0.451 -0,-0.624c0.172,-0.172 0.451,-0.172 0.623,0l1.012,1.012l2.777,-2.776c0.172,-0.173 0.451,-0.173 0.624,-0c0.172,0.172 0.172,0.451 -0,0.623l-3.401,3.401Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path5" serif:id="Path" d="M18.178,8.174c-0.178,0 -0.345,-0.109 -0.413,-0.285c-0.086,-0.228 0.029,-0.483 0.257,-0.569c1.301,-0.493 2.141,-1.704 2.141,-3.085c0,-1.825 -1.484,-3.309 -3.309,-3.309c-1.824,0 -3.309,1.484 -3.309,3.309c0,1.381 0.841,2.592 2.142,3.085c0.228,0.086 0.342,0.341 0.256,0.569c-0.087,0.228 -0.34,0.343 -0.569,0.256c-1.621,-0.614 -2.711,-2.185 -2.711,-3.91c0,-2.311 1.88,-4.191 4.191,-4.191c2.311,0 4.191,1.88 4.191,4.191c0,1.725 -1.089,3.296 -2.711,3.91c-0.051,0.02 -0.104,0.029 -0.156,0.029Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Path6" serif:id="Path" d="M10.237,16.804c-0.243,-0 -0.441,-0.198 -0.441,-0.442c-0,-2.09 0.918,-4.06 2.519,-5.406c0.187,-0.156 0.465,-0.133 0.622,0.054c0.157,0.187 0.133,0.465 -0.054,0.622c-1.401,1.177 -2.205,2.902 -2.205,4.73c0,0.244 -0.197,0.442 -0.441,0.442Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/></g></g></g></g></g></g></svg>');
}

.dpd-table-forbidden-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -7px;
  left: 0;
}
.dpd-table-forbidden-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="21" viewBox="0 0 24 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Meine-Pakete"><g id="Business_DE_Sending_Options"><g id="Group-58"><g id="Group-23"><g id="Group-17"><g id="Forbidden_1_"><rect id="XMLID_1611_" x="-3.001" y="-4.576" width="30" height="30" style="fill:none;"/><g id="To_a_Neighbor_1_"><path id="Shape" d="M8.823,10.741c-0.177,0 -0.345,-0.108 -0.412,-0.285c-0.087,-0.228 0.028,-0.483 0.256,-0.569c1.301,-0.493 2.142,-1.704 2.142,-3.085c-0,-1.825 -1.484,-3.309 -3.309,-3.309c-1.825,-0 -3.309,1.484 -3.309,3.309c0,1.381 0.841,2.592 2.142,3.085c0.227,0.086 0.342,0.341 0.256,0.569c-0.086,0.228 -0.342,0.342 -0.569,0.256c-1.622,-0.614 -2.711,-2.186 -2.711,-3.91c-0,-2.311 1.88,-4.191 4.191,-4.191c2.311,0 4.191,1.88 4.191,4.191c0,1.724 -1.09,3.296 -2.711,3.91c-0.052,0.02 -0.105,0.029 -0.157,0.029Z" style="fill:rgb(65,64,66);"/><path id="Shape1" serif:id="Shape" d="M0.883,19.37c-0.243,0 -0.441,-0.197 -0.441,-0.441c-0,-3.892 3.167,-7.059 7.059,-7.059c1.659,0 3.271,0.587 4.539,1.653c0.187,0.156 0.211,0.435 0.054,0.621c-0.157,0.186 -0.436,0.211 -0.622,0.054c-1.109,-0.932 -2.519,-1.446 -3.971,-1.446c-3.406,0 -6.176,2.771 -6.176,6.177c-0.001,0.244 -0.198,0.441 -0.442,0.441Z" style="fill:rgb(65,64,66);"/></g><path id="Shape2" serif:id="Shape" d="M15.542,6.536c-0.113,0 -0.226,-0.043 -0.312,-0.129c-0.172,-0.173 -0.172,-0.451 0,-0.624l5.306,-5.305c0.172,-0.173 0.451,-0.173 0.624,-0c0.172,0.172 0.172,0.451 -0,0.623l-5.306,5.306c-0.086,0.086 -0.199,0.129 -0.312,0.129Z" style="fill:rgb(220,0,50);"/><path id="Shape3" serif:id="Shape" d="M1.578,20.5c-0.113,-0 -0.225,-0.043 -0.312,-0.129c-0.172,-0.173 -0.172,-0.452 0,-0.624l10.49,-10.49c0.172,-0.172 0.451,-0.172 0.624,0c0.172,0.173 0.172,0.452 -0,0.624l-10.49,10.49c-0.086,0.086 -0.199,0.129 -0.312,0.129Z" style="fill:rgb(220,0,50);"/><g id="XMLID_1533_"><path id="Shape4" serif:id="Shape" d="M18.795,12.11c-0.038,0 -0.076,-0.004 -0.115,-0.015c-0.235,-0.063 -0.375,-0.304 -0.312,-0.54l1.713,-6.392c0.063,-0.236 0.305,-0.374 0.54,-0.312c0.236,0.063 0.375,0.305 0.312,0.54l-1.712,6.393c-0.053,0.196 -0.231,0.326 -0.426,0.326Z" style="fill:rgb(65,64,66);"/><path id="Shape5" serif:id="Shape" d="M17.09,11.654c-0.038,-0 -0.076,-0.005 -0.115,-0.015c-0.235,-0.063 -0.375,-0.305 -0.311,-0.541l1.369,-5.113c0.064,-0.235 0.306,-0.375 0.541,-0.312c0.235,0.063 0.375,0.305 0.312,0.54l-1.37,5.114c-0.053,0.197 -0.231,0.327 -0.426,0.327Z" style="fill:rgb(65,64,66);"/><path id="Shape6" serif:id="Shape" d="M20.5,12.567c-0.038,0 -0.077,-0.005 -0.115,-0.015c-0.235,-0.063 -0.375,-0.305 -0.312,-0.54l1.37,-5.114c0.063,-0.236 0.305,-0.375 0.54,-0.312c0.235,0.063 0.375,0.305 0.312,0.54l-1.37,5.114c-0.053,0.197 -0.231,0.327 -0.425,0.327Z" style="fill:rgb(65,64,66);"/><path id="Shape7" serif:id="Shape" d="M16.205,13.252c-0.191,-0 -0.367,-0.124 -0.423,-0.317l-1.317,-4.463c-0.069,-0.234 0.064,-0.479 0.298,-0.548c0.237,-0.069 0.48,0.065 0.548,0.298l1.317,4.464c0.069,0.234 -0.065,0.479 -0.298,0.548c-0.042,0.012 -0.084,0.018 -0.125,0.018Z" style="fill:rgb(65,64,66);"/><g id="XMLID_1542_"><path id="Shape8" serif:id="Shape" d="M13.437,9.084c-0.236,-0 -0.432,-0.187 -0.44,-0.424l-0.003,-0.067c-0.025,-0.607 0.373,-1.104 0.965,-1.214c0.593,-0.109 1.138,0.211 1.331,0.78l0.015,0.046c0.079,0.231 -0.044,0.481 -0.275,0.56c-0.23,0.079 -0.481,-0.045 -0.56,-0.275l-0.016,-0.047c-0.074,-0.22 -0.26,-0.21 -0.334,-0.196c-0.06,0.011 -0.254,0.065 -0.245,0.305l0.003,0.074c0.009,0.243 -0.181,0.449 -0.425,0.458l-0.016,-0Z" style="fill:rgb(65,64,66);"/></g><path id="Shape9" serif:id="Shape" d="M17.392,19.792c-0.434,-0 -0.893,-0.06 -1.375,-0.189c-2.677,-0.717 -2.807,-3.82 -2.877,-5.487l-0.004,-0.099c-0.065,-1.538 -0.139,-5.328 -0.14,-5.366c-0.004,-0.243 0.19,-0.445 0.433,-0.449l0.009,-0c0.24,-0 0.436,0.192 0.441,0.432c0.001,0.038 0.074,3.817 0.138,5.346l0.005,0.099c0.083,1.995 0.33,4.164 2.223,4.672c2.467,0.66 4.072,-0.835 4.52,-2.504l1.924,-7.181c0.063,-0.235 0.305,-0.374 0.54,-0.312c0.235,0.064 0.375,0.305 0.312,0.541l-1.924,7.18c-0.48,1.792 -2.029,3.317 -4.225,3.317Z" style="fill:rgb(65,64,66);"/></g></g></g></g></g></g></g></svg>');
}

.dpd-table-cancel-i {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: 1px;
  left: 5px;
}
.dpd-table-cancel-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 16 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Meine-Pakete"><g id="Business_DE_Sending_Options"><g id="Group-58"><g id="Group-23"><g id="Group-17-Copy"><g id="Cancel"><rect id="Rectangle" x="-7.001" y="-7.576" width="30" height="30" style="fill:none;"/><path id="Path" d="M14.862,14.73c-0.118,-0.001 -0.231,-0.048 -0.313,-0.133l-13.725,-13.725c-0.15,-0.175 -0.14,-0.436 0.023,-0.599c0.163,-0.163 0.424,-0.173 0.599,-0.023l13.725,13.725c0.171,0.172 0.171,0.45 -0,0.622c-0.082,0.083 -0.193,0.131 -0.309,0.133Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Path1" serif:id="Path" d="M1.131,14.73c-0.116,-0.002 -0.227,-0.05 -0.308,-0.133c-0.171,-0.172 -0.171,-0.45 -0,-0.622l13.725,-13.725c0.175,-0.15 0.436,-0.14 0.599,0.023c0.162,0.163 0.173,0.424 0.023,0.599l-13.725,13.725c-0.083,0.085 -0.196,0.132 -0.314,0.133Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></g></g></g></g></g></g></svg>');
}

.dpd-table-remove-i {
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -9px;
  left: 2px;
}
.dpd-table-remove-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect  x="0.5" y="0" width="30" height="30" style="fill:none;"/> <path  d="M23.878,9.706l-16.765,-0c-0.243,-0 -0.441,-0.198 -0.441,-0.442c-0,-0.243 0.198,-0.441 0.441,-0.441l16.765,0c0.244,0 0.441,0.198 0.441,0.441c-0,0.244 -0.197,0.442 -0.441,0.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path  d="M21.462,24.706l-11.934,-0l-2.433,-13.599c-0.043,-0.24 0.117,-0.469 0.356,-0.512c0.242,-0.042 0.47,0.117 0.513,0.356l2.302,12.873l10.455,-0l2.255,-12.87c0.043,-0.24 0.267,-0.402 0.511,-0.359c0.24,0.042 0.4,0.27 0.359,0.51l-2.384,13.601Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path   d="M12.848,22.059c-0.202,-0 -0.383,-0.139 -0.43,-0.343l-2.206,-9.706c-0.054,-0.238 0.095,-0.474 0.333,-0.528c0.239,-0.054 0.474,0.095 0.528,0.332l2.205,9.706c0.055,0.238 -0.094,0.474 -0.332,0.528c-0.033,0.007 -0.066,0.011 -0.098,0.011Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M18.143,22.059c-0.032,-0 -0.065,-0.004 -0.098,-0.011c-0.238,-0.054 -0.387,-0.29 -0.333,-0.528l2.206,-9.706c0.054,-0.238 0.292,-0.386 0.528,-0.332c0.237,0.054 0.387,0.29 0.333,0.528l-2.206,9.706c-0.046,0.204 -0.229,0.343 -0.43,0.343Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path  d="M15.496,22.059c-0.244,-0 -0.441,-0.197 -0.441,-0.441l-0,-9.706c-0,-0.244 0.197,-0.441 0.441,-0.441c0.243,-0 0.441,0.197 0.441,0.441l0,9.706c0,0.244 -0.198,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path   d="M17.342,7.952c-0.244,-0 -0.441,-0.198 -0.441,-0.442c-0,-0.748 -0.614,-1.334 -1.396,-1.334c-0.783,0 -1.396,0.586 -1.396,1.334c-0,0.244 -0.198,0.442 -0.441,0.442c-0.244,-0 -0.441,-0.198 -0.441,-0.442c-0,-1.242 1,-2.216 2.278,-2.216c1.277,-0 2.278,0.974 2.278,2.216c0,0.244 -0.198,0.442 -0.441,0.442Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-table-create-parcel-i {
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 3px;
}
.dpd-table-create-parcel-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Shape" d="M27.794,39.706l-27.794,0l0,-39.706l27.794,0l0,39.706Zm-26.47,-1.324l25.147,-0l-0,-37.058l-25.147,-0l-0,37.058Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="XMLID_2197_" d="M23.76,6.871l-2.216,1.329c-0.024,0.014 -0.056,0.022 -0.088,0.022c-0.036,-0 -0.07,-0.009 -0.096,-0.025l-0.068,-0.043l-0.226,-0.139c-0.05,-0.031 -0.089,-0.102 -0.089,-0.161l0,-0.349c0,-0.059 0.04,-0.143 0.092,-0.172l2.31,-1.386l-3.364,-1.865c-0.079,-0.043 -0.208,-0.043 -0.286,-0l-3.469,1.883l4.022,2.302c0.053,0.029 0.092,0.097 0.092,0.158l0,0.744l-0.001,2.577c0,0.061 -0.041,0.129 -0.094,0.158l-0.303,0.168c-0.001,0.001 -0.003,0.001 -0.005,0.001c-0.024,0.012 -0.054,0.02 -0.086,0.02l-0.006,0c-0.036,0.001 -0.07,-0.007 -0.096,-0.02l-0.191,-0.106l-0.114,-0.063c-0.051,-0.028 -0.092,-0.097 -0.092,-0.157l-0.001,-2.577l-0.001,0l0,-0.22c-0.002,-0.031 -0.025,-0.07 -0.051,-0.084l-3.386,-1.958l-0.002,3.83c0,0.09 0.064,0.2 0.141,0.246l3.65,2.138c0.078,0.046 0.205,0.045 0.282,-0.001l3.602,-2.14c0.078,-0.045 0.141,-0.157 0.141,-0.247l-0.001,-3.863Z" style="fill:rgb(220,0,50);fill-rule:nonzero;"/><path id="Shape1" serif:id="Shape" d="M13.918,21.176l-10.597,-0c-0.366,-0 -0.662,-0.295 -0.662,-0.661c-0,-0.366 0.296,-0.662 0.662,-0.662l10.597,0c0.366,0 0.662,0.296 0.662,0.662c-0.001,0.366 -0.297,0.661 -0.662,0.661Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape2" serif:id="Shape" d="M23.117,18.529l-19.798,0c-0.366,0 -0.662,-0.296 -0.662,-0.661c0,-0.366 0.296,-0.662 0.662,-0.662l19.798,0c0.366,0 0.662,0.296 0.662,0.662c0,0.365 -0.296,0.661 -0.662,0.661Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape3" serif:id="Shape" d="M11.25,5.294l-7.941,-0c-0.365,-0 -0.662,-0.296 -0.662,-0.662c-0,-0.365 0.297,-0.661 0.662,-0.661l7.941,-0c0.365,-0 0.662,0.296 0.662,0.661c0,0.366 -0.297,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape4" serif:id="Shape" d="M11.25,10.588l-7.941,-0c-0.365,-0 -0.662,-0.296 -0.662,-0.662c-0,-0.365 0.297,-0.661 0.662,-0.661l7.941,0c0.365,0 0.662,0.296 0.662,0.661c0,0.366 -0.297,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape5" serif:id="Shape" d="M9.926,7.941l-6.617,0c-0.365,0 -0.662,-0.296 -0.662,-0.662c-0,-0.365 0.297,-0.661 0.662,-0.661l6.617,0c0.366,0 0.662,0.296 0.662,0.661c-0,0.366 -0.296,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape6" serif:id="Shape" d="M21.793,34.412c-0.366,0 -0.662,-0.296 -0.662,-0.662l0,-6.618c0,-0.366 0.296,-0.661 0.662,-0.661c0.366,0 0.661,0.295 0.661,0.661l0,6.618c0,0.366 -0.296,0.662 -0.661,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape7" serif:id="Shape" d="M19.191,34.412c-0.366,0 -0.662,-0.296 -0.662,-0.662l0,-6.618c0,-0.366 0.296,-0.661 0.662,-0.661c0.366,0 0.662,0.295 0.662,0.661l0,6.618c0,0.366 -0.296,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape8" serif:id="Shape" d="M17.206,34.412c-0.366,0 -0.662,-0.296 -0.662,-0.662l0,-6.618c0,-0.366 0.296,-0.661 0.662,-0.661c0.366,0 0.662,0.295 0.662,0.661l0,6.618c0,0.366 -0.296,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape9" serif:id="Shape" d="M12.574,34.412c-0.366,0 -0.662,-0.296 -0.662,-0.662l0,-6.618c0,-0.366 0.296,-0.661 0.662,-0.661c0.365,0 0.661,0.295 0.661,0.661l0,6.618c0,0.366 -0.296,0.662 -0.661,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape10" serif:id="Shape" d="M14.579,34.412c-0.365,0 -0.661,-0.296 -0.661,-0.662l-0,-6.618c-0,-0.366 0.296,-0.661 0.661,-0.661c0.366,0 0.662,0.295 0.662,0.661l-0,6.618c-0,0.366 -0.296,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape11" serif:id="Shape" d="M10.588,34.412c-0.365,0 -0.662,-0.296 -0.662,-0.662l0,-6.618c0,-0.366 0.297,-0.661 0.662,-0.661c0.366,0 0.662,0.295 0.662,0.661l-0,6.618c-0,0.366 -0.296,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape12" serif:id="Shape" d="M7.957,34.412c-0.365,0 -0.661,-0.295 -0.662,-0.661l-0.016,-6.617c0,-0.366 0.295,-0.663 0.661,-0.663l0.001,0c0.365,0 0.661,0.295 0.662,0.66l0.016,6.618c0,0.365 -0.295,0.662 -0.661,0.663l-0.001,0Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/><path id="Shape13" serif:id="Shape" d="M5.956,34.412c-0.365,0 -0.662,-0.296 -0.662,-0.662l-0,-6.618c-0,-0.366 0.297,-0.661 0.662,-0.661c0.365,0 0.662,0.295 0.662,0.661l0,6.618c0,0.366 -0.297,0.662 -0.662,0.662Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-table-select-i {
  margin-right: 8px;
  width: 35px;
  left: 2px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.dpd-table-select-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="23" height="16" viewBox="0 0 23 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Shape" d="M7.499,15.183l-7.37,-7.371c-0.172,-0.172 -0.172,-0.452 0,-0.624c0.173,-0.172 0.452,-0.172 0.624,0l6.746,6.747l13.807,-13.806c0.172,-0.172 0.451,-0.172 0.624,0c0.172,0.173 0.172,0.452 -0,0.624l-14.431,14.43Z" style="fill:rgb(65,64,66);fill-rule:nonzero;"/></svg>');
}

.dpd-filedownload-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.dpd-filedownload-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M17.5,20.84c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-14.412c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,14.412c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);"/><path   d="M28.438,29.601l-21.875,-0c-0.852,-0 -1.545,-0.693 -1.545,-1.544l0,-4.643c0,-0.851 0.693,-1.544 1.545,-1.544l2.702,-0c0.284,-0 0.514,0.23 0.514,0.515c0,0.284 -0.23,0.514 -0.514,0.514l-2.702,0c-0.284,0 -0.515,0.231 -0.515,0.515l-0,4.643c-0,0.284 0.231,0.514 0.515,0.514l21.875,0c0.284,0 0.514,-0.23 0.514,-0.514l0,-4.643c0,-0.284 -0.23,-0.515 -0.514,-0.515l-2.703,0c-0.284,0 -0.514,-0.23 -0.514,-0.514c-0,-0.285 0.23,-0.515 0.514,-0.515l2.703,-0c0.851,-0 1.544,0.693 1.544,1.544l-0,4.643c-0,0.851 -0.693,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);"/><path  d="M17.5,25.686l-6.026,-6.026c-0.201,-0.201 -0.201,-0.526 0,-0.728c0.202,-0.201 0.527,-0.201 0.728,0l5.298,5.298l5.298,-5.298c0.201,-0.201 0.526,-0.201 0.728,0c0.201,0.202 0.201,0.527 -0,0.728l-6.026,6.026Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-filedownload-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
}
.dpd-filedownload-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M17.5,20.84c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-14.412c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,14.412c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);"/><path   d="M28.438,29.601l-21.875,-0c-0.852,-0 -1.545,-0.693 -1.545,-1.544l0,-4.643c0,-0.851 0.693,-1.544 1.545,-1.544l2.702,-0c0.284,-0 0.514,0.23 0.514,0.515c0,0.284 -0.23,0.514 -0.514,0.514l-2.702,0c-0.284,0 -0.515,0.231 -0.515,0.515l-0,4.643c-0,0.284 0.231,0.514 0.515,0.514l21.875,0c0.284,0 0.514,-0.23 0.514,-0.514l0,-4.643c0,-0.284 -0.23,-0.515 -0.514,-0.515l-2.703,0c-0.284,0 -0.514,-0.23 -0.514,-0.514c-0,-0.285 0.23,-0.515 0.514,-0.515l2.703,-0c0.851,-0 1.544,0.693 1.544,1.544l-0,4.643c-0,0.851 -0.693,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);"/><path  d="M17.5,25.686l-6.026,-6.026c-0.201,-0.201 -0.201,-0.526 0,-0.728c0.202,-0.201 0.527,-0.201 0.728,0l5.298,5.298l5.298,-5.298c0.201,-0.201 0.526,-0.201 0.728,0c0.201,0.202 0.201,0.527 -0,0.728l-6.026,6.026Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-filedownload2-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 4px;
}
.dpd-filedownload2-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M17.5,20.84c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-14.412c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,14.412c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);"/><path   d="M28.438,29.601l-21.875,-0c-0.852,-0 -1.545,-0.693 -1.545,-1.544l0,-4.643c0,-0.851 0.693,-1.544 1.545,-1.544l2.702,-0c0.284,-0 0.514,0.23 0.514,0.515c0,0.284 -0.23,0.514 -0.514,0.514l-2.702,0c-0.284,0 -0.515,0.231 -0.515,0.515l-0,4.643c-0,0.284 0.231,0.514 0.515,0.514l21.875,0c0.284,0 0.514,-0.23 0.514,-0.514l0,-4.643c0,-0.284 -0.23,-0.515 -0.514,-0.515l-2.703,0c-0.284,0 -0.514,-0.23 -0.514,-0.514c-0,-0.285 0.23,-0.515 0.514,-0.515l2.703,-0c0.851,-0 1.544,0.693 1.544,1.544l-0,4.643c-0,0.851 -0.693,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);"/><path  d="M17.5,25.686l-6.026,-6.026c-0.201,-0.201 -0.201,-0.526 0,-0.728c0.202,-0.201 0.527,-0.201 0.728,0l5.298,5.298l5.298,-5.298c0.201,-0.201 0.526,-0.201 0.728,0c0.201,0.202 0.201,0.527 -0,0.728l-6.026,6.026Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-filedownload-small-i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.dpd-filedownload-small-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="0" y="0" width="35" height="35" style="fill:none;"/><path d="M17.5,20.84c-0.284,0 -0.515,-0.23 -0.515,-0.514l0,-14.412c0,-0.284 0.231,-0.515 0.515,-0.515c0.284,0 0.515,0.231 0.515,0.515l-0,14.412c-0,0.284 -0.231,0.514 -0.515,0.514Z" style="fill:rgb(220,0,50);"/><path   d="M28.438,29.601l-21.875,-0c-0.852,-0 -1.545,-0.693 -1.545,-1.544l0,-4.643c0,-0.851 0.693,-1.544 1.545,-1.544l2.702,-0c0.284,-0 0.514,0.23 0.514,0.515c0,0.284 -0.23,0.514 -0.514,0.514l-2.702,0c-0.284,0 -0.515,0.231 -0.515,0.515l-0,4.643c-0,0.284 0.231,0.514 0.515,0.514l21.875,0c0.284,0 0.514,-0.23 0.514,-0.514l0,-4.643c0,-0.284 -0.23,-0.515 -0.514,-0.515l-2.703,0c-0.284,0 -0.514,-0.23 -0.514,-0.514c-0,-0.285 0.23,-0.515 0.514,-0.515l2.703,-0c0.851,-0 1.544,0.693 1.544,1.544l-0,4.643c-0,0.851 -0.693,1.544 -1.544,1.544Z" style="fill:rgb(65,64,66);"/><path  d="M17.5,25.686l-6.026,-6.026c-0.201,-0.201 -0.201,-0.526 0,-0.728c0.202,-0.201 0.527,-0.201 0.728,0l5.298,5.298l5.298,-5.298c0.201,-0.201 0.526,-0.201 0.728,0c0.201,0.202 0.201,0.527 -0,0.728l-6.026,6.026Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-startrack-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
}
.dpd-startrack-i:before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg width="24px" height="4px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="1.513" y="1.182" width="19.77" height="1.006" style="fill:rgb(65,64,66);"/><circle cx="11.826" cy="1.726" r="1.726" style="fill:rgb(65,64,66);"/><circle cx="1.726" cy="1.726" r="1.726" style="fill:rgb(220,0,50);"/><circle cx="21.941" cy="1.726" r="1.726" style="fill:rgb(65,64,66);"/></svg>');
}

.dpd-print-button-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: -26px;
  left: -43px;
}
.dpd-print-button-i:before {
  left: 30px;
  top: 2px;
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg  width="55" height="35" viewBox="0 0 45 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"> <path id="Path" d="M37.721,34.502L7.279,34.502C6.183,34.502 5.294,33.613 5.294,32.516L5.294,20.604C5.294,19.508 6.183,18.619 7.279,18.619L11.25,18.619C11.615,18.619 11.912,18.915 11.912,19.281C11.912,19.646 11.615,19.943 11.25,19.943L7.279,19.943C6.914,19.943 6.618,20.239 6.618,20.604L6.618,32.516C6.618,32.882 6.914,33.178 7.279,33.178L37.721,33.178C38.086,33.178 38.382,32.882 38.382,32.516L38.382,20.604C38.382,20.239 38.086,19.943 37.721,19.943L33.75,19.943C33.385,19.943 33.088,19.646 33.088,19.281C33.088,18.915 33.385,18.619 33.75,18.619L37.721,18.619C38.817,18.619 39.706,19.508 39.706,20.604L39.706,32.516C39.706,33.613 38.817,34.502 37.721,34.502Z" style="fill:white;fill-rule:nonzero;"></path><path id="Shape" d="M31.765,30.531L13.235,30.531L13.235,12.002L31.765,12.002L31.765,30.531ZM14.559,29.208L30.441,29.208L30.441,13.325L14.559,13.325L14.559,29.208Z" style="fill:white;"></path><path id="Path1" serif:id="Path" d="M28.456,17.296L16.544,17.296C16.179,17.296 15.882,17 15.882,16.634C15.882,16.269 16.179,15.973 16.544,15.973L28.456,15.973C28.821,15.973 29.118,16.269 29.118,16.634C29.118,17 28.821,17.296 28.456,17.296Z" style="fill:white;fill-rule:nonzero;"></path><path id="Path2" serif:id="Path" d="M28.456,19.943L16.544,19.943C16.179,19.943 15.882,19.646 15.882,19.281C15.882,18.915 16.179,18.619 16.544,18.619L28.456,18.619C28.821,18.619 29.118,18.915 29.118,19.281C29.118,19.646 28.821,19.943 28.456,19.943Z" style="fill:white;fill-rule:nonzero;"></path><path id="Path3" serif:id="Path" d="M28.456,22.59L16.544,22.59C16.179,22.59 15.882,22.294 15.882,21.928C15.882,21.563 16.179,21.267 16.544,21.267L28.456,21.267C28.821,21.267 29.118,21.563 29.118,21.928C29.118,22.294 28.821,22.59 28.456,22.59Z" style="fill:white;fill-rule:nonzero;"></path><path id="Path4" serif:id="Path" d="M28.456,25.238L16.544,25.238C16.179,25.238 15.882,24.941 15.882,24.576C15.882,24.21 16.179,23.914 16.544,23.914L28.456,23.914C28.821,23.914 29.118,24.21 29.118,24.576C29.118,24.941 28.821,25.238 28.456,25.238Z" style="fill:white;fill-rule:nonzero;"></path></svg>');
}
.dpd-add-link-i {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}
.dpd-add-link-i:before {
  position: absolute;
  top: 20px;
  left: 8px;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Shape" d="M19.853,10.588l-19.412,0c-0.243,0 -0.441,-0.197 -0.441,-0.441c-0,-0.243 0.198,-0.441 0.441,-0.441l19.412,-0c0.244,-0 0.441,0.198 0.441,0.441c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);"/><path id="Shape1" serif:id="Shape" d="M10.152,20.294c-0.243,0 -0.441,-0.197 -0.441,-0.441l-0,-19.412c-0,-0.243 0.198,-0.441 0.441,-0.441c0.244,-0 0.441,0.198 0.441,0.441l0,19.412c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);"/></svg>');
}

.dpd-add-small-link-i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.dpd-add-small-link-i:before {
  position: absolute;
  top: 6px;
  left: -2px;
  content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-width:5;stroke-miterlimit:2;"><path id="Shape" d="M19.853,10.588l-19.412,0c-0.243,0 -0.441,-0.197 -0.441,-0.441c-0,-0.243 0.198,-0.441 0.441,-0.441l19.412,-0c0.244,-0 0.441,0.198 0.441,0.441c0,0.244 -0.197,0.441 -0.441,0.441Z" style="fill:rgb(220,0,50);"/><path id="Shape1" serif:id="Shape" d="M10.152,20.294c-0.243,0 -0.441,-0.197 -0.441,-0.441l-0,-19.412c-0,-0.243 0.198,-0.441 0.441,-0.441c0.244,-0 0.441,0.198 0.441,0.441l0,19.412c0,0.244 -0.197,0.441 -0.441,0.441Z" style="stroke-width:55;fill:rgb(220,0,50);"/></svg>');
}

.dpd-favorite-star {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 26px;
  background: url("../img/red-star.svg");
  background-size: 26px 26px;
}

a:hover .dpd-favorite-star {
  background-image: url("../img/outline-star.svg") !important;
}

.dpd-favorite-star-empty {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 26px;
  background: url("../img/outline-star.svg");
  background-size: 26px 26px;
}

a:hover .dpd-favorite-star-empty {
  background-image: url("../img/red-star.svg") !important;
}

.icon-back {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url("../img/arrow_left.svg") no-repeat;
}

.dpd-dot-symbol {
  background: #369;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 6px;
  display: block;
}

.dpd-obstacles-routing-i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.dpd-obstacles-routing-i:before {
  position: absolute;
  top: 7px;
  left: -10px;
  content: url("../img/obstacles-redirect.svg");
}

.dpd-obstacles-warning-i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.dpd-obstacles-warning-i:before {
  position: absolute;
  top: 14px;
  left: 2px;
  content: url("../img/obstacles-warning.svg");
}

.dpd-obstacles-check-i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.dpd-obstacles-check-i:before {
  position: absolute;
  top: 14px;
  left: 2px;
  content: url("../img/obstacles_check.svg");
}

.dpd-obstacles-unchecked-i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.dpd-obstacles-unchecked-i:before {
  position: absolute;
  top: 14px;
  left: 5px;
  content: url("../img/obstacles_unchecked.svg");
}

.dpd-table-obstacles-routing2-i {
  width: 38px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.dpd-table-obstacles-routing2-i:before {
  position: absolute;
  top: -12px;
  left: -9px;
  content: url("../img/obstacles-redirect.svg");
}

.dpd-dropzone {
  border: dashed 1px #6c757d;
  border-style: dashed;
  height: 250px;
}
.dpd-dropzone.is-invalid {
  border: dashed 1px #369;
}
.dpd-dropzone .dpd-dropzone-progress {
  display: none;
}
.dpd-dropzone.upload-in-progress .dpd-dropzone-inner {
  display: none;
}
.dpd-dropzone.upload-in-progress .dpd-dropzone-progress {
  height: 250px;
  display: block;
}

.dpd-dropzone .dz-preview, .dz-file-preview {
  display: none;
}

.db-logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 245px;
  max-height: 183.75px;
}

#grid-outer-wrapper.edit div.ui-draggable .grid-stack-item-content, #grid-outer-wrapper.edit, .db-open-modal, .db-upload-btn {
  border: 1px dashed #808285;
}

.min-height-100vh {
  min-height: calc(100vh - 113px - 1.05rem);
}

.hide {
  display: none !important;
}

div[gs-id=timeline] .number {
  font-size: 35px;
  line-height: 45px;
  color: #369;
}
@media (max-width: 767.98px) {
  div[gs-id=timeline] .number {
    margin: 0 1rem;
  }
}
div[gs-id=timeline] .title {
  font-size: 15px;
}
div[gs-id=timeline] .db-card__body > div {
  text-align: center;
  line-height: 1;
}

#fb-btn-edit {
  height: 50px;
  padding-left: 8px;
}
#fb-btn-edit i::before {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
#fb-btn-edit span {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}
#fb-btn-edit:hover i::before {
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: scale(1.3) rotate(180deg);
          transform: scale(1.3) rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.db-timeline-col {
  min-width: 114px;
}
@media (max-width: 767.98px) {
  .db-timeline-col {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.db-timeline-sep {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .db-timeline-sep {
    display: none !important;
  }
}

.dots3x,
.dots3x::before,
.dots3x::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #369;
  border-radius: 100%;
}

.dots3x {
  position: relative;
}
.dots3x::before, .dots3x::after {
  content: "";
  position: absolute;
}
.dots3x::before {
  left: -16px;
}
.dots3x::after {
  right: -16px;
}

@media (min-width: 768px) {
  .db-timeline-col i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    overflow: hidden;
  }
  .db-timeline-col .icon-car::before {
    width: 59px;
    height: 59px;
    margin-top: -2px;
  }
  .db-timeline-col .icon-checkdb::before,
.db-timeline-col .icon-handover-timeline::before {
    width: 55px;
    height: 55px;
  }

  .db-timeline-sep {
    margin-top: 27px;
  }
}
.tippy-content {
  max-width: 250px;
  padding: 5px 12px 5px 12px;
}

span.list-title {
  padding-left: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

.db-tippy-list {
  margin: 0;
}
.db-tippy-list li {
  font-family: 'Raleway', sans-serif;
  border-bottom: solid 1px #e6e7e8;
}
.db-tippy-list li:last-child {
  border-bottom: 0;
}
.db-tippy-list.card-edit:not(.single) li {
  border-bottom: 0;
}
.db-tippy-list.card-edit:not(.single) li:last-child {
  border-bottom: solid 1px #e6e7e8;
}
.db-tippy-list.single li {
  border-bottom: 0;
}
.db-tippy-list div {
  cursor: pointer;
}
.db-tippy-list div,
.db-tippy-list a {
  display: block;
  color: black !important;
  font-size: 0.8rem;
}
.db-tippy-list div:hover,
.db-tippy-list a:hover {
  color: #369 !important;
}
.db-tippy-list div.checkbox,
.db-tippy-list a.checkbox {
  padding: 10px 10px 8px 0;
}
.db-tippy-list div.checkbox::before,
.db-tippy-list a.checkbox::before {
  position: relative;
  content: "";
  top: -1px;
  height: 19px;
  width: 19px;
  border: solid 1px #414042;
  display: inline-block;
  margin: 0 14px 0 5px;
}
.db-tippy-list div.checkbox.is-active::before,
.db-tippy-list a.checkbox.is-active::before {
  background-image: url("../img/check_db2.svg");
  background-size: contain;
  background-position: 1px center;
}

.grid-stack-item > .grid-stack-item-content {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

div[gs-id=marketing] > .grid-stack-item-content {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.db-wrapper {
  max-width: 1620px;
  margin: 0 auto;
}
.db-wrapper h2, .db-wrapper .h2 {
  font-size: 28px;
}

.db-grey {
  color: #414042;
}

.db-top-bar {
  padding: 25px 10px;
}

.font-large {
  font-size: 32px;
}

#db-ctrls-top {
  display: none;
}
@media (max-width: 575.98px) {
  #db-ctrls-top span {
    font-size: 18px;
  }
}

.db-ctrls {
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
}

.db-title {
  margin-bottom: 0;
}

.db-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background: transparent;
  height: 100%;
}
.db-search-btn i::before {
  margin: 4px 4px 0 0;
}

.db-search-label {
  padding-right: 55px !important;
}

.db-upload-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-decoration: none;
  color: #808285;
}
.db-upload-btn h5, .db-upload-btn .h5 {
  margin-bottom: 3px;
}
.db-upload-btn div {
  text-align: start;
}
.db-upload-btn:hover {
  color: #808285;
}

.db-newsticker .db-card {
  margin: 0 10px 9px 10px;
}

#close-news {
  margin-right: 15px;
}

@-webkit-keyframes anim-newsticker {
  0% {
    right: 0px;
  }
  6% {
    right: -15px;
  }
  14% {
    right: 0px;
  }
  100% {
    right: 0px;
  }
}

@keyframes anim-newsticker {
  0% {
    right: 0px;
  }
  6% {
    right: -15px;
  }
  14% {
    right: 0px;
  }
  100% {
    right: 0px;
  }
}
.db-newsticker-title {
  position: relative;
  height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #369;
}
.db-newsticker-title::after {
  position: absolute;
  content: "";
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0;
  height: 0;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 22.5px solid #369;
  background: white;
  -webkit-animation: anim-newsticker 5s infinite;
          animation: anim-newsticker 5s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.db-newsticker-title + span {
  margin-left: 22px;
}

.db-btn-close {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.db-btn-close::before {
  width: 15px;
  height: 15px;
}
.db-btn-close:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.5;
}

.db-btn-dots {
  outline: none;
  border: 0;
  background: url("../img/dots-3x-dark.svg") no-repeat center;
  min-width: 23px;
  height: 8px;
  padding: 0;
  position: relative;
}
.db-btn-dots.hide {
  display: none;
}

.db-card {
  position: relative;
  height: 100%;
}
.db-card a:hover {
  color: #369;
}

.db-card--nextpickup .icon-bell {
  width: 50px;
  margin: 0 10px;
}
.db-card--nextpickup .icon-bell::before {
  width: 100%;
  height: 60px;
  top: 8px;
  position: relative;
}
.db-card--nextpickup .db-card__body {
  padding-bottom: 25px;
}
.db-card--nextpickup span {
  display: block;
  font-size: 18px;
}
.db-card--nextpickup span:last-child {
  font-size: 36px;
  line-height: 36px;
}
.db-card--nextpickup .date {
  padding: 0 20px 0 10px;
}

.db-card--nextpickup-info span.title,
.db-card--nextpickup-info a {
  font-size: 15px;
}
.db-card--nextpickup-info span.title {
  padding: 0.5rem 0;
  font-family: 'Raleway', sans-serif;
}
.db-card--nextpickup-info a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-block;
  color: #6c757d;
  text-decoration: none;
  padding-right: 16px;
}
.db-card--nextpickup-info a::after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 7px;
  height: 13px;
  opacity: 0.6;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.db-card--nextpickup-info a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.db-card--nextpickup-info a:hover::after {
  right: -8px;
}

.border-top {
  border-top: 1px solid #e6e7e8 !important;
}

.db-widgets-btns button {
  border: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.db-widgets-btns button:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.db-card--marketing img {
  position: absolute;
  width: auto;
  height: 100%;
}

.db-card__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 12px 20px 20px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  color: white;
  font-size: 27px;
  line-height: 1.2em;
  text-align: center;
}

.db-card__header,
.db-card__body {
  border: 1px solid #e6e7e8;
  padding: 10px;
}

.db-card__header {
  height: 47px;
  padding-left: 20px;
  border-width: 1px 1px 0 1px;
  background-color: #e6e7e8;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 27px;
}
.db-card__header.red {
  background: #369;
  color: white;
}
.db-card__header.white {
  background: white;
}
.db-card__header.overlay {
  position: absolute;
  height: 20px;
  width: 100%;
  background-color: transparent;
  padding-top: 5px;
}

.db-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.db-card__icon .icon::before {
  margin: 8px 17px 0 0;
}

.db-dropdown .dropdown-menu {
  padding: 6px 0;
  border: 0;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  margin-top: 3px;
  border-radius: 6px;
}
.db-dropdown button {
  position: relative;
  display: block;
  border: none;
  padding: 5px 25px 4px 10px;
  line-height: 13px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  text-align: right;
}
.db-dropdown button::after {
  content: " ";
  width: 15px;
  height: 15px;
  background-image: url("../img/arrow_big_black_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 10px;
  position: absolute;
  right: 5px;
  top: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.db-dropdown button[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.db-dropdown button,
.db-dropdown a {
  color: #414042 !important;
}
.db-dropdown li {
  line-height: 13px;
}
.db-dropdown a {
  font-family: 'Raleway', sans-serif;
  padding: 7px 5px 6px 15px;
  border-bottom: 1px solid white;
  margin: 0;
}
.db-dropdown a:hover, .db-dropdown a.active {
  background-color: #369;
  color: white !important;
}

.db-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 0 1px 1px 1px;
  background-color: white;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.db-card__body.newsticker {
  border-top-width: 1px;
  height: 47px;
}
.db-card__body.p-large {
  padding: 10px 20px;
}

.overlay + .db-card__body {
  padding-top: 25px;
}

.small .db-card__body {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.small .db-card__body .db-card__item {
  height: 88px;
}

.db-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 52px;
  max-height: 86px;
  padding-left: 20px;
  padding-right: 40px;
  border-bottom: 1px solid #E6E7E8;
  cursor: pointer;
  text-decoration: none;
  color: #414042;
}
.db-card__item i {
  margin-right: 20px;
  height: 36px;
}
.db-card__item.link {
  display: none;
}
.db-card__item.link.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.db-card__item.small {
  max-height: 60px;
  border-bottom: 0;
}
.db-card__item.link .icon-settings.small::before {
  width: 30px;
  margin-top: 2.5px;
  margin-left: 2.5px;
}
.db-card__item.link::after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
  position: absolute;
  right: 0;
  margin-right: 25px;
  width: 7px;
  height: 13px;
  background-image: url("../img/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.db-card__item.link:hover::after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-right: 15px;
}
.db-card__item.last-item {
  border-bottom: 0;
}

span.title {
  font-size: 15px;
}
span.red {
  color: #369;
}
span.red:hover {
  text-decoration: underline;
}
span.badge {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-left: 20px;
  border-radius: 12px;
  background-color: #369;
  line-height: 16px;
  font-size: 13px;
  color: white;
}

.text span {
  font-size: 13px;
}

.db-btn-edit,
.db-btn-edit:hover {
  font-size: 1rem;
  color: #414042;
  text-decoration: none;
}

.db-open-modal {
  display: none;
  width: calc(100% - 20px);
  height: 170px;
  margin: 10px;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.db-open-modal:hover {
  background-color: #e1e2e3;
}

.dpd-modal:not(.dpd-disposal-modals) .modal-header {
  color: white;
}

.modal-header {
  background-color: #414042;
}
.modal-header .btn-close {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
  opacity: 1;
}

.modal-body {
  padding: 40px 20px;
}

.modal-body h4, .modal-body .h4 {
  margin-bottom: 1em;
}
.modal-body h4.info, .modal-body .info.h4 {
  display: none;
}

.add-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  padding-left: 10px;
  background-color: #e6e7e8;
  text-align: left;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
}

.add-widget-btn .img-fluid {
  max-width: 209px;
}

[gs-id=co2] canvas {
  margin: 0 auto 15px auto;
}
[gs-id=co2] .vs {
  max-width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
[gs-id=co2] .small-txt {
  font-size: 10px;
}
[gs-id=co2] .vs,
[gs-id=co2] .small-txt {
  font-family: 'Raleway', sans-serif;
}

.type-dot-wrapper {
  margin-top: 8px;
}
.type-dot-wrapper > span {
  margin-right: 30px;
}

.type-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: -1px;
}

.type-dot--a {
  background-color: #369;
}

.type-dot--b {
  background-color: #A90034;
}

#grid-outer-wrapper {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
}
#grid-outer-wrapper .db-upload-btn {
  display: none;
}
#grid-outer-wrapper.edit {
  padding: 10px;
}
#grid-outer-wrapper.edit .db-open-modal,
#grid-outer-wrapper.edit .db-btn-dots.hide {
  display: block;
}
#grid-outer-wrapper.edit .db-logo {
  display: none;
}
#grid-outer-wrapper.edit .db-upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#grid-outer-wrapper.edit .db-card.fixed {
  opacity: 0.6;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1419px) {
  #grid-outer-wrapper,
.db-ctrls {
    max-width: 1180px;
  }
}

.grid-stack .db-tippy.ctrls {
  display: block;
}
.grid-stack.grid-stack-static .db-tippy.ctrls {
  display: none;
}

.add-btn-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

#kpi-bar-chart-canvas {
  width: 100%;
  height: 100%;
  max-height: 228px;
}

.dpd-last-login {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  width: auto;
  margin-right: 0;
  padding: 12px 16px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-animation: lastLoginFadeInOut 7s ease-in-out;
          animation: lastLoginFadeInOut 7s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.dpd-last-login i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.dpd-last-login span {
  white-space: nowrap;
}

@-webkit-keyframes lastLoginFadeInOut {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  81% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    margin-right: initial;
  }
  100% {
    opacity: 0;
    margin-right: -9999px;
  }
}

@keyframes lastLoginFadeInOut {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  81% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    margin-right: initial;
  }
  100% {
    opacity: 0;
    margin-right: -9999px;
  }
}
#widgetsModal .modal-header h4, #widgetsModal .modal-header .h4 {
  color: white;
}

.dpd-toast > .d-flex {
  position: relative;
}
.dpd-toast .btn-close {
  position: absolute;
  top: 10px;
  right: 0px;
}
.dpd-toast.toast {
  width: 100% !important;
}
.dpd-toast .toast-body {
  padding-right: 30px !important;
}
.dpd-toast .status-icon {
  position: relative;
  left: 10px;
  top: 7px;
  margin-right: 5px;
}
.dpd-toast .status-icon.text-success {
  height: 25px;
  width: 25px;
  display: inline-block;
  background: url(../img/toast_success.svg);
  background-repeat: no-repeat;
}
.dpd-toast .status-icon.text-warning {
  position: relative;
  top: 9px;
  margin-right: 8px;
  left: 11px;
  height: 25px;
  width: 25px;
  display: inline-block;
  background: url(../img/toast_warning.svg);
  background-repeat: no-repeat;
}

.dpd-toast.fade {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.dpd-toast.fade.showing {
  opacity: 0 !important;
}

.dpd-myparcels-overview-detail-row {
  font-size: 0.75rem;
  border-bottom: solid 1px #E6E7E8;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem;
}
.dpd-myparcels-overview-detail-row:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.dpd-myparcels-overview-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem;
  background: #E6E7E8;
  font-size: 0.75rem;
  font-weight: bold;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.dpd-myparcels-overview-detail-row > div, .dpd-myparcels-overview-detail-header > div {
  padding-right: 7px;
}
.dpd-myparcels-overview-detail-row .col-1, .dpd-myparcels-overview-detail-header .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.dpd-myparcels-overview-detail-row .col-2, .dpd-myparcels-overview-detail-header .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.dpd-myparcels-overview-detail-row .col-3, .dpd-myparcels-overview-detail-header .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media (min-width: 1200px) {
  .dpd-myparcels-overview-detail-row .col-2, .dpd-myparcels-overview-detail-header .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  .dpd-myparcels-overview-detail-row .col-3, .dpd-myparcels-overview-detail-header .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media (min-width: 1400px) {
  .dpd-myparcels-overview-detail-row .col-2, .dpd-myparcels-overview-detail-header .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  .dpd-myparcels-overview-detail-row .col-3, .dpd-myparcels-overview-detail-header .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.dpd-myparcels-overview-detail-row .col-4, .dpd-myparcels-overview-detail-header .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.dpd-myparcels-overview-detail-row .col-5, .dpd-myparcels-overview-detail-header .col-5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.dpd-overview-filter:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.dpd-overview-filter > div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .dpd-overview-filter.dpd-overview-filter-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dpd-overview-filter.dpd-overview-filter-1 > div:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 332%;
            flex: 1 1 332%;
  }
  .dpd-overview-filter.dpd-overview-filter-1 > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 332%;
            flex: 1 1 332%;
  }
  .dpd-overview-filter.dpd-overview-filter-1 > div:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 166%;
            flex: 1 1 166%;
  }
  .dpd-overview-filter.dpd-overview-filter-1 > div:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(6) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
  }
  .dpd-overview-filter.dpd-overview-filter-2 > div:nth-child(7) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
  }
}
.dpd-myparcel-filter-grid-b {
  width: 100%;
}
.dpd-myparcel-filter-grid-b .dpd-btn {
  height: 2.8rem !important;
  font-size: 0.85rem !important;
}

@media (min-width: 1200px) {
  .dpd-myparcel-filter-grid-b {
    width: 20%;
  }

  .dpd-myparcel-filter-grid-a {
    width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 40% 40% 20%;
  }
  .dpd-myparcel-filter-grid-a .cell-a {
    grid-column: 1/3;
    grid-row: 1;
  }
  .dpd-myparcel-filter-grid-a .cell-b {
    grid-column: 3;
    grid-row: 1/3;
  }
  .dpd-myparcel-filter-grid-a .cell-c {
    grid-column: 1;
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.dpd-parcel-filtersave-dropdown .dpd-dropdown-btn {
  position: relative;
  padding-left: 40px;
}
.dpd-parcel-filtersave-dropdown .dpd-dropdown-btn:before {
  content: url('data:image/svg+xml;utf8,<svg height="22" viewBox="0 0 22 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path id="Fill-1" d="M2.545,7.018c-0.465,0 -0.843,-0.376 -0.844,-0.841l-0.013,-5.081c-0.002,-0.466 0.375,-0.845 0.841,-0.845l0.003,0c0.464,0 0.842,0.376 0.843,0.841l0.014,5.08c0.001,0.467 -0.376,0.845 -0.842,0.846l-0.002,0Z" style="fill:rgb(65,64,66);"/><path id="Fill-3" d="M2.531,27.25c-0.467,-0.001 -0.844,-0.379 -0.843,-0.845l0.022,-13.518c0.001,-0.466 0.379,-0.842 0.844,-0.842l0.001,0c0.467,0 0.844,0.379 0.843,0.845l-0.023,13.518c-0.001,0.466 -0.379,0.842 -0.844,0.842" style="fill:rgb(65,64,66);"/><path id="Fill-5" d="M10.969,27.25c-0.466,0 -0.844,-0.377 -0.844,-0.844l0,-5.08c0,-0.466 0.377,-0.844 0.844,-0.844c0.466,0 0.844,0.378 0.844,0.844l0,5.08c0,0.466 -0.378,0.844 -0.844,0.844" style="fill:rgb(237,24,68);"/><path id="Fill-7" d="M10.968,15.438c-0.465,0 -0.843,-0.377 -0.843,-0.844l0,-13.5c0,-0.467 0.378,-0.844 0.843,-0.844c0.467,0 0.844,0.377 0.844,0.844l0,13.5c0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(237,24,68);"/><path id="Fill-9" d="M19.406,3.625c-0.467,0 -0.844,-0.378 -0.844,-0.844l0,-1.687c0,-0.467 0.378,-0.844 0.844,-0.844c0.467,0 0.844,0.378 0.844,0.844l0,1.687c0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(65,64,66);"/><path id="Fill-11" d="M19.406,27.25c-0.465,0 -0.843,-0.377 -0.843,-0.844l0,-16.892c0,-0.467 0.377,-0.844 0.843,-0.844c0.466,0 0.844,0.377 0.844,0.844l0,16.892c0,0.467 -0.378,0.844 -0.844,0.844" style="fill:rgb(65,64,66);"/><path id="Fill-13" d="M19.406,7.018c-0.456,0 -0.826,0.37 -0.826,0.826c0,0.456 0.37,0.826 0.826,0.826c0.456,0 0.826,-0.37 0.826,-0.826c0,-0.456 -0.37,-0.826 -0.826,-0.826m0,3.339c-1.386,0 -2.514,-1.127 -2.514,-2.513c0,-1.386 1.128,-2.513 2.514,-2.513c1.386,0 2.514,1.127 2.514,2.513c0,1.386 -1.128,2.513 -2.514,2.513" style="fill:rgb(65,64,66);"/><path id="Fill-15" d="M10.968,18.831c-0.455,0 -0.826,0.369 -0.826,0.826c0,0.455 0.371,0.825 0.826,0.825c0.456,0 0.827,-0.37 0.827,-0.825c0,-0.457 -0.371,-0.826 -0.827,-0.826m0,3.339c-1.386,0 -2.513,-1.128 -2.513,-2.513c0,-1.386 1.127,-2.514 2.513,-2.514c1.387,0 2.514,1.128 2.514,2.514c0,1.385 -1.127,2.513 -2.514,2.513" style="fill:rgb(237,24,68);"/><path id="Fill-17" d="M2.554,10.393c-0.456,0 -0.826,0.37 -0.826,0.826c-0,0.456 0.37,0.826 0.826,0.826c0.456,0 0.826,-0.37 0.826,-0.826c-0,-0.456 -0.37,-0.826 -0.826,-0.826m-0,3.339c-1.386,0 -2.514,-1.127 -2.514,-2.513c0,-1.386 1.128,-2.513 2.514,-2.513c1.386,0 2.514,1.127 2.514,2.513c-0,1.386 -1.128,2.513 -2.514,2.513" style="fill:rgb(65,64,66);"/></svg>');
  position: absolute;
  top: 10px;
  left: 11px;
  margin-right: 8px;
}
.dpd-parcel-filtersave-dropdown .dpd-dropdown-btn:after {
  top: 14px;
}

@media (min-width: 1200px) {
  .myparcel-listview-detail-info {
    height: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
  }
}
.dpd-myparcel-time .db-timeline-col {
  min-width: auto;
}
.dpd-myparcel-time .db-timeline-col .icon-car {
  height: 55px;
  width: 49px;
}
.dpd-myparcel-time .db-timeline-col .icon-handover-timeline {
  height: 62px;
  width: 47px;
}
.dpd-myparcel-time .db-timeline-col .icon-station {
  height: 48px;
  width: 39px;
}
.dpd-myparcel-time .db-timeline-col .icon-enterpickuporder {
  height: 47px;
  width: 37px;
}
.dpd-myparcel-time .db-timeline-col .icon-checkdb {
  height: 50px;
  width: 50px;
}

.dpd-myparcel-time.dpd-dot-symbol:first-child {
  margin-left: 0 !important;
}

.dpd-myparcel-time.dpd-dot-symbol:last-child {
  margin-right: 0 !important;
}

@media (min-width: 900px) {
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(3) {
    display: none;
  }
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(4) {
    display: none;
  }
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(5) {
    display: none;
  }
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(6) {
    display: none;
  }
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(7) {
    display: none;
  }
  .dpd-myparcel-time.is-dynamic .dpd-dot-symbol:nth-child(8) {
    display: none;
  }
}
@media (min-width: 1000px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(3) {
    display: block !important;
  }
}
@media (min-width: 1700px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(4) {
    display: block !important;
  }
}
@media (min-width: 1800px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(5) {
    display: block !important;
  }
}
@media (min-width: 1900px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(6) {
    display: block !important;
  }
}
@media (min-width: 2000px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(7) {
    display: block !important;
  }
}
@media (min-width: 2100px) {
  .dpd-myparcel-time .dpd-dot-symbol:nth-child(8) {
    display: block !important;
  }
}
.dpd-myparcel-list-item {
  border-top: solid 1px #e6e7e8;
}
.dpd-myparcel-list-item.is-active {
  background: #f2f3f3;
}
.dpd-myparcel-list-item:hover {
  background: #f2f3f3;
}
.dpd-myparcel-list-item:first-child {
  border-top: none;
}

.dpd-myparcel-list-selection-list {
  max-width: 300px;
}

@media (max-width: 1199.98px) {
  .dpd-myparcel-list-selection-list {
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .dpd-myparcel-list-selection-list {
    max-width: 200px;
  }
}
.dpd-myparcel-list-selection-list-mobile .dpd-myparcel-list-item {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.dpd-obstacle-select {
  border: solid 1px #369;
  margin-bottom: 0.75rem;
}
.dpd-obstacle-select:hover {
  cursor: pointer;
  border-color: #369;
}
.dpd-obstacle-select.is-inactive {
  border-color: #e6e7e8;
}
.dpd-obstacle-select.is-inactive > * {
  -webkit-filter: grayscale(100%) brightness(25%) opacity(45%);
  filter: grayscale(100%) brightness(25%) opacity(45%);
}
.dpd-obstacle-select.is-inactive:hover {
  border-color: #369 !important;
}
.dpd-obstacle-select.is-inactive:hover > * {
  -webkit-filter: none;
  filter: none;
}

@media (min-width: 768px) {
  .dpd-obstacle-select {
    height: 100px;
    width: 195px;
    margin-bottom: 0;
  }
}
.bg-white {
  position: relative;
}
.bg-white .offcanvas-backdrop {
  z-index: 99998 !important;
}
.bg-white .dpd-basket .offcanvas-header > div {
  border-bottom: solid 1px #ABABAC;
}
.bg-white .dpd-basket,
.bg-white .dpd-message {
  z-index: 99999 !important;
  height: 100vh !important;
}
.bg-white .dpd-basket .offcanvas-header,
.bg-white .dpd-message .offcanvas-header {
  padding-bottom: 0;
}
.bg-white .dpd-basket .offcanvas-header h2, .bg-white .dpd-basket .offcanvas-header .h2,
.bg-white .dpd-message .offcanvas-header h2,
.bg-white .dpd-message .offcanvas-header .h2 {
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  color: #414042 !important;
  font-size: 0.9rem;
  line-height: 141%;
  font-size: 1.15rem !important;
}
.bg-white .dpd-basket .offcanvas-header > div,
.bg-white .dpd-message .offcanvas-header > div {
  width: 100%;
  padding: 0;
}
.bg-white .dpd-basket .dpdp-basket-content:last-child,
.bg-white .dpd-message .dpdp-basket-content:last-child {
  padding-bottom: 2rem;
}
.bg-white .dpd-basket .offcanvas-body .os-padding .os-content {
  padding-top: 36px !important;
}
.bg-white .dpd-message .offcanvas-body .os-content {
  padding-top: 10px !important;
}

.db-top-bar {
  padding: 20px 10px;
}
.db-top-bar.small h2, .db-top-bar.small .h2 {
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .db-top-bar.small {
    padding: 10px;
  }
}

.dpd-news-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.dpd-news-search {
  padding-left: 22px;
  padding-right: 14px;
}
.dpd-news-search .form-floating {
  margin-top: 14px;
  margin-bottom: 55px;
}
@media (max-width: 575.98px) {
  .dpd-news-search .form-floating {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .dpd-news-search {
    padding-right: 22px;
  }
}

.dpd-news-item {
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .dpd-news-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .dpd-news-item > div:first-child {
    padding-right: 14px;
  }
  .dpd-news-item > div:last-child {
    padding-left: 14px;
  }
}
@media (max-width: 767.98px) {
  .dpd-news-item .dpd-news-img {
    padding: 0;
  }
  .dpd-news-item .dpd-news-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.dpd-news-item img {
  width: 100%;
  height: auto;
}

.dpd-btn-more {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
  background-color: #808285;
  color: white;
  text-decoration: none;
  padding: 13px;
  text-align: center;
}
.dpd-btn-more:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #414042;
  color: white;
}

.dpd-news {
  padding: 40px 40px 30px;
  background: white;
}
@media (max-width: 767.98px) {
  .dpd-news {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dpd-news {
    margin: 0 22px;
  }
}
.dpd-news .dpd-news-img {
  text-align: center;
}
.dpd-news .dpd-news-img img {
  width: 100%;
  max-width: 768px;
}
.dpd-news .dpd-news-content {
  padding: 50px 0 0 0;
}
@media (max-width: 767.98px) {
  .dpd-news .dpd-news-content {
    padding: 22px;
  }
}
@media (min-width: 768px) {
  .dpd-news .dpd-news-date {
    text-align: right;
  }
}

.dpd-news-content p {
  font-size: 14px;
}

.dpd-news-date {
  font-size: 12px;
  margin-bottom: 0.45em;
}

.dpd-news-title {
  margin-bottom: 0.85em;
}

@media (max-width: 767.98px) {
  .dpd-news-pag {
    margin-bottom: 45px;
  }
  .dpd-news-pag > div {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dpd-news-pag {
    margin-top: 22px;
    padding-bottom: 70px;
  }
  .dpd-news-pag > div:first-child {
    padding-left: 22px;
    padding-right: 10px;
  }
  .dpd-news-pag > div:last-child {
    padding-left: 10px;
    padding-right: 22px;
  }
}

.dpd-news-pag-btn {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
  width: 100%;
  padding: 24px 20px;
  background-color: #CAC4BE;
  text-decoration: none;
  color: #414042;
}
.dpd-news-pag-btn:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #414042;
  background-color: #DAD7D3;
}
.dpd-news-pag-btn:hover .icon-prev::before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-left: 0;
}
.dpd-news-pag-btn:hover .icon-next::before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-left: 0;
}
.dpd-news-pag-btn.prev > div {
  padding-left: 30px;
}
.dpd-news-pag-btn.next > div {
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .dpd-news-pag-btn.next {
    margin-top: 22px;
  }
}
.dpd-news-pag-btn .icon-prev,
.dpd-news-pag-btn .icon-next {
  width: 27px;
  height: 55px;
  position: relative;
}
.dpd-news-pag-btn .icon-prev::before,
.dpd-news-pag-btn .icon-next::before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  display: inline-block;
  content: "";
  width: 27px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}
.dpd-news-pag-btn .icon-prev::before {
  margin-left: 10px;
  background-image: url("../img/arrow_left_large.svg");
}
.dpd-news-pag-btn .icon-next::before {
  margin-left: -10px;
  background-image: url("../img/arrow_right_large.svg");
}
.dpd-news-back {
  font-size: 1rem;
  text-decoration: none;
  color: #414042;
}
.dpd-news-back i {
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}
.dpd-news-back:hover {
  -webkit-filter: invert(10%) sepia(97%) saturate(5278%) hue-rotate(340deg) brightness(103%) contrast(108%);
          filter: invert(10%) sepia(97%) saturate(5278%) hue-rotate(340deg) brightness(103%) contrast(108%);
}

.dpd-btn-group.btn-group > .btn {
  color: #414042 !important;
  background: white;
  border-color: #979ba0 !important;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dpd-btn-group.btn-group > .btn:hover {
  background: #f2f3f3 !important;
}
.dpd-btn-group.btn-group > .btn:active {
  background: #f2f3f3 !important;
}
.dpd-btn-group.btn-group .btn-check:checked + .btn-outline-primary, .dpd-btn-group.btn-group .btn-check:active + .btn-outline-primary, .dpd-btn-group.btn-group .btn-outline-primary:active, .dpd-btn-group.btn-group .btn-outline-primary.active, .dpd-btn-group.btn-group .btn-outline-primary.dropdown-toggle.show {
  background: #e6e7e8 !important;
}

.dpd-btn-group-label {
  font-size: 0.8rem;
}

.dpd-btn-add {
  min-width: 45px;
  height: 45px;
  line-height: 1;
  background: #e6e7e8;
}
.dpd-btn-add.red {
  background: #369;
}

.dpd-msg-header-ctrls {
  border-bottom: solid 1px #ABABAC;
}
.dpd-msg-header-ctrls .text-right {
  line-height: 25px;
}
.dpd-msg-header-ctrls + hr {
  background: #ABABAC !important;
  opacity: 1;
}

.dpd-msg-mail-unread {
  position: relative;
}
.dpd-msg-mail-unread img {
  position: absolute;
  top: -6px;
}

.dpd-message h3, .dpd-message .h3 {
  padding-top: 4px;
  font-size: 1rem;
}
.dpd-message .dpd-btn-close {
  height: 25px;
}

[class*=dpd-msg-img-] {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.dpd-msg-img-unread {
  background-image: url("../img/msg_unread.svg");
}
.dpd-msg-img-unread:hover {
  position: relative;
  top: -2.5px;
  background-image: url("../img/msg_opened.svg");
}

.dpd-msg-img-opened {
  position: relative;
  top: -2.5px;
  background-image: url("../img/msg_opened_gray.svg");
}
.dpd-msg-img-opened:hover {
  position: relative;
  top: 0;
  background-image: url("../img/msg_unread_gray.svg");
}

.dpd-btn-close.opened {
  opacity: 0.45;
}

.dpd-msg-card {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid #e6e7e8;
}
.dpd-msg-card:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #f2f3f3;
}

@media (min-width: 768px) {
  .error .page-wrapper {
    min-height: 615px;
  }
}

.error .page-wrapper #wrapper {
  min-height: calc(100vh - var(--footer-height));
}

.error .page-wrapper h1, .error .page-wrapper .h1 {
  margin-bottom: 0.4em;
  font-family: 'Raleway', sans-serif;
}

.dpd-error-box__wrapper {
  display: grid;
  grid-template-columns: 44% 1fr;
  grid-gap: 60px;
  max-width: 1050px;
  padding: 34px;
}
.dpd-error-box__wrapper img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .dpd-error-box__wrapper {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
  .dpd-error-box__wrapper img {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .dpd-error-box__txt {
    max-width: 400px;
    text-align: center;
  }
  .dpd-error-box__txt p.dpd-teaser {
    font-size: 16px;
    line-height: 1.4em;
  }
}

.dpd-be-title {
  background-color: #369;
  color: white;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  padding-left: 32px;
  height: 20px;
  line-height: 20px;
}

.dpd-be-btn {
  min-width: 200px;
}
.dpd-be-btn.large {
  min-width: 300px;
}
@media (min-width: 992px) {
  .dpd-be-btn {
    min-width: 225px;
  }
}

/** Modals */
.dpd-be-modal-small {
  max-width: 400px !important;
}

.dpd-be-modal-md {
  max-width: 600px !important;
}

.dpd-be-modal-lg {
  max-width: 850px !important;
}

.modal-body.p-20 {
  padding: 0 20px !important;
}

/** Submenu */
.dpd-submenu-user-overview-i:before {
  position: absolute;
  top: -4px;
  left: -1px;
  content: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect   x="0" y="0" width="35" height="35" style="fill:none;"/> <path  d="M17.511,27.637L17.024,26.445C16.791,25.875 11.324,12.456 11.324,9.265C11.324,5.859 14.094,3.088 17.5,3.088C20.906,3.088 23.676,5.859 23.676,9.265C23.676,11.816 18.212,25.841 17.98,26.437L17.511,27.637ZM17.5,4.118C14.662,4.118 12.353,6.427 12.353,9.265C12.353,11.47 15.477,19.827 17.489,24.851C19.272,20.209 22.647,11.05 22.647,9.265C22.647,6.427 20.338,4.118 17.5,4.118Z" style="fill:rgb(65,64,66);"/> <ellipse id="XMLID_82_" cx="17.489" cy="9.265" rx="1.544" ry="1.544" style="fill:rgb(220,0,50);"/> <path  d="M17.5,30.882C14.007,30.882 10.294,29.8 10.294,27.794C10.294,26.643 11.562,25.67 13.774,25.125C14.049,25.056 14.328,25.226 14.396,25.502C14.465,25.777 14.296,26.056 14.02,26.124C12.158,26.584 11.324,27.294 11.324,27.794C11.324,28.654 13.673,29.853 17.5,29.853C21.327,29.853 23.676,28.654 23.676,27.794C23.676,27.293 22.843,26.583 20.979,26.125C20.704,26.057 20.535,25.779 20.603,25.502C20.672,25.226 20.949,25.056 21.226,25.126C23.438,25.669 24.706,26.642 24.706,27.794C24.706,29.8 20.994,30.882 17.5,30.882Z" style="fill:rgb(220,0,50);"/> </svg>');
}

.dpd-table-context-item.icon-img {
  padding-top: 0;
  padding-bottom: 0;
}
.dpd-table-context-item.icon-img .dpd-table-context-link {
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dpd-table-context-item.icon-img .icon {
  margin-right: 3px;
}

/** Grids **/
.dpd-be-grid {
  display: grid;
  gap: 0;
}
@media (min-width: 768px) {
  .dpd-be-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dpd-be-grid .cell {
    grid-column: span 1;
  }
  .dpd-be-grid .cell-12 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .dpd-be-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .dpd-be-grid .cell {
    grid-column: span 1;
  }
  .dpd-be-grid .cell-2 {
    grid-column: span 2;
  }
  .dpd-be-grid .cell-3 {
    grid-column: span 3;
  }
  .dpd-be-grid .cell-4 {
    grid-column: span 4;
  }
  .dpd-be-grid .cell-5 {
    grid-column: span 5;
  }
  .dpd-be-grid .cell-6 {
    grid-column: span 6;
  }
  .dpd-be-grid .cell-12 {
    grid-column: span 12;
  }
}
.dpd-be-grid.dpd-be-grid--roles {
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .dpd-be-grid.dpd-be-grid--roles {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .dpd-be-grid.dpd-be-grid--roles .span-rows {
    grid-column: 7/span 6;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.dpd-be-grid.dpd-be-grid--roles input[type=checkbox] + label::before {
  position: absolute;
}
.dpd-be-grid.dpd-be-grid--roles input[type=checkbox] + label {
  min-height: 24px;
}
.dpd-be-grid.dpd-be-grid--roles input[type=checkbox] + label span {
  top: 5px;
}
.dpd-be-grid.dpd-be-grid--roles input[type=checkbox]:disabled + label::before {
  background-color: #E6E7E8;
}
.dpd-be-grid.dpd-be-grid--roles input[type=checkbox]:disabled:not(:checked) + label::before {
  border-color: #808285;
}

/** Switch */
.custom-switch.large .custom-switch-input + .custom-switch-btn {
  width: 52px;
  height: 25px;
}
.custom-switch.large .custom-switch-input + .custom-switch-btn::after {
  left: 0px;
  width: 21px;
  height: 21px;
}
.custom-switch.large .custom-switch-input:checked + .custom-switch-btn::after {
  left: 27px;
}

/** News Overview */
.dpd-be-news-img {
  width: 100%;
}
@media (min-width: 768px) {
  .dpd-be-news-img {
    max-width: 240px;
  }
}

/** News Edit */
.dpd-be-img-edit {
  width: 240px;
  height: 160px;
  background-color: #D3D3D3;
}

#dpd-depots-dropdown .dpd-dropdown-menu {
  max-height: 220px !important;
}

/** Forms */
.dpd-be-inp {
  padding-right: 50px !important;
}

/** General */
.dpd-be-btn-list {
  list-style: none;
  padding: 0;
}

.dpd-be-list-btn {
  color: black !important;
  font-size: 14px;
  position: relative;
  top: 0.5rem;
  height: 30px;
}
.dpd-be-list-btn i {
  height: 30px;
}
.dpd-be-list-btn:hover {
  color: #369 !important;
}

.dpd-be-brdr-red {
  border: 1px solid #369;
}

/** Litepicker */
.litepicker-top .litepicker::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -16px;
  left: auto !important;
  right: 14px !important;
}
.litepicker-top .litepicker::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -14px;
  left: auto !important;
  right: 15px !important;
}

/** Fix news datepicker before footer */
.dpd-be-datepicker-footer + div .litepicker {
  right: 0 !important;
  left: auto !important;
}

/** Tables */
.table-row.is-marked .table-row-item {
  background-color: #f2f3f3 !important;
  color: #6c757d;
}

@media (min-width: 1400px) {
  .dpd-be-table .dpd-grow-overflow-region {
    width: auto;
  }
}
/** Page fixes */
.dpd-backend {
  /** Fix for dynamic horizontal width */
}
.dpd-backend .page-content-wrapper {
  min-height: 300px;
  overflow-y: scroll;
}
div.page-content-wrapper.dpd-business-content {
  background-color: #f2f3f3;
}
div.col-12.col-lg-5.col-md-6.gx-48 {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
  filter: drop-shadow(0 0 10px #ccc);
  width: calc(100% - 40px);
}
div.ps-0.ps-lg-5 {
  padding: 15px;
}
@media (min-width: 1400px) {
  .dpd-backend .dpd-business-content {
    max-width: inherit !important;
  }
}
@media (min-width: 768px) {
  .dpd-backend .dpd-business-fill-height-flex {
    height: calc(100vh - 149px);
  }
  .dpd-backend .dpd-business-fill-minheight-flex {
    min-height: calc(100vh - 149px);
  }
}

/** User */
#wrapper.dpd-be-edit {
  background-color: #e6e7e8 !important;
}
#wrapper.dpd-be-edit #sidebar-wrapper {
  background: white;
}
#wrapper.dpd-be-edit .dpd-business-content {
  background-color: transparent !important;
}
#wrapper.dpd-be-edit .dpd-business-content::-webkit-scrollbar {
  width: 0px !important;
}
#wrapper.dpd-be-edit .dpd-be-btn-add {
  width: 45px;
  height: 45px;
  line-height: 1;
  background: #e6e7e8;
}
#wrapper.dpd-be-edit .dpd-box-primary-h2.light {
  border-color: #e6e7e8;
}
#wrapper.dpd-be-edit .dpd-be-inp-icon input {
  padding-right: 50px;
}
#wrapper.dpd-be-edit .dpd-be-inp-icon img {
  right: 8px;
  top: calc(50% - 14px);
}
#wrapper.dpd-be-edit .dpd-be-grid--add .dpd-be-brd {
  position: relative;
  border-left: 1px solid #e6e7e8;
}
#wrapper.dpd-be-edit .dpd-be-grid--add .dpd-be-brd:not(.no-icon)::before {
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 30px;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_grey.svg");
}
@media (min-width: 1200px) {
  #wrapper.dpd-be-edit .dpd-be-grid--add .dpd-be-brd {
    border-right: 1px solid #e6e7e8;
  }
}
#wrapper.dpd-be-edit .dpd-be-dropdown-auto ul {
  width: auto !important;
}

.p-20 {
  padding: 20px;
}

.ps-34 {
  padding-left: 34px;
}

.dpd-be-checkbox-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.dpd-be-checkbox-header .dpd-box-primary-h2 {
  padding-bottom: 1px;
}
.dpd-be-checkbox-header .dpd-checkbox-label {
  padding-right: 0 !important;
}
.dpd-be-checkbox-header .dpd-checkbox-label::before {
  position: inherit !important;
}

input[type=checkbox] + label.dpd-be-small-checkbox {
  top: 4px;
  left: 3px;
  padding-right: 0 !important;
}
input[type=checkbox] + label.dpd-be-small-checkbox::before {
  width: 20px;
  height: 20px;
}
input[type=checkbox] + label.dpd-be-small-checkbox[disabled] {
  border: 1px solid #808285;
  background-color: #E6E7E8;
}

/** Tables  */
.table-row.is-disabled .table-row-item,
.table-row.is-disabled:hover .table-row-item,
input[type=checkbox][disabled] + label.dpd-be-small-checkbox::before {
  background-color: #E6E7E8 !important;
}

/** Buttons */
.dpd-be-btn-dgray {
  background-color: #808285;
}

.dpd-be-btn-gray {
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #CAC4BE;
  color: #414042;
}
.dpd-be-btn-gray.has-icon {
  padding-right: 5px;
}
.dpd-be-btn-gray:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #e6e7e8;
  color: #414042;
}

/** Mobile view */
@media (max-width: 1199.98px) {
  #wrapper.dpd-be-edit {
    height: calc(100vh - 149px);
    background-color: white !important;
  }
}
@media (max-width: 767.98px) {
  #wrapper.dpd-be-edit {
    height: calc(100vh - 144px - 1.05rem);
  }
}
#wrapper.dpd-be-edit .dpd-be-mobile-info > div {
  max-width: 500px;
  padding: 40px 2rem 40px 2rem;
}
#wrapper.dpd-be-edit .dpd-be-mobile-info p {
  font-size: 1rem;
}

#page-content-wrapper.dpd-charts-view {
  background: #f2f3f3 !important;
}

.app-card {
  border-radius: 6px;
  background: white;
}
.app-card .app-card-title {
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
}
.app-card .app-card-body p.text-center {
  margin-top: 0.5em;
}

.input-group input.dpd-lbh-input:focus {
  border-right: solid 2px #414042 !important;
}

.input-group input.dpd-lbh-input.is-last:focus {
  border-right: solid 1px #414042 !important;
}

.w-100-75-lg {
  width: 100%;
}

@media (min-width: 992px) {
  .w-100-75-lg {
    width: 75% !important;
  }
}
.w-100-75-md {
  width: 100%;
}

@media (min-width: 768px) {
  .w-100-75-md {
    width: 75% !important;
  }
}
.w-100-75-xxl {
  width: 100%;
}

@media (min-width: 1400px) {
  .w-100-75-xxl {
    width: 75% !important;
  }
}
.btn-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dpd-autocomplete-nav {
  background: rgba(204, 204, 204, 0.8);
  position: absolute;
  top: 2.71rem;
}
.dpd-autocomplete-nav > ul {
  overflow-x: hidden;
}

.lab_details_thead_title {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
  text-align: left;
  overflow: hidden;
  padding: 10px 0 10px 0;
}

.btnColumnHeaderSort .divSortArrows {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px 0px;
}

.btnColumnHeaderSort .divSortArrows .sort_triangle_up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid white;
  margin-top: 0px;
}

.btnColumnHeaderSort .divSortArrows .sort_triangle_down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  margin-top: 2px;
}

.btnColumnHeaderSort {
  text-decoration: none !important;
}

.btnColumnHeaderSort.sortAsc .divSortArrows .sort_triangle_up {
  border-bottom: 4px solid #369;
}

.btnColumnHeaderSort.sortAsc .divSortArrows .sort_triangle_down {
  border-top: 4px solid white;
}

.btnColumnHeaderSort.sortDesc .divSortArrows .sort_triangle_up {
  border-bottom: 4px solid white;
}

.btnColumnHeaderSort.sortDesc .divSortArrows .sort_triangle_down {
  border-top: 4px solid #369;
}

.btnColumnHeaderSort:hover .lab_details_thead_title {
  color: #369;
}

.btnColumnHeaderSort:hover .sort_triangle_up {
  margin-top: 0px;
}

.btnColumnHeaderSort:hover .sort_triangle_down {
  margin-top: 6px;
}

.anim_200 {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btnColumnHeaderSort .divSortArrows {
  margin-left: 8px;
}

.dpd-text-link {
  text-decoration: none !important;
  color: #414042;
  cursor: pointer;
}
.dpd-text-link:hover {
  color: #414042;
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .dpd-bottom-action-btn {
    width: calc(100% - 2.5rem) !important;
    text-align: center !important;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.dpd-table-multiselect {
  top: -5px;
  left: 3px;
  position: relative;
}

.dpd-table-wrapper .table-header .dpd-multiselect a::before {
  top: 9px;
}

.dpd-table .table-row.is-selected .table-row-item {
  background: #e6e7e8;
}
.dpd-table .table-row.is-selected .table-row-item.dpd-bg-grey {
  background: #e6e7e8 !important;
}
.dpd-table .table-row.is-selected .table-row-item.dpd-bg-lightgrey {
  background: #e6e7e8 !important;
}
.dpd-table .table-row.is-selected .dpd-multiselect a:before {
  position: absolute;
  display: inline-block;
  background-image: url("../img/check2_new.svg");
  content: "";
  height: 21px;
  width: 22px;
}

.dpd-parcel-table-wrapper {
  -webkit-box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.2), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.2), inset 0 15px 15px -15px rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 2.25rem;
}

.dpd-parcel-table-text {
  font-size: 0.8rem;
}

.dpd-eye-link, .dpd-customernumber-info-link {
  top: -0.55rem;
  color: white !important;
}

.dpd-black-link {
  text-decoration: none !important;
  color: #414042;
}
.dpd-black-link:hover {
  color: #414042;
}

#dpd-pickup-search-input ~ .dpd-eye-link, #dpd-pickup-search-input ~ .dpd-customernumber-info-link {
  top: -0.9rem !important;
}

#dpd-pickup-modal .dpd-eye-link, #dpd-pickup-modal .dpd-customernumber-info-link {
  top: -0.9rem !important;
}

.icon-export-file::before {
  background-image: url("../img/export-file.svg");
}

.dpd-shippingorder-print-filter, .dpd-business-filter-link {
  cursor: pointer;
  color: #212529;
  text-decoration: none;
}
.dpd-shippingorder-print-filter:hover, .dpd-business-filter-link:hover {
  color: #369 !important;
}

.dpd-business-filter-link-icon {
  position: relative;
  top: -1px;
}

.dpd-business-filter-link {
  position: relative;
  left: -30px;
}
.dpd-business-filter-link:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0.5em;
  position: absolute;
  top: -8px;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
}
.dpd-business-filter-link.collapsed:after {
  top: -2px;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.dpd-shippingorder-toast-l {
  left: 5px;
  z-index: 1000;
  top: 5px;
  width: calc(100% - 10px);
}

@media (min-width: 576px) {
  .dpd-shippingorder-toast-l {
    left: calc(50% - 250px);
    z-index: 1000;
    top: 6px;
    width: 500px;
  }
}
@media (min-width: 768px) {
  .dpd-shippingorder-toast-l {
    left: calc(50% - 350px);
    z-index: 1000;
    top: 6px;
    width: 700px;
  }
}
.dpd-product-primelogo-container {
  text-align: right;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.dpd-shippingorder-productselection-container.hide-addon .dpd-product-addon-select-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}

@media (min-width: 992px) {
  .dpd-shippingorder-productselection-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dpd-shippingorder-productselection-container .dpd-product-select-group {
    -webkit-box-flex: 1.023;
        -ms-flex: 1.023;
            flex: 1.023;
  }
  .dpd-shippingorder-productselection-container .dpd-product-addon-select-group {
    -webkit-box-flex: 1.023;
        -ms-flex: 1.023;
            flex: 1.023;
  }
  .dpd-shippingorder-productselection-container .dpd-product-primelogo-container {
    -webkit-box-flex: 0.66;
        -ms-flex: 0.66;
            flex: 0.66;
  }
  .dpd-shippingorder-productselection-container.hide-addon .dpd-product-select-group {
    -webkit-box-flex: 0.41;
        -ms-flex: 0.41;
            flex: 0.41;
  }
}
.dpd-parcel-insurance-input-group {
  position: relative !important;
  top: 0.5rem !important;
}

.input-group .is-invalid .dpd-parcel-l-input, .input-group .is-invalid .dpd-parcel-l-input:focus {
  border-left: solid 1px #369 !important;
  border-right: solid 2px #369 !important;
}
.input-group .is-invalid .dpd-parcel-w-input, .input-group .is-invalid .dpd-parcel-w-input:focus {
  border-left: solid 1px #369 !important;
  border-right: solid 2px #369 !important;
}
.input-group .is-invalid .dpd-parcel-h-input, .input-group .is-invalid .dpd-parcel-h-input:focus {
  border-left: solid 1px #369 !important;
  border-right: solid 1px #369 !important;
}
.input-group .is-invalid .dpd-parcel-weight-input, .input-group .is-invalid .dpd-parcel-weight-input:focus {
  border-left: solid 1px #369 !important;
  border-right: solid 1px #369 !important;
}

.dpd-customernumber-info-link > img {
  position: relative;
  top: -0.25rem;
  right: -2px;
}

.dpd-phone-input-left {
  width: 20%;
}

.dpd-phone-input-right {
  width: 80%;
}

.dpd-add-link {
  color: #414042;
  text-decoration: none;
  position: relative;
  top: 0.33rem;
  font-size: 0.9rem;
}
.dpd-add-link:hover {
  color: #369 !important;
}

.dpd-list-card-inactive,
.dpd-shippingorder-print-parcel {
  color: rgb(128, 130, 133);
  border-top: solid 1px #e6e7e8;
}

.dpd-list-card:hover,
.dpd-list-card-inactive:hover,
.dpd-shippingorder-print-parcel:hover {
  background: #f2f3f3 !important;
}

.dpd-list-card.primary {
  background: #f2f3f3 !important;
}
.dpd-list-card.primary:hover {
  background: #F8F8F8 !important;
}

.tippy-box .btn-close {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tippy-box .btn-close:hover {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 71%;
}

.dpd-list-btn-delete svg, .dpd-filter-btn-close svg {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.dpd-list-btn-delete svg > g > g, .dpd-filter-btn-close svg > g > g {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.dpd-list-btn-delete svg:hover, .dpd-filter-btn-close svg:hover {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.dpd-list-btn-delete svg:hover > g > g, .dpd-filter-btn-close svg:hover > g > g {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  stroke: #369;
}
.dpd-list-btn-delete:not(.no-rotate) svg:hover, .dpd-filter-btn-close:not(.no-rotate) svg:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#dpd-filter .jdropdown-container-header label,
#dpd-mobile-filter .jdropdown-container-header label,
.dpd-addressbook-filter-content .jdropdown-container-header label {
  color: #414042 !important;
}

@media (min-width: 768px) {
  #dpd-addressbook-table {
    display: block !important;
    min-height: calc(100vh - 550px) !important;
  }
}
@media (min-width: 1200px) {
  #dpd-addressbook-table {
    display: block !important;
    min-height: calc(100vh - 400px) !important;
  }
}
.dpd-profile-addressbook-container #dpd-addressbook-table {
  display: block !important;
  min-height: calc(100vh - 500px) !important;
}

@media (min-width: 1200px) {
  .dpd-addressbook-modal {
    height: auto;
  }
}
.is-invalid .dpd-input-info {
  color: #369 !important;
}

.dpd-header-collapsable .dpd-arrow {
  position: relative;
  left: -3px;
  display: inline;
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml;utf8,<svg  width="19" height="19" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;"><path d="M18.203,0.794L9.792,9.206L1.203,0.794" style="fill:none;stroke:rgb(65,64,66);stroke-width:1.5px;"/></svg>');
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dpd-header-collapsable.is-open .dpd-arrow {
  left: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dpd-tippy-content {
  text-align: left;
  display: block;
}

.dpd-dropdown-menu.dropdown-menu.show.dpd-autocomplete-result {
  overflow-y: auto !important;
}

.dpd-business-fill-height-flex, .dpd-business-fill-minheight-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dpd-business-fill-height-flex > div, .dpd-business-fill-minheight-flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .dpd-business-fill-height-flex {
    /* calculate from header and footer height. This is a fix value. */
    height: calc(100vh - 145px);
  }

  .dpd-business-fill-height-flex2 {
    /* calculate from header and footer height. This is a fix value. */
    height: calc(100vh - 85px);
  }

  .dpd-business-fill-minheight-flex {
    /* calculate from header and footer height. This is a fix value. */
    min-height: calc(100vh - 145px);
    height: auto;
  }

  .dpd-business-fill-minheight-flex2 {
    /* calculate from header and footer height. This is a fix value. */
    min-height: calc(100vh - 85px);
    height: auto;
  }
}
.dpd-grow-overflow-region {
  width: calc(100vw - 285px);
  overflow: hidden;
}

.dpd-submenu-collapse .dpd-grow-overflow-region {
  width: calc(100vw - 105px);
}

@media (max-width: 1399.98px) {
  .dpd-grow-overflow-region {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .dpd-grow-overflow-region {
    width: auto;
  }
}
.flex-0-0-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.dpd-text-link.with-hover-red:hover {
  color: #369 !important;
}

@media (min-width: 768px) {
  body.width-transition .dpd-grow-overflow-region {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: auto;
    overflow: hidden;
  }
  body.width-transition .dpd-grow-overflow-region.dpd-table-header-container {
    width: auto !important;
  }
}
@media (max-width: 767.98px) {
  .w-100-md-down {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  body.width-transition .dpd-table-inner-content-wrapper-outer {
    width: auto;
    overflow: hidden;
  }
  body.width-transition .dpd-table-inner-content-wrapper-outer .dpd-table-inner-content-wrapper {
    width: calc(100vw - 350px);
    overflow: hidden;
  }
  body.width-transition .dpd-table-inner-content-wrapper-outer .dpd-table-inner-content-wrapper .dpd-table-inner-content-wrapper-inner {
    width: calc(100vw - 350px);
  }
}
.dpd-business-content {
  background: white !important;
}

.dpd-light-bg {
  background: #f2f3f3 !important;
}

.dpd-bell-count {
  font-size: 0.7rem;
  z-index: 1;
  position: absolute;
  bottom: 12px;
  left: 13px;
  display: inline-table;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  color: white;
  background-color: #369;
  border-radius: 50%;
}
.dpd-bell-count span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.table.dpd-variant th {
  background: #369;
  color: white !important;
}

.is-invalid .dpd-dropdown-btn {
  border-color: #369 !important;
  color: #369 !important;
}

.dpd-search-results {
  max-width: 1120px !important;
}

.dpd-tabs--search {
  border-bottom: 1px solid transparent !important;
}
.dpd-tabs--search button {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #e6e7e8 !important;
}
.dpd-tabs--search button:hover {
  border-bottom: 1px solid #6c757d !important;
}
.dpd-tabs--search button.active {
  font-family: 'Raleway', sans-serif;
  border-bottom: 1px solid #369 !important;
}

.dpd-tab-content p:not(.lead),
.dpd-tab-content a {
  font-size: 14px;
}
.dpd-tab-content a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.dpd-tab-content a img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 8px 1px 4px;
}
.dpd-tab-content a:hover img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 0 1px 12px;
}
.dpd-tab-content .lead {
  margin-bottom: 0.3rem;
}

.dpd-tab-list-row {
  padding-top: 0.75rem;
  border-bottom: 1px solid #e6e7e8;
}

.dpd-tab-list-content > p:not(.lead) {
  line-height: 1.25;
  margin-bottom: 0.65rem !important;
}

.dpd-tab-list-ctrls {
  margin-left: 1rem;
}

.dpd-tab-list-icon {
  width: 27px;
}

/* Select2 - custom colors */
.select2.select2-container .select2-selection--multiple {
  height: auto;
}

.form-floating .select2 .select2-selection {
  padding-top: 1.3rem;
  background: transparent !important;
}

.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #369;
}

.select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #f2f3f3;
}

.select2-container .select2-dropdown .select2-results__option[aria-selected="true"]::after {
  content: '✓';
  position: absolute;
  right: 6px;
}

.select2-container .select2-dropdown .s2-togall-button {
  color: #369;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --litepicker-button-prev-month-color-hover: #369;
    --litepicker-button-next-month-color-hover: #369;
    --litepicker-month-weekday-color: #9e9e9e;
    --litepicker-month-week-number-color: #9e9e9e;
    --litepicker-day-width: 38px;
    --litepicker-day-color: #333;
    --litepicker-day-color-hover: #369;
    --litepicker-is-today-color: #f44336;
    --litepicker-is-in-range-color: #369;
    --litepicker-is-locked-color: #9e9e9e;
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #369;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #369;
    --litepicker-button-cancel-color: #fff;
    --litepicker-button-cancel-color-bg: #9e9e9e;
    --litepicker-button-apply-color: #fff;
    --litepicker-button-apply-color-bg: #369;
    --litepicker-button-reset-color: #909090;
    --litepicker-button-reset-color-hover: #369;

    --litepicker-tippy-arrow-left: 10px;
}


.litepicker-lite > .litepicker .container__days .day-item.is-in-range {
    background-color: var(--litepicker-is-in-range-color);
    border-radius: 0;
    border-radius: 0 !important;
}


.litepicker-lite > .litepicker .container__days .day-item.is-start-date {

    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.litepicker-lite > .litepicker .container__days .day-item.is-end-date {

    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.litepicker-lite > .litepicker  .is-in-range.is-weekend-day {
    color: #fff !important;
}


.litepicker  .is-in-range.is-weekend-day.is-start-date {
    color: #fff !important;
}

.litepicker  .is-weekend-day.is-end-date {
    color: #fff !important;
}

.litepicker  .is-weekend-day.is-start-date-date {
    color: #fff !important;
}

.is-weekend-day {
    color: #b3b3b4;
}


.litepicker-lite > div .container__months .month-item {
    margin: 0 15px;
    padding: 10px !important;
}

.litepicker-lite .month-item-weekdays-row > div {
    text-decoration: none !important;
}

.litepicker .container__months .month-item {
    padding: 0px 10px;
    width: var(--litepicker-month-width);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.litepicker .container__days .day-item.is-start-date {
    color: var(--litepicker-is-start-color);
    background-color: var(--litepicker-is-start-color-bg);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.litepicker .container__days .day-item.is-end-date {
    color: var(--litepicker-is-end-color);
    background-color: var(--litepicker-is-end-color-bg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.litepicker .container__days .day-item.is-start-date.is-flipped {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

}
.litepicker .container__days .day-item.is-end-date.is-flipped {

    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

.litepicker .container__footer .button-cancel {
    font-family: 'Raleway', sans-serif !important;
    width: auto !important;
    padding-left: 50px !important;
    padding-right: 50px !important;

}

.litepicker .container__footer .button-apply{
    font-family: 'Raleway', sans-serif !important;
    width: auto !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.litepicker {

    font-family: 'Raleway', sans-serif !important;
}

.litepicker .container__footer {
    width: 100% !important;
}

.litepicker .container__months .month-item:first-child .button-previous-month {


    opacity: 0.5;
}

.litepicker .container__months .month-item:last-child .button-next-month {

    opacity: 0.5;
}

.litepicker .container__months .month-item-weekdays-row {
    margin-bottom: 0;
}
.litepicker .container__months .month-item-weekdays-row {
    border-bottom: none;
}

.litepicker .container__days > div {
    margin-bottom: 4px;
}

.litepicker .container__months .month-item-header div{

    font-size: 0.9rem;
}

.litepicker .container__months .month-item {

    position: relative;
    top: 2px;
}

.permission-col {
  flex: 1 1 auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding: 0 15px;
}
.perm label {
  display: flex;
  align-items: center;
  width: 100%;
}


.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-w='1']{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-x='1']{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-min-w='1']{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-max-w='1']{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[gs-w='2']{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[gs-x='2']{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[gs-min-w='2']{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[gs-max-w='2']{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w='1']{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x='1']{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-min-w='1']{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-max-w='1']{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w='2']{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x='2']{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-min-w='2']{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-max-w='2']{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[gs-w='3']{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[gs-x='3']{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[gs-min-w='3']{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[gs-max-w='3']{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w='1']{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x='1']{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-min-w='1']{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-max-w='1']{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w='2']{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x='2']{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-min-w='2']{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-max-w='2']{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w='3']{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x='3']{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-min-w='3']{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-max-w='3']{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[gs-w='4']{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[gs-x='4']{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[gs-min-w='4']{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[gs-max-w='4']{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w='1']{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x='1']{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-min-w='1']{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-max-w='1']{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w='2']{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x='2']{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-min-w='2']{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-max-w='2']{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w='3']{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x='3']{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-min-w='3']{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-max-w='3']{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w='4']{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x='4']{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-min-w='4']{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-max-w='4']{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[gs-w='5']{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[gs-x='5']{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[gs-min-w='5']{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[gs-max-w='5']{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='1']{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='1']{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='1']{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='1']{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='2']{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='2']{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='2']{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='2']{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='3']{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='3']{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='3']{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='3']{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='4']{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='4']{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='4']{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='4']{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='5']{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='5']{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='5']{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='5']{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[gs-w='6']{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[gs-x='6']{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[gs-min-w='6']{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[gs-max-w='6']{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='1']{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='1']{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='1']{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='1']{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='2']{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='2']{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='2']{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='2']{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='3']{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='3']{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='3']{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='3']{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='4']{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='4']{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='4']{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='4']{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='5']{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='5']{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='5']{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='5']{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='6']{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='6']{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='6']{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='6']{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[gs-w='7']{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[gs-x='7']{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[gs-min-w='7']{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[gs-max-w='7']{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='1']{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='1']{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='1']{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='1']{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='2']{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='2']{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='2']{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='2']{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='3']{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='3']{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='3']{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='3']{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='4']{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='4']{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='4']{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='4']{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='5']{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='5']{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='5']{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='5']{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='6']{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='6']{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='6']{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='6']{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='7']{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='7']{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='7']{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='7']{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[gs-w='8']{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[gs-x='8']{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[gs-min-w='8']{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[gs-max-w='8']{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='1']{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='1']{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='1']{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='1']{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='2']{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='2']{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='2']{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='2']{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='3']{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='3']{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='3']{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='3']{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='4']{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='4']{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='4']{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='4']{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='5']{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='5']{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='5']{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='5']{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='6']{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='6']{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='6']{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='6']{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='7']{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='7']{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='7']{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='7']{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='8']{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='8']{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='8']{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='8']{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[gs-w='9']{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[gs-x='9']{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[gs-min-w='9']{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[gs-max-w='9']{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='1']{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='1']{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='1']{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='1']{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='2']{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='2']{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='2']{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='2']{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='3']{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='3']{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='3']{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='3']{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='4']{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='4']{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='4']{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='4']{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='5']{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='5']{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='5']{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='5']{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='6']{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='6']{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='6']{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='6']{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='7']{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='7']{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='7']{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='7']{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='8']{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='8']{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='8']{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='8']{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='9']{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='9']{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='9']{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='9']{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[gs-w='10']{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[gs-x='10']{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[gs-min-w='10']{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[gs-max-w='10']{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='1']{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='1']{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='1']{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='1']{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='2']{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='2']{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='2']{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='2']{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='3']{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='3']{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='3']{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='3']{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='4']{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='4']{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='4']{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='4']{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='5']{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='5']{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='5']{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='5']{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='6']{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='6']{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='6']{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='6']{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='7']{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='7']{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='7']{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='7']{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='8']{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='8']{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='8']{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='8']{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='9']{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='9']{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='9']{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='9']{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='10']{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='10']{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='10']{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='10']{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[gs-w='11']{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[gs-x='11']{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[gs-min-w='11']{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[gs-max-w='11']{max-width:100%}
:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[gs-w='0']{width:0%}.grid-stack>.grid-stack-item[gs-x='0']{left:0}.grid-stack>.grid-stack-item[gs-min-w='0']{min-width:0}.grid-stack>.grid-stack-item[gs-max-w='0']{max-width:0%}.grid-stack>.grid-stack-item[gs-w='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[gs-w='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[gs-w='3']{width:25%}.grid-stack>.grid-stack-item[gs-x='3']{left:25%}.grid-stack>.grid-stack-item[gs-min-w='3']{min-width:25%}.grid-stack>.grid-stack-item[gs-max-w='3']{max-width:25%}.grid-stack>.grid-stack-item[gs-w='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[gs-w='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[gs-w='6']{width:50%}.grid-stack>.grid-stack-item[gs-x='6']{left:50%}.grid-stack>.grid-stack-item[gs-min-w='6']{min-width:50%}.grid-stack>.grid-stack-item[gs-max-w='6']{max-width:50%}.grid-stack>.grid-stack-item[gs-w='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[gs-w='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[gs-w='9']{width:75%}.grid-stack>.grid-stack-item[gs-x='9']{left:75%}.grid-stack>.grid-stack-item[gs-min-w='9']{min-width:75%}.grid-stack>.grid-stack-item[gs-max-w='9']{max-width:75%}.grid-stack>.grid-stack-item[gs-w='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[gs-w='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[gs-w='12']{width:100%}.grid-stack>.grid-stack-item[gs-x='12']{left:100%}.grid-stack>.grid-stack-item[gs-min-w='12']{min-width:100%}.grid-stack>.grid-stack-item[gs-max-w='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-w='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-min-w='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-max-w='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}.grid-stack.ui-droppable.ui-droppable-over>:not(.ui-droppable){pointer-events:none}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:-webkit-box;display:-ms-flexbox;display:flex}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox>.os-size-auto-observer,.os-host-flexbox>.os-content-glue{min-height:0;min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size:before,#os-dummy-scrollbar-size:after,.os-content:before,.os-content:after{content:'';display:table;width:.01px;height:.01px;line-height:0;font-size:0;flex-grow:0;flex-shrink:0;visibility:hidden}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:0 0!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.os-host-overflow>.os-padding{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:0!important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-content>.os-textarea{box-sizing:border-box!important;direction:inherit!important;background:0 0!important;outline:0 transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;-webkit-filter:none!important;filter:none!important;border:0!important;resize:none!important;-webkit-transform:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;-webkit-perspective:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;visibility:hidden;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host.observed{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.os-resize-observer-host>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before{display:flex;position:relative;flex-grow:1;flex-shrink:0;flex-basis:auto;box-sizing:border-box}.os-resize-observer-host.observed>.os-resize-observer:before{content:'';box-sizing:content-box;padding:inherit;border:inherit;margin:0}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none!important;transition:none!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:.001s;animation-duration:.001s;-webkit-animation-name:os-resize-observer-dummy-animation;animation-name:os-resize-observer-dummy-animation}object.os-resize-observer{box-sizing:border-box!important}@-webkit-keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{-webkit-transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0!important;border:0!important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-rtl>.os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding+.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden!important}.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical,.os-theme-none>.os-scrollbar-corner{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:0 0}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar.os-scrollbar-unusable{background:0 0}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:0 0}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{-webkit-transition:background-color .3s;transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.4)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(255,255,255,.4)}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(255,255,255,.7)}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}

/* Custom tooltip */
.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .custom-tooltip-text {
    visibility: hidden;
    background-color: rgba(20, 20, 20, 0.5);
    color: white;
    text-align: center;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 165%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 110px;
    z-index: 1;
}

.custom-tooltip:hover .custom-tooltip-text {
    visibility: visible;
}
  
