@font-face {
font-family: 'Helvetica Neue UltraLight';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue UltraLight'), url(/fonts/HelveticaNeueUltraLight.woff?ff8e2319853d169fce8a9ad004b4a6fb) format('woff');
}

@font-face {
font-family: 'Helvetica Neue Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Bold'), url(/fonts/HelveticaNeueBold.woff?2eb2a96ce18d4d50f9d3cfc68e32b8c5) format('woff');
}

@font-face {
font-family: 'Helvetica Neue LT Pro 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Pro 45 Light'), url(/fonts/HelveticaNeueLTPro-Lt.woff?bdcb6bf184ac259c3ea0f9c7cb9981de) format('woff');
/*src: url("HelveticaNeueLTPro-Lt.otf") format("otf");*/ 
}


@font-face {
font-family: 'Helvetica Neue LT Pro 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Pro 55 Roman'), url(/fonts/HelveticaNeueLTPro-Roman.woff?7db27bdb743c97a18cee8eccfc99daa8) format('woff');
/*src: url("HelveticaNeueLTPro-Roman.otf") format("otf");*/
}

@font-face {
font-family: 'Helvetica Neue LT Pro 65 Medium';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Pro 65 Medium'), url(/fonts/HelveticaNeueLTPro-Md.woff?9a3b4ef8a45ac9ca712a101e703a1ec6) format('woff');
/*src: url("HelveticaNeueLTPro-Md.otf") format("otf");*/
}

@font-face {
font-family: 'Helvetica Neue LT Pro 75 Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Pro 75 Bold'), url(/fonts/HelveticaNeueLTPro-Bd.woff?e9865d62a17a925424c80098765ba602) format('woff');
/*src: url("HelveticaNeueLTPro-Bd.otf") format("otf");*/
}

@font-face {
font-family: 'Helvetica Neue LT Pro 25 Ultra Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Pro 25 Ultra Light'), url(/fonts/HelveticaNeueLTPro-UltLt.woff?c29fd96f9ca84866fc26adf2b392d117) format('woff');
/*src: url("HelveticaNeueLTPro-UltLt.otf") format("otf");*/
}

@font-face { 
font-family: 'Trajan Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Trajan Pro Regular'), url(/fonts/TrajanPro-Regular.woff?567e35d153becacc0ce3322b4c3dc376) format('woff');
}
@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.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.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

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

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold, h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700 !important;
}

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

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

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

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

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* ==========================================================================
  COMMON VARIABLES
  ========================================================================== */
/* ==========================================================================
  Base Typography Styles
  ========================================================================== */
/* ==========================================================================
   Base Type
   ========================================================================== */
*::-moz-focus-inner {
  border: 0;
}
*:focus, *:active, *:hover {
  outline: 0;
}
*:focus::-moz-focus-inner, *:active::-moz-focus-inner, *:hover::-moz-focus-inner {
  border: 0;
}

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  text-rendering: optimizeLegibility;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #586074;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
input,
select,
textarea {
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   Headings and paragraph
   ========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-style: normal;
}

h1, .h1 {
  font-size: 3.375rem;
  line-height: 4.0625rem;
}
@media (min-width: 992px) and (max-width: 1280px) {
  h1, .h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 1.9375rem;
    line-height: 2.3125rem;
  }
}

h2, .h2 {
  font-size: 2.375rem;
  line-height: 2.875rem;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
}

h6, .h6 {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 0.5625rem;
    line-height: 0.75rem;
  }
}

h1, h2, h3, h4, h5, h6, p, a, span, li {
  word-wrap: break-word;
  word-break: break-word;
}

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

a {
  color: #312F3D;
  text-decoration: underline;
  transition: color 0.35s ease;
}
@media (min-width: 992px) {
  a:hover {
    color: #A6AFB5;
    text-decoration: none;
  }
}

button:focus, button.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

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

.color-white {
  color: #FFFFFF;
}

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

.text-white {
  color: #FFFFFF;
}

.sub-font {
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-regular, .breadcrumbs a, .breadcrumbs {
  font-weight: 400 !important;
}
.font-weight-medium, #dokumentOgConfirmationModal .modal-footer button, #orderItemDeleteModal .modal-footer button, #sendForesporselModal .modal-header .modal-title, #allOrderCommentModal .modal-footer button, #allOrderCommentModal .modal-header .modal-title {
  font-weight: 500 !important;
}
.font-weight-semi-bold {
  font-weight: 600 !important;
}
.font-weight-bold, h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700 !important;
}
.font-weight-extra-bold {
  font-weight: 900 !important;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-inherit {
  cursor: inherit;
}

.cursor-default {
  cursor: default;
}

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

.ellipsis-2 {
  display: -webkit-box;
  height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow-hidden {
  overflow: hidden;
}

.disabled {
  pointer-events: none;
}

.color-inherit {
  color: inherit;
}
.color-inherit:hover, .color-inherit:focus, .color-inherit:active {
  color: inherit;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.freeze {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .freeze.mac {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.flex-1 {
  flex: 1;
}

.lh-normal {
  line-height: normal;
}

.white-space-pre-line {
  white-space: pre-line;
}

.content-visibility {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.xy-center {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

html {
  scrollbar-gutter: stable;
}

.custom-loader {
  overflow: hidden;
}
.custom-loader:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23A6AFB5' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
@media (max-width: 991px) {
  .custom-loader:before {
    z-index: 10000;
  }
}

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

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=text], input[type=number], input[type=email], input[type=phone], input[type=password], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  border-radius: 10px;
}

input, button, textarea, select {
  font-family: inherit;
}

.site-label {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #222222;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .site-label {
    font-size: 0.875rem;
    line-height: 1rem;
    line-height: normal;
  }
}

.site-input {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  outline: 0;
  border: 1px solid #CECECE;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 23px;
  height: 64px;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .site-input {
    font-size: 1rem;
    line-height: 20px !important;
    padding: 12px 15px;
    height: 46px;
  }
}
.site-input.placeholder {
  color: #8D8F91;
  opacity: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-input:-moz-placeholder {
  color: #8D8F91;
  opacity: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-input::-moz-placeholder {
  color: #8D8F91;
  opacity: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-input:-ms-input-placeholder {
  color: #8D8F91;
  opacity: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-input::-webkit-input-placeholder {
  color: #8D8F91;
  opacity: 1;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-input:focus, .site-input:active {
  border-color: #312F3D;
  box-shadow: none;
}
.site-input--textarea {
  min-height: 89px;
  margin-top: 13px;
  display: flex;
}
@media (max-width: 991px) {
  .site-input--textarea {
    min-height: 70px;
    margin-top: 10px;
  }
}

.select-dropdown {
  margin: 12px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #CECECE;
  z-index: 9;
}
@media (max-width: 991px) {
  .select-dropdown {
    margin-top: 10px;
  }
}
.select-dropdown select {
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  padding: 21px 23px;
  height: 64px;
  border: none;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .select-dropdown select {
    font-size: 1rem;
    line-height: 20px !important;
    padding: 12px 15px;
    height: 46px;
  }
}
.select-dropdown:after {
  content: "";
  top: 26px;
  width: 18px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 21px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.707' height='9.707' viewBox='0 0 18.707 9.707'%3E%3Cg id='Group_1312' data-name='Group 1312' transform='translate(-1172.646 -472.146)'%3E%3Cline id='Line_68' data-name='Line 68' x2='9' y2='9' transform='translate(1173 472.5)' fill='none' stroke='%23cecece' stroke-width='1'/%3E%3Cline id='Line_69' data-name='Line 69' x1='9' y2='9' transform='translate(1182 472.5)' fill='none' stroke='%23cecece' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: -1;
}
@media (max-width: 991px) {
  .select-dropdown:after {
    top: 19px;
  }
}

.form-errors, .form-success {
  --state: #E3000B;
}
.form-errors:not(:empty), .form-success:not(:empty) {
  padding: 15px 30px;
  background-color: #f2f2f2;
  border-top: 2px solid var(--state);
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--state);
}
@media (max-width: 991px) {
  .form-errors:not(:empty), .form-success:not(:empty) {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 10px 20px;
  }
}
.form-errors:not(:empty) ul, .form-success:not(:empty) ul {
  padding: 0 0 0 10px;
  margin: 0 !important;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--state);
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .form-errors:not(:empty) ul, .form-success:not(:empty) ul {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.form-success {
  --state: #4CAF85;
}

.return-order-page .form-errors, .return-order-page .form-success {
  --state: #312F3D;
  width: 100%;
  background-color: transparent !important;
}
.return-order-page .form-errors:after, .return-order-page .form-success:after {
  content: "";
  background-color: #312F3D;
  width: 28px;
  height: 2px;
  display: block;
  margin-top: 20px;
}
.return-order-page .form-errors:not(:empty), .return-order-page .form-success:not(:empty) {
  padding: 45px 0 48px 0;
  background-color: #FFF;
  border-top: 0;
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #E3000B;
}
.return-order-page .form-errors:not(:empty):after, .return-order-page .form-success:not(:empty):after {
  display: none;
}
@media (max-width: 991px) {
  .return-order-page .form-errors:not(:empty), .return-order-page .form-success:not(:empty) {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 10px 20px;
  }
}
.return-order-page .form-errors:not(:empty) ul, .return-order-page .form-success:not(:empty) ul {
  margin: 0 !important;
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #E3000B;
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .return-order-page .form-errors:not(:empty) ul, .return-order-page .form-success:not(:empty) ul {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.return-order-page .email-return-desc {
  width: 100%;
}
.return-order-page .email-return-desc:empty {
  display: none;
}

.site-btn, .order-details .pagination .paginate_button a {
  transition: ease 0.3s;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  border-radius: 6px;
  padding: 11px;
  height: 37px;
  background-color: #312F3D;
  color: #FFFFFF;
  min-height: 37px;
  border: 1px solid #312F3D;
}
@media (min-width: 992px) {
  .site-btn:hover, .order-details .pagination .paginate_button a:hover {
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5;
    color: #312F3D;
    transition: ease 0.3s;
  }
}
.site-btn:active, .order-details .pagination .paginate_button a:active, .site-btn:focus, .order-details .pagination .paginate_button a:focus {
  outline: 0;
  box-shadow: none;
}
.site-btn.disabled, .order-details .pagination .paginate_button a.disabled {
  pointer-events: none !important;
}
.site-btn--outline, .order-details .pagination .paginate_button.active a {
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  color: #312F3D;
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-btn--outline:hover, .order-details .pagination .paginate_button.active a:hover {
    background-color: #312F3D;
    border: 1px solid #312F3D;
    color: #FFFFFF;
    transition: ease 0.3s;
  }
}
@media (max-width: 991px) {
  .site-btn--outline:hover, .order-details .pagination .paginate_button.active a:hover {
    color: #312F3D;
  }
}
.site-btn--active {
  background-color: #312F3D;
  border: 1px solid #312F3D;
  color: #FFFFFF;
  pointer-events: all;
}
@media (max-width: 991px) {
  .site-btn--active:hover {
    color: #FFFFFF;
  }
}
.site-btn--inactive {
  pointer-events: none;
  color: #FFFFFF;
  background-color: rgba(49, 47, 61, 0.08);
  box-shadow: 2px 3px 6px 0px rgba(177, 177, 177, 0.08);
  border: none;
}
@media (max-width: 991px) {
  .site-btn--inactive:hover {
    color: #FFFFFF;
  }
}
.site-btn--options {
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  color: #312F3D;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 8px;
}
.site-btn--options img {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4' viewBox='0 0 18 4'%3E%3Cg id='Group_1137' data-name='Group 1137' transform='translate(-1506 -289)'%3E%3Ccircle id='Ellipse_64' data-name='Ellipse 64' cx='2' cy='2' r='2' transform='translate(1520 289)' fill='%23312f3d'/%3E%3Ccircle id='Ellipse_65' data-name='Ellipse 65' cx='2' cy='2' r='2' transform='translate(1513 289)' fill='%23312f3d'/%3E%3Ccircle id='Ellipse_66' data-name='Ellipse 66' cx='2' cy='2' r='2' transform='translate(1506 289)' fill='%23312f3d'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .site-btn--options:hover {
    background-color: #312F3D;
    border: 1px solid #312F3D;
    color: #FFFFFF;
    transition: ease 0.3s;
  }
  .site-btn--options:hover img {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4' viewBox='0 0 18 4'%3E%3Cg id='Group_1137' data-name='Group 1137' transform='translate(-1506 -289)'%3E%3Ccircle id='Ellipse_64' data-name='Ellipse 64' cx='2' cy='2' r='2' transform='translate(1520 289)' fill='%23fff'/%3E%3Ccircle id='Ellipse_65' data-name='Ellipse 65' cx='2' cy='2' r='2' transform='translate(1513 289)' fill='%23fff'/%3E%3Ccircle id='Ellipse_66' data-name='Ellipse 66' cx='2' cy='2' r='2' transform='translate(1506 289)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.site-btn--auth {
  width: 100%;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5625rem;
  height: 53px;
}
@media (max-width: 991px) {
  .site-btn--auth {
    height: 48px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.site-btn--return {
  background-color: rgba(255, 69, 69, 0.12);
  color: #E64545;
  border: 1px solid #F5F5F5;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-btn--rounded {
  border-radius: 16px;
  border: 2px solid #F5F5F5;
  padding: 9px 21px;
  background-color: #FAFAFA;
  color: #586074;
}

.custom-checkbox, .custom-radio, .mailchimp-newsletter {
  position: relative;
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio], .mailchimp-newsletter input[type=checkbox], .mailchimp-newsletter input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked + label:after, .custom-checkbox input[type=radio]:checked + label:after, .custom-radio input[type=checkbox]:checked + label:after, .custom-radio input[type=radio]:checked + label:after, .mailchimp-newsletter input[type=checkbox]:checked + label:after, .mailchimp-newsletter input[type=radio]:checked + label:after {
  content: "x";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
.custom-checkbox input[type=checkbox] + label, .custom-checkbox input[type=radio] + label, .custom-radio input[type=checkbox] + label, .custom-radio input[type=radio] + label, .mailchimp-newsletter input[type=checkbox] + label, .mailchimp-newsletter input[type=radio] + label {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
  color: #332C2B;
  font-weight: 400 !important;
  padding: 0;
  font-size: 1rem;
  line-height: normal;
}
.custom-checkbox input[type=checkbox] + label:before, .custom-checkbox input[type=radio] + label:before, .custom-radio input[type=checkbox] + label:before, .custom-radio input[type=radio] + label:before, .mailchimp-newsletter input[type=checkbox] + label:before, .mailchimp-newsletter input[type=radio] + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  margin-right: 13px;
  border: 1px solid #707070;
  flex: 1 0 18px;
  max-width: 18px;
  position: relative;
  top: 3px;
}
.custom-checkbox input[type=checkbox] + label:after, .custom-checkbox input[type=checkbox] + label:before, .custom-checkbox input[type=radio] + label:after, .custom-checkbox input[type=radio] + label:before, .custom-radio input[type=checkbox] + label:after, .custom-radio input[type=checkbox] + label:before, .custom-radio input[type=radio] + label:after, .custom-radio input[type=radio] + label:before, .mailchimp-newsletter input[type=checkbox] + label:after, .mailchimp-newsletter input[type=checkbox] + label:before, .mailchimp-newsletter input[type=radio] + label:after, .mailchimp-newsletter input[type=radio] + label:before {
  transition: all 0.2s ease;
}
.custom-checkbox input[type=radio] + label:before, .custom-radio input[type=radio] + label:before, .mailchimp-newsletter input[type=radio] + label:before {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  flex: 1 0 25px;
  max-width: 25px;
}
.custom-checkbox input[type=radio]:checked + label:after, .custom-radio input[type=radio]:checked + label:after, .mailchimp-newsletter input[type=radio]:checked + label:after {
  top: 4px;
  left: 8px;
}
@media (max-width: 991px) {
  .custom-checkbox input[type=radio]:checked + label:after, .custom-radio input[type=radio]:checked + label:after, .mailchimp-newsletter input[type=radio]:checked + label:after {
    left: 9px;
  }
}
.custom-checkbox--circular input[type=checkbox]:checked + label:after, .custom-radio--circular input[type=checkbox]:checked + label:after, .mailchimp-newsletter--circular input[type=checkbox]:checked + label:after {
  content: "";
  top: 1px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='11' viewBox='0 0 11 11'%3E%3Cimage id='Black_check.svg' width='11' height='11' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
}
.custom-checkbox--circular input[type=checkbox] + label, .custom-radio--circular input[type=checkbox] + label, .mailchimp-newsletter--circular input[type=checkbox] + label {
  color: #312F3D;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.custom-checkbox--circular input[type=checkbox] + label:before, .custom-radio--circular input[type=checkbox] + label:before, .mailchimp-newsletter--circular input[type=checkbox] + label:before {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  top: 0;
  border: 1px solid #EDEDED;
  flex: 1 0 15px;
  max-width: 15px;
  border-radius: 6px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .custom-checkbox--circular input[type=checkbox] + label, .custom-radio--circular input[type=checkbox] + label, .mailchimp-newsletter--circular input[type=checkbox] + label {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
.custom-checkbox--square input[type=checkbox]:checked + label:after, .custom-radio--square input[type=checkbox]:checked + label:after, .mailchimp-newsletter--square input[type=checkbox]:checked + label:after {
  content: "";
  top: 1px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='11' viewBox='0 0 11 11'%3E%3Cimage id='Black_check.svg' width='11' height='11' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
}
.custom-checkbox--square input[type=checkbox] + label, .custom-radio--square input[type=checkbox] + label, .mailchimp-newsletter--square input[type=checkbox] + label {
  color: #312F3D;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.custom-checkbox--square input[type=checkbox] + label:before, .custom-radio--square input[type=checkbox] + label:before, .mailchimp-newsletter--square input[type=checkbox] + label:before {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  top: 0;
  border: 1px solid #CECECE;
  flex: 1 0 15px;
  max-width: 15px;
}

body.mac .custom-radio input[type=radio]:checked + label:after {
  top: 7px;
}
@media (max-width: 991px) {
  body.mac .custom-radio input[type=radio]:checked + label:after {
    top: 5px;
  }
}

@media (min-width: 992px) {
  body.mac.is-safari .custom-radio input[type=radio]:checked + label:after {
    top: 5px;
    left: 9px;
  }
}

@media (min-width: 992px) {
  body.mac.is-chrome .custom-radio input[type=radio]:checked + label:after {
    top: 7px;
  }
}

@media (min-width: 992px) {
  body.mac.is-firefox .custom-radio input[type=radio]:checked + label:after {
    top: 6px;
    left: 9px;
  }
}

.breadcrumbs a, .breadcrumbs {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #586074;
  text-decoration: none;
}

.breadcrumbs .theme-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 5px;
}

.modal {
  z-index: 99;
}

.modal-backdrop {
  background-color: #FFFFFF;
  z-index: 98;
  filter: brightness(90%);
}

.content-blur {
  filter: blur(5px);
}

.modal-open {
  padding-right: 0 !important;
}

.modal {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (min-width: 992px) {
  .modal#orderItemLogModal .modal-dialog, .modal#orderLogModal .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal#orderItemLogModal .modal-dialog, .modal#orderLogModal .modal-dialog {
    max-width: 1000px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .modal {
    z-index: 1060;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin-inline: 15px;
  }
}
.modal .modal-content {
  border-radius: 23px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 23px 25px 51px 52px;
  border: none;
}
@media (max-width: 991px) {
  .modal .modal-content {
    padding: 15px 15px 25px 25px;
  }
}
.modal .modal-header {
  border: none;
  padding: 0;
}
.modal .modal-header .close span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.845' height='9.844' viewBox='0 0 9.845 9.844'%3E%3Cg id='Group_1267' data-name='Group 1267' transform='translate(-557.824 -1389.492) rotate(45)'%3E%3Cg id='_-' data-name=' -' transform='translate(1377.734 587.305)' style='isolation: isolate'%3E%3Cg id='Group_777' data-name='Group 777' style='isolation: isolate'%3E%3Cpath id='Path_5954' data-name='Path 5954' d='M1550.377,775.794h12.375v1.547h-12.375Z' transform='translate(-1550.377 -775.794)' fill='%23777b7f'/%3E%3C/g%3E%3C/g%3E%3Cg id='_--2' data-name=' -' transform='translate(1384.695 581.891) rotate(90)' style='isolation: isolate'%3E%3Cg id='Group_777-2' data-name='Group 777' style='isolation: isolate'%3E%3Cpath id='Path_5954-2' data-name='Path 5954' d='M0,0H12.375V1.547H0Z' fill='%23777b7f'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.modal .modal-body {
  padding: 41px 25px 27px 0;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .modal .modal-body {
    padding: 10px 0 20px 0;
  }
}
.modal .modal-body__main-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  margin-bottom: 6px;
  color: #222222;
}
@media (max-width: 991px) {
  .modal .modal-body__main-title {
    font-size: 0.9375rem;
    line-height: 1rem;
  }
}
.modal .modal-body__title {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 991px) {
  .modal .modal-body__title {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-right: 25px;
  }
}
.modal .modal-footer {
  border: none;
  padding: 0;
  justify-content: flex-start;
}
.modal .modal-footer button {
  margin: 0;
  padding: 11px 15px;
}
.modal .modal-footer button:first-child {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .modal .modal-dialog-grid-width {
    width: 478px;
  }
}

.content-grid {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-grid .row {
  align-items: center;
}
.content-grid p {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .content-grid p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.content-grid ul {
  padding: 0;
  list-style: none;
}
.content-grid ul li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .content-grid ul li {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.content-scroll {
  border: 1px solid #F7F7F7;
  margin-top: 21px;
  border-radius: 10px;
  padding: 18px 0px 18px 23px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .content-scroll {
    padding: 15px 0px 15px 15px;
  }
}
.content-scroll .block {
  padding-right: 61px;
}
@media (max-width: 991px) {
  .content-scroll .block {
    padding-right: 30px;
  }
}
.content-scroll .block table {
  color: #586074;
}
.content-scroll .block table th, .content-scroll .block table td, .content-scroll .block table a {
  color: #586074;
}

.modal .scrollbox-wrapper .scrollbox-vertical-bar, .modal .scrollbox-wrapper .scrollbox-vertical-rail {
  right: 15px;
}
@media (max-width: 991px) {
  .modal .scrollbox-wrapper .scrollbox-vertical-bar, .modal .scrollbox-wrapper .scrollbox-vertical-rail {
    right: 10px;
  }
}

@media (min-width: 992px) {
  #orderItemLogModal, #orderLogModal {
    top: 52px;
  }
}
@media (max-width: 991px) {
  #orderItemLogModal.modal, #orderLogModal.modal {
    z-index: 9999;
  }
}
#orderItemLogModal .block, #orderLogModal .block {
  padding-right: 23px;
}
#orderItemLogModal .block .table-div, #orderLogModal .block .table-div {
  max-height: 50vh;
  overflow: hidden;
  max-height: 300px;
}
@media screen and (max-height: 699px) {
  #orderItemLogModal .block .table-div, #orderLogModal .block .table-div {
    max-height: 30vh;
  }
}
#orderItemLogModal .scrollbox-vertical-bar, #orderItemLogModal .scrollbox-vertical-rail, #orderLogModal .scrollbox-vertical-bar, #orderLogModal .scrollbox-vertical-rail {
  right: -12px;
}
@media (min-width: 992px) {
  #orderItemLogModal .modal-dialog .modal-content, #orderLogModal .modal-dialog .modal-content {
    padding-top: 10px;
    padding-bottom: 25px;
    max-height: 85vh;
  }
  #orderItemLogModal .modal-dialog .modal-content .modal-body, #orderLogModal .modal-dialog .modal-content .modal-body {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #orderItemLogModal .modal-dialog .modal-content .modal-body .content-scroll, #orderLogModal .modal-dialog .modal-content .modal-body .content-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #orderItemLogModal .modal-dialog .modal-content .modal-body .scrollbox-wrapper, #orderLogModal .modal-dialog .modal-content .modal-body .scrollbox-wrapper {
    margin-top: 10px;
  }
}

.product-modal {
  --imageSize: 182px;
}
@media (max-width: 991px) {
  .product-modal {
    --imageSize: 120px;
  }
}
.product-modal .modal-content {
  padding: 15px 31px 34px 54px;
}
@media (max-width: 991px) {
  .product-modal .modal-content {
    padding: 15px 30px 15px 30px;
  }
}
@media (min-width: 992px) {
  .product-modal .modal-dialog {
    max-width: 478px;
  }
}
.product-modal .modal-body {
  padding: 0;
}
.product-modal__img {
  width: var(--imageSize);
  height: var(--imageSize);
}
.product-modal .content-wrapper {
  flex: 1;
  padding-left: 36px;
}
@media (max-width: 991px) {
  .product-modal .content-wrapper {
    padding-left: 18px;
  }
}
.product-modal .m-prod-art {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #222222;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-modal li {
  color: #000000;
}

.completeOrder__content {
  color: #222222;
}
.completeOrder .modal-content {
  padding-right: 21px;
}
.completeOrder .modal-body {
  padding-top: 30px;
}
.completeOrder .modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}

#returnCompleteModal .modal-footer .site-btn, #returnCompleteModal .modal-footer .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button #returnCompleteModal .modal-footer a {
  border-radius: 6px;
  height: 37px;
  min-height: 37px;
  border: 1px solid #F5F5F5;
  width: auto;
}
#returnCompleteModal .modal-footer .site-btn--outline, #returnCompleteModal .modal-footer .order-details .pagination .paginate_button.active a, .order-details .pagination .paginate_button.active #returnCompleteModal .modal-footer a {
  border-color: #EDEDED;
}

.comment-modal .modal-body textarea {
  padding: 15px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  height: 90px;
  border: none;
  box-shadow: 0px 0px 8px 1px #e7e6e6 !important;
  resize: none;
}
@media (max-width: 767px) {
  .comment-modal .modal-body textarea {
    height: 130px;
  }
}
.comment-modal .modal-body .order-item-comment-display {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
}
.comment-modal .modal-footer button:first-child {
  width: 100px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
header, main {
  margin-top: 32px;
}
@media (max-width: 991px) {
  header, main {
    margin-top: 17px;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  background: #312F3D;
}
#overlay.opacity {
  opacity: 0.83;
  z-index: 9;
}

.freeze-body {
  overflow-y: hidden;
}

nav {
  position: relative;
  z-index: 1051;
}
nav .dsk-logo-img {
  width: 79px;
  height: 79px;
}
@media (min-width: 992px) {
  nav {
    background-color: #fff;
    height: 112px;
  }
}
@media (max-width: 991px) {
  nav {
    background-color: #312F3D;
    height: 50px;
    padding: 11.5px 0;
  }
}
nav .px-4 {
  padding: 0 !important;
}
@media (max-width: 991px) {
  nav .desktop-nav {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  nav .desktop-nav .left {
    display: none;
  }
}
@media (min-width: 992px) {
  nav .desktop-nav .right {
    padding-left: 46px;
  }
}

@media (max-width: 991px) {
  nav .log-row {
    display: none;
  }
}
nav .log-row .log-link {
  text-align: right;
  padding: 9px 0 28px 0;
}
nav .log-row .log-link a {
  padding: 0 !important;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  color: #A6AFB5;
  text-decoration: underline;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .menu-link-div {
    align-items: center;
  }
}

@media (min-width: 1218px) {
  nav .nav-links {
    max-width: 400px;
    margin-right: 48px;
  }
}
nav .nav-links a {
  padding: 0 !important;
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #222222;
  margin: 0 21px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1280px) {
  nav .nav-links a {
    padding-bottom: 7px !important;
  }
}
nav .nav-links a.active {
  border-bottom: 2px solid #222222;
  padding-bottom: 2px !important;
}
@media (max-width: 991px) {
  nav .nav-links a {
    padding: 20px 28px 20px 28px !important;
    height: 57px;
    margin: 0;
    font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.125rem;
    border: 1px solid #F5F5F5;
    color: #586074;
    letter-spacing: 0px;
  }
  nav .nav-links a.active {
    border-bottom: 1px solid #F5F5F5;
  }
}
@media (min-width: 992px) {
  nav .nav-links a:hover {
    color: #A6AFB5;
  }
  nav .nav-links a:last-child, nav .nav-links a:nth-last-child(2) {
    display: none;
  }
  nav .nav-links a:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1218px) {
  nav .search {
    max-width: 305px;
  }
}
nav .search .search-form, nav .search .secondary-search {
  margin-top: -8px;
}
@media (max-width: 991px) {
  nav .search .search-form, nav .search .secondary-search {
    display: none;
  }
}

.search-form, .secondary-search {
  position: relative;
  width: 281px;
}
.search-form input, .secondary-search input {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #586074;
  border: none;
  border-bottom: 0.5px solid #222222;
  width: 100%;
  border-radius: unset;
  min-height: 26px;
  padding: 0px 30px 2px 0px;
}
.search-form button, .secondary-search button {
  width: 15px;
  height: 22px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.567' height='21.567' viewBox='0 0 21.567 21.567'%3E%3Cg id='Group_121' data-name='Group 121' transform='translate(-1107.961 1076.141) rotate(-45)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1536.893 30)' fill='none' stroke='%23222' stroke-width='1.5'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' stroke='none'/%3E%3Ccircle cx='7.5' cy='7.5' r='6.75' fill='none'/%3E%3C/g%3E%3Cline id='Line_2' data-name='Line 2' y2='6' transform='translate(1544.393 46)' fill='none' stroke='%23222' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  padding: 0;
}

.auth-link {
  display: flex;
}
@media (min-width: 1218px) {
  .auth-link {
    margin-left: 56px;
    padding-left: 6px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .auth-link {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .auth-link {
    justify-content: flex-end;
  }
}
.auth-link > a {
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #222222;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.auth-link > a.active {
  border-bottom: 2px solid #222222;
  padding-bottom: 2px !important;
}
@media (min-width: 992px) {
  .auth-link > a:hover {
    color: #A6AFB5;
  }
}
@media (max-width: 991px) {
  .auth-link > a:not(.d-none) {
    display: block !important;
    color: #ffffff;
    font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
  }
  .auth-link > a:not(.d-none) + .name {
    display: none;
  }
}
.auth-link div {
  text-align: right;
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.auth-link div.name {
  margin-left: auto;
  color: #586074;
  margin-top: -1px;
}
.auth-link div.name .login-user-icon {
  background: url("data:image/svg+xml,%3Csvg id='Group_1104' data-name='Group 1104' xmlns='http://www.w3.org/2000/svg' width='15.096' height='17.708' viewBox='0 0 15.096 17.708'%3E%3Ccircle id='Ellipse_44' data-name='Ellipse 44' cx='4.064' cy='4.064' r='4.064' transform='matrix(0.149, -0.989, 0.989, 0.149, 2.923, 8.037)' fill='%23312f3d'/%3E%3Cpath id='Path_5962' data-name='Path 5962' d='M2438.758,318.273a1.158,1.158,0,0,0,1.135-1.365,7.635,7.635,0,0,0-15.06,0,1.158,1.158,0,0,0,1.136,1.365Z' transform='translate(-2424.815 -300.565)' fill='%23312f3d'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .auth-link div.name .login-user-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.51' height='20.821' viewBox='0 0 17.51 20.821'%3E%3Cg id='Group_1131' data-name='Group 1131' transform='translate(-433.145 -1348.401)'%3E%3Ccircle id='Ellipse_53' data-name='Ellipse 53' cx='4.723' cy='4.723' r='4.723' transform='translate(437.177 1348.901)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_5971' data-name='Path 5971' d='M488.829,1441.375c-.22-6.107-3.829-8.848-8.255-8.848s-8.035,2.741-8.255,8.848' transform='translate(-38.673 -72.172)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    margin-right: 0;
    vertical-align: bottom;
  }
}
.auth-link div.email {
  display: none;
}

nav .header-mobile-logo {
  text-align: center;
}
@media (min-width: 992px) {
  nav .header-mobile-logo {
    display: none;
  }
}
nav .header-mobile-logo svg {
  width: 52px;
}

.nav-icon {
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  top: 5px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .nav-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-icon {
    width: 24px;
    height: 16px;
  }
  .nav-icon:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -18px;
    padding: 20px 30px;
  }
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .nav-icon span {
    background: #ffffff;
  }
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2) {
  top: 7px;
}
.nav-icon span:nth-child(3) {
  top: 14px;
}
.nav-icon.active {
  width: 16px;
}
.nav-icon.active span {
  margin-top: 1px;
}
.nav-icon.active span:nth-child(1) {
  top: 61%;
  transform: translateY(-50%) rotate(135deg);
  height: 1px;
}
.nav-icon.active span:nth-child(2) {
  left: 0;
  opacity: 0;
}
.nav-icon.active span:nth-child(3) {
  top: 61%;
  transform: translateY(-50%) rotate(-135deg);
  height: 1px;
}

@media (max-width: 991px) {
  .mobile-menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    z-index: 1;
    background-color: #F9FBFC;
    transform: translateY(-100%);
    transition: transform 0.45s ease;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-box.is-active {
    transform: translateY(0);
    top: 50px;
  }
}

body.mac.is-safari .auth-link div.name .login-user-icon, body.pc.is-firefox .auth-link div.name .login-user-icon {
  width: 15px;
  height: 21px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  html, body {
    height: initial !important;
    overflow: initial !important;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .error-404 .btn {
    width: auto;
    max-width: 300px;
    margin: auto;
  }
}

.scrollbox-wrapper .scrollbox-vertical-bar {
  width: 4px;
  border-radius: 30px;
  background-color: #312F3D;
}
.scrollbox-wrapper .scrollbox-vertical-rail {
  width: 4px;
  background-color: #EBEEF1;
  opacity: 1;
}
.scrollbox-wrapper .scrollbox-horizontal-bar {
  height: 4px;
  border-radius: 30px;
  background-color: #312F3D;
}
.scrollbox-wrapper .scrollbox-horizontal-rail {
  height: 4px;
  background-color: #EBEEF1;
  opacity: 1;
}

.fixed-body {
  overflow: hidden;
}

body {
  background-color: #FDFDFD;
}

.auth-page {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
@supports (-moz-appearance: none) {
  .auth-page {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .auth-page .antialiased {
    width: 100%;
  }
}
.auth-page .auth-block {
  width: 486px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #F5F5F5;
  padding: 0 52px 60px 52px;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .auth-page .auth-block {
    padding: 0 30px 40px 30px;
    width: 100%;
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .auth-page .auth-block {
    padding: 0 20px 30px 20px;
  }
}
.auth-page .auth-block .items-center {
  width: 100%;
}
.auth-page .reg-log {
  text-align: center;
  padding-top: 21px;
}
.auth-page .reg-log a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  opacity: 0.5;
  color: #222222;
}
@media (max-width: 991px) {
  .auth-page .reg-log a {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 991px) {
  .auth-page .reg-log {
    padding-top: 16px;
  }
}

.auth-page .form-description {
  font-family: "Trajan Pro Regular", "trajan-pro-3", sans-serif, serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 45px 0 48px 0;
  color: #312F3D;
}
.auth-page .form-description:after {
  content: "";
  background-color: #312F3D;
  width: 28px;
  height: 2px;
  display: block;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .auth-page .form-description:after {
    margin-top: 15px;
  }
}
.auth-page .form-description.return-success-msg:after {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .auth-page .form-description {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin: 30px 0 32px 0;
  }
}
.auth-page .login-logo svg, .auth-page .login-logo img {
  width: 85px;
  height: 85px;
}
@media (max-width: 991px) {
  .auth-page .login-logo svg, .auth-page .login-logo img {
    width: 70px;
    height: 70px;
  }
}

.auth-page form {
  margin-bottom: 0;
}
.auth-page form button {
  margin: 48px 0 0 0 !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .auth-page form button {
      padding-top: 10px;
    }
  }
}
@media (max-width: 991px) {
  .auth-page form button {
    margin: 35px 0 0 0 !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .auth-page form button {
      padding-top: 10px;
    }
  }
}
.auth-page form .login-user-icon {
  background: url("data:image/svg+xml,%3Csvg id='Group_1104' data-name='Group 1104' xmlns='http://www.w3.org/2000/svg' width='15.096' height='17.708' viewBox='0 0 15.096 17.708'%3E%3Ccircle id='Ellipse_44' data-name='Ellipse 44' cx='4.064' cy='4.064' r='4.064' transform='matrix(0.149, -0.989, 0.989, 0.149, 2.923, 8.037)' fill='%23312f3d'/%3E%3Cpath id='Path_5962' data-name='Path 5962' d='M2438.758,318.273a1.158,1.158,0,0,0,1.135-1.365,7.635,7.635,0,0,0-15.06,0,1.158,1.158,0,0,0,1.136,1.365Z' transform='translate(-2424.815 -300.565)' fill='%23312f3d'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
}
@media (max-width: 991px) {
  .auth-page form .login-user-icon {
    width: 13px;
    height: 15px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .auth-page form .login-user-icon {
      top: 3.5px;
    }
  }
}
@media (max-width: 991px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .auth-page form .login-user-icon {
        top: 2px;
      }
    }
  }
}
.auth-page form .login-password-icon {
  background: url("data:image/svg+xml,%3Csvg id='Group_1106' data-name='Group 1106' xmlns='http://www.w3.org/2000/svg' width='16.096' height='20.604' viewBox='0 0 16.096 20.604'%3E%3Cpath id='Path_5963' data-name='Path 5963' d='M1375.432,1355.025h-9.747a3.174,3.174,0,0,0-3.175,3.175v7.129a3.174,3.174,0,0,0,3.175,3.175h9.747a3.174,3.174,0,0,0,3.175-3.175V1358.2A3.174,3.174,0,0,0,1375.432,1355.025Zm-3.58,8.612a1.294,1.294,0,0,1-2.587,0V1360.7a1.294,1.294,0,0,1,2.587,0Z' transform='translate(-1362.51 -1347.899)' fill='%23312f3d'/%3E%3Cg id='Group_1105' data-name='Group 1105' transform='translate(2.441)'%3E%3Cpath id='Path_5964' data-name='Path 5964' d='M1386.757,1323.261a6.36,6.36,0,0,0-3.632-5.867,5.3,5.3,0,0,0-6.3,1.861,6.909,6.909,0,0,0-.5,7.246c1.129,2.143,3.518,2.159,5.922,1.646,2.83-.6,4.448-2.159,4.507-4.886a1.294,1.294,0,0,0-2.587,0c-.037,1.708-1.1,2.425-3.029,2.424-1.9,0-3.033-.715-3.029-2.424s1.124-3.695,3.029-3.695c1.932,0,2.992,1.987,3.029,3.695A1.294,1.294,0,0,0,1386.757,1323.261Z' transform='translate(-1375.534 -1316.996)' fill='%23312f3d'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 15px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
}
@media (max-width: 991px) {
  .auth-page form .login-password-icon {
    width: 13px;
    height: 15px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .auth-page form .login-password-icon {
      top: 4px;
    }
  }
}
@media (max-width: 991px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .auth-page form .login-password-icon {
        top: 2.5px;
      }
    }
  }
}
.auth-page form .email-div, .auth-page form .password-div, .auth-page form .confirm-password-div {
  position: relative;
}
.auth-page form .email-div label, .auth-page form .password-div label, .auth-page form .confirm-password-div label {
  display: none;
}
.auth-page form .password-div, .auth-page form .confirm-password-div {
  margin-top: 29.5px;
}
@media (max-width: 991px) {
  .auth-page form .password-div, .auth-page form .confirm-password-div {
    margin-top: 20px;
  }
}
.auth-page form .input-box {
  border: none;
  border-bottom: 0.5px solid #5E514D;
  background: none;
  padding: 0px 14px 13.5px 26px !important;
  width: 100%;
  border-radius: 0;
  box-shadow: none !important;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(34, 34, 34, 0.5);
  margin-top: 0 !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .auth-page form .input-box {
      padding-top: 3px !important;
    }
  }
}
.auth-page form .input-box::-moz-placeholder {
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 24px !important;
  color: rgba(34, 34, 34, 0.5);
}
.auth-page form .input-box::placeholder {
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 24px !important;
  color: rgba(34, 34, 34, 0.5);
}
@media (max-width: 991px) {
  .auth-page form .input-box::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 20px !important;
  }
  .auth-page form .input-box::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 20px !important;
  }
}
@media (max-width: 991px) {
  .auth-page form .input-box {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0px 10px 10px 25px !important;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .auth-page form .input-box {
        padding-top: 4px !important;
      }
    }
  }
}
.auth-page form .rem-div {
  display: none;
}

@media (min-width: 992px) {
  body.mac.is-chrome .auth-page form .login-user-icon, body.mac.is-chrome .auth-page form .login-password-icon {
    top: 0;
  }
  body.mac.is-chrome .site-btn--auth {
    line-height: 35px;
  }
}

@media (min-width: 992px) {
  body.mac.is-safari .auth-page form .login-user-icon, body.mac.is-safari .auth-page form .login-password-icon {
    top: 6px;
  }
}

@media (min-width: 992px) {
  body.mac.is-firefox .auth-page form .login-user-icon, body.mac.is-firefox .auth-page form .login-password-icon {
    top: 0px;
  }
}

.status-btn {
  --statusColor: #586074;
  --statusBackground: #d8d8d8;
  border-radius: 17px;
  padding: 8px 15px 9px 12px;
  min-height: 33px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--statusColor);
  background-color: var(--statusBackground);
  display: inline-flex;
  align-items: center;
  max-width: 180px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .status-btn {
    font-size: 0.75rem;
    line-height: 1rem;
    max-width: 155px;
  }
}
@media (max-width: 991px) {
  .status-btn.status-btn {
    display: inline-flex !important;
  }
}
.status-btn:before {
  content: "";
  background-color: var(--statusColor);
  height: 10px;
  width: 10px;
  flex: 0 0 10px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 9px;
}
.status-btn.completed {
  --statusColor: #4CAF85;
  --statusBackground: #E9FBF1;
}
.status-btn.action {
  --statusColor: #E64545;
  --statusBackground: rgba(255, 69, 69, 0.12);
}
.status-btn.waiting {
  --statusColor: #D6BD55;
  --statusBackground: #FEF9E6;
}
.status-btn.confirm-receipts-mws {
  --statusColor: #fff;
  --statusBackground: rgba(23, 92, 157, 0.5490196078);
}
.status-btn.confirm-receipts {
  --statusColor: #fff;
  --statusBackground: rgba(66, 57, 54, 0.7215686275);
}
.prod-status-error .status-col span:before {
  content: "";
  padding: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px 2.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.09' height='20.101' viewBox='0 0 5.09 20.101'%3E%3Cg id='Group_1228' data-name='Group 1228' transform='translate(-1262.844 -2166.068)'%3E%3Cg id='Group_1226' data-name='Group 1226' transform='translate(1262.844 2166.068)'%3E%3Cpath id='Path_5985' data-name='Path 5985' d='M1584.756,2392.516l-1.043-9.981a2.517,2.517,0,0,1,2.5-2.778h.056a2.516,2.516,0,0,1,2.5,2.775l-1.032,9.982a1.488,1.488,0,0,1-1.48,1.335h-.027A1.488,1.488,0,0,1,1584.756,2392.516Zm-.818,5.046v-.047a2.3,2.3,0,0,1,2.3-2.3h.047a2.3,2.3,0,0,1,2.3,2.3v.047a2.3,2.3,0,0,1-2.3,2.3h-.047A2.3,2.3,0,0,1,1583.938,2397.562Z' transform='translate(-1583.699 -2379.757)' fill='%23e64545'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 991px) {
  .prod-status-error .status-col span:before {
    padding: 0 2.5px;
  }
}

.prod-status-warning .status-col span:before {
  content: "";
  background-color: #D6BD55;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .prod-status-warning .status-col span:before {
    height: 8px;
    width: 8px;
  }
}

.prod-status-success .status-col span:before {
  content: "";
  background-color: #4CAF85;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .prod-status-success .status-col span:before {
    height: 8px;
    width: 8px;
  }
}
@media (min-width: 992px) {
  .prod-status-success td:nth-child(5) {
    white-space: nowrap;
  }
}
.prod-status-success td:nth-child(5) a {
  text-decoration: underline;
  color: #586074;
}
.prod-status-success td:nth-child(5) a.site-btn, .prod-status-success td:nth-child(5) .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .prod-status-success td:nth-child(5) a {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .prod-status-success td:nth-child(5) a.site-btn:hover, .prod-status-success td:nth-child(5) .order-details .pagination .paginate_button a:hover, .order-details .pagination .paginate_button .prod-status-success td:nth-child(5) a:hover {
    color: #FFFFFF;
  }
}
@media (min-width: 992px) {
  .prod-status-success td:last-child {
    min-width: 80px;
  }
}

.order-child .checkbox-toggler {
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .order-child .checkbox-toggler {
    min-width: 256px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .order-child .checkbox-toggler {
    min-width: 125px;
  }
}
.order-child .action-wrappers {
  gap: 4px;
}
@media (min-width: 992px) {
  .order-child .action-wrappers .send-item-request, .order-child .action-wrappers .delete-item {
    height: auto;
    text-align: center;
  }
}
.order-child .action-wrappers .delete-item {
  flex-basis: 100%;
  text-align: right;
  text-decoration: underline;
  font-size: 0.5625rem;
  line-height: 0.875rem;
  padding-right: 6px;
  margin-block: 2px;
  color: #586074;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .order-child .action-wrappers .delete-item {
    padding-right: 8px;
  }
}
.order-child .action-wrappers .delete-item:hover {
  text-decoration: none;
}

.expand-down-arrow, .expand-down-arrow-mb {
  transition: all 0.7s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='Group_1216' data-name='Group 1216' transform='translate(-385 -288)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='31' height='31' rx='15.5' transform='translate(385 288)' fill='%23fafafa'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M383.116,363.843l5.477-5.477,5.477,5.477' transform='translate(789.187 666.208) rotate(180)' fill='none' stroke='%23b4c0d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .expand-down-arrow, .expand-down-arrow-mb {
    width: 26px;
    height: 26px;
  }
}
.expand-down-arrow.rotate, .expand-down-arrow-mb.rotate {
  transform: rotate(180deg);
  transition: all 0.7s;
}

@media (max-width: 991px) {
  .expand-down-arrow {
    display: none;
  }
}

@media (min-width: 992px) {
  .expand-down-arrow-mb {
    display: none;
  }
}

.status-bar {
  margin-bottom: 0;
}
.status-bar__bars {
  --backgroundColor: #EBEEF1;
  width: 20px;
  height: 4px;
  background-color: var(--backgroundColor);
  margin-right: 3px;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .status-bar__bars {
    width: 20px;
    margin-right: 1px;
  }
}
.status-bar__bars.completed {
  --backgroundColor: #4CAF85;
}
.status-bar__bars.failure {
  --backgroundColor: #E64545;
}
.status-bar__bars.in-progress {
  --backgroundColor: #D6BD55;
}
.status-bar__bars.waiting {
  --backgroundColor: #D6BD55;
}

.order-details .order-overview {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .order-details .order-overview {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .order-details .order-overview {
    padding: 0px 15px 30px 15px;
  }
}
@media (max-width: 991px) {
  .order-details .order-overview {
    display: block;
  }
  .order-details .order-overview p {
    font-size: 1rem;
    line-height: 1.1875rem;
    font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 21px;
    color: #312F3D;
  }
  .order-details .order-overview .search-form, .order-details .order-overview .secondary-search {
    width: 100%;
  }
  .order-details .order-overview .search-form input, .order-details .order-overview .secondary-search input {
    padding-right: 28px;
  }
  .order-details .order-overview .search-form button, .order-details .order-overview .secondary-search button {
    width: 20px;
    right: 3px;
  }
}
@media (max-width: 500px) {
  .order-details .update-details .text-right {
    text-align: center !important;
  }
}
.order-details .update-details .updated-date {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin-right: 17px;
  margin-bottom: 30px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .order-details .update-details .updated-date {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-right: 14px;
    margin-bottom: 20px;
  }
}
.order-details .update-details .update-order {
  padding: 11px 17px 11px 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .order-details .update-details .update-order {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .order-details .dataTables_wrapper .row:nth-child(2) > .col-sm-12 {
    padding: 0 5px;
  }
}
.order-details .dataTables_wrapper .row:nth-child(3) .col-md-5 {
  max-width: inherit;
  flex: 1;
  text-align: right;
  padding-right: 13px;
}
@media (min-width: 421px) and (max-width: 580px) {
  .order-details .dataTables_wrapper .row:nth-child(3) .col-md-5 {
    width: 82px;
    display: inline-block;
    text-align: left;
  }
  .order-details .dataTables_wrapper .row:nth-child(3) .col-md-5 .dataTables_info {
    width: 82px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media (max-width: 420px) {
  .order-details .dataTables_wrapper .row:nth-child(3) .col-md-5 {
    width: 82px;
    float: left;
    display: inline-block;
  }
  .order-details .dataTables_wrapper .row:nth-child(3) .col-md-5 .dataTables_info {
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 71px;
  }
}
.order-details .dataTables_wrapper .row:nth-child(3) .col-md-7 {
  max-width: inherit;
  flex: 0;
}
@media (max-width: 580px) {
  .order-details .dataTables_wrapper .row:nth-child(3) .col-md-7 .paginate_button {
    margin: 0 3px;
  }
}
.order-details table th {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px 10px;
  border: none;
  color: #312F3D;
  font-weight: 400;
}
.order-details table th.dt-control.sorting_disabled {
  width: 45px !important;
  padding-right: 0;
}
.order-details table th:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.order-details table th:nth-child(3) {
  min-width: 90px;
}
@media (min-width: 992px) {
  .order-details table th:nth-child(4) {
    width: 200px;
  }
}
.order-details table th.item-status {
  width: 155px;
  min-width: 182px;
}
.order-details table th.deliver-order {
  min-width: 114px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-details table th {
    font-size: 0.625rem;
    line-height: 1rem;
    padding-right: 0px !important;
  }
  .order-details table th.sorting_desc {
    width: 80px;
  }
  .order-details table th:nth-child(3) {
    width: 75px !important;
  }
  .order-details table th:nth-child(4) {
    width: 135px !important;
  }
  .order-details table th:nth-child(5) {
    width: 125px !important;
  }
  .order-details table th.item-status {
    width: 175px;
  }
  .order-details table th.deliver-order {
    min-width: 100px;
  }
}
@media (max-width: 991px) {
  .order-details table > thead {
    display: none;
  }
}
.order-details .dataTables_length, .order-details .dataTables_filter {
  display: none;
}

.order-details {
  background-color: #FDFDFD;
  margin-bottom: 97px;
}
@media (max-width: 991px) {
  .order-details {
    margin-bottom: 35px;
  }
}
.order-details table#order-datatable {
  margin-bottom: 42px !important;
}
@media (min-width: 992px) {
  .order-details table#order-datatable {
    border-collapse: collapse !important;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .order-details table#order-datatable {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 992px) {
  .order-details table thead tr {
    position: relative;
  }
  .order-details table thead tr th:nth-child(2) {
    position: absolute;
    left: 0;
    min-width: 102px;
  }
}
.order-details table tbody tr {
  background-color: #FFFFFF;
}
.order-details table tbody tr.accordion-toggle {
  height: 66px;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 3px 6px 0px rgba(211, 211, 211, 0.16);
  position: relative;
}
@media (min-width: 992px) {
  .order-details table tbody tr.accordion-toggle {
    border-bottom: 5px solid #F5F5F5;
  }
  .order-details table tbody tr.accordion-toggle.dt-hasChild {
    border-bottom: 1px solid #F5F5F5;
  }
  .order-details table tbody tr.accordion-toggle.dt-hasChild .info-icon {
    display: none;
  }
  .order-details table tbody tr.accordion-toggle:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle {
    height: unset;
    padding: 17px 23px 22px 23px;
    box-shadow: 0px 3px 6px 0px rgba(211, 211, 211, 0.08);
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td.dt-control:before {
    content: "";
  }
}
@media (min-width: 992px) {
  .order-details table tbody tr.accordion-toggle td .enable_shipping + label {
    display: inline-block;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .order-details table tbody tr.accordion-toggle td a + .handle-shipping-select {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td a + .handle-shipping-select {
    top: 73px;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td a {
    position: absolute;
    top: 27px;
    right: 23px;
    min-width: 99px;
    text-align: center;
  }
  .order-details table tbody tr.accordion-toggle td a.mark-return-complete {
    margin-right: 0px;
  }
}
.order-details table tbody tr.accordion-toggle td .checkbox-toggler {
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler {
    min-width: 160px;
  }
}
@media (min-width: 1200px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler {
    min-width: 200px;
  }
}
@media (min-width: 1201px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler {
    min-width: 256px;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler {
    margin-bottom: 10px;
  }
}
.order-details table tbody tr.accordion-toggle td .checkbox-toggler .s-lable {
  color: #312F3D;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler .s-lable {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td .checkbox-toggler .s-lable {
    display: block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.accordion-toggle td {
    display: block;
    padding: 0px 0px 13px 0px;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .order-details table tbody tr.accordion-toggle td span {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    display: inline-block;
    margin-right: 3px;
  }
  .order-details table tbody tr.accordion-toggle td:before {
    content: attr(data-title) ": ";
    display: block;
    font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #312F3D;
  }
  .order-details table tbody tr.accordion-toggle td:nth-child(6):before, .order-details table tbody tr.accordion-toggle td:nth-child(7):before, .order-details table tbody tr.accordion-toggle td:last-child:before {
    content: none;
  }
  .order-details table tbody tr.accordion-toggle td:nth-child(6) {
    margin-top: 11px;
    order: 9;
  }
  .order-details table tbody tr.accordion-toggle td:nth-child(7) {
    padding: 0px;
  }
}
.order-details table tbody tr.row-ac-data {
  height: 5px;
}
.order-details table tbody tr.row-ac-data.child-row > td {
  padding: 0;
}
@media (max-width: 991px) {
  .order-details table tbody tr.row-ac-data {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.row-ac-data {
    padding: 5px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1055;
    transition: all 0.3s;
    border: 0;
    background-color: #FDFDFD;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .order-details table tbody tr.row-ac-data.active {
    left: 0;
  }
  .order-details table tbody tr.row-ac-data.disable {
    left: 100%;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr.row-ac-data .table {
    margin-bottom: 0;
  }
}
.order-details table tbody tr td {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #586074;
  padding: 17px 10px;
  border: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .order-details table tbody tr td.sorting_1 {
    padding: 17px 17px 17px 5px;
  }
}
.order-details table tbody tr td .value {
  padding-right: 6px;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.order-details table tbody tr td a {
  text-decoration: none;
}
.order-details table tbody tr td a.mark-return-complete {
  margin-right: 15px;
}
.order-details table tbody tr td:has(> span.pick-up) {
  font-weight: bold;
}
.order-details table tbody tr td .method {
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
}
.order-details table tbody tr td .method.pick-up {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-details table tbody tr td {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
.order-details table tbody tr td:last-child {
  text-align: right;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .order-details table tbody tr td:last-child {
    min-width: 160px;
  }
  .order-details table tbody tr td:last-child .checkbox-toggler {
    margin-bottom: 4px !important;
  }
  .order-details table tbody tr td:last-child .initiate_deli, .order-details table tbody tr td:last-child .site-btn, .order-details table tbody tr td:last-child .pagination .paginate_button a, .order-details .pagination .paginate_button table tbody tr td:last-child a {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .order-details table tbody tr td:last-child {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.order-details table tbody tr td:first-child {
  padding-left: 23px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .order-details table tbody tr td:first-child {
    padding: 0;
  }
}
.order-details table tbody tr td .info-icon {
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-left: 14px;
  position: relative;
  top: 4px;
}
.order-details table tbody tr td .info-icon.info-gray {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.76" height="18.76" viewBox="0 0 18.76 18.76"><path id="circle-info-light" d="M9.38,1.173A8.208,8.208,0,1,1,1.173,9.38,8.208,8.208,0,0,1,9.38,1.173Zm0,17.588A9.38,9.38,0,1,0,0,9.38,9.38,9.38,0,0,0,9.38,18.76ZM7.621,12.9a.586.586,0,1,0,0,1.173h3.518a.586.586,0,1,0,0-1.173H9.966v-4.1a.588.588,0,0,0-.586-.586H7.914a.586.586,0,0,0,0,1.173h.879V12.9ZM9.38,6.742A.879.879,0,1,0,8.5,5.863.879.879,0,0,0,9.38,6.742Z" fill="%23C9CBD1"/></svg>');
}
.order-details table tbody tr td .info-icon.info-active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" fill="%235E514D"/></svg>');
}
@media (max-width: 991px) {
  .order-details table tbody tr {
    display: flex;
    flex-direction: column;
    min-height: unset;
    margin-bottom: 5px;
    box-shadow: none;
  }
}

.order-details .accordion-body {
  border: 1px solid #F5F5F5;
  box-shadow: 0px 3px 6px 0 rgba(211, 211, 211, 0.18);
}
@media (max-width: 991px) {
  .order-details .accordion-body {
    box-shadow: none;
    border: none;
  }
  .order-details .accordion-body.collapse {
    display: block !important;
    border: none;
  }
}
.order-details .accordion-body .table-div {
  padding: 23px 69px 56px 69px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-details .accordion-body .table-div {
    padding: 23px 30px 56px 30px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .table-div {
    padding: 0px 0px 13px 0;
  }
}
.order-details .accordion-body .form-errors, .order-details .accordion-body .form-success {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .order-details .accordion-body table {
    border-collapse: separate;
    border-spacing: 0 4px;
  }
}
.order-details .accordion-body .ac-table-mobile-data {
  display: none;
}
.order-details .accordion-body .ac-table-mobile-data .site-btn, .order-details .accordion-body .ac-table-mobile-data .pagination .paginate_button a, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-data a {
  padding-left: 31px;
  position: relative;
  width: 92px;
  height: 32px;
  position: absolute;
  top: 14px;
  border: none;
}
.order-details .accordion-body .ac-table-mobile-data .site-btn::before, .order-details .accordion-body .ac-table-mobile-data .pagination .paginate_button a::before, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-data a::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.245' height='14.49' viewBox='0 0 8.245 14.49'%3E%3Cpath id='Path_5' data-name='Path 5' d='M0,5.831,5.831,0l5.831,5.831' transform='translate(1 13.076) rotate(-90)' fill='none' stroke='%23b4c0d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 15px;
  transform: scale(3);
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-mobile-data .site-btn::before, .order-details .accordion-body .ac-table-mobile-data .pagination .paginate_button a::before, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-data a::before {
    transform: scale(2);
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-mobile-data {
    display: flex;
    padding: 17px 25px 15px 23px;
    flex-direction: column;
    position: relative;
  }
  .order-details .accordion-body .ac-table-mobile-data .ord-num-title {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #312F3D;
  }
  .order-details .accordion-body .ac-table-mobile-data .ord-num {
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .order-details .accordion-body .ac-table-mobile-data span {
    display: block;
    text-align: center;
  }
}
.order-details .accordion-body .ac-table-mobile-bottom {
  display: none;
}
.order-details .accordion-body .ac-table-mobile-bottom .site-btn, .order-details .accordion-body .ac-table-mobile-bottom .pagination .paginate_button a, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-bottom a {
  padding-left: 31px;
  position: relative;
  border: none;
}
.order-details .accordion-body .ac-table-mobile-bottom .site-btn::before, .order-details .accordion-body .ac-table-mobile-bottom .pagination .paginate_button a::before, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-bottom a::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.245' height='14.49' viewBox='0 0 8.245 14.49'%3E%3Cpath id='Path_5' data-name='Path 5' d='M0,5.831,5.831,0l5.831,5.831' transform='translate(1 13.076) rotate(-90)' fill='none' stroke='%23b4c0d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 15px;
  transform: scale(3);
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-mobile-bottom .site-btn::before, .order-details .accordion-body .ac-table-mobile-bottom .pagination .paginate_button a::before, .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-bottom a::before {
    transform: scale(2);
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-mobile-bottom {
    display: flex;
    padding: 0 0 0 13px;
    margin: 12px 0 0px 0;
  }
}
.order-details .accordion-body .ac-table-select {
  padding: 0px 0 6px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select:not(.main_store_select_div) {
    display: flex;
    justify-content: flex-end;
  }
  .order-details .accordion-body .ac-table-select:not(.main_store_select_div) .custom-checkbox {
    margin-right: auto;
  }
  .order-details .accordion-body .ac-table-select:not(.main_store_select_div) .custom-checkbox label {
    margin-top: 12px;
  }
}
.order-details .accordion-body .ac-table-select:not(.main_store_select_div) .custom-checkbox label {
  font-weight: bold !important;
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select.space-above {
    margin-top: 0;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select.customspace {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select .send-item-request {
    margin-top: 54px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select .cancel-item-request {
    margin-top: -46px;
    margin-right: 34px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select .cancel-item-request {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .order-details .accordion-body .ac-table-select.btn-check-div a {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select.main_store_select_div {
    min-width: 280px;
    float: left;
  }
  .order-details .accordion-body .ac-table-select.main_store_select_div .main_store_select {
    margin-top: 6px;
  }
}
.order-details .accordion-body .ac-table-select p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.order-details .accordion-body .ac-table-select p.gift-text {
  margin-right: auto;
  color: #E64545;
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select p.gift-text {
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select p {
    margin-bottom: 0px;
  }
}
.order-details .accordion-body .ac-table-select .select2 {
  display: inline-block;
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select .select2 .select2-selection__rendered {
    width: calc(100vw - 134px);
  }
}
.order-details .accordion-body .ac-table-select a {
  margin-left: 18px;
  color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}
.order-details .accordion-body .ac-table-select a.site-btn--outline, .order-details .accordion-body .ac-table-select .pagination .paginate_button.active a, .order-details .pagination .paginate_button.active .accordion-body .ac-table-select a {
  color: #312F3D;
}
@media (min-width: 992px) {
  .order-details .accordion-body .ac-table-select a.site-btn--outline:hover, .order-details .accordion-body .ac-table-select .pagination .paginate_button.active a:hover, .order-details .pagination .paginate_button.active .accordion-body .ac-table-select a:hover {
    color: #FFFFFF !important;
  }
}
.order-details .accordion-body .ac-table-select .site-btn, .order-details .accordion-body .ac-table-select .pagination .paginate_button a, .order-details .pagination .paginate_button .accordion-body .ac-table-select a {
  margin-left: 18px;
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select .site-btn, .order-details .accordion-body .ac-table-select .pagination .paginate_button a, .order-details .pagination .paginate_button .accordion-body .ac-table-select a {
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .ac-table-select {
    padding: 0 23px;
  }
  .order-details .accordion-body .ac-table-select .checkbox-toggler {
    padding-top: 10px;
  }
  .order-details .accordion-body .ac-table-select .action-wrappers {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .order-details .accordion-body .ac-table-select .action-wrappers a:first-child {
    margin-left: 0;
  }
  .order-details .accordion-body .ac-table-select .main_store_select {
    width: 100%;
    margin: 0;
    height: 46px;
    margin-top: 13px;
  }
  .order-details .accordion-body .ac-table-select.btn-check-div .action-wrappers {
    margin-bottom: 2px;
  }
}
.order-details .accordion-body thead {
  display: none;
}
.order-details .accordion-body tbody tr {
  min-height: 93px;
}
@media (max-width: 991px) {
  .order-details .accordion-body tbody tr {
    padding: 13px 23px 28px 23px;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 3px 6px 0px rgba(211, 211, 211, 0.08);
  }
}
.order-details .accordion-body tbody tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td.order-qty-num {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td.price-col {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .order-details .accordion-body tbody tr td.price-col {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td .sporingskode-block {
    width: 90px;
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .order-details .accordion-body tbody tr td .sporingskode-block {
    width: 60px;
  }
}
.order-details .accordion-body tbody tr td .return-qty {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #586074;
  border: none;
  border-bottom: 2px solid #586074;
  border-radius: 0;
  padding: 0;
  width: 28px;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td .return-qty {
    text-align: center;
  }
}
.order-details .accordion-body tbody tr td:first-child {
  padding-left: 23px;
  text-align: left;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td:first-child {
    border-left: 1px solid #F5F5F5;
  }
}
.order-details .accordion-body tbody tr td:last-child {
  padding-right: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr td:last-child {
    border-right: 1px solid #F5F5F5;
    min-width: 205px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .order-details .accordion-body tbody tr td:last-child {
    min-width: 125px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body tbody tr td:last-child {
    padding-right: 0px;
    padding-bottom: 0;
  }
  .order-details .accordion-body tbody tr td:last-child .site-btn--outline, .order-details .accordion-body tbody tr td:last-child .pagination .paginate_button.active a, .order-details .pagination .paginate_button.active .accordion-body tbody tr td:last-child a, .order-details .accordion-body tbody tr td:last-child .site-btn--active {
    padding: 15px 10px 16px 11px;
    height: 46px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body tbody tr td {
    display: block;
    padding: 0px 0px 13px 0px;
  }
  .order-details .accordion-body tbody tr td:last-child, .order-details .accordion-body tbody tr td:nth-child(3) {
    order: 1;
  }
  .order-details .accordion-body tbody tr td .site-btn, .order-details .accordion-body tbody tr td .pagination .paginate_button a, .order-details .pagination .paginate_button .accordion-body tbody tr td a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .order-details .accordion-body tbody tr td .site-btn--options {
    display: unset;
    position: absolute;
    right: 23px;
    top: 13px;
    width: unset;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #EDEDED;
  }
  .order-details .accordion-body tbody tr td .action-wrappers {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body tbody tr td.status-col {
    right: 24px;
    top: 23px;
    position: absolute;
  }
}
.order-details .accordion-body tbody tr .prod-num {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr .prod-num {
    min-width: 90px;
  }
}
.order-details .accordion-body tbody tr .num-of-item {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.order-details .accordion-body tbody tr .st-title, .order-details .accordion-body tbody tr .st-pris {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.order-details .accordion-body tbody tr .st-desc {
  margin-bottom: 0px;
  min-width: 95px;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.order-details .accordion-body tbody tr .status-block, .order-details .accordion-body tbody tr .pris-block {
  display: flex;
  margin-top: 3px;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr .status-block, .order-details .accordion-body tbody tr .pris-block {
    min-width: 178px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr .pris-block {
    min-width: 108px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .order-details .accordion-body tbody tr .pris-block {
    min-width: inherit;
  }
}
.order-details .accordion-body tbody tr .status-item-log {
  text-decoration: underline;
  color: #586074;
  display: inline-block;
  margin-top: 5px;
}
.order-details .accordion-body tbody tr .status-item-log.site-btn--outline, .order-details .accordion-body tbody tr .pagination .paginate_button.active a.status-item-log, .order-details .pagination .paginate_button.active .accordion-body tbody tr a.status-item-log {
  text-decoration: none;
}
.order-details .accordion-body tbody tr .status-item-log.site-btn--outline:hover, .order-details .accordion-body tbody tr .pagination .paginate_button.active a.status-item-log:hover, .order-details .pagination .paginate_button.active .accordion-body tbody tr a.status-item-log:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .order-details .accordion-body tbody tr .status-item-log.site-btn--outline, .order-details .accordion-body tbody tr .pagination .paginate_button.active a.status-item-log, .order-details .pagination .paginate_button.active .accordion-body tbody tr a.status-item-log {
    padding: 15px 10px 16px 11px;
    height: 46px;
  }
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr.order-return-row td:nth-child(5) {
    max-width: 100px;
  }
  .order-details .accordion-body tbody tr.order-return-row td:nth-child(5) .status-block {
    min-width: 100px;
    width: 100px;
  }
}
.order-details .accordion-body tbody tr.order-return-row td:nth-child(5) a {
  text-decoration: underline;
  color: #586074;
}
@media (min-width: 992px) {
  .order-details .accordion-body tbody tr.order-return-row td:last-child {
    min-width: 160px;
  }
  .order-details .accordion-body tbody tr.order-return-row td:last-child .checkbox-toggler {
    min-width: 160px;
  }
}
.order-details .accordion-body .info-icon {
  margin-left: auto;
}
@media (min-width: 992px) {
  .order-details .accordion-body .info-icon {
    top: 16px;
  }
}
@media (max-width: 991px) {
  .order-details .accordion-body .info-icon {
    margin-bottom: 14px;
  }
}

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

.order-details .dataTables_info {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
@media (max-width: 991px) {
  .order-details .dataTables_info {
    text-align: right !important;
  }
}
.order-details .pagination {
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .order-details .pagination {
    display: flex;
    align-items: center;
  }
}
.order-details .pagination .paginate_button {
  display: inline-block;
  margin: 0 5px;
}
.order-details .pagination .paginate_button a {
  width: 37px;
  height: 37px;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #EDEDED;
  color: #FAFAFA;
}
@media (min-width: 992px) {
  .order-details .pagination .paginate_button a {
    padding-top: 9px;
  }
}
.order-details .pagination .paginate_button.active a {
  border: 1px solid #EDEDED;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08) !important;
  color: #586074;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

td span.select2 {
  width: 258px !important;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #EBEEF1;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  td span.select2 {
    width: 100% !important;
    margin-bottom: 7px;
    margin-top: 11px;
  }
}
@media (max-width: 500px) {
  td span.select2 {
    width: 100% !important;
  }
}
td span.select2 .selection {
  width: 100%;
}
td span.select2 .select2-selection--single {
  background-color: unset !important;
  border: none;
  border-radius: unset;
}
td span.select2 .select2-selection--single button {
  margin-right: 5px !important;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  td span.select2 .select2-selection--single .select2-selection__placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #586074;
  }
}
td span.select2 .select2-selection__rendered {
  padding: 0 !important;
  color: #586074 !important;
}
@media (max-width: 991px) {
  td span.select2 .select2-selection__rendered {
    width: calc(100vw - 145px);
  }
}
td span.select2 .select2-selection__rendered:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4CAF85;
  display: inline-block;
  border-radius: 30px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
td span.select2 .select2-selection__rendered .num {
  position: absolute;
  right: 24px;
}
td span.select2 .select2-selection__arrow {
  height: 41px !important;
}
td span.select2 .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.044' height='6.022' viewBox='0 0 10.044 6.022'%3E%3Cpath id='Path_6' data-name='Path 6' d='M0,3.608,3.608,0,7.215,3.608' transform='translate(8.629 5.022) rotate(180)' fill='none' stroke='%23b4c0d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: unset !important;
  border-style: none !important;
  width: 10px !important;
  height: 6px !important;
  right: 10px;
  left: unset !important;
}
@media (max-width: 991px) {
  td span.select2 .select2-selection__arrow b {
    width: 10px !important;
    height: 6px !important;
    right: 12px;
  }
}

.select2-dropdown {
  padding: 16px 24px 26px 15px;
  border: 1px solid #EBEEF1 !important;
  border-radius: 23px !important;
}
@media (min-width: 992px) {
  .select2-dropdown.bigdrop {
    width: 418px !important;
  }
}
.select2-dropdown--below {
  margin-top: 5px;
}
.select2-dropdown--above {
  margin-top: -5px;
}
.select2-dropdown .select2-search {
  padding: 0 0 0 12px;
  margin-bottom: 12px;
}
.select2-dropdown .select2-search__field {
  border: none !important;
  border-bottom: 1px solid #F5F5F5 !important;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  padding: 10px 20px 10px 0;
}
.select2-dropdown .select2-search:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.567' height='21.567' viewBox='0 0 21.567 21.567'%3E%3Cg id='Group_121' data-name='Group 121' transform='translate(-1107.961 1076.141) rotate(-45)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1536.893 30)' fill='none' stroke='%23222' stroke-width='1.5'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' stroke='none'/%3E%3Ccircle cx='7.5' cy='7.5' r='6.75' fill='none'/%3E%3C/g%3E%3Cline id='Line_2' data-name='Line 2' y2='6' transform='translate(1544.393 46)' fill='none' stroke='%23222' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 15px;
  height: 19px;
  position: absolute;
  right: 26px;
  z-index: 99999;
  padding-top: 33px;
}
.select2-dropdown ul.select2-results__options {
  height: 114px;
}
.select2-dropdown ul.select2-results__options li {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 8px 8px 12px;
  color: #586074 !important;
  background-color: #FFFFFF !important;
  min-height: 29px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .select2-dropdown ul.select2-results__options li:hover {
    background-color: #F5F8F7 !important;
    color: #586074;
  }
}
.select2-dropdown ul.select2-results__options li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4CAF85;
  display: inline-block;
  border-radius: 30px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
.select2-dropdown ul.select2-results__options li .num {
  position: absolute;
  right: 10px;
}
.select2-dropdown ul.select2-results__options li.select2-results__message:before {
  content: none;
}

@media (max-width: 991px) {
  .select2-container {
    z-index: 99999;
  }
}

.select2-dropdown .scrollbox-wrapper {
  padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .order-history #order-datatable th:nth-child(2) {
    min-width: 82px !important;
    padding-left: 10px;
  }
  .order-history #order-datatable th:nth-child(4) {
    width: 130px !important;
  }
  .order-history #order-datatable th:nth-child(5) {
    min-width: 108px;
  }
  .order-history #order-datatable th:nth-child(6) {
    width: 236px !important;
  }
  .order-history #order-datatable th:last-child {
    width: 170px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-history #order-datatable td.dt-control {
    padding-left: 10px;
  }
  .order-history #order-datatable td:nth-child(2) {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .order-history #order-datatable td:last-child .info-icon {
    top: 4px;
  }
}
@media (max-width: 991px) {
  .order-history .accordion-toggle td .site-btn, .order-history .accordion-toggle td .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .order-history .accordion-toggle td a {
    width: unset;
  }
  .order-history .accordion-toggle td .site-btn.show-return-button, .order-history .accordion-toggle td .order-details .pagination .paginate_button a.show-return-button, .order-details .pagination .paginate_button .order-history .accordion-toggle td a.show-return-button {
    min-width: unset;
  }
  .order-history .accordion-toggle td .initiate-return {
    margin-right: 12px;
  }
  .order-history .accordion-toggle td .hide-return-button {
    right: 23px;
    top: 36px;
    min-width: unset;
  }
  .order-history .accordion-toggle td:last-child .checkbox-toggler {
    margin-top: 13px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-history .accordion-body .table-div {
    padding: 23px 10px 56px 10px;
  }
}
@media (min-width: 992px) {
  .order-history .accordion-body .table-div .order-child td:nth-child(5) {
    width: 100px;
  }
  .order-history .accordion-body .table-div .order-child td:last-child {
    width: 215px;
  }
  .order-history .accordion-body .table-div .order-child td span.select2 {
    width: 210px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-history .accordion-body .table-div .order-child td:last-child {
    min-width: 120px;
  }
  .order-history .accordion-body .table-div .order-child td:nth-child(2) {
    width: 110px;
  }
  .order-history .accordion-body .table-div .order-child td:nth-child(4) {
    width: 104px;
  }
  .order-history .accordion-body .table-div .order-child td:nth-child(3) {
    width: 150px;
  }
  .order-history .accordion-body .table-div .order-child td:nth-child(3) span.select2 {
    width: 200px !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .order-history .accordion-body .table-div .order-child td.status-col {
    right: 80px;
    top: 23px;
    position: absolute;
  }
  .order-history .accordion-body .table-div .order-child td.status-col.no-options-btn {
    right: 24px;
  }
}
@media (max-width: 991px) {
  .order-history .accordion-body .table-div .order-child td:last-child > span {
    display: block;
    margin-top: 4px;
  }
  .order-history .accordion-body .table-div .order-child td:last-child > span .hide-return-button {
    font-size: 25px;
    display: block;
    margin: 0 auto;
    width: 24px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .order-history .accordion-body .table-div .order-child td:nth-child(3) span.select2 {
    width: 100%;
  }
}
.order-history .accordion-body .table-div .order-child td:nth-child(5) a {
  text-decoration: underline;
  color: #586074;
}
@media (min-width: 992px) {
  .order-history table th.deliver-order {
    min-width: 130px !important;
  }
  .order-history table th:nth-child(2) {
    width: 103px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .order-history table th:nth-child(3) {
    width: 134px !important;
  }
  .order-history table th:nth-child(4) {
    width: 145px !important;
  }
  .order-history table th:nth-child(5) {
    width: 145px !important;
  }
  .order-history table th:nth-child(6) {
    width: 148px !important;
  }
}
@media (min-width: 1281px) {
  .order-history table th:nth-child(4) {
    padding-right: 12px !important;
    width: 160px !important;
  }
  .order-history table th:nth-child(5) {
    padding-right: 12px !important;
    width: 165px !important;
  }
  .order-history table th:nth-child(6) {
    padding-right: 12px !important;
    width: 165px !important;
  }
  .order-history table th:nth-child(7) {
    width: 136px !important;
    min-width: unset;
    padding-right: 12px !important;
  }
}
@media (min-width: 992px) {
  .order-history table th:nth-child(7) {
    min-width: unset;
    width: 180px !important;
  }
}

.order-history-popup .modal:not(.product-modal) .modal-content {
  padding: 23px 20px 44px 50px;
}
@media (max-width: 991px) {
  .order-history-popup .modal:not(.product-modal) .modal-content {
    padding: 20px;
  }
}
.order-history-popup .modal:not(.product-modal) .modal-content .modal-body {
  padding-bottom: 17px;
}
.order-history-popup .modal:not(.product-modal) .modal-content .modal-body .content-scroll {
  height: unset;
}
.order-history-popup .modal:not(.product-modal) .modal-content .modal-body .content-scroll .table-div {
  transition: all 0.7s;
}
.order-history-popup .modal:not(.product-modal) .modal-content .modal-footer .site-btn, .order-history-popup .modal:not(.product-modal) .modal-content .modal-footer .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .order-history-popup .modal:not(.product-modal) .modal-content .modal-footer a {
  border-radius: 3px;
  width: 71px;
  height: 34px;
  border: none;
}
@media (max-width: 991px) {
  .order-history-popup .modal:not(.product-modal) table {
    margin-bottom: 0;
  }
}
.order-history-popup .modal:not(.product-modal) table th {
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .order-history-popup .modal:not(.product-modal) table th {
    border-top: none;
    border-bottom: none;
  }
}
.order-history-popup .modal:not(.product-modal) table tbody tr:nth-child(odd) {
  background-color: rgba(180, 192, 209, 0.14);
}
@media (min-width: 992px) {
  .order-history-popup .modal:not(.product-modal) table tbody tr td {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .order-history-popup .modal:not(.product-modal) table tbody tr {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #F5F5F5;
  }
  .order-history-popup .modal:not(.product-modal) table tbody tr:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .order-history-popup table thead {
    display: none;
  }
  .order-history-popup table tr {
    display: flex;
    flex-direction: column;
    min-height: unset;
  }
  .order-history-popup table tr td {
    display: block;
    border: none;
    padding: 5px 0 7px 0;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .order-history-popup table tr td:before {
    content: attr(data-title) ": ";
    display: block;
    font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #312F3D;
  }
  .order-history-popup table tr:last-child {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .order-se-history table tbody tr {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #F5F5F5;
  }
  .order-se-history table tbody tr:nth-child(odd) {
    background-color: rgba(180, 192, 209, 0.14);
  }
  .order-se-history table tbody tr td {
    border-top: none;
  }
  .order-se-history table tbody tr:last-child {
    margin-bottom: 0;
  }
  .order-se-history table thead {
    display: none;
  }
  .order-se-history table tr {
    display: flex;
    flex-direction: column;
    min-height: unset;
  }
  .order-se-history table tr td {
    display: block;
    border: none;
    padding: 5px 0 7px 0;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .order-se-history table tr td:before {
    content: attr(data-title) ": ";
    display: block;
    font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #312F3D;
  }
  .order-se-history table tr:last-child {
    border-bottom: none;
  }
}

.order-details .comment-div {
  width: 118px;
  min-width: 90px;
  float: right;
  text-align: center;
}
@media (max-width: 991px) {
  .order-details .comment-div {
    text-align: center;
    width: 100%;
  }
}
.order-details .comment-div .order-item-comment {
  font-size: 0.5625rem;
  line-height: 0.875rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #586074;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .order-details .order-accordian-date {
    padding: 10px 23px 5px 23px;
  }
}
@media (min-width: 992px) {
  .order-details .order-accordian-date + .action-wrappers {
    margin-top: -26px;
  }
}
@media (max-width: 991px) {
  .order-details .order-accordian-date + .action-wrappers {
    padding-inline: 23px;
    margin-top: 10px;
  }
  .order-details .order-accordian-date + .action-wrappers .cancel-order {
    width: 100%;
  }
}

#allOrderCommentModal .modal-content {
  padding: 46px 21px 61px 51px;
}
@media (max-width: 991px) {
  #allOrderCommentModal .modal-content {
    padding-left: 31px;
  }
}
#allOrderCommentModal .modal-header .close {
  padding: 0;
  margin-right: 0;
  margin-top: -2rem;
  opacity: 1;
}
#allOrderCommentModal .modal-header .modal-title {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}
#allOrderCommentModal .modal-body {
  margin-top: 0px;
  padding: 26px 0 20px 0;
}
#allOrderCommentModal .modal-footer button {
  padding-top: 10px;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#allOrderCommentModal .modal-footer button:first-child {
  width: 121px;
  margin-right: 14px;
  border: 1px solid #312F3D;
}
@media (min-width: 992px) {
  #allOrderCommentModal .modal-footer button:first-child:hover {
    border: 1px solid #EDEDED;
  }
}
#allOrderCommentModal .modal-footer button:last-child {
  width: 118px;
  border: 1px solid #EDEDED;
}
#allOrderCommentModal .all-order-comments-display p {
  padding-bottom: 5px;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 397px;
  color: #586074;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#allOrderCommentModal .all-order-comments-display p small {
  font-size: 12px;
}
#allOrderCommentModal .site-input.all-order-comment-data {
  border-radius: 0;
  height: 40px;
  padding: 6px 15px;
  margin-top: 6px;
  max-width: 419px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-color: #707070;
}

#sendForesporselModal .modal-content {
  padding: 32px 21px 61px 51px;
}
@media (max-width: 991px) {
  #sendForesporselModal .modal-content {
    padding-left: 31px;
  }
}
#sendForesporselModal .modal-header .close {
  padding: 0;
  margin-right: 0;
  margin-top: -1rem;
  opacity: 1;
}
#sendForesporselModal .modal-header .modal-title {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}
#sendForesporselModal .modal-body {
  margin-top: 0px;
  padding: 17px 0 18px 0;
}
#sendForesporselModal .modal-body__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  max-width: 397px;
}
#sendForesporselModal .modal-footer button:not(:last-child) {
  margin-right: 14px;
}

#orderItemDeleteModal .modal-body__title {
  color: #000000;
  max-width: 397px;
}
#orderItemDeleteModal .modal-footer button {
  padding-top: 10px;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#orderItemDeleteModal .modal-footer button:first-child {
  width: 118px;
}
#orderItemDeleteModal .modal-footer button:last-child {
  width: 155px;
}

@media (max-width: 767px) {
  #returnCancelModal .modal-footer button {
    font-size: 0.6875rem;
  }
}

#dokumentOgConfirmationModal .modal-footer button {
  padding-top: 10px;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#dokumentOgConfirmationModal .modal-footer button:first-of-type, #dokumentOgConfirmationModal .modal-footer button.site-btn--outline {
  width: 118px;
  margin-right: 14px;
}
#dokumentOgConfirmationModal .modal-footer button:last-child {
  width: 155px;
}

.order-reports .reports-wp {
  max-width: 720px;
}
.order-reports .reports-wp form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-reports .reports-wp__in {
  max-width: 75%;
  display: flex;
}
@media (max-width: 767px) {
  .order-reports .reports-wp__in {
    max-width: 100%;
    padding-bottom: 16px;
  }
}
.order-reports .reports-wp__in .report_cal {
  width: calc(50% - 14px);
  margin-right: 14px;
  height: 40px;
  padding: 6px 24px;
  font-size: 1rem;
  line-height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H312v72H416V192zm0 104H312v80H416V296zm0 112H312v72h72c17.7 0 32-14.3 32-32V408zM280 376V296H168v80H280zM168 408v72H280V408H168zm-32-32V296H32v80H136zM32 408v40c0 17.7 14.3 32 32 32h72V408H32zm0-144H136V192H32v72zm136 0H280V192H168v72zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z' fill='%234B5565' /%3E%3C/svg%3E");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 14px;
}
@media (max-width: 767px) {
  .order-reports .reports-wp__in .report_cal {
    width: calc(50% - 0px);
    margin-right: 4px;
  }
  .order-reports .reports-wp__in .report_cal:last-of-type {
    margin-left: 8px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .order-reports .reports-wp .site-btn, .order-reports .reports-wp .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .order-reports .reports-wp a {
    width: 100%;
  }
}

body.mac.is-safari .order-details table tbody tr.accordion-toggle:last-child {
  border-bottom: 5px solid #F5F5F5;
}
@media (max-width: 991px) {
  body.mac.is-safari .order-details table tbody tr.row-ac-data {
    padding-bottom: 100px;
  }
  body.mac.is-safari.modal-open .modal {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  body.mac.is-safari .order-details .pagination .paginate_button.active a {
    padding-top: 8px;
  }
}

@media (max-width: 991px) {
  body.mac .order-details .accordion-body .ac-table-mobile-data .site-btn::before, body.mac .order-details .accordion-body .ac-table-mobile-data .pagination .paginate_button a::before, body.mac .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-data a::before, body.mac .order-details .accordion-body .ac-table-mobile-bottom .site-btn::before, body.mac .order-details .accordion-body .ac-table-mobile-bottom .pagination .paginate_button a::before, body.mac .order-details .pagination .paginate_button .accordion-body .ac-table-mobile-bottom a::before {
    top: 13px;
  }
}

@media (min-width: 992px) {
  body.mac.is-firefox .order-details .pagination .paginate_button a {
    padding-top: 12px;
  }
  body.mac.is-firefox .order-details .pagination .paginate_button.active a {
    line-height: 10px;
  }
}

.order-details table .sorting:first-child:before, .order-details table .sorting:first-child:after, .order-details table .sorting:last-child:before, .order-details table .sorting:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  .order-details .dataTables_paginate, .order-details .dataTables_info {
    padding-top: 0;
  }
}

.order-details .sorting:before, .order-details .sorting:after {
  visibility: hidden;
}
.order-details .sorting .custom-sort {
  padding-left: 9px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .order-details .sorting .custom-sort {
    padding-left: 2px;
  }
}
.order-details .sorting .custom-sort:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.193' height='5.024' viewBox='0 0 6.193 5.024'%3E%3Cpath id='Path_5977' data-name='Path 5977' d='M520.5,204.5l2.407,3.835,2.407-3.835' transform='translate(-519.808 -203.811)' fill='none' stroke='%23312f3d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 4px;
  display: inline-block;
}
.order-details .sorting .custom-sort:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.193' height='5.024' viewBox='0 0 6.193 5.024'%3E%3Cpath id='Path_5978' data-name='Path 5978' d='M520.5,204.5l2.407,3.835,2.407-3.835' transform='translate(526.001 208.835) rotate(180)' fill='none' stroke='%23312f3d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 4px;
  display: inline-block;
}

@media (max-width: 991px) {
  table.dataTable {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  table.dataTable tr.shown {
    background-color: #EFF0F1;
  }
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  transform: rotate(180deg);
  transition: all 0.7s;
  background-color: unset;
}
@media (max-width: 991px) {
  table.dataTable tr td.dt-control {
    order: 10;
    margin-top: -46px;
  }
}
table.dataTable tr td.dt-control:before {
  content: "";
  transition: all 0.7s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='Group_1216' data-name='Group 1216' transform='translate(-385 -288)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='31' height='31' rx='15.5' transform='translate(385 288)' fill='%23fafafa'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M383.116,363.843l5.477-5.477,5.477,5.477' transform='translate(789.187 666.208) rotate(180)' fill='none' stroke='%23b4c0d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  display: block;
  box-shadow: none;
  margin-top: 0;
  cursor: pointer;
  border: none;
}
@media (max-width: 991px) {
  table.dataTable tr td.dt-control:before {
    width: 33px;
    height: 33px;
    float: right;
    transform: rotate(270deg);
  }
}

.admin-page-tabs .heading {
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 10px;
  color: #222222;
}
.admin-page-tabs .tab-content {
  padding: 42px 0;
}
@media (max-width: 991px) {
  .admin-page-tabs .nav-pills {
    display: flex;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .admin-page-tabs .nav-pills li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.admin-page-tabs .nav-pills .nav-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .admin-page-tabs .nav-pills .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
.admin-page-tabs .nav-pills .nav-item:nth-child(2) a {
  text-transform: initial;
}
.admin-page-tabs .nav-pills .nav-link {
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-style: normal;
  padding: 7.5px 0;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
  color: #222222;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.admin-page-tabs .nav-pills .nav-link.active {
  border-bottom: 2px solid #222;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .admin-page-tabs .nav-pills .nav-link:hover {
    color: #A6AFB5;
  }
}
@media (max-width: 991px) {
  .admin-page-tabs .nav-pills .nav-link {
    letter-spacing: 2px;
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 575px) {
  .admin-page-tabs .nav-pills .nav-link {
    letter-spacing: 1px;
  }
}
.admin-page-tabs .admin-tab-msg {
  margin-top: 25px;
}

.admin-page-tabs .scrollbox-horizontal-rail {
  height: 4px;
  background-color: #EBEBF1;
  bottom: -10px;
  opacity: 1;
}
.admin-page-tabs .scrollbox-bar {
  height: 4px;
  background-color: #312F3D;
  bottom: -10px;
}

@media (min-width: 1300px) {
  .admin-block form.update_email {
    max-width: 851px;
  }
}
.admin-block form.update_email:not(:first-child) {
  margin-top: 63px;
}
@media (max-width: 991px) {
  .admin-block form.update_email:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 1300px) {
  .admin-block form {
    max-width: 845px;
  }
  .admin-block form .row .col-12 {
    padding-right: 18px;
    padding-left: 12px;
  }
}
.admin-block form label {
  margin: 21px 0 0 0;
}
@media (max-width: 991px) {
  .admin-block form label {
    margin: 17px 0 0 0;
  }
}
.admin-block form input {
  margin-top: 13px;
}
@media (max-width: 991px) {
  .admin-block form input {
    margin-top: 10px;
  }
}
.admin-block form .site-btn, .admin-block form .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .admin-block form a {
  margin-top: 36px;
  padding: 11px 32px;
  color: #F8FAFB;
  border: 1px solid #EDEDED;
}
@media (min-width: 992px) {
  .admin-block form .site-btn:hover, .admin-block form .order-details .pagination .paginate_button a:hover, .order-details .pagination .paginate_button .admin-block form a:hover {
    color: #312F3D;
  }
}
@media (max-width: 991px) {
  .admin-block form .site-btn, .admin-block form .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .admin-block form a {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .admin-block form .col-12, .admin-block form .col-6 {
    padding-right: 25px;
  }
}
.admin-block form .custom-checkbox {
  margin: 23px 0 0 0;
}
.admin-block form .custom-checkbox input[type=checkbox]:checked + label:after {
  content: "x";
  top: 0;
  left: 8px;
  font-size: 15px;
  background-image: none;
  width: 15px;
  text-align: center;
  height: 16px;
  margin-left: -2px;
  color: #586074;
}
@media (max-width: 991px) {
  .admin-block form .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 0px;
    left: 6px;
  }
}
.admin-block form .custom-checkbox input[type=checkbox] + label:before {
  width: 27px;
  height: 25px;
  max-width: 27px;
  top: -2px;
  border-color: #707070;
}
@media (max-width: 991px) {
  .admin-block form .custom-checkbox input[type=checkbox] + label:before {
    width: 23px;
    height: 21px;
    max-width: 23px;
  }
}
.admin-block form .custom-checkbox label {
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #222222;
}
@media (max-width: 991px) {
  .admin-block form .custom-checkbox label {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 991px) {
  .admin-block form .custom-checkbox {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .admin-block .separator {
    border-bottom: 1px solid #CECECE;
    padding-top: 15px;
    margin-inline: 18px;
  }
}
.admin-block .cke_chrome {
  border-radius: 10px;
  margin-top: 13px;
}
@media (max-width: 991px) {
  .admin-block .cke_chrome {
    margin-top: 10px;
  }
}
.admin-block .cke_chrome .cke_inner {
  border-radius: 10px;
}
.admin-block .cke_chrome .cke_inner .cke_top {
  border-radius: 10px 10px 0 0;
}
.admin-block .cke_chrome .cke_inner .cke_bottom {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1300px) {
  .store-block {
    max-width: 845px;
  }
}
.store-block .add-new-store button {
  margin-top: 60px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 991px) {
  .store-block .add-new-store button {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .store-block form .row .col-12:nth-child(odd) {
    padding-right: 18px;
    padding-left: 12px;
  }
  .store-block form .row .col-12:nth-child(even) {
    padding-left: 18px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .shipping-setting-block .new-row {
    flex-wrap: nowrap;
  }
}
.shipping-setting-block .new-row input {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .shipping-setting-block .new-row input {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .shipping-setting-block .new-row .site-btn, .shipping-setting-block .new-row .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .shipping-setting-block .new-row a {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shipping-setting-block .new-row .site-btn, .shipping-setting-block .new-row .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .shipping-setting-block .new-row a {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shipping-setting-block .new-row div .delete-shipping-row {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .shipping-setting-block .new-row div:nth-child(4) {
    text-align: right;
    padding-right: 20px;
  }
}
.shipping-setting-block .heading2 {
  margin-top: 43px;
  margin-bottom: 31px;
}
@media (max-width: 991px) {
  .shipping-setting-block .heading2 {
    margin-top: 30px;
    margin-bottom: 22px;
  }
}
.shipping-setting-block .add-new-row a {
  margin-top: 40px;
  padding-left: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .shipping-setting-block .add-new-row a:hover {
    color: #A6AFB5;
  }
}
@media (max-width: 991px) {
  .shipping-setting-block .add-new-row a {
    margin-top: 30px;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.shipping-setting-block .form-errors, .shipping-setting-block .form-success {
  margin-top: 20px;
}
.shipping-setting-block .custom-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
@media (max-width: 991px) {
  .shipping-setting-block .custom-radio {
    margin-top: 8px;
    margin-bottom: 10px;
    justify-content: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shipping-setting-block .custom-radio {
    margin-top: 18px;
  }
}
.shipping-setting-block .custom-radio input {
  margin-top: 0;
}
@media (min-width: 992px) {
  .shipping-setting-block .action-row .action-row__save {
    padding-right: 18px;
  }
}

.email-block .heading {
  text-transform: uppercase;
}
.email-block .clabel {
  margin-top: 62px;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .email-block .clabel {
    margin-top: 45px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.email-block .hqlabel {
  margin-top: 42px;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .email-block .hqlabel {
    margin-top: 28px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.email-block #email-signature {
  min-height: 89px;
}
@media (max-width: 991px) {
  .email-block #email-signature {
    min-height: 75px;
  }
}
.email-block form input {
  padding-top: 26px;
  padding-bottom: 26px;
  height: 74px;
}
@media (max-width: 991px) {
  .email-block form input {
    padding-top: 12px;
    padding-bottom: 15px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .user-block .select-dropdown {
    z-index: 0;
  }
}
.user-block .password_field {
  padding-right: 35px;
}
.user-block .eye-pwd {
  position: absolute;
  bottom: 19px;
  right: 30px;
  margin: 0 !important;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .user-block .eye-pwd {
    right: 38px;
  }
}
@media (max-width: 991px) {
  .user-block .eye-pwd {
    bottom: 13px;
  }
}
.user-block .eye-pwd input[type=checkbox] + .site-label:before, .user-block .eye-pwd input[type=checkbox] + .site-label:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  top: 0;
  left: 0;
  margin: 0;
  background-color: transparent;
}
.user-block .eye-pwd input[type=checkbox] + .site-label:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M17.7469 15.4149C17.9855 14.8742 18.1188 14.2724 18.1188 14.0016C18.1188 11.6544 16.2952 9.7513 14.046 9.7513C11.7969 9.7513 9.97332 11.6544 9.97332 14.0016C9.97332 16.3487 12.0097 17.8886 14.046 17.8886C15.3486 17.8886 16.508 17.2515 17.2517 16.2595C17.4466 16.0001 17.6137 15.7168 17.7469 15.4149ZM14.046 15.7635C14.5551 15.7635 15.0205 15.5684 15.3784 15.2457C15.81 14.8566 16 14.2807 16 14.0016C16 12.828 15.1716 11.8764 14.046 11.8764C12.9205 11.8764 12 12.8264 12 14C12 14.8104 12.9205 15.7635 14.046 15.7635Z' fill='black' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='M1.09212 14.2724C1.07621 14.2527 1.10803 14.2931 1.09212 14.2724C0.96764 14.1021 0.970773 13.8996 1.09268 13.7273C1.10161 13.7147 1.11071 13.7016 1.11993 13.6882C4.781 8.34319 9.32105 5.5 14.0142 5.5C18.7025 5.5 23.2385 8.33554 26.8956 13.6698C26.965 13.771 27 13.875 27 13.9995C27 14.1301 26.9593 14.2399 26.8863 14.3461C23.2302 19.6702 18.6982 22.5 14.0142 22.5C9.30912 22.5 4.75717 19.6433 1.09212 14.2724ZM3.93909 13.3525C3.6381 13.7267 3.6381 14.2722 3.93908 14.6465C7.07417 18.5443 10.6042 20.3749 14.0142 20.3749C17.4243 20.3749 20.9543 18.5443 24.0894 14.6465C24.3904 14.2722 24.3904 13.7267 24.0894 13.3525C20.9543 9.45475 17.4243 7.62513 14.0142 7.62513C10.6042 7.62513 7.07417 9.45475 3.93909 13.3525Z' fill='black' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.user-block .eye-pwd input[type=checkbox]:checked + .site-label:before {
  background-image: none;
}
.user-block .eye-pwd input[type=checkbox]:checked + .site-label:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M22.6928 1.55018C22.3102 1.32626 21.8209 1.45915 21.6 1.84698L19.1533 6.14375C17.4864 5.36351 15.7609 4.96457 14.0142 4.96457C9.32104 4.96457 4.781 7.84644 1.11993 13.2641L1.10541 13.2854L1.09271 13.3038C0.970762 13.4784 0.967649 13.6837 1.0921 13.8563C3.79364 17.8691 6.97705 20.4972 10.3484 21.6018L8.39935 25.0222C8.1784 25.4101 8.30951 25.906 8.69214 26.1299L9.03857 26.3326C9.4212 26.5565 9.91046 26.4237 10.1314 26.0358L23.332 2.86058C23.553 2.47275 23.4219 1.97684 23.0392 1.75291L22.6928 1.55018ZM18.092 8.00705C16.7353 7.40974 15.3654 7.1186 14.0142 7.1186C10.6042 7.1186 7.07416 8.97311 3.93908 12.9239C3.63812 13.3032 3.63812 13.8561 3.93908 14.2354C6.28912 17.197 8.86102 18.9811 11.438 19.689L12.7855 17.3232C11.2462 16.8322 9.97333 15.4627 9.97333 13.5818C9.97333 11.2026 11.7969 9.27368 14.046 9.27368C15.0842 9.27368 16.0317 9.68468 16.7511 10.3612L18.092 8.00705ZM15.639 12.3137C15.2926 11.7767 14.7231 11.4277 14.046 11.4277C12.9205 11.4277 12 12.3906 12 13.5802C12 14.3664 12.8432 15.2851 13.9024 15.3624L15.639 12.3137Z' fill='black' fill-rule='evenodd'/%3E%3Cpath d='M14.6873 22.1761C19.1311 21.9148 23.4056 19.0687 26.8864 13.931C26.9593 13.8234 27 13.7121 27 13.5797C27 13.4535 26.965 13.3481 26.8956 13.2455C25.5579 11.2677 24.1025 9.62885 22.5652 8.34557L21.506 10.2052C22.3887 10.9653 23.2531 11.87 24.0894 12.9239C24.3904 13.3032 24.3904 13.8561 24.0894 14.2354C21.5676 17.4135 18.7903 19.2357 16.0254 19.827L14.6873 22.1761Z' fill='black'/%3E%3C/svg%3E");
  color: transparent;
  width: 27px;
  height: 25px;
  left: 0;
  top: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .user-block .eye-pwd input[type=checkbox]:checked + .site-label:after {
    width: 23px;
    height: 21px;
  }
}
.user-block .generate-pass-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.user-block .generate-pass-block .site-btn, .user-block .generate-pass-block .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button .user-block .generate-pass-block a {
  margin-top: 25px;
}
.user-block .custom-checkbox {
  margin-top: 10px !important;
}
@media (min-width: 1300px) {
  .user-block form {
    max-width: 845px;
  }
  .user-block form .row .col-12:nth-child(odd) {
    padding-right: 18px;
    padding-left: 12px;
  }
  .user-block form .row .col-12:nth-child(even) {
    padding-left: 18px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  body.mac .user-block .generate-pass-block .site-btn, body.mac .user-block .generate-pass-block .order-details .pagination .paginate_button a, .order-details .pagination .paginate_button body.mac .user-block .generate-pass-block a {
    margin-top: 30px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .secondary-search {
    width: 100%;
  }
  .secondary-search button {
    width: 20px;
    right: 3px;
  }
}
.secondary-search input {
  background-color: transparent;
}
@media (min-width: 1300px) {
  .users-listing-row {
    max-width: 851px;
  }
  .users-listing-row .col-12 {
    padding: 0;
  }
}

.users-listing, .smtp-listing {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .users-listing, .smtp-listing {
    padding-right: 0;
  }
}
.users-listing .heading, .smtp-listing .heading {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-family: "Helvetica Neue Medium", "Helvetica Neue LT Pro 65 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  margin-bottom: 13px;
  padding-left: 8px;
}
.users-listing table tr th, .smtp-listing table tr th {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
}
.users-listing table tr th:last-child, .smtp-listing table tr th:last-child {
  text-align: right;
}
.users-listing table tr td, .smtp-listing table tr td {
  font-size: 1rem;
  line-height: 1.25rem;
}
.users-listing table tr td:nth-child(5), .smtp-listing table tr td:nth-child(5) {
  text-align: right;
}
.users-listing table tr td:last-child a, .smtp-listing table tr td:last-child a {
  text-decoration: underline;
  color: #000000;
}
@media (min-width: 992px) {
  .users-listing table tr td:last-child a:hover, .smtp-listing table tr td:last-child a:hover {
    color: #586074;
  }
}
.users-listing table tr td:last-child .delete_user, .smtp-listing table tr td:last-child .delete_user {
  color: #E64545;
  padding-left: 5px;
}
@media (max-width: 575px) {
  .users-listing table tr td:last-child .delete_user, .smtp-listing table tr td:last-child .delete_user {
    padding-top: 5px;
    padding-left: 0px;
    display: inline-block;
  }
}
.users-listing table tr th, .users-listing table tr td, .smtp-listing table tr th, .smtp-listing table tr td {
  border: none;
  padding: 10px 8px;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  word-break: break-word;
}
@media (max-width: 575px) {
  .users-listing table tr th, .users-listing table tr td, .smtp-listing table tr th, .smtp-listing table tr td {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .users-listing table tr th:last-child, .users-listing table tr td:last-child, .smtp-listing table tr th:last-child, .smtp-listing table tr td:last-child {
    width: 75px;
    text-align: center;
  }
}
.users-listing table tr th, .smtp-listing table tr th {
  color: #222222;
}
@media (min-width: 992px) {
  .users-listing table tr th.name, .users-listing table tr th.email, .smtp-listing table tr th.name, .smtp-listing table tr th.email {
    width: 200px;
  }
  .users-listing table tr th.surname, .smtp-listing table tr th.surname {
    width: 195px;
  }
}
@media (max-width: 991px) {
  .users-listing table tr.edit-user-row td, .smtp-listing table tr.edit-user-row td {
    text-align: left;
  }
}
.users-listing table tbody tr:nth-child(4n+1), .smtp-listing table tbody tr:nth-child(4n+1) {
  background-color: rgba(180, 192, 209, 0.14);
}
@media (min-width: 992px) {
  .users-listing table tbody tr, .smtp-listing table tbody tr {
    height: 45px;
  }
  .users-listing table tbody tr td, .smtp-listing table tbody tr td {
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .users-listing table tr th.name, .users-listing table tr th.email {
    width: 170px;
  }
  .users-listing table tr th.surname {
    width: 145px;
  }
}
@media (max-width: 575px) {
  .users-listing table tr th:nth-child(2), .users-listing table tr td:nth-child(2) {
    display: none;
  }
}
.users-listing table tr td.text-center {
  background-color: #FDFDFD;
}

@media (min-width: 1300px) {
  .import-export-setting-block {
    max-width: 851px;
  }
  .import-export-setting-block .col-12 {
    padding-right: 0;
    padding-left: 12px;
  }
}

.cron-table.cron-table th, .cron-table.cron-table td {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (max-width: 991px) {
  .cron-table.cron-table th, .cron-table.cron-table td {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.cron-table.cron-table tr th:last-child, .cron-table.cron-table tr td:last-child {
  text-align: left;
}
.cron-table.cron-table tbody tr:nth-child(odd) {
  background-color: rgba(180, 192, 209, 0.14);
}

@media (min-width: 1300px) {
  .cron-table-row .col-12 {
    padding-right: 18px;
  }
}

.loading {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23A6AFB5' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.dataTables_empty {
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  .smtp-listing {
    width: 851px;
  }
}
@media (max-width: 991px) {
  .smtp-listing {
    width: 100%;
  }
  .smtp-listing table {
    width: 100%;
  }
}
.smtp-listing .row-ac-data {
  background-color: #fff;
}
.smtp-listing .row-ac-data > td {
  padding-top: 20px !important;
}
.smtp-listing .row-ac-data td {
  padding: 0;
}
.smtp-listing .row-ac-data td br {
  display: none;
}
.smtp-listing .dataTables_wrapper .row:first-child {
  display: flex;
  flex-direction: column-reverse;
}
.smtp-listing .dataTables_wrapper .row .dataTables_filter {
  text-align: left;
  margin-bottom: 15px;
}
.smtp-listing .dataTables_wrapper .row .dataTables_filter input {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Helvetica Neue Light", "Helvetica Neue LT Pro 45 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #312F3D;
  border: none;
  border-bottom: 0.5px solid #222222;
  border-radius: unset;
  min-height: 26px;
  padding: 0px 0px 0px 0px;
  width: 281px;
}
.smtp-listing .dataTables_wrapper .row:last-child {
  display: none;
}
@media (min-width: 992px) {
  .smtp-listing table#smtp-log-datatable {
    width: 100% !important;
  }
}
.smtp-listing table#smtp-log-datatable tr th {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.smtp-listing table#smtp-log-datatable tr th:before, .smtp-listing table#smtp-log-datatable tr th:after {
  display: none;
}
@media (min-width: 992px) {
  .smtp-listing table#smtp-log-datatable tr th:nth-child(2).sorting {
    width: 105px !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:nth-child(3).sorting {
    width: 137px !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:nth-child(5).sorting_desc {
    width: 104px !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:last-child {
    width: 36px !important;
  }
}
@media (min-width: 992px) {
  .smtp-listing table#smtp-log-datatable tr th:nth-child(4) {
    width: 180px !important;
  }
}
@media (max-width: 991px) {
  .smtp-listing table#smtp-log-datatable tr th {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 767px) {
  .smtp-listing table#smtp-log-datatable tr th:nth-child(2) {
    width: 42px !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:nth-child(3) {
    width: 55px !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:nth-child(4) {
    width: auto !important;
  }
  .smtp-listing table#smtp-log-datatable tr th:nth-child(5) {
    display: none;
  }
  .smtp-listing table#smtp-log-datatable tr th:last-child {
    width: 40px !important;
    text-align: center;
  }
}
.smtp-listing table#smtp-log-datatable tr:not(.shown) .dt-control:before {
  transform: rotate(0);
}
.smtp-listing table#smtp-log-datatable tr .dt-control:before {
  border: none;
}
@media (max-width: 767px) {
  .smtp-listing table#smtp-log-datatable tr .dt-control:before {
    width: 25px;
    height: 25px;
  }
}
.smtp-listing table#smtp-log-datatable tr:nth-child(4n+1) {
  background-color: unset;
}
.smtp-listing table#smtp-log-datatable tr.odd {
  background-color: rgba(180, 192, 209, 0.14);
}
.smtp-listing table#smtp-log-datatable tr td {
  font-size: 0.875rem;
  line-height: 1.125rem;
  vertical-align: middle;
}
.smtp-listing table#smtp-log-datatable tr td:nth-child(5) {
  text-align: left;
}
@media (max-width: 767px) {
  .smtp-listing table#smtp-log-datatable tr td:nth-child(5) {
    display: none;
  }
}
.smtp-listing table#smtp-log-datatable tr td:nth-child(6) {
  text-align: right;
}
.smtp-listing table#smtp-log-datatable tr td:nth-child(6) .delete_email {
  color: #E64545;
}
@media (max-width: 991px) {
  .smtp-listing table#smtp-log-datatable tr td {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 767px) {
  .smtp-listing table#smtp-log-datatable tr td#x_header_wrapper {
    width: 50%;
    padding-left: 0 !important;
  }
  .smtp-listing table#smtp-log-datatable tr td:last-child {
    width: 55px !important;
    text-align: center;
    padding-left: 0 !important;
  }
}

.smtp-listing #x_template_header_image {
  text-align: left;
}
@media (min-width: 992px) {
  .smtp-listing #x_body_content_inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .smtp-listing .email_body_content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .smtp-listing .product-table tr #email_body_content {
    text-align: left !important;
  }
  .smtp-listing .product-table tr td {
    padding: 10px !important;
    font-size: 14px !important;
  }
  .smtp-listing .product-table tr td.x_td div {
    font-size: 14px !important;
  }
  .smtp-listing .product-table tr td.x_td div:last-child {
    width: 170px !important;
  }
  .smtp-listing .product-table tr td img {
    margin-right: 0 !important;
    width: 60px;
  }
}

.smtp-setting-block .eye-pwd {
  position: absolute;
  bottom: 19px;
  right: 30px;
  margin: 0 !important;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .smtp-setting-block .eye-pwd {
    right: 38px;
  }
}
@media (max-width: 991px) {
  .smtp-setting-block .eye-pwd {
    bottom: 13px;
  }
}
.smtp-setting-block .eye-pwd input[type=checkbox] + .site-label:before, .smtp-setting-block .eye-pwd input[type=checkbox] + .site-label:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  top: 0;
  left: 0;
  margin: 0;
  background-color: transparent;
}
.smtp-setting-block .eye-pwd input[type=checkbox] + .site-label:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M17.7469 15.4149C17.9855 14.8742 18.1188 14.2724 18.1188 14.0016C18.1188 11.6544 16.2952 9.7513 14.046 9.7513C11.7969 9.7513 9.97332 11.6544 9.97332 14.0016C9.97332 16.3487 12.0097 17.8886 14.046 17.8886C15.3486 17.8886 16.508 17.2515 17.2517 16.2595C17.4466 16.0001 17.6137 15.7168 17.7469 15.4149ZM14.046 15.7635C14.5551 15.7635 15.0205 15.5684 15.3784 15.2457C15.81 14.8566 16 14.2807 16 14.0016C16 12.828 15.1716 11.8764 14.046 11.8764C12.9205 11.8764 12 12.8264 12 14C12 14.8104 12.9205 15.7635 14.046 15.7635Z' fill='black' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='M1.09212 14.2724C1.07621 14.2527 1.10803 14.2931 1.09212 14.2724C0.96764 14.1021 0.970773 13.8996 1.09268 13.7273C1.10161 13.7147 1.11071 13.7016 1.11993 13.6882C4.781 8.34319 9.32105 5.5 14.0142 5.5C18.7025 5.5 23.2385 8.33554 26.8956 13.6698C26.965 13.771 27 13.875 27 13.9995C27 14.1301 26.9593 14.2399 26.8863 14.3461C23.2302 19.6702 18.6982 22.5 14.0142 22.5C9.30912 22.5 4.75717 19.6433 1.09212 14.2724ZM3.93909 13.3525C3.6381 13.7267 3.6381 14.2722 3.93908 14.6465C7.07417 18.5443 10.6042 20.3749 14.0142 20.3749C17.4243 20.3749 20.9543 18.5443 24.0894 14.6465C24.3904 14.2722 24.3904 13.7267 24.0894 13.3525C20.9543 9.45475 17.4243 7.62513 14.0142 7.62513C10.6042 7.62513 7.07417 9.45475 3.93909 13.3525Z' fill='black' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.smtp-setting-block .eye-pwd input[type=checkbox]:checked + .site-label:before {
  background-image: none;
}
.smtp-setting-block .eye-pwd input[type=checkbox]:checked + .site-label:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M22.6928 1.55018C22.3102 1.32626 21.8209 1.45915 21.6 1.84698L19.1533 6.14375C17.4864 5.36351 15.7609 4.96457 14.0142 4.96457C9.32104 4.96457 4.781 7.84644 1.11993 13.2641L1.10541 13.2854L1.09271 13.3038C0.970762 13.4784 0.967649 13.6837 1.0921 13.8563C3.79364 17.8691 6.97705 20.4972 10.3484 21.6018L8.39935 25.0222C8.1784 25.4101 8.30951 25.906 8.69214 26.1299L9.03857 26.3326C9.4212 26.5565 9.91046 26.4237 10.1314 26.0358L23.332 2.86058C23.553 2.47275 23.4219 1.97684 23.0392 1.75291L22.6928 1.55018ZM18.092 8.00705C16.7353 7.40974 15.3654 7.1186 14.0142 7.1186C10.6042 7.1186 7.07416 8.97311 3.93908 12.9239C3.63812 13.3032 3.63812 13.8561 3.93908 14.2354C6.28912 17.197 8.86102 18.9811 11.438 19.689L12.7855 17.3232C11.2462 16.8322 9.97333 15.4627 9.97333 13.5818C9.97333 11.2026 11.7969 9.27368 14.046 9.27368C15.0842 9.27368 16.0317 9.68468 16.7511 10.3612L18.092 8.00705ZM15.639 12.3137C15.2926 11.7767 14.7231 11.4277 14.046 11.4277C12.9205 11.4277 12 12.3906 12 13.5802C12 14.3664 12.8432 15.2851 13.9024 15.3624L15.639 12.3137Z' fill='black' fill-rule='evenodd'/%3E%3Cpath d='M14.6873 22.1761C19.1311 21.9148 23.4056 19.0687 26.8864 13.931C26.9593 13.8234 27 13.7121 27 13.5797C27 13.4535 26.965 13.3481 26.8956 13.2455C25.5579 11.2677 24.1025 9.62885 22.5652 8.34557L21.506 10.2052C22.3887 10.9653 23.2531 11.87 24.0894 12.9239C24.3904 13.3032 24.3904 13.8561 24.0894 14.2354C21.5676 17.4135 18.7903 19.2357 16.0254 19.827L14.6873 22.1761Z' fill='black'/%3E%3C/svg%3E");
  color: transparent;
  width: 27px;
  height: 25px;
  left: 0;
  top: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .smtp-setting-block .eye-pwd input[type=checkbox]:checked + .site-label:after {
    width: 23px;
    height: 21px;
  }
}

@media (max-width: 991px) {
  body.mac.is-safari .users-listing table tr th {
    width: 25px;
  }
}

.return-order-page .return-logo {
  margin-right: auto;
}
.return-order-page .return-success-msg {
  margin-bottom: 0;
}
.return-order-page form {
  width: 100%;
}
.return-order-page form .input-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.return-order-page form .validation-msg {
  color: #E3000B;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .return-order-page form .validation-msg {
    font-size: 0.875rem;
    line-height: 0.9375rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .return-order-page form .register-return {
    line-height: 29px;
  }
}

.return-order-block {
  width: 100%;
}

.return-table {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .return-table {
    margin-bottom: 26px;
  }
}
.return-table tr:last-child td {
  padding-bottom: 0;
}
.return-table td {
  vertical-align: middle;
  border: none;
}
@media (min-width: 992px) {
  .return-table td:nth-child(2) {
    padding-left: 24px;
  }
}
.return-table td:nth-child(3), .return-table td:nth-child(4) {
  width: 70px;
  text-align: right;
}
.return-table td:nth-child(3) {
  text-align: center;
}
.return-table td:first-child {
  padding-left: 0;
}
.return-table td:last-child {
  padding-right: 0;
}
.return-table td .product-img {
  width: 70px;
}
@media (max-width: 991px) {
  .return-table td .product-img {
    width: 50px;
  }
}
.return-table td .total, .return-table td .select-title {
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
  margin-bottom: 10px;
  color: #586074;
}
.return-table td .article-num {
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 0;
  color: #586074;
}
.return-table td .details {
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #586074;
}
.return-table td input {
  width: 27px;
  height: 25px;
  border-radius: 0;
  font-family: "Helvetica Neue Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 2px;
  display: block;
  margin: 0 auto;
  border: 1px solid #707070;
  text-align: center;
}
@media (max-width: 991px) {
  .return-table td input {
    width: 23px;
    height: 21px;
  }
}
.return-table td #select-all {
  display: inline-block;
  border: 2px solid #707070;
  vertical-align: inherit;
  margin: 0 11px 0 34px;
  display: none;
}
.return-table td .sa-label {
  margin-right: 10px;
}
.return-table td .sa-label, .return-table td .select-item-label {
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  position: relative;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 61px;
  vertical-align: middle;
}
.return-table td .sa-label:after, .return-table td .select-item-label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 0;
  display: block;
  width: 27px;
  height: 25px;
  background: 0 0;
  border: 1px solid #707070;
  border-radius: 0;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .return-table td .sa-label:after, .return-table td .select-item-label:after {
    width: 23px;
    height: 21px;
  }
}
.return-table td #select-item {
  display: none;
}
.return-table td .select-item-label:after {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .return-table .custom-checkbox {
    display: inline-block;
  }
}
.return-table .custom-checkbox .input-checkbox {
  width: 26px;
  height: 25px;
}
@media (max-width: 991px) {
  .return-table .custom-checkbox .input-checkbox {
    width: 23px;
    height: 21px;
  }
}
.return-table .custom-checkbox .input-checkbox:checked + label:after {
  left: -1px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .return-table .custom-checkbox .input-checkbox:checked + label:after {
    top: 0;
  }
}
.return-table .custom-checkbox .input-checkbox + label:before {
  width: 27px;
  height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 12px;
  top: 0;
}
@media (max-width: 991px) {
  .return-table .custom-checkbox .input-checkbox + label:before {
    width: 23px;
    height: 21px;
    padding: 9.5px 10.5px;
  }
}
.return-table .custom-checkbox label {
  display: inline-block !important;
}

@media (min-width: 992px) {
  .return-order-block {
    margin-right: -15px;
  }
}
.return-order-block .form-description {
  margin-bottom: 22px;
}
.return-order-block .custom-checkbox.td-top {
  display: inline-block;
  float: right;
  margin-right: 4px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .return-order-block .custom-checkbox.td-top {
    margin-right: 2px;
  }
}
.return-order-block .custom-checkbox.td-top .input-checkbox:checked + label:after {
  left: unset;
  right: 5px;
  margin: unset;
  top: -1px;
}
.return-order-block .custom-checkbox.td-top .input-checkbox + label {
  padding-right: 55px;
}
@media (max-width: 320px) {
  .return-order-block .custom-checkbox.td-top .input-checkbox + label {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
.return-order-block .custom-checkbox.td-top .input-checkbox + label:before {
  width: 27px;
  height: 25px;
  left: 116%;
  right: unset;
  margin: unset;
  padding: 10px 12px;
  top: -4px;
  border-width: 2px;
}
.return-order-block .custom-checkbox.td-top label {
  font-family: "Helvetica Neue Bold", "Helvetica Neue LT Pro 75 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #586074;
}
@media (min-width: 992px) {
  body.mac.is-chrome .return-table .custom-checkbox .input-checkbox:checked + label:after {
    top: 4px;
    right: 0px;
  }
  body.mac.is-chrome .return-table .custom-checkbox.td-top .input-checkbox:checked + label:after {
    top: -1px;
    right: 5px;
  }
}

@media (min-width: 992px) {
  body.mac.is-firefox .return-table .custom-checkbox .input-checkbox:checked + label:after {
    top: 3px;
  }
}

.email-log-data .email-table {
  width: 560px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .email-log-data .email-table {
    width: 100%;
  }
}
.email-log-data .email-table tr td {
  border: none;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .email-log-data .email-table tr td {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
  }
}
.email-log-data .email-table tr td:nth-child(1) {
  font-weight: bold;
  width: 180px;
}
@media (max-width: 767px) {
  .email-log-data .email-table tr td:nth-child(1) {
    width: 140px;
  }
}
.email-log-data .email-content {
  margin-top: 90px;
}
.email-log-data .email-content br {
  display: none;
}
@media (max-width: 767px) {
  .email-log-data .email-content table {
    width: 100%;
  }
  .email-log-data .email-content table tr td {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .email-log-data .email-content table tr td.x_td {
    padding: 22px 0 25px 0px !important;
  }
  .email-log-data .email-content table tr td.x_td img {
    margin-right: 10px !important;
  }
  .email-log-data .email-content table tr td#x_header_wrapper {
    padding-left: 0 !important;
  }
  .email-log-data .email-content table tr td#x_header_wrapper_text {
    padding-right: 0 !important;
  }
}

.site-wrapper {
  min-height: 58vh;
}
@media (max-width: 991px) {
  .site-wrapper {
    min-height: 63vh;
  }
}
