@charset "UTF-8";
/*$st-blue: #3282CC;
$st-dark-blue: #1862A7;
$st-mid-blue: #62AFFC;
$st-light-blue: #BAD4EE;
$st-lighter-blue: #EBF3FB;
$st-white-blue: #f5faff;
$st-vivid-blue: #56CCF2;*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300&display=swap");
:root,
[data-bs-theme=light] {
  --bs-blue: #3b82f6;
  --bs-indigo: #6366f1;
  --bs-purple: #a855f7;
  --bs-pink: #ec4899;
  --bs-red: #ef4444;
  --bs-orange: #f97316;
  --bs-yellow: #eab308;
  --bs-green: #22c55e;
  --bs-teal: #14b8a6;
  --bs-cyan: #06b6d4;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #52525b;
  --bs-gray-dark: #27272a;
  --bs-gray-100: #f4f4f5;
  --bs-gray-200: #e4e4e7;
  --bs-gray-300: #d4d4d8;
  --bs-gray-400: #a1a1aa;
  --bs-gray-500: #71717a;
  --bs-gray-600: #52525b;
  --bs-gray-700: #3f3f46;
  --bs-gray-800: #27272a;
  --bs-gray-900: #18181b;
  --bs-primary: #3282cc;
  --bs-secondary: #52525b;
  --bs-success: #22c55e;
  --bs-info: #06b6d4;
  --bs-warning: #eab308;
  --bs-danger: #ef4444;
  --bs-light: #f4f4f5;
  --bs-dark: #18181b;
  --bs-primary-rgb: 50, 130, 204;
  --bs-secondary-rgb: 82, 82, 91;
  --bs-success-rgb: 34, 197, 94;
  --bs-info-rgb: 6, 182, 212;
  --bs-warning-rgb: 234, 179, 8;
  --bs-danger-rgb: 239, 68, 68;
  --bs-light-rgb: 244, 244, 245;
  --bs-dark-rgb: 24, 24, 27;
  --bs-primary-text-emphasis: #143452;
  --bs-secondary-text-emphasis: #212124;
  --bs-success-text-emphasis: #0e4f26;
  --bs-info-text-emphasis: #024955;
  --bs-warning-text-emphasis: #5e4803;
  --bs-danger-text-emphasis: #601b1b;
  --bs-light-text-emphasis: #3f3f46;
  --bs-dark-text-emphasis: #3f3f46;
  --bs-primary-bg-subtle: #d6e6f5;
  --bs-secondary-bg-subtle: #dcdcde;
  --bs-success-bg-subtle: #d3f3df;
  --bs-info-bg-subtle: #cdf0f6;
  --bs-warning-bg-subtle: #fbf0ce;
  --bs-danger-bg-subtle: #fcdada;
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #a1a1aa;
  --bs-primary-border-subtle: #adcdeb;
  --bs-secondary-border-subtle: #bababd;
  --bs-success-border-subtle: #a7e8bf;
  --bs-info-border-subtle: #9be2ee;
  --bs-warning-border-subtle: #f7e19c;
  --bs-danger-border-subtle: #f9b4b4;
  --bs-light-border-subtle: #e4e4e7;
  --bs-dark-border-subtle: #71717a;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #131316;
  --bs-body-color-rgb: 19, 19, 22;
  --bs-body-bg: #dfecf7;
  --bs-body-bg-rgb: 223, 236, 247;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(19, 19, 22, 0.75);
  --bs-secondary-color-rgb: 19, 19, 22;
  --bs-secondary-bg: #e4e4e7;
  --bs-secondary-bg-rgb: 228, 228, 231;
  --bs-tertiary-color: rgba(19, 19, 22, 0.5);
  --bs-tertiary-color-rgb: 19, 19, 22;
  --bs-tertiary-bg: #f4f4f5;
  --bs-tertiary-bg-rgb: 244, 244, 245;
  --bs-heading-color: inherit;
  --bs-link-color: #3282cc;
  --bs-link-color-rgb: 50, 130, 204;
  --bs-link-decoration: none;
  --bs-link-hover-color: #2b71b1;
  --bs-link-hover-color-rgb: 43, 113, 177;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #ec4899;
  --bs-highlight-color: #131316;
  --bs-highlight-bg: #fcf8e3;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d4d4d8;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(50, 130, 204, 0.25);
  --bs-form-valid-color: #22c55e;
  --bs-form-valid-border-color: #22c55e;
  --bs-form-invalid-color: #ef4444;
  --bs-form-invalid-border-color: #ef4444;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #d4d4d8;
  --bs-body-color-rgb: 212, 212, 216;
  --bs-body-bg: #18181b;
  --bs-body-bg-rgb: 24, 24, 27;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(212, 212, 216, 0.75);
  --bs-secondary-color-rgb: 212, 212, 216;
  --bs-secondary-bg: #27272a;
  --bs-secondary-bg-rgb: 39, 39, 42;
  --bs-tertiary-color: rgba(212, 212, 216, 0.5);
  --bs-tertiary-color-rgb: 212, 212, 216;
  --bs-tertiary-bg: #202023;
  --bs-tertiary-bg-rgb: 32, 32, 35;
  --bs-primary-text-emphasis: #84b4e0;
  --bs-secondary-text-emphasis: #97979d;
  --bs-success-text-emphasis: #7adc9e;
  --bs-info-text-emphasis: #6ad3e5;
  --bs-warning-text-emphasis: #f2d16b;
  --bs-danger-text-emphasis: #f58f8f;
  --bs-light-text-emphasis: #f4f4f5;
  --bs-dark-text-emphasis: #d4d4d8;
  --bs-primary-bg-subtle: #0a1a29;
  --bs-secondary-bg-subtle: #101012;
  --bs-success-bg-subtle: #072713;
  --bs-info-bg-subtle: #01242a;
  --bs-warning-bg-subtle: #2f2402;
  --bs-danger-bg-subtle: #300e0e;
  --bs-light-bg-subtle: #27272a;
  --bs-dark-bg-subtle: #141415;
  --bs-primary-border-subtle: #1e4e7a;
  --bs-secondary-border-subtle: #313137;
  --bs-success-border-subtle: #147638;
  --bs-info-border-subtle: #046d7f;
  --bs-warning-border-subtle: #8c6b05;
  --bs-danger-border-subtle: #8f2929;
  --bs-light-border-subtle: #3f3f46;
  --bs-dark-border-subtle: #27272a;
  --bs-heading-color: inherit;
  --bs-link-color: #84b4e0;
  --bs-link-hover-color: #9dc3e6;
  --bs-link-color-rgb: 132, 180, 224;
  --bs-link-hover-color-rgb: 157, 195, 230;
  --bs-code-color: #f491c2;
  --bs-highlight-color: #d4d4d8;
  --bs-highlight-bg: #5e4803;
  --bs-border-color: #3f3f46;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #7adc9e;
  --bs-form-valid-border-color: #7adc9e;
  --bs-form-invalid-color: #f58f8f;
  --bs-form-invalid-border-color: #f58f8f;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 80%;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-mlg,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1368px) {
  .container-mlg, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-mlg, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1921px) {
  .container-xxl, .container-xl, .container-mlg, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-mlg: 1368px;
  --bs-breakpoint-xl: 1600px;
  --bs-breakpoint-xxl: 1921px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2, .form-two-col > .row > div .form-col-item .form-col-label,
  .form-two-col > .row > .div .form-col-item .form-col-label {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4, .graphical-picker-body .graphical-picker-tree {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5, .form-one-col > .row > div .form-col-item .form-col-label,
  .form-one-col > .row > .div .form-col-item .form-col-label {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-container, .quote-item-view-body .quoteItemFrameOptions, .quote-item-view-body .quoteItemFrameNav {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7, .form-one-col .form-switch, .form-one-col > .row > div .form-col-item .form-col-input,
  .form-one-col > .row > .div .form-col-item .form-col-input {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8, .graphical-picker-body .graphical-picker-list-wrapper {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10, .form-two-col .form-switch, .form-two-col > .row > div .form-col-item .form-col-input,
  .form-two-col > .row > .div .form-col-item .form-col-input {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12, .graphical-picker-body .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-card-container {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2, .form-two-col .form-switch {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5, .form-one-col .form-switch {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1, .filter-wrapper .filter-text {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, .form-two-col > .row > div .form-col-item .form-col-label,
  .form-two-col > .row > .div .form-col-item .form-col-label, .graphical-picker-body .graphical-picker-tree {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .form-one-col > .row > div .form-col-item .form-col-label,
  .form-one-col > .row > .div .form-col-item .form-col-label, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-container, .filter-wrapper .filter-input {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, .form-two-col > .row > div,
  .form-two-col > .row > .div, .graphical-picker-body .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-card-container {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8, .form-one-col .form-switch, .form-one-col > .row > div .form-col-item .form-col-input,
  .form-one-col > .row > .div .form-col-item .form-col-input, .filter-wrapper .filter-advanced {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9, .form-two-col .form-switch, .form-two-col > .row > div .form-col-item .form-col-input,
  .form-two-col > .row > .div .form-col-item .form-col-input, .graphical-picker-body .graphical-picker-list-wrapper {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3, .form-two-col .form-switch {
    margin-left: 25%;
  }
  .offset-md-4, .form-one-col .form-switch {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-container, .graphical-picker-body .graphical-picker-tree {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .graphical-picker-body .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-card-container, .filter-wrapper .filter-input, .quote-item-view-body .quoteItemImageWrapper, .quote-item-view-body .quoteItemFrameOptions, .quote-item-view-body .quoteItemFrameNav {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .filter-wrapper .filter-advanced {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9, .graphical-picker-body .graphical-picker-list-wrapper {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1368px) {
  .col-mlg {
    flex: 1 0 0%;
  }
  .row-cols-mlg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mlg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mlg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mlg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mlg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mlg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mlg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mlg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mlg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mlg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mlg-3, .quote-item-view-body .quoteItemFrameNav {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mlg-4, .quote-item-view-body .quoteItemFrameOptions {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mlg-5, .quote-item-view-body .quoteItemImageWrapper {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mlg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mlg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mlg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mlg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mlg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mlg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mlg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mlg-0 {
    margin-left: 0;
  }
  .offset-mlg-1 {
    margin-left: 8.33333333%;
  }
  .offset-mlg-2 {
    margin-left: 16.66666667%;
  }
  .offset-mlg-3 {
    margin-left: 25%;
  }
  .offset-mlg-4 {
    margin-left: 33.33333333%;
  }
  .offset-mlg-5 {
    margin-left: 41.66666667%;
  }
  .offset-mlg-6 {
    margin-left: 50%;
  }
  .offset-mlg-7 {
    margin-left: 58.33333333%;
  }
  .offset-mlg-8 {
    margin-left: 66.66666667%;
  }
  .offset-mlg-9 {
    margin-left: 75%;
  }
  .offset-mlg-10 {
    margin-left: 83.33333333%;
  }
  .offset-mlg-11 {
    margin-left: 91.66666667%;
  }
  .g-mlg-0,
  .gx-mlg-0 {
    --bs-gutter-x: 0;
  }
  .g-mlg-0,
  .gy-mlg-0 {
    --bs-gutter-y: 0;
  }
  .g-mlg-1,
  .gx-mlg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mlg-1,
  .gy-mlg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mlg-2,
  .gx-mlg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mlg-2,
  .gy-mlg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mlg-3,
  .gx-mlg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mlg-3,
  .gy-mlg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mlg-4,
  .gx-mlg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mlg-4,
  .gy-mlg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mlg-5,
  .gx-mlg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mlg-5,
  .gy-mlg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2, .form-two-col > .row > div .form-col-item .form-col-label,
  .form-two-col > .row > .div .form-col-item .form-col-label, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-container {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3, .form-one-col > .row > div .form-col-item .form-col-label,
  .form-one-col > .row > .div .form-col-item .form-col-label, .filter-wrapper .filter-input, .quote-item-view-body .quoteItemFrameNav {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4, .graphical-picker-body .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-card-container, .quote-item-view-body .quoteItemImageWrapper {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5, .quote-item-view-body .quoteItemFrameOptions {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9, .form-one-col .form-switch, .form-one-col > .row > div .form-col-item .form-col-input,
  .form-one-col > .row > .div .form-col-item .form-col-input, .filter-wrapper .filter-advanced {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10, .form-two-col .form-switch, .form-two-col > .row > div .form-col-item .form-col-input,
  .form-two-col > .row > .div .form-col-item .form-col-input {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2, .form-two-col .form-switch {
    margin-left: 16.66666667%;
  }
  .offset-xl-3, .form-one-col .form-switch {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1921px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: #f4f4f5;
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: #d4d4d8;
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: #dfecf7;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d6e6f5;
  --bs-table-border-color: #abb8c4;
  --bs-table-striped-bg: #cbdbe9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1cfdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6d5e3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #dcdcde;
  --bs-table-border-color: #b0b0b2;
  --bs-table-striped-bg: #d1d1d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6c6c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cccccd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d3f3df;
  --bs-table-border-color: #a9c2b2;
  --bs-table-striped-bg: #c8e7d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bedbc9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3e1ce;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cdf0f6;
  --bs-table-border-color: #a4c0c5;
  --bs-table-striped-bg: #c3e4ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d8dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bedee4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fbf0ce;
  --bs-table-border-color: #c9c0a5;
  --bs-table-striped-bg: #eee4c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2d8b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8debf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fcdada;
  --bs-table-border-color: #caaeae;
  --bs-table-striped-bg: #efcfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9caca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f4f4f5;
  --bs-table-border-color: #c3c3c4;
  --bs-table-striped-bg: #e8e8e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcdcdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2e2e3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #18181b;
  --bs-table-border-color: #464649;
  --bs-table-striped-bg: #242426;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2f2f32;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #29292c;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.75rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #99c1e6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2327272a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #99c1e6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d4d4d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #99c1e6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.form-check-input:checked {
  background-color: #3282cc;
  border-color: #3282cc;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3282cc;
  border-color: #3282cc;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .toastui-editor-popup-add-image .btn-check[disabled] + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-check[disabled] + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-check[disabled] + .toastui-editor-ok-button, .btn-check:disabled + .btn, .toastui-editor-popup-add-image .btn-check:disabled + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-check:disabled + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-check:disabled + .toastui-editor-ok-button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #dfecf7, 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #dfecf7, 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #3282cc;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2daf0;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #3282cc;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2daf0;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #52525b;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .input-group .toastui-editor-file-select-button,
.input-group .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .input-group .toastui-editor-close-button,
.input-group .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .input-group .toastui-editor-ok-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .toastui-editor-popup-add-image .toastui-editor-file-select-button:focus, .toastui-editor-popup-add-image .input-group .toastui-editor-file-select-button:focus,
.input-group .toastui-editor-defaultUI .toastui-editor-close-button:focus,
.toastui-editor-defaultUI .input-group .toastui-editor-close-button:focus,
.input-group .toastui-editor-defaultUI .toastui-editor-ok-button:focus,
.toastui-editor-defaultUI .input-group .toastui-editor-ok-button:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.toastui-editor-popup-add-image .input-group-lg > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .input-group-lg > .toastui-editor-close-button,
.toastui-editor-defaultUI .input-group-lg > .toastui-editor-ok-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.toastui-editor-popup-add-image .input-group-sm > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .input-group-sm > .toastui-editor-close-button,
.toastui-editor-defaultUI .input-group-sm > .toastui-editor-ok-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322c55e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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, .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .toastui-editor-ok-button {
    transition: none;
  }
}
.btn:hover, .toastui-editor-popup-add-image .toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .toastui-editor-popup-add-image .btn-check + .toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-check + .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-check + .toastui-editor-ok-button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .toastui-editor-popup-add-image .toastui-editor-file-select-button:focus-visible,
.toastui-editor-defaultUI .toastui-editor-close-button:focus-visible,
.toastui-editor-defaultUI .toastui-editor-ok-button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .toastui-editor-popup-add-image .btn-check:focus-visible + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-check:focus-visible + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-check:focus-visible + .toastui-editor-ok-button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .toastui-editor-popup-add-image .btn-check:checked + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-check:checked + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-check:checked + .toastui-editor-ok-button, :not(.btn-check) + .btn:active, .toastui-editor-popup-add-image :not(.btn-check) + .toastui-editor-file-select-button:active,
.toastui-editor-defaultUI :not(.btn-check) + .toastui-editor-close-button:active,
.toastui-editor-defaultUI :not(.btn-check) + .toastui-editor-ok-button:active, .btn:first-child:active, .toastui-editor-popup-add-image .toastui-editor-file-select-button:first-child:active,
.toastui-editor-defaultUI .toastui-editor-close-button:first-child:active,
.toastui-editor-defaultUI .toastui-editor-ok-button:first-child:active, .btn.active, .toastui-editor-popup-add-image .active.toastui-editor-file-select-button,
.toastui-editor-defaultUI .active.toastui-editor-close-button,
.toastui-editor-defaultUI .active.toastui-editor-ok-button, .btn.show, .toastui-editor-popup-add-image .show.toastui-editor-file-select-button,
.toastui-editor-defaultUI .show.toastui-editor-close-button,
.toastui-editor-defaultUI .show.toastui-editor-ok-button {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .toastui-editor-popup-add-image .btn-check:checked + .toastui-editor-file-select-button:focus-visible,
.toastui-editor-defaultUI .btn-check:checked + .toastui-editor-close-button:focus-visible,
.toastui-editor-defaultUI .btn-check:checked + .toastui-editor-ok-button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .toastui-editor-popup-add-image :not(.btn-check) + .toastui-editor-file-select-button:active:focus-visible,
.toastui-editor-defaultUI :not(.btn-check) + .toastui-editor-close-button:active:focus-visible,
.toastui-editor-defaultUI :not(.btn-check) + .toastui-editor-ok-button:active:focus-visible, .btn:first-child:active:focus-visible, .toastui-editor-popup-add-image .toastui-editor-file-select-button:first-child:active:focus-visible,
.toastui-editor-defaultUI .toastui-editor-close-button:first-child:active:focus-visible,
.toastui-editor-defaultUI .toastui-editor-ok-button:first-child:active:focus-visible, .btn.active:focus-visible, .toastui-editor-popup-add-image .active.toastui-editor-file-select-button:focus-visible,
.toastui-editor-defaultUI .active.toastui-editor-close-button:focus-visible,
.toastui-editor-defaultUI .active.toastui-editor-ok-button:focus-visible, .btn.show:focus-visible, .toastui-editor-popup-add-image .show.toastui-editor-file-select-button:focus-visible,
.toastui-editor-defaultUI .show.toastui-editor-close-button:focus-visible,
.toastui-editor-defaultUI .show.toastui-editor-ok-button:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .toastui-editor-popup-add-image .toastui-editor-file-select-button:disabled,
.toastui-editor-defaultUI .toastui-editor-close-button:disabled,
.toastui-editor-defaultUI .toastui-editor-ok-button:disabled, .btn.disabled, .toastui-editor-popup-add-image .disabled.toastui-editor-file-select-button,
.toastui-editor-defaultUI .disabled.toastui-editor-close-button,
.toastui-editor-defaultUI .disabled.toastui-editor-ok-button, fieldset:disabled .btn, fieldset:disabled .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image fieldset:disabled .toastui-editor-file-select-button,
fieldset:disabled .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI fieldset:disabled .toastui-editor-close-button,
fieldset:disabled .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI fieldset:disabled .toastui-editor-ok-button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, .toastui-editor-defaultUI .toastui-editor-ok-button {
  --bs-btn-color: #000;
  --bs-btn-bg: #3282cc;
  --bs-btn-border-color: #3282cc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5195d4;
  --bs-btn-hover-border-color: #478fd1;
  --bs-btn-focus-shadow-rgb: 43, 111, 173;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5b9bd6;
  --bs-btn-active-border-color: #478fd1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3282cc;
  --bs-btn-disabled-border-color: #3282cc;
}

.btn-secondary, .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #52525b;
  --bs-btn-border-color: #52525b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #46464d;
  --bs-btn-hover-border-color: #424249;
  --bs-btn-focus-shadow-rgb: 108, 108, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #424249;
  --bs-btn-active-border-color: #3e3e44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #52525b;
  --bs-btn-disabled-border-color: #52525b;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #22c55e;
  --bs-btn-border-color: #22c55e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #43ce76;
  --bs-btn-hover-border-color: #38cb6e;
  --bs-btn-focus-shadow-rgb: 29, 167, 80;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4ed17e;
  --bs-btn-active-border-color: #38cb6e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #22c55e;
  --bs-btn-disabled-border-color: #22c55e;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #06b6d4;
  --bs-btn-border-color: #06b6d4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2bc1da;
  --bs-btn-hover-border-color: #1fbdd8;
  --bs-btn-focus-shadow-rgb: 5, 155, 180;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #38c5dd;
  --bs-btn-active-border-color: #1fbdd8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #06b6d4;
  --bs-btn-disabled-border-color: #06b6d4;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #eab308;
  --bs-btn-border-color: #eab308;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #edbe2d;
  --bs-btn-hover-border-color: #ecbb21;
  --bs-btn-focus-shadow-rgb: 199, 152, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eec239;
  --bs-btn-active-border-color: #ecbb21;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eab308;
  --bs-btn-disabled-border-color: #eab308;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f16060;
  --bs-btn-hover-border-color: #f15757;
  --bs-btn-focus-shadow-rgb: 203, 58, 58;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f26969;
  --bs-btn-active-border-color: #f15757;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ef4444;
  --bs-btn-disabled-border-color: #ef4444;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f4f4f5;
  --bs-btn-border-color: #f4f4f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cfcfd0;
  --bs-btn-hover-border-color: #c3c3c4;
  --bs-btn-focus-shadow-rgb: 207, 207, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c3c3c4;
  --bs-btn-active-border-color: #b7b7b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f4f4f5;
  --bs-btn-disabled-border-color: #f4f4f5;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #18181b;
  --bs-btn-border-color: #18181b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b3b3d;
  --bs-btn-hover-border-color: #2f2f32;
  --bs-btn-focus-shadow-rgb: 59, 59, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #464649;
  --bs-btn-active-border-color: #2f2f32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #18181b;
  --bs-btn-disabled-border-color: #18181b;
}

.btn-outline-primary {
  --bs-btn-color: #3282cc;
  --bs-btn-border-color: #3282cc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3282cc;
  --bs-btn-hover-border-color: #3282cc;
  --bs-btn-focus-shadow-rgb: 50, 130, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3282cc;
  --bs-btn-active-border-color: #3282cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3282cc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3282cc;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #52525b;
  --bs-btn-border-color: #52525b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52525b;
  --bs-btn-hover-border-color: #52525b;
  --bs-btn-focus-shadow-rgb: 82, 82, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #52525b;
  --bs-btn-active-border-color: #52525b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #52525b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #52525b;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #22c55e;
  --bs-btn-border-color: #22c55e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #22c55e;
  --bs-btn-hover-border-color: #22c55e;
  --bs-btn-focus-shadow-rgb: 34, 197, 94;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #22c55e;
  --bs-btn-active-border-color: #22c55e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #22c55e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #22c55e;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #06b6d4;
  --bs-btn-border-color: #06b6d4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #06b6d4;
  --bs-btn-hover-border-color: #06b6d4;
  --bs-btn-focus-shadow-rgb: 6, 182, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #06b6d4;
  --bs-btn-active-border-color: #06b6d4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #06b6d4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #06b6d4;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #eab308;
  --bs-btn-border-color: #eab308;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eab308;
  --bs-btn-hover-border-color: #eab308;
  --bs-btn-focus-shadow-rgb: 234, 179, 8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eab308;
  --bs-btn-active-border-color: #eab308;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eab308;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eab308;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef4444;
  --bs-btn-hover-border-color: #ef4444;
  --bs-btn-focus-shadow-rgb: 239, 68, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ef4444;
  --bs-btn-active-border-color: #ef4444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ef4444;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef4444;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f4f4f5;
  --bs-btn-border-color: #f4f4f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f4f5;
  --bs-btn-hover-border-color: #f4f4f5;
  --bs-btn-focus-shadow-rgb: 244, 244, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4f4f5;
  --bs-btn-active-border-color: #f4f4f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f4f4f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f4f4f5;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #18181b;
  --bs-btn-border-color: #18181b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18181b;
  --bs-btn-hover-border-color: #18181b;
  --bs-btn-focus-shadow-rgb: 24, 24, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18181b;
  --bs-btn-active-border-color: #18181b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #18181b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #18181b;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #52525b;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 43, 111, 173;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .toastui-editor-popup-add-image .btn-group-lg > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-lg > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-lg > .toastui-editor-ok-button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .toastui-editor-popup-add-image .btn-group-sm > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-sm > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-sm > .toastui-editor-ok-button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3282cc;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #52525b;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1368px) {
  .dropdown-menu-mlg-start {
    --bs-position: start;
  }
  .dropdown-menu-mlg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-mlg-end {
    --bs-position: end;
  }
  .dropdown-menu-mlg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1921px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #d4d4d8;
  --bs-dropdown-bg: #27272a;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #d4d4d8;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3282cc;
  --bs-dropdown-link-disabled-color: #71717a;
  --bs-dropdown-header-color: #71717a;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button,
.btn-group-vertical > .btn,
.toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .toastui-editor-popup-add-image .btn-group > .btn-check:checked + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .btn-check:checked + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .btn-check:checked + .toastui-editor-ok-button,
.btn-group > .btn-check:focus + .btn,
.toastui-editor-popup-add-image .btn-group > .btn-check:focus + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .btn-check:focus + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .btn-check:focus + .toastui-editor-ok-button,
.btn-group > .btn:hover,
.toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button:hover,
.btn-group > .btn:focus,
.toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button:focus,
.btn-group > .btn:active,
.toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button:active,
.btn-group > .btn.active,
.toastui-editor-popup-add-image .btn-group > .active.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .active.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .active.toastui-editor-ok-button,
.btn-group-vertical > .btn-check:checked + .btn,
.toastui-editor-popup-add-image .btn-group-vertical > .btn-check:checked + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-check:checked + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-check:checked + .toastui-editor-ok-button,
.btn-group-vertical > .btn-check:focus + .btn,
.toastui-editor-popup-add-image .btn-group-vertical > .btn-check:focus + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-check:focus + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-check:focus + .toastui-editor-ok-button,
.btn-group-vertical > .btn:hover,
.toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button:hover,
.btn-group-vertical > .btn:focus,
.toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button:focus,
.btn-group-vertical > .btn:active,
.toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button:active,
.btn-group-vertical > .btn.active,
.toastui-editor-popup-add-image .btn-group-vertical > .active.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .active.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .active.toastui-editor-ok-button {
  z-index: 1;
}

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

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .toastui-editor-popup-add-image .btn-group > :not(.btn-check:first-child) + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > :not(.btn-check:first-child) + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > :not(.btn-check:first-child) + .toastui-editor-ok-button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button:not(:last-child):not(.dropdown-toggle),
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button:not(:last-child):not(.dropdown-toggle),
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.toastui-editor-popup-add-image .btn-group > .dropdown-toggle-split.toastui-editor-file-select-button:first-child,
.toastui-editor-defaultUI .btn-group > .dropdown-toggle-split.toastui-editor-close-button:first-child,
.toastui-editor-defaultUI .btn-group > .dropdown-toggle-split.toastui-editor-ok-button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.toastui-editor-popup-add-image .btn-group > .btn-group:not(:last-child) > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .btn-group:not(:last-child) > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .btn-group:not(:last-child) > .toastui-editor-ok-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .toastui-editor-popup-add-image .btn-group > .toastui-editor-file-select-button:nth-child(n+3),
.toastui-editor-defaultUI .btn-group > .toastui-editor-close-button:nth-child(n+3),
.toastui-editor-defaultUI .btn-group > .toastui-editor-ok-button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.toastui-editor-popup-add-image .btn-group > :not(.btn-check) + .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > :not(.btn-check) + .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > :not(.btn-check) + .toastui-editor-ok-button,
.btn-group > .btn-group:not(:first-child) > .btn,
.toastui-editor-popup-add-image .btn-group > .btn-group:not(:first-child) > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group > .btn-group:not(:first-child) > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group > .btn-group:not(:first-child) > .toastui-editor-ok-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .toastui-editor-popup-add-image .btn-group-sm > .toastui-editor-file-select-button + .dropdown-toggle-split,
.toastui-editor-defaultUI .btn-group-sm > .toastui-editor-close-button + .dropdown-toggle-split,
.toastui-editor-defaultUI .btn-group-sm > .toastui-editor-ok-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .toastui-editor-popup-add-image .btn-group-lg > .toastui-editor-file-select-button + .dropdown-toggle-split,
.toastui-editor-defaultUI .btn-group-lg > .toastui-editor-close-button + .dropdown-toggle-split,
.toastui-editor-defaultUI .btn-group-lg > .toastui-editor-ok-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button:not(:first-child),
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button:not(:first-child),
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button:not(:last-child):not(.dropdown-toggle),
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button:not(:last-child):not(.dropdown-toggle),
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.toastui-editor-popup-add-image .btn-group-vertical > .btn-group:not(:last-child) > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-group:not(:last-child) > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-group:not(:last-child) > .toastui-editor-ok-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button ~ .btn,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button ~ .btn,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button ~ .btn, .toastui-editor-popup-add-image .btn-group-vertical > .btn ~ .toastui-editor-file-select-button, .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button ~ .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-close-button ~ .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button ~ .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-ok-button ~ .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button ~ .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn ~ .toastui-editor-close-button,
.toastui-editor-popup-add-image .toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-file-select-button ~ .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button ~ .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button ~ .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button ~ .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn ~ .toastui-editor-ok-button,
.toastui-editor-popup-add-image .toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-file-select-button ~ .toastui-editor-ok-button,
.toastui-editor-defaultUI .toastui-editor-popup-add-image .btn-group-vertical > .toastui-editor-file-select-button ~ .toastui-editor-ok-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-close-button ~ .toastui-editor-ok-button,
.toastui-editor-defaultUI .btn-group-vertical > .toastui-editor-ok-button ~ .toastui-editor-ok-button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.toastui-editor-popup-add-image .btn-group-vertical > .btn-group:not(:first-child) > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-group:not(:first-child) > .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group-vertical > .btn-group:not(:first-child) > .toastui-editor-ok-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3282cc;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 500;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 19, 22, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xs,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-mlg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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;
  }
}

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

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

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

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

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

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

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2384b4e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2384b4e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(50, 130, 204, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3282cc;
  --bs-pagination-active-border-color: #3282cc;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge, .resource-lock-owner {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty, .resource-lock-owner:empty {
  display: none;
}

.btn .badge, .btn .resource-lock-owner, .toastui-editor-popup-add-image .toastui-editor-file-select-button .badge, .toastui-editor-popup-add-image .toastui-editor-file-select-button .resource-lock-owner,
.toastui-editor-defaultUI .toastui-editor-close-button .badge,
.toastui-editor-defaultUI .toastui-editor-close-button .resource-lock-owner,
.toastui-editor-defaultUI .toastui-editor-ok-button .badge,
.toastui-editor-defaultUI .toastui-editor-ok-button .resource-lock-owner {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
  color: var(--bs-alert-link-color);
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3282cc;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

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

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #3282cc;
  --bs-list-group-active-border-color: #3282cc;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

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

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

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

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

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

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  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 {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1367.98px) {
  .modal-fullscreen-mlg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-mlg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-mlg-down .modal-header,
  .modal-fullscreen-mlg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-mlg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1920.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.75rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-mlg, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .toastui-editor-popup-add-image .placeholder.toastui-editor-file-select-button::before,
.toastui-editor-defaultUI .placeholder.toastui-editor-close-button::before,
.toastui-editor-defaultUI .placeholder.toastui-editor-ok-button::before {
  display: inline-block;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(91, 155, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 155, 214, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(66, 66, 73, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 66, 73, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(78, 209, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(78, 209, 126, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(56, 197, 221, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 197, 221, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(238, 194, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 194, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(242, 105, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 105, 105, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(246, 246, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 246, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(19, 19, 22, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 19, 22, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .form-two-col > .row,
.form-one-col > .row, .graphical-picker-body .graphical-picker-list, .frame-history-card .card-body, .pagination-box {
  display: flex !important;
}

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

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

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row, .pagination-box {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-start, .form-two-col > .row,
.form-one-col > .row, .graphical-picker-body .graphical-picker-list, .filter-wrapper .filter-advanced {
  justify-content: flex-start !important;
}

.justify-content-end, .filter-wrapper, .pagination-box {
  justify-content: flex-end !important;
}

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

.justify-content-between, .frame-history-card .card-body {
  justify-content: space-between !important;
}

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

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

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

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

.align-items-center, .frame-history-card .card-body, .quote-item-view-body .attributeContents .v6config-group .v6config-attribute,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute, .pagination-box {
  align-items: center !important;
}

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

.align-items-stretch, .form-two-col > .row,
.form-one-col > .row, .graphical-picker-body .graphical-picker-list {
  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, .filter-wrapper, .pagination-box {
  align-self: center !important;
}

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

.align-self-stretch, .form-two-col > .row,
.form-one-col > .row, .graphical-picker-body .graphical-picker-list, .frame-history-card .card-body {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0, .quote-item-view-body .quoteItemImageWrapper {
  order: 0 !important;
}

.order-1, .quote-item-view-body .quoteItemFrameOptions, .quote-item-view-body .quoteItemFrameNav {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0, .pagination-box ul {
  margin-bottom: 0 !important;
}

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

.mb-2, .main-header-style, .igu-list-wrapper > h2, .igu-list-wrapper > .h2, .form-two-col > h2, .form-two-col > .h2,
.form-two-col > .row > h2,
.form-two-col > .row > .h2,
.form-two-col > .row > div > h2,
.form-two-col > .row > div > .h2,
.form-two-col > .row > .div > h2,
.form-two-col > .row > .div > .h2,
.form-one-col > h2,
.form-one-col > .h2,
.form-one-col > .row > h2,
.form-one-col > .row > .h2,
.form-one-col > .row > div > h2,
.form-one-col > .row > div > .h2,
.form-one-col > .row > .div > h2,
.form-one-col > .row > .div > .h2, .section-header, .v6-quote-item-view .v6-quote-item-view-header h2, .v6-quote-item-view .v6-quote-item-view-header .h2, .quote-item-view-body .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-group-header {
  margin-bottom: 0.5rem !important;
}

.mb-3, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-list.graphical-picker-small-list .graphical-picker-card-container, .graphical-picker-body .graphical-picker-card-family-container, .graphical-picker-body .graphical-picker-card-container, .v6-quote-item-view .v6-quote-item-view-header, .quote-item-view-body > h4, .quote-item-view-body > .h4,
.quoteItemFrameOptions > h4,
.quoteItemFrameOptions > .h4,
.quoteItemFrameProperties > h4,
.quoteItemFrameProperties > .h4, .quoteItemFrameNav > h4, .quoteItemFrameNav > .h4 {
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0, header .navbar .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1, .main-header-style, .igu-list-wrapper > h2, .igu-list-wrapper > .h2, .form-two-col > h2, .form-two-col > .h2,
.form-two-col > .row > h2,
.form-two-col > .row > .h2,
.form-two-col > .row > div > h2,
.form-two-col > .row > div > .h2,
.form-two-col > .row > .div > h2,
.form-two-col > .row > .div > .h2,
.form-one-col > h2,
.form-one-col > .h2,
.form-one-col > .row > h2,
.form-one-col > .row > .h2,
.form-one-col > .row > div > h2,
.form-one-col > .row > div > .h2,
.form-one-col > .row > .div > h2,
.form-one-col > .row > .div > .h2, .section-header, .v6-quote-item-view .v6-quote-item-view-header h2, .v6-quote-item-view .v6-quote-item-view-header .h2, .quote-item-view-body .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-group-header {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-2 {
  font-size: 1.00625rem !important;
}

.fs-3 {
  font-size: 1.00625rem !important;
}

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

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

.fs-6 {
  font-size: 0.875rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

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

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

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

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1, .quote-item-view-body .quoteItemImageWrapper {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1368px) {
  .float-mlg-start {
    float: left !important;
  }
  .float-mlg-end {
    float: right !important;
  }
  .float-mlg-none {
    float: none !important;
  }
  .object-fit-mlg-contain {
    object-fit: contain !important;
  }
  .object-fit-mlg-cover {
    object-fit: cover !important;
  }
  .object-fit-mlg-fill {
    object-fit: fill !important;
  }
  .object-fit-mlg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-mlg-none {
    object-fit: none !important;
  }
  .d-mlg-inline {
    display: inline !important;
  }
  .d-mlg-inline-block {
    display: inline-block !important;
  }
  .d-mlg-block {
    display: block !important;
  }
  .d-mlg-grid {
    display: grid !important;
  }
  .d-mlg-inline-grid {
    display: inline-grid !important;
  }
  .d-mlg-table {
    display: table !important;
  }
  .d-mlg-table-row {
    display: table-row !important;
  }
  .d-mlg-table-cell {
    display: table-cell !important;
  }
  .d-mlg-flex {
    display: flex !important;
  }
  .d-mlg-inline-flex {
    display: inline-flex !important;
  }
  .d-mlg-none {
    display: none !important;
  }
  .flex-mlg-fill {
    flex: 1 1 auto !important;
  }
  .flex-mlg-row {
    flex-direction: row !important;
  }
  .flex-mlg-column {
    flex-direction: column !important;
  }
  .flex-mlg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mlg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mlg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mlg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mlg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mlg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-mlg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mlg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mlg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-mlg-start {
    justify-content: flex-start !important;
  }
  .justify-content-mlg-end {
    justify-content: flex-end !important;
  }
  .justify-content-mlg-center {
    justify-content: center !important;
  }
  .justify-content-mlg-between {
    justify-content: space-between !important;
  }
  .justify-content-mlg-around {
    justify-content: space-around !important;
  }
  .justify-content-mlg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-mlg-start {
    align-items: flex-start !important;
  }
  .align-items-mlg-end {
    align-items: flex-end !important;
  }
  .align-items-mlg-center {
    align-items: center !important;
  }
  .align-items-mlg-baseline {
    align-items: baseline !important;
  }
  .align-items-mlg-stretch {
    align-items: stretch !important;
  }
  .align-content-mlg-start {
    align-content: flex-start !important;
  }
  .align-content-mlg-end {
    align-content: flex-end !important;
  }
  .align-content-mlg-center {
    align-content: center !important;
  }
  .align-content-mlg-between {
    align-content: space-between !important;
  }
  .align-content-mlg-around {
    align-content: space-around !important;
  }
  .align-content-mlg-stretch {
    align-content: stretch !important;
  }
  .align-self-mlg-auto {
    align-self: auto !important;
  }
  .align-self-mlg-start {
    align-self: flex-start !important;
  }
  .align-self-mlg-end {
    align-self: flex-end !important;
  }
  .align-self-mlg-center {
    align-self: center !important;
  }
  .align-self-mlg-baseline {
    align-self: baseline !important;
  }
  .align-self-mlg-stretch {
    align-self: stretch !important;
  }
  .order-mlg-first {
    order: -1 !important;
  }
  .order-mlg-0 {
    order: 0 !important;
  }
  .order-mlg-1 {
    order: 1 !important;
  }
  .order-mlg-2 {
    order: 2 !important;
  }
  .order-mlg-3 {
    order: 3 !important;
  }
  .order-mlg-4 {
    order: 4 !important;
  }
  .order-mlg-5 {
    order: 5 !important;
  }
  .order-mlg-last {
    order: 6 !important;
  }
  .m-mlg-0 {
    margin: 0 !important;
  }
  .m-mlg-1 {
    margin: 0.25rem !important;
  }
  .m-mlg-2 {
    margin: 0.5rem !important;
  }
  .m-mlg-3 {
    margin: 1rem !important;
  }
  .m-mlg-4 {
    margin: 1.5rem !important;
  }
  .m-mlg-5 {
    margin: 3rem !important;
  }
  .m-mlg-auto {
    margin: auto !important;
  }
  .mx-mlg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mlg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mlg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mlg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mlg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mlg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mlg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mlg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mlg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mlg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mlg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mlg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mlg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mlg-0 {
    margin-top: 0 !important;
  }
  .mt-mlg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mlg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mlg-3 {
    margin-top: 1rem !important;
  }
  .mt-mlg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mlg-5 {
    margin-top: 3rem !important;
  }
  .mt-mlg-auto {
    margin-top: auto !important;
  }
  .me-mlg-0 {
    margin-right: 0 !important;
  }
  .me-mlg-1 {
    margin-right: 0.25rem !important;
  }
  .me-mlg-2 {
    margin-right: 0.5rem !important;
  }
  .me-mlg-3 {
    margin-right: 1rem !important;
  }
  .me-mlg-4 {
    margin-right: 1.5rem !important;
  }
  .me-mlg-5 {
    margin-right: 3rem !important;
  }
  .me-mlg-auto {
    margin-right: auto !important;
  }
  .mb-mlg-0 {
    margin-bottom: 0 !important;
  }
  .mb-mlg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mlg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mlg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mlg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mlg-auto {
    margin-bottom: auto !important;
  }
  .ms-mlg-0 {
    margin-left: 0 !important;
  }
  .ms-mlg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mlg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mlg-3 {
    margin-left: 1rem !important;
  }
  .ms-mlg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mlg-5 {
    margin-left: 3rem !important;
  }
  .ms-mlg-auto {
    margin-left: auto !important;
  }
  .p-mlg-0 {
    padding: 0 !important;
  }
  .p-mlg-1 {
    padding: 0.25rem !important;
  }
  .p-mlg-2 {
    padding: 0.5rem !important;
  }
  .p-mlg-3 {
    padding: 1rem !important;
  }
  .p-mlg-4 {
    padding: 1.5rem !important;
  }
  .p-mlg-5 {
    padding: 3rem !important;
  }
  .px-mlg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mlg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mlg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mlg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mlg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mlg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mlg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mlg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mlg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mlg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mlg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mlg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mlg-0 {
    padding-top: 0 !important;
  }
  .pt-mlg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mlg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mlg-3 {
    padding-top: 1rem !important;
  }
  .pt-mlg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mlg-5 {
    padding-top: 3rem !important;
  }
  .pe-mlg-0 {
    padding-right: 0 !important;
  }
  .pe-mlg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mlg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mlg-3 {
    padding-right: 1rem !important;
  }
  .pe-mlg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mlg-5 {
    padding-right: 3rem !important;
  }
  .pb-mlg-0 {
    padding-bottom: 0 !important;
  }
  .pb-mlg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mlg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mlg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mlg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mlg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mlg-0 {
    padding-left: 0 !important;
  }
  .ps-mlg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mlg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mlg-3 {
    padding-left: 1rem !important;
  }
  .ps-mlg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mlg-5 {
    padding-left: 3rem !important;
  }
  .gap-mlg-0 {
    gap: 0 !important;
  }
  .gap-mlg-1 {
    gap: 0.25rem !important;
  }
  .gap-mlg-2 {
    gap: 0.5rem !important;
  }
  .gap-mlg-3 {
    gap: 1rem !important;
  }
  .gap-mlg-4 {
    gap: 1.5rem !important;
  }
  .gap-mlg-5 {
    gap: 3rem !important;
  }
  .row-gap-mlg-0 {
    row-gap: 0 !important;
  }
  .row-gap-mlg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-mlg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-mlg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-mlg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-mlg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-mlg-0 {
    column-gap: 0 !important;
  }
  .column-gap-mlg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-mlg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-mlg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-mlg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-mlg-5 {
    column-gap: 3rem !important;
  }
  .text-mlg-start {
    text-align: left !important;
  }
  .text-mlg-end {
    text-align: right !important;
  }
  .text-mlg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-size: cover;
}

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

.form-col-label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=datetime-local],
input[type=time],
input[type=date],
textarea,
select,
.form-select,
.form-control {
  width: 100%;
  border: 1px solid var(--gray-300) !important;
  border-radius: 3px !important;
  padding: 0.2rem 0.35rem;
  height: 34px;
  color: var(--body-color);
  font-size: 0.875rem;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
.form-select:focus,
.form-control:focus {
  outline-color: var(--st-blue) !important;
}
input[type=text][readonly], input[type=text][readonly=readonly], input[type=text][disabled], input[type=text][disabled=disabled], input[type=text].form-control-plaintext,
input[type=search][readonly],
input[type=search][readonly=readonly],
input[type=search][disabled],
input[type=search][disabled=disabled],
input[type=search].form-control-plaintext,
input[type=email][readonly],
input[type=email][readonly=readonly],
input[type=email][disabled],
input[type=email][disabled=disabled],
input[type=email].form-control-plaintext,
input[type=password][readonly],
input[type=password][readonly=readonly],
input[type=password][disabled],
input[type=password][disabled=disabled],
input[type=password].form-control-plaintext,
input[type=number][readonly],
input[type=number][readonly=readonly],
input[type=number][disabled],
input[type=number][disabled=disabled],
input[type=number].form-control-plaintext,
input[type=datetime-local][readonly],
input[type=datetime-local][readonly=readonly],
input[type=datetime-local][disabled],
input[type=datetime-local][disabled=disabled],
input[type=datetime-local].form-control-plaintext,
input[type=time][readonly],
input[type=time][readonly=readonly],
input[type=time][disabled],
input[type=time][disabled=disabled],
input[type=time].form-control-plaintext,
input[type=date][readonly],
input[type=date][readonly=readonly],
input[type=date][disabled],
input[type=date][disabled=disabled],
input[type=date].form-control-plaintext,
textarea[readonly],
textarea[readonly=readonly],
textarea[disabled],
textarea[disabled=disabled],
textarea.form-control-plaintext,
select[readonly],
select[readonly=readonly],
select[disabled],
select[disabled=disabled],
select.form-control-plaintext,
.form-select[readonly],
.form-select[readonly=readonly],
.form-select[disabled],
.form-select[disabled=disabled],
.form-select.form-control-plaintext,
.form-control[readonly],
.form-control[readonly=readonly],
.form-control[disabled],
.form-control[disabled=disabled],
.form-control.form-control-plaintext {
  border-color: transparent !important;
  background: var(--gray-300);
  color: var(--gray-600);
}
input[type=text][readonly]:focus, input[type=text][readonly]:focus-visible, input[type=text][readonly=readonly]:focus, input[type=text][readonly=readonly]:focus-visible, input[type=text][disabled]:focus, input[type=text][disabled]:focus-visible, input[type=text][disabled=disabled]:focus, input[type=text][disabled=disabled]:focus-visible, input[type=text].form-control-plaintext:focus, input[type=text].form-control-plaintext:focus-visible,
input[type=search][readonly]:focus,
input[type=search][readonly]:focus-visible,
input[type=search][readonly=readonly]:focus,
input[type=search][readonly=readonly]:focus-visible,
input[type=search][disabled]:focus,
input[type=search][disabled]:focus-visible,
input[type=search][disabled=disabled]:focus,
input[type=search][disabled=disabled]:focus-visible,
input[type=search].form-control-plaintext:focus,
input[type=search].form-control-plaintext:focus-visible,
input[type=email][readonly]:focus,
input[type=email][readonly]:focus-visible,
input[type=email][readonly=readonly]:focus,
input[type=email][readonly=readonly]:focus-visible,
input[type=email][disabled]:focus,
input[type=email][disabled]:focus-visible,
input[type=email][disabled=disabled]:focus,
input[type=email][disabled=disabled]:focus-visible,
input[type=email].form-control-plaintext:focus,
input[type=email].form-control-plaintext:focus-visible,
input[type=password][readonly]:focus,
input[type=password][readonly]:focus-visible,
input[type=password][readonly=readonly]:focus,
input[type=password][readonly=readonly]:focus-visible,
input[type=password][disabled]:focus,
input[type=password][disabled]:focus-visible,
input[type=password][disabled=disabled]:focus,
input[type=password][disabled=disabled]:focus-visible,
input[type=password].form-control-plaintext:focus,
input[type=password].form-control-plaintext:focus-visible,
input[type=number][readonly]:focus,
input[type=number][readonly]:focus-visible,
input[type=number][readonly=readonly]:focus,
input[type=number][readonly=readonly]:focus-visible,
input[type=number][disabled]:focus,
input[type=number][disabled]:focus-visible,
input[type=number][disabled=disabled]:focus,
input[type=number][disabled=disabled]:focus-visible,
input[type=number].form-control-plaintext:focus,
input[type=number].form-control-plaintext:focus-visible,
input[type=datetime-local][readonly]:focus,
input[type=datetime-local][readonly]:focus-visible,
input[type=datetime-local][readonly=readonly]:focus,
input[type=datetime-local][readonly=readonly]:focus-visible,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:focus-visible,
input[type=datetime-local][disabled=disabled]:focus,
input[type=datetime-local][disabled=disabled]:focus-visible,
input[type=datetime-local].form-control-plaintext:focus,
input[type=datetime-local].form-control-plaintext:focus-visible,
input[type=time][readonly]:focus,
input[type=time][readonly]:focus-visible,
input[type=time][readonly=readonly]:focus,
input[type=time][readonly=readonly]:focus-visible,
input[type=time][disabled]:focus,
input[type=time][disabled]:focus-visible,
input[type=time][disabled=disabled]:focus,
input[type=time][disabled=disabled]:focus-visible,
input[type=time].form-control-plaintext:focus,
input[type=time].form-control-plaintext:focus-visible,
input[type=date][readonly]:focus,
input[type=date][readonly]:focus-visible,
input[type=date][readonly=readonly]:focus,
input[type=date][readonly=readonly]:focus-visible,
input[type=date][disabled]:focus,
input[type=date][disabled]:focus-visible,
input[type=date][disabled=disabled]:focus,
input[type=date][disabled=disabled]:focus-visible,
input[type=date].form-control-plaintext:focus,
input[type=date].form-control-plaintext:focus-visible,
textarea[readonly]:focus,
textarea[readonly]:focus-visible,
textarea[readonly=readonly]:focus,
textarea[readonly=readonly]:focus-visible,
textarea[disabled]:focus,
textarea[disabled]:focus-visible,
textarea[disabled=disabled]:focus,
textarea[disabled=disabled]:focus-visible,
textarea.form-control-plaintext:focus,
textarea.form-control-plaintext:focus-visible,
select[readonly]:focus,
select[readonly]:focus-visible,
select[readonly=readonly]:focus,
select[readonly=readonly]:focus-visible,
select[disabled]:focus,
select[disabled]:focus-visible,
select[disabled=disabled]:focus,
select[disabled=disabled]:focus-visible,
select.form-control-plaintext:focus,
select.form-control-plaintext:focus-visible,
.form-select[readonly]:focus,
.form-select[readonly]:focus-visible,
.form-select[readonly=readonly]:focus,
.form-select[readonly=readonly]:focus-visible,
.form-select[disabled]:focus,
.form-select[disabled]:focus-visible,
.form-select[disabled=disabled]:focus,
.form-select[disabled=disabled]:focus-visible,
.form-select.form-control-plaintext:focus,
.form-select.form-control-plaintext:focus-visible,
.form-control[readonly]:focus,
.form-control[readonly]:focus-visible,
.form-control[readonly=readonly]:focus,
.form-control[readonly=readonly]:focus-visible,
.form-control[disabled]:focus,
.form-control[disabled]:focus-visible,
.form-control[disabled=disabled]:focus,
.form-control[disabled=disabled]:focus-visible,
.form-control.form-control-plaintext:focus,
.form-control.form-control-plaintext:focus-visible {
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
}
input[type=text][readonly=readonly], input[type=text][readonly],
input[type=search][readonly=readonly],
input[type=search][readonly],
input[type=email][readonly=readonly],
input[type=email][readonly],
input[type=password][readonly=readonly],
input[type=password][readonly],
input[type=number][readonly=readonly],
input[type=number][readonly],
input[type=datetime-local][readonly=readonly],
input[type=datetime-local][readonly],
input[type=time][readonly=readonly],
input[type=time][readonly],
input[type=date][readonly=readonly],
input[type=date][readonly],
textarea[readonly=readonly],
textarea[readonly],
select[readonly=readonly],
select[readonly],
.form-select[readonly=readonly],
.form-select[readonly],
.form-control[readonly=readonly],
.form-control[readonly] {
  color: var(--body-color) !important;
}
input[type=text].form-control-plaintext,
input[type=search].form-control-plaintext,
input[type=email].form-control-plaintext,
input[type=password].form-control-plaintext,
input[type=number].form-control-plaintext,
input[type=datetime-local].form-control-plaintext,
input[type=time].form-control-plaintext,
input[type=date].form-control-plaintext,
textarea.form-control-plaintext,
select.form-control-plaintext,
.form-select.form-control-plaintext,
.form-control.form-control-plaintext {
  padding: 0.2rem 0;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=datetime-local],
input[type=time],
input[type=date] {
  line-height: 34px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    input[type=datetime-local] {
      line-height: 24px;
      color: var(--body-color) !important;
    }
  }
}
select option:disabled {
  background: var(--gray-300);
  color: var(--gray-600);
}
select:disabled {
  background: var(--gray-300);
  color: var(--gray-600);
}

.form-select,
select {
  padding-right: 2rem !important;
}

input[type=checkbox],
input[type=radio] {
  height: 1rem;
  width: 1rem;
  vertical-align: text-bottom;
}

.form-col-item-empty {
  min-height: 34px;
}

a,
.btn,
.toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button,
button,
.animated {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fastanimated {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}

button,
.btn,
.toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  padding: 0.35rem 1rem;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1rem;
  font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  outline: none !important;
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  button,
  .btn,
  .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .toastui-editor-ok-button {
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
  }
}
button:active, button:focus,
.btn:active,
.toastui-editor-popup-add-image .toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .toastui-editor-close-button:active,
.toastui-editor-defaultUI .toastui-editor-ok-button:active,
.btn:focus,
.toastui-editor-popup-add-image .toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .toastui-editor-close-button:focus,
.toastui-editor-defaultUI .toastui-editor-ok-button:focus {
  outline: none;
}
button.icon-btn:before,
.btn.icon-btn:before,
.toastui-editor-popup-add-image .icon-btn.toastui-editor-file-select-button:before,
.toastui-editor-defaultUI .icon-btn.toastui-editor-close-button:before,
.toastui-editor-defaultUI .icon-btn.toastui-editor-ok-button:before {
  font-family: FabricMDL2Icons;
  display: none;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  button.icon-btn:before,
  .btn.icon-btn:before,
  .toastui-editor-popup-add-image .icon-btn.toastui-editor-file-select-button:before,
  .toastui-editor-defaultUI .icon-btn.toastui-editor-close-button:before,
  .toastui-editor-defaultUI .icon-btn.toastui-editor-ok-button:before {
    display: inline-block;
  }
}
button.icon-btn.icon-only:before,
.btn.icon-btn.icon-only:before,
.toastui-editor-popup-add-image .icon-btn.icon-only.toastui-editor-file-select-button:before,
.toastui-editor-defaultUI .icon-btn.icon-only.toastui-editor-close-button:before,
.toastui-editor-defaultUI .icon-btn.icon-only.toastui-editor-ok-button:before {
  display: inline-block;
  margin-right: 0;
}
button.bluebtn, button.btn-primary,
.btn.bluebtn,
.toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .bluebtn.toastui-editor-close-button,
.btn.btn-primary,
.toastui-editor-popup-add-image .btn-primary.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-primary.toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  border: 1px solid var(--st-dark-blue);
  color: var(--white);
  background-image: linear-gradient(to bottom, var(--st-blue), var(--st-dark-blue));
}
button.bluebtn:hover, button.btn-primary:hover,
.btn.bluebtn:hover,
.toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .bluebtn.toastui-editor-close-button:hover,
.btn.btn-primary:hover,
.toastui-editor-popup-add-image .btn-primary.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-primary.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, var(--st-dark-blue), var(--st-dark-blue));
  color: var(--white);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.bluebtn:active, button.bluebtn:focus, button.btn-primary:active, button.btn-primary:focus,
.btn.bluebtn:active,
.toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .bluebtn.toastui-editor-close-button:active,
.btn.bluebtn:focus,
.toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .bluebtn.toastui-editor-close-button:focus,
.btn.btn-primary:active,
.toastui-editor-popup-add-image .btn-primary.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-primary.toastui-editor-close-button:active,
.toastui-editor-defaultUI .toastui-editor-ok-button:active,
.btn.btn-primary:focus,
.toastui-editor-popup-add-image .btn-primary.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-primary.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, var(--st-dark-blue), var(--st-blue));
  border: 1px solid var(--st-blue);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.btn-dark,
.btn.btn-dark,
.toastui-editor-popup-add-image .btn-dark.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-dark.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-dark.toastui-editor-ok-button {
  border: 1px solid var(--gray-900);
  color: var(--white);
  background-image: linear-gradient(to bottom, var(--gray-800), var(--gray-900));
}
button.btn-dark:hover,
.btn.btn-dark:hover,
.toastui-editor-popup-add-image .btn-dark.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-dark.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-dark.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, var(--gray-900), var(--gray-900));
  color: var(--white);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.btn-dark:active, button.btn-dark:focus,
.btn.btn-dark:active,
.toastui-editor-popup-add-image .btn-dark.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-dark.toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-dark.toastui-editor-ok-button:active,
.btn.btn-dark:focus,
.toastui-editor-popup-add-image .btn-dark.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-dark.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-dark.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, var(--gray-900), var(--gray-800));
  border: 1px solid var(--gray-700);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.btn-light,
.btn.btn-light,
.toastui-editor-popup-add-image .btn-light.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-light.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-light.toastui-editor-ok-button {
  border: 1px solid var(--gray-200);
  color: var(--body-color);
  background-image: linear-gradient(to bottom, var(--gray-50), var(--gray-100));
}
button.btn-light:hover,
.btn.btn-light:hover,
.toastui-editor-popup-add-image .btn-light.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-light.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-light.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, var(--gray-100), var(--gray-100));
  color: var(--st-blue);
  border: 1px solid var(--gray-300);
}
button.btn-light:active, button.btn-light:focus,
.btn.btn-light:active,
.toastui-editor-popup-add-image .btn-light.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-light.toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-light.toastui-editor-ok-button:active,
.btn.btn-light:focus,
.toastui-editor-popup-add-image .btn-light.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-light.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-light.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, var(--gray-100), var(--gray-50));
  border: 1px solid var(--gray-300);
}
button.whitebtn, button.secondary-btn, button.btn-secondary,
.btn.whitebtn,
.toastui-editor-defaultUI .whitebtn.toastui-editor-ok-button,
.btn.secondary-btn,
.toastui-editor-defaultUI .secondary-btn.toastui-editor-ok-button,
.btn.btn-secondary,
.toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-secondary.toastui-editor-ok-button {
  border: 1px solid var(--gray-300);
  color: var(--gray-900);
  background-image: linear-gradient(to bottom, var(--white), var(--gray-100));
}
button.whitebtn:hover, button.secondary-btn:hover, button.btn-secondary:hover,
.btn.whitebtn:hover,
.toastui-editor-defaultUI .whitebtn.toastui-editor-ok-button:hover,
.btn.secondary-btn:hover,
.toastui-editor-defaultUI .secondary-btn.toastui-editor-ok-button:hover,
.btn.btn-secondary:hover,
.toastui-editor-popup-add-image .toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-secondary.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, var(--gray-100), var(--gray-100));
  color: var(--gray-100) 0;
}
button.whitebtn:active, button.whitebtn:focus, button.secondary-btn:active, button.secondary-btn:focus, button.btn-secondary:active, button.btn-secondary:focus,
.btn.whitebtn:active,
.toastui-editor-defaultUI .whitebtn.toastui-editor-ok-button:active,
.btn.whitebtn:focus,
.toastui-editor-defaultUI .whitebtn.toastui-editor-ok-button:focus,
.btn.secondary-btn:active,
.toastui-editor-defaultUI .secondary-btn.toastui-editor-ok-button:active,
.btn.secondary-btn:focus,
.toastui-editor-defaultUI .secondary-btn.toastui-editor-ok-button:focus,
.btn.btn-secondary:active,
.toastui-editor-popup-add-image .toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-secondary.toastui-editor-ok-button:active,
.btn.btn-secondary:focus,
.toastui-editor-popup-add-image .toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-secondary.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, var(--gray-100), var(--white));
  border: 1px solid var(--gray-400);
  color: var(--gray-100) 0;
}
button.btn-outline-primary,
.btn.btn-outline-primary,
.toastui-editor-popup-add-image .btn-outline-primary.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-ok-button {
  color: var(--st-blue);
  border-color: var(--st-blue);
}
button.btn-outline-primary:hover,
.btn.btn-outline-primary:hover,
.toastui-editor-popup-add-image .btn-outline-primary.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, var(--st-dark-blue), var(--st-dark-blue));
  color: var(--white);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.btn-outline-primary:active, button.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.toastui-editor-popup-add-image .btn-outline-primary.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-close-button:active,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-ok-button:active,
.btn.btn-outline-primary:focus,
.toastui-editor-popup-add-image .btn-outline-primary.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .btn-outline-primary.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, var(--st-dark-blue), var(--st-blue));
  border: 1px solid var(--st-blue);
  box-shadow: 0 0 15px var(--shadow-20);
}
button.btn-outline-light,
.btn.btn-outline-light,
.toastui-editor-popup-add-image .btn-outline-light.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-outline-light.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-outline-light.toastui-editor-ok-button {
  color: var(--gray-500);
}
button.btn-link,
.btn.btn-link,
.toastui-editor-popup-add-image .btn-link.toastui-editor-file-select-button,
.toastui-editor-defaultUI .btn-link.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-link.toastui-editor-ok-button {
  padding: 0;
  outline: none;
}
button.redbtn, button.reject-btn,
.btn.redbtn,
.toastui-editor-popup-add-image .redbtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .redbtn.toastui-editor-close-button,
.toastui-editor-defaultUI .redbtn.toastui-editor-ok-button,
.btn.reject-btn,
.toastui-editor-popup-add-image .reject-btn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .reject-btn.toastui-editor-close-button,
.toastui-editor-defaultUI .reject-btn.toastui-editor-ok-button {
  border: 1px solid #ef4444;
  color: var(--white);
  background-image: linear-gradient(to bottom, #f37373, #ef4444);
}
button.redbtn:hover, button.reject-btn:hover,
.btn.redbtn:hover,
.toastui-editor-popup-add-image .redbtn.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .redbtn.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .redbtn.toastui-editor-ok-button:hover,
.btn.reject-btn:hover,
.toastui-editor-popup-add-image .reject-btn.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .reject-btn.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .reject-btn.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, #ef4444, #ef4444);
  color: var(--white);
}
button.redbtn:active, button.redbtn:focus, button.reject-btn:active, button.reject-btn:focus,
.btn.redbtn:active,
.toastui-editor-popup-add-image .redbtn.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .redbtn.toastui-editor-close-button:active,
.toastui-editor-defaultUI .redbtn.toastui-editor-ok-button:active,
.btn.redbtn:focus,
.toastui-editor-popup-add-image .redbtn.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .redbtn.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .redbtn.toastui-editor-ok-button:focus,
.btn.reject-btn:active,
.toastui-editor-popup-add-image .reject-btn.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .reject-btn.toastui-editor-close-button:active,
.toastui-editor-defaultUI .reject-btn.toastui-editor-ok-button:active,
.btn.reject-btn:focus,
.toastui-editor-popup-add-image .reject-btn.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .reject-btn.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .reject-btn.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, #ef4444, #f37373);
  border: 1px solid #ef4444;
}
button.greenbtn, button.accept-btn,
.btn.greenbtn,
.toastui-editor-popup-add-image .greenbtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .greenbtn.toastui-editor-close-button,
.toastui-editor-defaultUI .greenbtn.toastui-editor-ok-button,
.btn.accept-btn,
.toastui-editor-popup-add-image .accept-btn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .accept-btn.toastui-editor-close-button,
.toastui-editor-defaultUI .accept-btn.toastui-editor-ok-button {
  border: 1px solid #22c55e;
  color: var(--white);
  background-image: linear-gradient(to bottom, #3ddd78, #22c55e);
}
button.greenbtn:hover, button.accept-btn:hover,
.btn.greenbtn:hover,
.toastui-editor-popup-add-image .greenbtn.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .greenbtn.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .greenbtn.toastui-editor-ok-button:hover,
.btn.accept-btn:hover,
.toastui-editor-popup-add-image .accept-btn.toastui-editor-file-select-button:hover,
.toastui-editor-defaultUI .accept-btn.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .accept-btn.toastui-editor-ok-button:hover {
  background-image: linear-gradient(to bottom, #22c55e, #22c55e);
  color: var(--white);
}
button.greenbtn:active, button.greenbtn:focus, button.accept-btn:active, button.accept-btn:focus,
.btn.greenbtn:active,
.toastui-editor-popup-add-image .greenbtn.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .greenbtn.toastui-editor-close-button:active,
.toastui-editor-defaultUI .greenbtn.toastui-editor-ok-button:active,
.btn.greenbtn:focus,
.toastui-editor-popup-add-image .greenbtn.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .greenbtn.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .greenbtn.toastui-editor-ok-button:focus,
.btn.accept-btn:active,
.toastui-editor-popup-add-image .accept-btn.toastui-editor-file-select-button:active,
.toastui-editor-defaultUI .accept-btn.toastui-editor-close-button:active,
.toastui-editor-defaultUI .accept-btn.toastui-editor-ok-button:active,
.btn.accept-btn:focus,
.toastui-editor-popup-add-image .accept-btn.toastui-editor-file-select-button:focus,
.toastui-editor-defaultUI .accept-btn.toastui-editor-close-button:focus,
.toastui-editor-defaultUI .accept-btn.toastui-editor-ok-button:focus {
  background-image: linear-gradient(to bottom, #22c55e, #3ddd78);
  border: 1px solid #22c55e;
}
button.bigbtn,
.btn.bigbtn,
.toastui-editor-popup-add-image .bigbtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .bigbtn.toastui-editor-close-button,
.toastui-editor-defaultUI .bigbtn.toastui-editor-ok-button {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
button.smallbtn,
.btn.smallbtn,
.toastui-editor-popup-add-image .smallbtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .smallbtn.toastui-editor-close-button,
.toastui-editor-defaultUI .smallbtn.toastui-editor-ok-button {
  padding: 0.3rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 400;
}
button.xbigbtn,
.btn.xbigbtn,
.toastui-editor-popup-add-image .xbigbtn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .xbigbtn.toastui-editor-close-button,
.toastui-editor-defaultUI .xbigbtn.toastui-editor-ok-button {
  padding: 1rem 2.5rem;
  font-size: 0.9625rem;
}
button.no-btn,
.btn.no-btn,
.toastui-editor-popup-add-image .no-btn.toastui-editor-file-select-button,
.toastui-editor-defaultUI .no-btn.toastui-editor-close-button,
.toastui-editor-defaultUI .no-btn.toastui-editor-ok-button {
  background: none !important;
  color: var(--st-blue) !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: underline;
}

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

.btn-group .btn, .btn-group .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .btn-group .toastui-editor-file-select-button,
.btn-group .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group .toastui-editor-close-button,
.btn-group .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .btn-group .toastui-editor-ok-button,
.btn-group button {
  margin: 0 !important;
}
.btn-group .btn:not(:first-child), .btn-group .toastui-editor-popup-add-image .toastui-editor-file-select-button:not(:first-child), .toastui-editor-popup-add-image .btn-group .toastui-editor-file-select-button:not(:first-child),
.btn-group .toastui-editor-defaultUI .toastui-editor-close-button:not(:first-child),
.toastui-editor-defaultUI .btn-group .toastui-editor-close-button:not(:first-child),
.btn-group .toastui-editor-defaultUI .toastui-editor-ok-button:not(:first-child),
.toastui-editor-defaultUI .btn-group .toastui-editor-ok-button:not(:first-child),
.btn-group button:not(:first-child) {
  border-left-width: 0 !important;
}
.btn-group .btn.dropdown-toggle, .btn-group .toastui-editor-popup-add-image .dropdown-toggle.toastui-editor-file-select-button, .toastui-editor-popup-add-image .btn-group .dropdown-toggle.toastui-editor-file-select-button,
.btn-group .toastui-editor-defaultUI .dropdown-toggle.toastui-editor-close-button,
.toastui-editor-defaultUI .btn-group .dropdown-toggle.toastui-editor-close-button,
.btn-group .toastui-editor-defaultUI .dropdown-toggle.toastui-editor-ok-button,
.toastui-editor-defaultUI .btn-group .dropdown-toggle.toastui-editor-ok-button,
.btn-group button.dropdown-toggle {
  padding-left: 1rem;
  padding-right: 1rem;
}

.st-h2 {
  display: block;
  width: 100%;
  font-size: 1.00625rem;
  padding: 0 0 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
}
.st-h2:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gray-200);
}

.main-header-style, .igu-list-wrapper > h2, .igu-list-wrapper > .h2, .form-two-col > h2, .form-two-col > .h2,
.form-two-col > .row > h2,
.form-two-col > .row > .h2,
.form-two-col > .row > div > h2,
.form-two-col > .row > div > .h2,
.form-two-col > .row > .div > h2,
.form-two-col > .row > .div > .h2,
.form-one-col > h2,
.form-one-col > .h2,
.form-one-col > .row > h2,
.form-one-col > .row > .h2,
.form-one-col > .row > div > h2,
.form-one-col > .row > div > .h2,
.form-one-col > .row > .div > h2,
.form-one-col > .row > .div > .h2, .section-header, .v6-quote-item-view .v6-quote-item-view-header h2, .v6-quote-item-view .v6-quote-item-view-header .h2, .quote-item-view-body .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-group-header {
  color: var(--st-blue);
  font-size: 0.9625rem;
  font-weight: 500;
  border-bottom: 1px solid var(--gray-200);
}

.table {
  font-size: 0.875rem;
}
.table thead th {
  border-top: 0;
  border-bottom: 2px solid var(--gray-100);
  font-weight: 500;
  color: var(--gray-500);
  border-top: none;
}
.table tbody tr.table-item-selected {
  border: 1px solid var(--st-blue) !important;
  background: var(--st-white-blue) !important;
  box-shadow: 0 2px 3px var(--shadow-7);
}
.table tbody tr td {
  vertical-align: middle;
  border-top: none;
}
.table tbody tr td input[type=text] {
  width: 60px;
}
.table tbody tr td.table-item-actions {
  white-space: nowrap;
}
.table tbody tr td.table-item-actions .ms-Icon {
  margin-right: 1rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  display: inline-block;
}
.table tbody tr td.table-item-actions .ms-Icon:hover {
  color: var(--body-color);
}
.table tbody tr.table-success {
  background-color: var(--st-blue)-25;
}
.table tbody tr.table-success > td,
.table tbody tr.table-success > th {
  background-color: var(--st-blue)-25;
}
.table.table-dark thead tr {
  background: var(--body-color);
}
.table.table-dark tbody tr:hover {
  background: var(--body-color);
}

.btn-close.btn-heart {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 217.408 217.408'%3e%3cpath d='M194.078,22.682c-10.747-8.193-22.606-12.348-35.248-12.348c-15.951,0-33.181,6.808-50.126,19.754 C91.759,17.142,74.529,10.334,58.578,10.334c-12.642,0-24.501,4.155-35.248,12.348C7.606,34.671-0.24,49.8,0.006,67.648 c0.846,61.117,100.093,133.233,104.317,136.273l4.381,3.153l4.381-3.153c4.225-3.04,103.472-75.156,104.317-136.273 C217.648,49.8,209.802,34.671,194.078,22.682z M153.833,149.017c-18.374,18.48-36.915,33.188-45.129,39.453 c-8.214-6.265-26.755-20.972-45.129-39.453c-31.479-31.661-48.274-59.873-48.57-81.585c-0.178-13.013,5.521-23.749,17.421-32.822 c8.073-6.156,16.872-9.277,26.152-9.277c17.563,0,34.338,10.936,45.317,20.11l4.809,4.018l4.809-4.018 c10.979-9.174,27.754-20.11,45.317-20.11c9.28,0,18.079,3.121,26.152,9.277c11.9,9.073,17.599,19.809,17.421,32.822 C202.107,89.145,185.311,117.356,153.833,149.017z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close.btn-heart-solid {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 217.408 217.408'%3e%3cpath fill='%233282CC' d='M194.1,22.7c-27.4-20.4-57.2-13.8-85.3,7.5c-28.3-21.5-57.9-28-85.4-7.6c-81.3,58.9,73,177.8,85.3,184.5 c0,0,4.4-3.2,4.4-3.2C123.1,200.2,274.9,77,194.1,22.7z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.shortstop-edit input {
  width: calc(100% - 135px - 0.25rem) !important;
}

button.shortstop-edit {
  position: relative;
  margin-bottom: -4rem;
  top: -2.65rem;
  line-height: 2rem;
  padding: 0 6px 0 6px;
  float: right;
  width: 135px;
}

.no-pseudo, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col, body.dev-only-ui .simple-table-header .dealer-tax-col, body.dev-only-ui .simple-table-header .dealer-price-col, body.dev-only-ui .simple-table-header .supplier-price-col, body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col, body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col, body.test-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col, body.test-only-ui .simple-table-header .dealer-tax-col, body.test-only-ui .simple-table-header .dealer-price-col, body.test-only-ui .simple-table-header .supplier-price-col, #settings-branch-territories-table .column.first,
#settings-branch-territories-table .column.last, #settings-regions-table .simple-table-row .column, .col-assigned-to, .col-status, .simple-table > .simple-table-body .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-tax-col, .simple-table > .simple-table-body .tr > .column.supplier-price-col,
.simple-table > .simple-table-body .tr > .column.dealer-price-col,
.simple-table > .simple-table-body .tr > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-tax-col, .simple-table-header .dealer-tax-col, .simple-table-header .dealer-price-col, .simple-table-header .supplier-price-col, .simple-table .simple-table-header > .tr .quote-item-no,
.simple-table .simple-table-header > .tr .quote-item-image,
.simple-table .simple-table-header > .tr .quote-item-quantity,
.simple-table .simple-table-header > .tr .quote-item-modified,
.simple-table .simple-table-header > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-header > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-header > .tr .quote-item-price-del-cost,
.simple-table .simple-table-header > .tr .quote-item-price-del-adj,
.simple-table .simple-table-header > .tr .quote-item-price,
.simple-table .simple-table-header > .tr .item-menu,
.simple-table .simple-table-header > .tr .quote-calc-col,
.simple-table .simple-table-body > .tr .quote-item-no,
.simple-table .simple-table-body > .tr .quote-item-image,
.simple-table .simple-table-body > .tr .quote-item-quantity,
.simple-table .simple-table-body > .tr .quote-item-modified,
.simple-table .simple-table-body > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-body > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-body > .tr .quote-item-price-del-cost,
.simple-table .simple-table-body > .tr .quote-item-price-del-adj,
.simple-table .simple-table-body > .tr .quote-item-price,
.simple-table .simple-table-body > .tr .item-menu,
.simple-table .simple-table-body > .tr .quote-calc-col,
.simple-table .simple-table-footer > .tr .quote-item-no,
.simple-table .simple-table-footer > .tr .quote-item-image,
.simple-table .simple-table-footer > .tr .quote-item-quantity,
.simple-table .simple-table-footer > .tr .quote-item-modified,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-footer > .tr .quote-item-price-del-cost,
.simple-table .simple-table-footer > .tr .quote-item-price-del-adj,
.simple-table .simple-table-footer > .tr .quote-item-price,
.simple-table .simple-table-footer > .tr .item-menu,
.simple-table .simple-table-footer > .tr .quote-calc-col, .v6-resource-picker table tr td, .stock-item-description,
.stock-item-singleUnitCost, table.dataTable > thead tr th.order-item-price,
table.dataTable > thead tr td.order-item-price,
table.dataTable > thead tr > .col.order-item-price,
table.dataTable > thead > .row th.order-item-price,
table.dataTable > thead > .row td.order-item-price,
table.dataTable > thead > .row > .col.order-item-price,
table.dataTable > tbody tr th.order-item-price,
table.dataTable > tbody tr td.order-item-price,
table.dataTable > tbody tr > .col.order-item-price,
table.dataTable > tbody > .row th.order-item-price,
table.dataTable > tbody > .row td.order-item-price,
table.dataTable > tbody > .row > .col.order-item-price,
table.dataTable > .simple-table-header tr th.order-item-price,
table.dataTable > .simple-table-header tr td.order-item-price,
table.dataTable > .simple-table-header tr > .col.order-item-price,
table.dataTable > .simple-table-header > .row th.order-item-price,
table.dataTable > .simple-table-header > .row td.order-item-price,
table.dataTable > .simple-table-header > .row > .col.order-item-price,
table.dataTable > .simple-table-body tr th.order-item-price,
table.dataTable > .simple-table-body tr td.order-item-price,
table.dataTable > .simple-table-body tr > .col.order-item-price,
table.dataTable > .simple-table-body > .row th.order-item-price,
table.dataTable > .simple-table-body > .row td.order-item-price,
table.dataTable > .simple-table-body > .row > .col.order-item-price,
table.dataTable > .simple-table-footer tr th.order-item-price,
table.dataTable > .simple-table-footer tr td.order-item-price,
table.dataTable > .simple-table-footer tr > .col.order-item-price,
table.dataTable > .simple-table-footer > .row th.order-item-price,
table.dataTable > .simple-table-footer > .row td.order-item-price,
table.dataTable > .simple-table-footer > .row > .col.order-item-price,
.table-responsive > table > thead tr th.order-item-price,
.table-responsive > table > thead tr td.order-item-price,
.table-responsive > table > thead tr > .col.order-item-price,
.table-responsive > table > thead > .row th.order-item-price,
.table-responsive > table > thead > .row td.order-item-price,
.table-responsive > table > thead > .row > .col.order-item-price,
.table-responsive > table > tbody tr th.order-item-price,
.table-responsive > table > tbody tr td.order-item-price,
.table-responsive > table > tbody tr > .col.order-item-price,
.table-responsive > table > tbody > .row th.order-item-price,
.table-responsive > table > tbody > .row td.order-item-price,
.table-responsive > table > tbody > .row > .col.order-item-price,
.table-responsive > table > .simple-table-header tr th.order-item-price,
.table-responsive > table > .simple-table-header tr td.order-item-price,
.table-responsive > table > .simple-table-header tr > .col.order-item-price,
.table-responsive > table > .simple-table-header > .row th.order-item-price,
.table-responsive > table > .simple-table-header > .row td.order-item-price,
.table-responsive > table > .simple-table-header > .row > .col.order-item-price,
.table-responsive > table > .simple-table-body tr th.order-item-price,
.table-responsive > table > .simple-table-body tr td.order-item-price,
.table-responsive > table > .simple-table-body tr > .col.order-item-price,
.table-responsive > table > .simple-table-body > .row th.order-item-price,
.table-responsive > table > .simple-table-body > .row td.order-item-price,
.table-responsive > table > .simple-table-body > .row > .col.order-item-price,
.table-responsive > table > .simple-table-footer tr th.order-item-price,
.table-responsive > table > .simple-table-footer tr td.order-item-price,
.table-responsive > table > .simple-table-footer tr > .col.order-item-price,
.table-responsive > table > .simple-table-footer > .row th.order-item-price,
.table-responsive > table > .simple-table-footer > .row td.order-item-price,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-price,
.simple-table > thead tr th.order-item-price,
.simple-table > thead tr td.order-item-price,
.simple-table > thead tr > .col.order-item-price,
.simple-table > thead > .row th.order-item-price,
.simple-table > thead > .row td.order-item-price,
.simple-table > thead > .row > .col.order-item-price,
.simple-table > tbody tr th.order-item-price,
.simple-table > tbody tr td.order-item-price,
.simple-table > tbody tr > .col.order-item-price,
.simple-table > tbody > .row th.order-item-price,
.simple-table > tbody > .row td.order-item-price,
.simple-table > tbody > .row > .col.order-item-price,
.simple-table > .simple-table-header tr th.order-item-price,
.simple-table > .simple-table-header tr td.order-item-price,
.simple-table > .simple-table-header tr > .col.order-item-price,
.simple-table > .simple-table-header > .row th.order-item-price,
.simple-table > .simple-table-header > .row td.order-item-price,
.simple-table > .simple-table-header > .row > .col.order-item-price,
.simple-table > .simple-table-body tr th.order-item-price,
.simple-table > .simple-table-body tr td.order-item-price,
.simple-table > .simple-table-body tr > .col.order-item-price,
.simple-table > .simple-table-body > .row th.order-item-price,
.simple-table > .simple-table-body > .row td.order-item-price,
.simple-table > .simple-table-body > .row > .col.order-item-price,
.simple-table > .simple-table-footer tr th.order-item-price,
.simple-table > .simple-table-footer tr td.order-item-price,
.simple-table > .simple-table-footer tr > .col.order-item-price,
.simple-table > .simple-table-footer > .row th.order-item-price,
.simple-table > .simple-table-footer > .row td.order-item-price,
.simple-table > .simple-table-footer > .row > .col.order-item-price, table.dataTable > thead tr th.project-order-price,
table.dataTable > thead tr td.project-order-price,
table.dataTable > thead tr > .col.project-order-price,
table.dataTable > thead > .row th.project-order-price,
table.dataTable > thead > .row td.project-order-price,
table.dataTable > thead > .row > .col.project-order-price,
table.dataTable > tbody tr th.project-order-price,
table.dataTable > tbody tr td.project-order-price,
table.dataTable > tbody tr > .col.project-order-price,
table.dataTable > tbody > .row th.project-order-price,
table.dataTable > tbody > .row td.project-order-price,
table.dataTable > tbody > .row > .col.project-order-price,
table.dataTable > .simple-table-header tr th.project-order-price,
table.dataTable > .simple-table-header tr td.project-order-price,
table.dataTable > .simple-table-header tr > .col.project-order-price,
table.dataTable > .simple-table-header > .row th.project-order-price,
table.dataTable > .simple-table-header > .row td.project-order-price,
table.dataTable > .simple-table-header > .row > .col.project-order-price,
table.dataTable > .simple-table-body tr th.project-order-price,
table.dataTable > .simple-table-body tr td.project-order-price,
table.dataTable > .simple-table-body tr > .col.project-order-price,
table.dataTable > .simple-table-body > .row th.project-order-price,
table.dataTable > .simple-table-body > .row td.project-order-price,
table.dataTable > .simple-table-body > .row > .col.project-order-price,
table.dataTable > .simple-table-footer tr th.project-order-price,
table.dataTable > .simple-table-footer tr td.project-order-price,
table.dataTable > .simple-table-footer tr > .col.project-order-price,
table.dataTable > .simple-table-footer > .row th.project-order-price,
table.dataTable > .simple-table-footer > .row td.project-order-price,
table.dataTable > .simple-table-footer > .row > .col.project-order-price,
.table-responsive > table > thead tr th.project-order-price,
.table-responsive > table > thead tr td.project-order-price,
.table-responsive > table > thead tr > .col.project-order-price,
.table-responsive > table > thead > .row th.project-order-price,
.table-responsive > table > thead > .row td.project-order-price,
.table-responsive > table > thead > .row > .col.project-order-price,
.table-responsive > table > tbody tr th.project-order-price,
.table-responsive > table > tbody tr td.project-order-price,
.table-responsive > table > tbody tr > .col.project-order-price,
.table-responsive > table > tbody > .row th.project-order-price,
.table-responsive > table > tbody > .row td.project-order-price,
.table-responsive > table > tbody > .row > .col.project-order-price,
.table-responsive > table > .simple-table-header tr th.project-order-price,
.table-responsive > table > .simple-table-header tr td.project-order-price,
.table-responsive > table > .simple-table-header tr > .col.project-order-price,
.table-responsive > table > .simple-table-header > .row th.project-order-price,
.table-responsive > table > .simple-table-header > .row td.project-order-price,
.table-responsive > table > .simple-table-header > .row > .col.project-order-price,
.table-responsive > table > .simple-table-body tr th.project-order-price,
.table-responsive > table > .simple-table-body tr td.project-order-price,
.table-responsive > table > .simple-table-body tr > .col.project-order-price,
.table-responsive > table > .simple-table-body > .row th.project-order-price,
.table-responsive > table > .simple-table-body > .row td.project-order-price,
.table-responsive > table > .simple-table-body > .row > .col.project-order-price,
.table-responsive > table > .simple-table-footer tr th.project-order-price,
.table-responsive > table > .simple-table-footer tr td.project-order-price,
.table-responsive > table > .simple-table-footer tr > .col.project-order-price,
.table-responsive > table > .simple-table-footer > .row th.project-order-price,
.table-responsive > table > .simple-table-footer > .row td.project-order-price,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-price,
.simple-table > thead tr th.project-order-price,
.simple-table > thead tr td.project-order-price,
.simple-table > thead tr > .col.project-order-price,
.simple-table > thead > .row th.project-order-price,
.simple-table > thead > .row td.project-order-price,
.simple-table > thead > .row > .col.project-order-price,
.simple-table > tbody tr th.project-order-price,
.simple-table > tbody tr td.project-order-price,
.simple-table > tbody tr > .col.project-order-price,
.simple-table > tbody > .row th.project-order-price,
.simple-table > tbody > .row td.project-order-price,
.simple-table > tbody > .row > .col.project-order-price,
.simple-table > .simple-table-header tr th.project-order-price,
.simple-table > .simple-table-header tr td.project-order-price,
.simple-table > .simple-table-header tr > .col.project-order-price,
.simple-table > .simple-table-header > .row th.project-order-price,
.simple-table > .simple-table-header > .row td.project-order-price,
.simple-table > .simple-table-header > .row > .col.project-order-price,
.simple-table > .simple-table-body tr th.project-order-price,
.simple-table > .simple-table-body tr td.project-order-price,
.simple-table > .simple-table-body tr > .col.project-order-price,
.simple-table > .simple-table-body > .row th.project-order-price,
.simple-table > .simple-table-body > .row td.project-order-price,
.simple-table > .simple-table-body > .row > .col.project-order-price,
.simple-table > .simple-table-footer tr th.project-order-price,
.simple-table > .simple-table-footer tr td.project-order-price,
.simple-table > .simple-table-footer tr > .col.project-order-price,
.simple-table > .simple-table-footer > .row th.project-order-price,
.simple-table > .simple-table-footer > .row td.project-order-price,
.simple-table > .simple-table-footer > .row > .col.project-order-price, table.dataTable > thead tr th.project-order-state,
table.dataTable > thead tr td.project-order-state,
table.dataTable > thead tr > .col.project-order-state,
table.dataTable > thead > .row th.project-order-state,
table.dataTable > thead > .row td.project-order-state,
table.dataTable > thead > .row > .col.project-order-state,
table.dataTable > tbody tr th.project-order-state,
table.dataTable > tbody tr td.project-order-state,
table.dataTable > tbody tr > .col.project-order-state,
table.dataTable > tbody > .row th.project-order-state,
table.dataTable > tbody > .row td.project-order-state,
table.dataTable > tbody > .row > .col.project-order-state,
table.dataTable > .simple-table-header tr th.project-order-state,
table.dataTable > .simple-table-header tr td.project-order-state,
table.dataTable > .simple-table-header tr > .col.project-order-state,
table.dataTable > .simple-table-header > .row th.project-order-state,
table.dataTable > .simple-table-header > .row td.project-order-state,
table.dataTable > .simple-table-header > .row > .col.project-order-state,
table.dataTable > .simple-table-body tr th.project-order-state,
table.dataTable > .simple-table-body tr td.project-order-state,
table.dataTable > .simple-table-body tr > .col.project-order-state,
table.dataTable > .simple-table-body > .row th.project-order-state,
table.dataTable > .simple-table-body > .row td.project-order-state,
table.dataTable > .simple-table-body > .row > .col.project-order-state,
table.dataTable > .simple-table-footer tr th.project-order-state,
table.dataTable > .simple-table-footer tr td.project-order-state,
table.dataTable > .simple-table-footer tr > .col.project-order-state,
table.dataTable > .simple-table-footer > .row th.project-order-state,
table.dataTable > .simple-table-footer > .row td.project-order-state,
table.dataTable > .simple-table-footer > .row > .col.project-order-state,
.table-responsive > table > thead tr th.project-order-state,
.table-responsive > table > thead tr td.project-order-state,
.table-responsive > table > thead tr > .col.project-order-state,
.table-responsive > table > thead > .row th.project-order-state,
.table-responsive > table > thead > .row td.project-order-state,
.table-responsive > table > thead > .row > .col.project-order-state,
.table-responsive > table > tbody tr th.project-order-state,
.table-responsive > table > tbody tr td.project-order-state,
.table-responsive > table > tbody tr > .col.project-order-state,
.table-responsive > table > tbody > .row th.project-order-state,
.table-responsive > table > tbody > .row td.project-order-state,
.table-responsive > table > tbody > .row > .col.project-order-state,
.table-responsive > table > .simple-table-header tr th.project-order-state,
.table-responsive > table > .simple-table-header tr td.project-order-state,
.table-responsive > table > .simple-table-header tr > .col.project-order-state,
.table-responsive > table > .simple-table-header > .row th.project-order-state,
.table-responsive > table > .simple-table-header > .row td.project-order-state,
.table-responsive > table > .simple-table-header > .row > .col.project-order-state,
.table-responsive > table > .simple-table-body tr th.project-order-state,
.table-responsive > table > .simple-table-body tr td.project-order-state,
.table-responsive > table > .simple-table-body tr > .col.project-order-state,
.table-responsive > table > .simple-table-body > .row th.project-order-state,
.table-responsive > table > .simple-table-body > .row td.project-order-state,
.table-responsive > table > .simple-table-body > .row > .col.project-order-state,
.table-responsive > table > .simple-table-footer tr th.project-order-state,
.table-responsive > table > .simple-table-footer tr td.project-order-state,
.table-responsive > table > .simple-table-footer tr > .col.project-order-state,
.table-responsive > table > .simple-table-footer > .row th.project-order-state,
.table-responsive > table > .simple-table-footer > .row td.project-order-state,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-state,
.simple-table > thead tr th.project-order-state,
.simple-table > thead tr td.project-order-state,
.simple-table > thead tr > .col.project-order-state,
.simple-table > thead > .row th.project-order-state,
.simple-table > thead > .row td.project-order-state,
.simple-table > thead > .row > .col.project-order-state,
.simple-table > tbody tr th.project-order-state,
.simple-table > tbody tr td.project-order-state,
.simple-table > tbody tr > .col.project-order-state,
.simple-table > tbody > .row th.project-order-state,
.simple-table > tbody > .row td.project-order-state,
.simple-table > tbody > .row > .col.project-order-state,
.simple-table > .simple-table-header tr th.project-order-state,
.simple-table > .simple-table-header tr td.project-order-state,
.simple-table > .simple-table-header tr > .col.project-order-state,
.simple-table > .simple-table-header > .row th.project-order-state,
.simple-table > .simple-table-header > .row td.project-order-state,
.simple-table > .simple-table-header > .row > .col.project-order-state,
.simple-table > .simple-table-body tr th.project-order-state,
.simple-table > .simple-table-body tr td.project-order-state,
.simple-table > .simple-table-body tr > .col.project-order-state,
.simple-table > .simple-table-body > .row th.project-order-state,
.simple-table > .simple-table-body > .row td.project-order-state,
.simple-table > .simple-table-body > .row > .col.project-order-state,
.simple-table > .simple-table-footer tr th.project-order-state,
.simple-table > .simple-table-footer tr td.project-order-state,
.simple-table > .simple-table-footer tr > .col.project-order-state,
.simple-table > .simple-table-footer > .row th.project-order-state,
.simple-table > .simple-table-footer > .row td.project-order-state,
.simple-table > .simple-table-footer > .row > .col.project-order-state, table.dataTable > thead tr th.project-quote-price,
table.dataTable > thead tr td.project-quote-price,
table.dataTable > thead tr > .col.project-quote-price,
table.dataTable > thead > .row th.project-quote-price,
table.dataTable > thead > .row td.project-quote-price,
table.dataTable > thead > .row > .col.project-quote-price,
table.dataTable > tbody tr th.project-quote-price,
table.dataTable > tbody tr td.project-quote-price,
table.dataTable > tbody tr > .col.project-quote-price,
table.dataTable > tbody > .row th.project-quote-price,
table.dataTable > tbody > .row td.project-quote-price,
table.dataTable > tbody > .row > .col.project-quote-price,
table.dataTable > .simple-table-header tr th.project-quote-price,
table.dataTable > .simple-table-header tr td.project-quote-price,
table.dataTable > .simple-table-header tr > .col.project-quote-price,
table.dataTable > .simple-table-header > .row th.project-quote-price,
table.dataTable > .simple-table-header > .row td.project-quote-price,
table.dataTable > .simple-table-header > .row > .col.project-quote-price,
table.dataTable > .simple-table-body tr th.project-quote-price,
table.dataTable > .simple-table-body tr td.project-quote-price,
table.dataTable > .simple-table-body tr > .col.project-quote-price,
table.dataTable > .simple-table-body > .row th.project-quote-price,
table.dataTable > .simple-table-body > .row td.project-quote-price,
table.dataTable > .simple-table-body > .row > .col.project-quote-price,
table.dataTable > .simple-table-footer tr th.project-quote-price,
table.dataTable > .simple-table-footer tr td.project-quote-price,
table.dataTable > .simple-table-footer tr > .col.project-quote-price,
table.dataTable > .simple-table-footer > .row th.project-quote-price,
table.dataTable > .simple-table-footer > .row td.project-quote-price,
table.dataTable > .simple-table-footer > .row > .col.project-quote-price,
.table-responsive > table > thead tr th.project-quote-price,
.table-responsive > table > thead tr td.project-quote-price,
.table-responsive > table > thead tr > .col.project-quote-price,
.table-responsive > table > thead > .row th.project-quote-price,
.table-responsive > table > thead > .row td.project-quote-price,
.table-responsive > table > thead > .row > .col.project-quote-price,
.table-responsive > table > tbody tr th.project-quote-price,
.table-responsive > table > tbody tr td.project-quote-price,
.table-responsive > table > tbody tr > .col.project-quote-price,
.table-responsive > table > tbody > .row th.project-quote-price,
.table-responsive > table > tbody > .row td.project-quote-price,
.table-responsive > table > tbody > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-header tr th.project-quote-price,
.table-responsive > table > .simple-table-header tr td.project-quote-price,
.table-responsive > table > .simple-table-header tr > .col.project-quote-price,
.table-responsive > table > .simple-table-header > .row th.project-quote-price,
.table-responsive > table > .simple-table-header > .row td.project-quote-price,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-body tr th.project-quote-price,
.table-responsive > table > .simple-table-body tr td.project-quote-price,
.table-responsive > table > .simple-table-body tr > .col.project-quote-price,
.table-responsive > table > .simple-table-body > .row th.project-quote-price,
.table-responsive > table > .simple-table-body > .row td.project-quote-price,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-footer tr th.project-quote-price,
.table-responsive > table > .simple-table-footer tr td.project-quote-price,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-price,
.table-responsive > table > .simple-table-footer > .row th.project-quote-price,
.table-responsive > table > .simple-table-footer > .row td.project-quote-price,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-price,
.simple-table > thead tr th.project-quote-price,
.simple-table > thead tr td.project-quote-price,
.simple-table > thead tr > .col.project-quote-price,
.simple-table > thead > .row th.project-quote-price,
.simple-table > thead > .row td.project-quote-price,
.simple-table > thead > .row > .col.project-quote-price,
.simple-table > tbody tr th.project-quote-price,
.simple-table > tbody tr td.project-quote-price,
.simple-table > tbody tr > .col.project-quote-price,
.simple-table > tbody > .row th.project-quote-price,
.simple-table > tbody > .row td.project-quote-price,
.simple-table > tbody > .row > .col.project-quote-price,
.simple-table > .simple-table-header tr th.project-quote-price,
.simple-table > .simple-table-header tr td.project-quote-price,
.simple-table > .simple-table-header tr > .col.project-quote-price,
.simple-table > .simple-table-header > .row th.project-quote-price,
.simple-table > .simple-table-header > .row td.project-quote-price,
.simple-table > .simple-table-header > .row > .col.project-quote-price,
.simple-table > .simple-table-body tr th.project-quote-price,
.simple-table > .simple-table-body tr td.project-quote-price,
.simple-table > .simple-table-body tr > .col.project-quote-price,
.simple-table > .simple-table-body > .row th.project-quote-price,
.simple-table > .simple-table-body > .row td.project-quote-price,
.simple-table > .simple-table-body > .row > .col.project-quote-price,
.simple-table > .simple-table-footer tr th.project-quote-price,
.simple-table > .simple-table-footer tr td.project-quote-price,
.simple-table > .simple-table-footer tr > .col.project-quote-price,
.simple-table > .simple-table-footer > .row th.project-quote-price,
.simple-table > .simple-table-footer > .row td.project-quote-price,
.simple-table > .simple-table-footer > .row > .col.project-quote-price, table.dataTable > thead tr th.project-quote-state,
table.dataTable > thead tr td.project-quote-state,
table.dataTable > thead tr > .col.project-quote-state,
table.dataTable > thead > .row th.project-quote-state,
table.dataTable > thead > .row td.project-quote-state,
table.dataTable > thead > .row > .col.project-quote-state,
table.dataTable > tbody tr th.project-quote-state,
table.dataTable > tbody tr td.project-quote-state,
table.dataTable > tbody tr > .col.project-quote-state,
table.dataTable > tbody > .row th.project-quote-state,
table.dataTable > tbody > .row td.project-quote-state,
table.dataTable > tbody > .row > .col.project-quote-state,
table.dataTable > .simple-table-header tr th.project-quote-state,
table.dataTable > .simple-table-header tr td.project-quote-state,
table.dataTable > .simple-table-header tr > .col.project-quote-state,
table.dataTable > .simple-table-header > .row th.project-quote-state,
table.dataTable > .simple-table-header > .row td.project-quote-state,
table.dataTable > .simple-table-header > .row > .col.project-quote-state,
table.dataTable > .simple-table-body tr th.project-quote-state,
table.dataTable > .simple-table-body tr td.project-quote-state,
table.dataTable > .simple-table-body tr > .col.project-quote-state,
table.dataTable > .simple-table-body > .row th.project-quote-state,
table.dataTable > .simple-table-body > .row td.project-quote-state,
table.dataTable > .simple-table-body > .row > .col.project-quote-state,
table.dataTable > .simple-table-footer tr th.project-quote-state,
table.dataTable > .simple-table-footer tr td.project-quote-state,
table.dataTable > .simple-table-footer tr > .col.project-quote-state,
table.dataTable > .simple-table-footer > .row th.project-quote-state,
table.dataTable > .simple-table-footer > .row td.project-quote-state,
table.dataTable > .simple-table-footer > .row > .col.project-quote-state,
.table-responsive > table > thead tr th.project-quote-state,
.table-responsive > table > thead tr td.project-quote-state,
.table-responsive > table > thead tr > .col.project-quote-state,
.table-responsive > table > thead > .row th.project-quote-state,
.table-responsive > table > thead > .row td.project-quote-state,
.table-responsive > table > thead > .row > .col.project-quote-state,
.table-responsive > table > tbody tr th.project-quote-state,
.table-responsive > table > tbody tr td.project-quote-state,
.table-responsive > table > tbody tr > .col.project-quote-state,
.table-responsive > table > tbody > .row th.project-quote-state,
.table-responsive > table > tbody > .row td.project-quote-state,
.table-responsive > table > tbody > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-header tr th.project-quote-state,
.table-responsive > table > .simple-table-header tr td.project-quote-state,
.table-responsive > table > .simple-table-header tr > .col.project-quote-state,
.table-responsive > table > .simple-table-header > .row th.project-quote-state,
.table-responsive > table > .simple-table-header > .row td.project-quote-state,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-body tr th.project-quote-state,
.table-responsive > table > .simple-table-body tr td.project-quote-state,
.table-responsive > table > .simple-table-body tr > .col.project-quote-state,
.table-responsive > table > .simple-table-body > .row th.project-quote-state,
.table-responsive > table > .simple-table-body > .row td.project-quote-state,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-footer tr th.project-quote-state,
.table-responsive > table > .simple-table-footer tr td.project-quote-state,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-state,
.table-responsive > table > .simple-table-footer > .row th.project-quote-state,
.table-responsive > table > .simple-table-footer > .row td.project-quote-state,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-state,
.simple-table > thead tr th.project-quote-state,
.simple-table > thead tr td.project-quote-state,
.simple-table > thead tr > .col.project-quote-state,
.simple-table > thead > .row th.project-quote-state,
.simple-table > thead > .row td.project-quote-state,
.simple-table > thead > .row > .col.project-quote-state,
.simple-table > tbody tr th.project-quote-state,
.simple-table > tbody tr td.project-quote-state,
.simple-table > tbody tr > .col.project-quote-state,
.simple-table > tbody > .row th.project-quote-state,
.simple-table > tbody > .row td.project-quote-state,
.simple-table > tbody > .row > .col.project-quote-state,
.simple-table > .simple-table-header tr th.project-quote-state,
.simple-table > .simple-table-header tr td.project-quote-state,
.simple-table > .simple-table-header tr > .col.project-quote-state,
.simple-table > .simple-table-header > .row th.project-quote-state,
.simple-table > .simple-table-header > .row td.project-quote-state,
.simple-table > .simple-table-header > .row > .col.project-quote-state,
.simple-table > .simple-table-body tr th.project-quote-state,
.simple-table > .simple-table-body tr td.project-quote-state,
.simple-table > .simple-table-body tr > .col.project-quote-state,
.simple-table > .simple-table-body > .row th.project-quote-state,
.simple-table > .simple-table-body > .row td.project-quote-state,
.simple-table > .simple-table-body > .row > .col.project-quote-state,
.simple-table > .simple-table-footer tr th.project-quote-state,
.simple-table > .simple-table-footer tr td.project-quote-state,
.simple-table > .simple-table-footer tr > .col.project-quote-state,
.simple-table > .simple-table-footer > .row th.project-quote-state,
.simple-table > .simple-table-footer > .row td.project-quote-state,
.simple-table > .simple-table-footer > .row > .col.project-quote-state, table.dataTable > thead tr th.quote-item-price,
table.dataTable > thead tr td.quote-item-price,
table.dataTable > thead tr > .col.quote-item-price,
table.dataTable > thead > .row th.quote-item-price,
table.dataTable > thead > .row td.quote-item-price,
table.dataTable > thead > .row > .col.quote-item-price,
table.dataTable > tbody tr th.quote-item-price,
table.dataTable > tbody tr td.quote-item-price,
table.dataTable > tbody tr > .col.quote-item-price,
table.dataTable > tbody > .row th.quote-item-price,
table.dataTable > tbody > .row td.quote-item-price,
table.dataTable > tbody > .row > .col.quote-item-price,
table.dataTable > .simple-table-header tr th.quote-item-price,
table.dataTable > .simple-table-header tr td.quote-item-price,
table.dataTable > .simple-table-header tr > .col.quote-item-price,
table.dataTable > .simple-table-header > .row th.quote-item-price,
table.dataTable > .simple-table-header > .row td.quote-item-price,
table.dataTable > .simple-table-header > .row > .col.quote-item-price,
table.dataTable > .simple-table-body tr th.quote-item-price,
table.dataTable > .simple-table-body tr td.quote-item-price,
table.dataTable > .simple-table-body tr > .col.quote-item-price,
table.dataTable > .simple-table-body > .row th.quote-item-price,
table.dataTable > .simple-table-body > .row td.quote-item-price,
table.dataTable > .simple-table-body > .row > .col.quote-item-price,
table.dataTable > .simple-table-footer tr th.quote-item-price,
table.dataTable > .simple-table-footer tr td.quote-item-price,
table.dataTable > .simple-table-footer tr > .col.quote-item-price,
table.dataTable > .simple-table-footer > .row th.quote-item-price,
table.dataTable > .simple-table-footer > .row td.quote-item-price,
table.dataTable > .simple-table-footer > .row > .col.quote-item-price,
.table-responsive > table > thead tr th.quote-item-price,
.table-responsive > table > thead tr td.quote-item-price,
.table-responsive > table > thead tr > .col.quote-item-price,
.table-responsive > table > thead > .row th.quote-item-price,
.table-responsive > table > thead > .row td.quote-item-price,
.table-responsive > table > thead > .row > .col.quote-item-price,
.table-responsive > table > tbody tr th.quote-item-price,
.table-responsive > table > tbody tr td.quote-item-price,
.table-responsive > table > tbody tr > .col.quote-item-price,
.table-responsive > table > tbody > .row th.quote-item-price,
.table-responsive > table > tbody > .row td.quote-item-price,
.table-responsive > table > tbody > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-header tr th.quote-item-price,
.table-responsive > table > .simple-table-header tr td.quote-item-price,
.table-responsive > table > .simple-table-header tr > .col.quote-item-price,
.table-responsive > table > .simple-table-header > .row th.quote-item-price,
.table-responsive > table > .simple-table-header > .row td.quote-item-price,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-body tr th.quote-item-price,
.table-responsive > table > .simple-table-body tr td.quote-item-price,
.table-responsive > table > .simple-table-body tr > .col.quote-item-price,
.table-responsive > table > .simple-table-body > .row th.quote-item-price,
.table-responsive > table > .simple-table-body > .row td.quote-item-price,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-footer tr th.quote-item-price,
.table-responsive > table > .simple-table-footer tr td.quote-item-price,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-price,
.table-responsive > table > .simple-table-footer > .row th.quote-item-price,
.table-responsive > table > .simple-table-footer > .row td.quote-item-price,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-price,
.simple-table > thead tr th.quote-item-price,
.simple-table > thead tr td.quote-item-price,
.simple-table > thead tr > .col.quote-item-price,
.simple-table > thead > .row th.quote-item-price,
.simple-table > thead > .row td.quote-item-price,
.simple-table > thead > .row > .col.quote-item-price,
.simple-table > tbody tr th.quote-item-price,
.simple-table > tbody tr td.quote-item-price,
.simple-table > tbody tr > .col.quote-item-price,
.simple-table > tbody > .row th.quote-item-price,
.simple-table > tbody > .row td.quote-item-price,
.simple-table > tbody > .row > .col.quote-item-price,
.simple-table > .simple-table-header tr th.quote-item-price,
.simple-table > .simple-table-header tr td.quote-item-price,
.simple-table > .simple-table-header tr > .col.quote-item-price,
.simple-table > .simple-table-header > .row th.quote-item-price,
.simple-table > .simple-table-header > .row td.quote-item-price,
.simple-table > .simple-table-header > .row > .col.quote-item-price,
.simple-table > .simple-table-body tr th.quote-item-price,
.simple-table > .simple-table-body tr td.quote-item-price,
.simple-table > .simple-table-body tr > .col.quote-item-price,
.simple-table > .simple-table-body > .row th.quote-item-price,
.simple-table > .simple-table-body > .row td.quote-item-price,
.simple-table > .simple-table-body > .row > .col.quote-item-price,
.simple-table > .simple-table-footer tr th.quote-item-price,
.simple-table > .simple-table-footer tr td.quote-item-price,
.simple-table > .simple-table-footer tr > .col.quote-item-price,
.simple-table > .simple-table-footer > .row th.quote-item-price,
.simple-table > .simple-table-footer > .row td.quote-item-price,
.simple-table > .simple-table-footer > .row > .col.quote-item-price, table.dataTable > thead tr th.quote-calc-col,
table.dataTable > thead tr td.quote-calc-col,
table.dataTable > thead tr > .col.quote-calc-col,
table.dataTable > thead > .row th.quote-calc-col,
table.dataTable > thead > .row td.quote-calc-col,
table.dataTable > thead > .row > .col.quote-calc-col,
table.dataTable > tbody tr th.quote-calc-col,
table.dataTable > tbody tr td.quote-calc-col,
table.dataTable > tbody tr > .col.quote-calc-col,
table.dataTable > tbody > .row th.quote-calc-col,
table.dataTable > tbody > .row td.quote-calc-col,
table.dataTable > tbody > .row > .col.quote-calc-col,
table.dataTable > .simple-table-header tr th.quote-calc-col,
table.dataTable > .simple-table-header tr td.quote-calc-col,
table.dataTable > .simple-table-header tr > .col.quote-calc-col,
table.dataTable > .simple-table-header > .row th.quote-calc-col,
table.dataTable > .simple-table-header > .row td.quote-calc-col,
table.dataTable > .simple-table-header > .row > .col.quote-calc-col,
table.dataTable > .simple-table-body tr th.quote-calc-col,
table.dataTable > .simple-table-body tr td.quote-calc-col,
table.dataTable > .simple-table-body tr > .col.quote-calc-col,
table.dataTable > .simple-table-body > .row th.quote-calc-col,
table.dataTable > .simple-table-body > .row td.quote-calc-col,
table.dataTable > .simple-table-body > .row > .col.quote-calc-col,
table.dataTable > .simple-table-footer tr th.quote-calc-col,
table.dataTable > .simple-table-footer tr td.quote-calc-col,
table.dataTable > .simple-table-footer tr > .col.quote-calc-col,
table.dataTable > .simple-table-footer > .row th.quote-calc-col,
table.dataTable > .simple-table-footer > .row td.quote-calc-col,
table.dataTable > .simple-table-footer > .row > .col.quote-calc-col,
.table-responsive > table > thead tr th.quote-calc-col,
.table-responsive > table > thead tr td.quote-calc-col,
.table-responsive > table > thead tr > .col.quote-calc-col,
.table-responsive > table > thead > .row th.quote-calc-col,
.table-responsive > table > thead > .row td.quote-calc-col,
.table-responsive > table > thead > .row > .col.quote-calc-col,
.table-responsive > table > tbody tr th.quote-calc-col,
.table-responsive > table > tbody tr td.quote-calc-col,
.table-responsive > table > tbody tr > .col.quote-calc-col,
.table-responsive > table > tbody > .row th.quote-calc-col,
.table-responsive > table > tbody > .row td.quote-calc-col,
.table-responsive > table > tbody > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-header tr th.quote-calc-col,
.table-responsive > table > .simple-table-header tr td.quote-calc-col,
.table-responsive > table > .simple-table-header tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-header > .row th.quote-calc-col,
.table-responsive > table > .simple-table-header > .row td.quote-calc-col,
.table-responsive > table > .simple-table-header > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-body tr th.quote-calc-col,
.table-responsive > table > .simple-table-body tr td.quote-calc-col,
.table-responsive > table > .simple-table-body tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-body > .row th.quote-calc-col,
.table-responsive > table > .simple-table-body > .row td.quote-calc-col,
.table-responsive > table > .simple-table-body > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-footer tr th.quote-calc-col,
.table-responsive > table > .simple-table-footer tr td.quote-calc-col,
.table-responsive > table > .simple-table-footer tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row th.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row td.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row > .col.quote-calc-col,
.simple-table > thead tr th.quote-calc-col,
.simple-table > thead tr td.quote-calc-col,
.simple-table > thead tr > .col.quote-calc-col,
.simple-table > thead > .row th.quote-calc-col,
.simple-table > thead > .row td.quote-calc-col,
.simple-table > thead > .row > .col.quote-calc-col,
.simple-table > tbody tr th.quote-calc-col,
.simple-table > tbody tr td.quote-calc-col,
.simple-table > tbody tr > .col.quote-calc-col,
.simple-table > tbody > .row th.quote-calc-col,
.simple-table > tbody > .row td.quote-calc-col,
.simple-table > tbody > .row > .col.quote-calc-col,
.simple-table > .simple-table-header tr th.quote-calc-col,
.simple-table > .simple-table-header tr td.quote-calc-col,
.simple-table > .simple-table-header tr > .col.quote-calc-col,
.simple-table > .simple-table-header > .row th.quote-calc-col,
.simple-table > .simple-table-header > .row td.quote-calc-col,
.simple-table > .simple-table-header > .row > .col.quote-calc-col,
.simple-table > .simple-table-body tr th.quote-calc-col,
.simple-table > .simple-table-body tr td.quote-calc-col,
.simple-table > .simple-table-body tr > .col.quote-calc-col,
.simple-table > .simple-table-body > .row th.quote-calc-col,
.simple-table > .simple-table-body > .row td.quote-calc-col,
.simple-table > .simple-table-body > .row > .col.quote-calc-col,
.simple-table > .simple-table-footer tr th.quote-calc-col,
.simple-table > .simple-table-footer tr td.quote-calc-col,
.simple-table > .simple-table-footer tr > .col.quote-calc-col,
.simple-table > .simple-table-footer > .row th.quote-calc-col,
.simple-table > .simple-table-footer > .row td.quote-calc-col,
.simple-table > .simple-table-footer > .row > .col.quote-calc-col, table.dataTable > thead tr th.quote-status,
table.dataTable > thead tr td.quote-status,
table.dataTable > thead tr > .col.quote-status,
table.dataTable > thead > .row th.quote-status,
table.dataTable > thead > .row td.quote-status,
table.dataTable > thead > .row > .col.quote-status,
table.dataTable > tbody tr th.quote-status,
table.dataTable > tbody tr td.quote-status,
table.dataTable > tbody tr > .col.quote-status,
table.dataTable > tbody > .row th.quote-status,
table.dataTable > tbody > .row td.quote-status,
table.dataTable > tbody > .row > .col.quote-status,
table.dataTable > .simple-table-header tr th.quote-status,
table.dataTable > .simple-table-header tr td.quote-status,
table.dataTable > .simple-table-header tr > .col.quote-status,
table.dataTable > .simple-table-header > .row th.quote-status,
table.dataTable > .simple-table-header > .row td.quote-status,
table.dataTable > .simple-table-header > .row > .col.quote-status,
table.dataTable > .simple-table-body tr th.quote-status,
table.dataTable > .simple-table-body tr td.quote-status,
table.dataTable > .simple-table-body tr > .col.quote-status,
table.dataTable > .simple-table-body > .row th.quote-status,
table.dataTable > .simple-table-body > .row td.quote-status,
table.dataTable > .simple-table-body > .row > .col.quote-status,
table.dataTable > .simple-table-footer tr th.quote-status,
table.dataTable > .simple-table-footer tr td.quote-status,
table.dataTable > .simple-table-footer tr > .col.quote-status,
table.dataTable > .simple-table-footer > .row th.quote-status,
table.dataTable > .simple-table-footer > .row td.quote-status,
table.dataTable > .simple-table-footer > .row > .col.quote-status,
.table-responsive > table > thead tr th.quote-status,
.table-responsive > table > thead tr td.quote-status,
.table-responsive > table > thead tr > .col.quote-status,
.table-responsive > table > thead > .row th.quote-status,
.table-responsive > table > thead > .row td.quote-status,
.table-responsive > table > thead > .row > .col.quote-status,
.table-responsive > table > tbody tr th.quote-status,
.table-responsive > table > tbody tr td.quote-status,
.table-responsive > table > tbody tr > .col.quote-status,
.table-responsive > table > tbody > .row th.quote-status,
.table-responsive > table > tbody > .row td.quote-status,
.table-responsive > table > tbody > .row > .col.quote-status,
.table-responsive > table > .simple-table-header tr th.quote-status,
.table-responsive > table > .simple-table-header tr td.quote-status,
.table-responsive > table > .simple-table-header tr > .col.quote-status,
.table-responsive > table > .simple-table-header > .row th.quote-status,
.table-responsive > table > .simple-table-header > .row td.quote-status,
.table-responsive > table > .simple-table-header > .row > .col.quote-status,
.table-responsive > table > .simple-table-body tr th.quote-status,
.table-responsive > table > .simple-table-body tr td.quote-status,
.table-responsive > table > .simple-table-body tr > .col.quote-status,
.table-responsive > table > .simple-table-body > .row th.quote-status,
.table-responsive > table > .simple-table-body > .row td.quote-status,
.table-responsive > table > .simple-table-body > .row > .col.quote-status,
.table-responsive > table > .simple-table-footer tr th.quote-status,
.table-responsive > table > .simple-table-footer tr td.quote-status,
.table-responsive > table > .simple-table-footer tr > .col.quote-status,
.table-responsive > table > .simple-table-footer > .row th.quote-status,
.table-responsive > table > .simple-table-footer > .row td.quote-status,
.table-responsive > table > .simple-table-footer > .row > .col.quote-status,
.simple-table > thead tr th.quote-status,
.simple-table > thead tr td.quote-status,
.simple-table > thead tr > .col.quote-status,
.simple-table > thead > .row th.quote-status,
.simple-table > thead > .row td.quote-status,
.simple-table > thead > .row > .col.quote-status,
.simple-table > tbody tr th.quote-status,
.simple-table > tbody tr td.quote-status,
.simple-table > tbody tr > .col.quote-status,
.simple-table > tbody > .row th.quote-status,
.simple-table > tbody > .row td.quote-status,
.simple-table > tbody > .row > .col.quote-status,
.simple-table > .simple-table-header tr th.quote-status,
.simple-table > .simple-table-header tr td.quote-status,
.simple-table > .simple-table-header tr > .col.quote-status,
.simple-table > .simple-table-header > .row th.quote-status,
.simple-table > .simple-table-header > .row td.quote-status,
.simple-table > .simple-table-header > .row > .col.quote-status,
.simple-table > .simple-table-body tr th.quote-status,
.simple-table > .simple-table-body tr td.quote-status,
.simple-table > .simple-table-body tr > .col.quote-status,
.simple-table > .simple-table-body > .row th.quote-status,
.simple-table > .simple-table-body > .row td.quote-status,
.simple-table > .simple-table-body > .row > .col.quote-status,
.simple-table > .simple-table-footer tr th.quote-status,
.simple-table > .simple-table-footer tr td.quote-status,
.simple-table > .simple-table-footer tr > .col.quote-status,
.simple-table > .simple-table-footer > .row th.quote-status,
.simple-table > .simple-table-footer > .row td.quote-status,
.simple-table > .simple-table-footer > .row > .col.quote-status, table.dataTable > thead tr th.quote-amount,
table.dataTable > thead tr td.quote-amount,
table.dataTable > thead tr > .col.quote-amount,
table.dataTable > thead > .row th.quote-amount,
table.dataTable > thead > .row td.quote-amount,
table.dataTable > thead > .row > .col.quote-amount,
table.dataTable > tbody tr th.quote-amount,
table.dataTable > tbody tr td.quote-amount,
table.dataTable > tbody tr > .col.quote-amount,
table.dataTable > tbody > .row th.quote-amount,
table.dataTable > tbody > .row td.quote-amount,
table.dataTable > tbody > .row > .col.quote-amount,
table.dataTable > .simple-table-header tr th.quote-amount,
table.dataTable > .simple-table-header tr td.quote-amount,
table.dataTable > .simple-table-header tr > .col.quote-amount,
table.dataTable > .simple-table-header > .row th.quote-amount,
table.dataTable > .simple-table-header > .row td.quote-amount,
table.dataTable > .simple-table-header > .row > .col.quote-amount,
table.dataTable > .simple-table-body tr th.quote-amount,
table.dataTable > .simple-table-body tr td.quote-amount,
table.dataTable > .simple-table-body tr > .col.quote-amount,
table.dataTable > .simple-table-body > .row th.quote-amount,
table.dataTable > .simple-table-body > .row td.quote-amount,
table.dataTable > .simple-table-body > .row > .col.quote-amount,
table.dataTable > .simple-table-footer tr th.quote-amount,
table.dataTable > .simple-table-footer tr td.quote-amount,
table.dataTable > .simple-table-footer tr > .col.quote-amount,
table.dataTable > .simple-table-footer > .row th.quote-amount,
table.dataTable > .simple-table-footer > .row td.quote-amount,
table.dataTable > .simple-table-footer > .row > .col.quote-amount,
.table-responsive > table > thead tr th.quote-amount,
.table-responsive > table > thead tr td.quote-amount,
.table-responsive > table > thead tr > .col.quote-amount,
.table-responsive > table > thead > .row th.quote-amount,
.table-responsive > table > thead > .row td.quote-amount,
.table-responsive > table > thead > .row > .col.quote-amount,
.table-responsive > table > tbody tr th.quote-amount,
.table-responsive > table > tbody tr td.quote-amount,
.table-responsive > table > tbody tr > .col.quote-amount,
.table-responsive > table > tbody > .row th.quote-amount,
.table-responsive > table > tbody > .row td.quote-amount,
.table-responsive > table > tbody > .row > .col.quote-amount,
.table-responsive > table > .simple-table-header tr th.quote-amount,
.table-responsive > table > .simple-table-header tr td.quote-amount,
.table-responsive > table > .simple-table-header tr > .col.quote-amount,
.table-responsive > table > .simple-table-header > .row th.quote-amount,
.table-responsive > table > .simple-table-header > .row td.quote-amount,
.table-responsive > table > .simple-table-header > .row > .col.quote-amount,
.table-responsive > table > .simple-table-body tr th.quote-amount,
.table-responsive > table > .simple-table-body tr td.quote-amount,
.table-responsive > table > .simple-table-body tr > .col.quote-amount,
.table-responsive > table > .simple-table-body > .row th.quote-amount,
.table-responsive > table > .simple-table-body > .row td.quote-amount,
.table-responsive > table > .simple-table-body > .row > .col.quote-amount,
.table-responsive > table > .simple-table-footer tr th.quote-amount,
.table-responsive > table > .simple-table-footer tr td.quote-amount,
.table-responsive > table > .simple-table-footer tr > .col.quote-amount,
.table-responsive > table > .simple-table-footer > .row th.quote-amount,
.table-responsive > table > .simple-table-footer > .row td.quote-amount,
.table-responsive > table > .simple-table-footer > .row > .col.quote-amount,
.simple-table > thead tr th.quote-amount,
.simple-table > thead tr td.quote-amount,
.simple-table > thead tr > .col.quote-amount,
.simple-table > thead > .row th.quote-amount,
.simple-table > thead > .row td.quote-amount,
.simple-table > thead > .row > .col.quote-amount,
.simple-table > tbody tr th.quote-amount,
.simple-table > tbody tr td.quote-amount,
.simple-table > tbody tr > .col.quote-amount,
.simple-table > tbody > .row th.quote-amount,
.simple-table > tbody > .row td.quote-amount,
.simple-table > tbody > .row > .col.quote-amount,
.simple-table > .simple-table-header tr th.quote-amount,
.simple-table > .simple-table-header tr td.quote-amount,
.simple-table > .simple-table-header tr > .col.quote-amount,
.simple-table > .simple-table-header > .row th.quote-amount,
.simple-table > .simple-table-header > .row td.quote-amount,
.simple-table > .simple-table-header > .row > .col.quote-amount,
.simple-table > .simple-table-body tr th.quote-amount,
.simple-table > .simple-table-body tr td.quote-amount,
.simple-table > .simple-table-body tr > .col.quote-amount,
.simple-table > .simple-table-body > .row th.quote-amount,
.simple-table > .simple-table-body > .row td.quote-amount,
.simple-table > .simple-table-body > .row > .col.quote-amount,
.simple-table > .simple-table-footer tr th.quote-amount,
.simple-table > .simple-table-footer tr td.quote-amount,
.simple-table > .simple-table-footer tr > .col.quote-amount,
.simple-table > .simple-table-footer > .row th.quote-amount,
.simple-table > .simple-table-footer > .row td.quote-amount,
.simple-table > .simple-table-footer > .row > .col.quote-amount, table.dataTable > thead tr th.item-menu,
table.dataTable > thead tr td.item-menu,
table.dataTable > thead tr > .col.item-menu,
table.dataTable > thead > .row th.item-menu,
table.dataTable > thead > .row td.item-menu,
table.dataTable > thead > .row > .col.item-menu,
table.dataTable > tbody tr th.item-menu,
table.dataTable > tbody tr td.item-menu,
table.dataTable > tbody tr > .col.item-menu,
table.dataTable > tbody > .row th.item-menu,
table.dataTable > tbody > .row td.item-menu,
table.dataTable > tbody > .row > .col.item-menu,
table.dataTable > .simple-table-header tr th.item-menu,
table.dataTable > .simple-table-header tr td.item-menu,
table.dataTable > .simple-table-header tr > .col.item-menu,
table.dataTable > .simple-table-header > .row th.item-menu,
table.dataTable > .simple-table-header > .row td.item-menu,
table.dataTable > .simple-table-header > .row > .col.item-menu,
table.dataTable > .simple-table-body tr th.item-menu,
table.dataTable > .simple-table-body tr td.item-menu,
table.dataTable > .simple-table-body tr > .col.item-menu,
table.dataTable > .simple-table-body > .row th.item-menu,
table.dataTable > .simple-table-body > .row td.item-menu,
table.dataTable > .simple-table-body > .row > .col.item-menu,
table.dataTable > .simple-table-footer tr th.item-menu,
table.dataTable > .simple-table-footer tr td.item-menu,
table.dataTable > .simple-table-footer tr > .col.item-menu,
table.dataTable > .simple-table-footer > .row th.item-menu,
table.dataTable > .simple-table-footer > .row td.item-menu,
table.dataTable > .simple-table-footer > .row > .col.item-menu,
.table-responsive > table > thead tr th.item-menu,
.table-responsive > table > thead tr td.item-menu,
.table-responsive > table > thead tr > .col.item-menu,
.table-responsive > table > thead > .row th.item-menu,
.table-responsive > table > thead > .row td.item-menu,
.table-responsive > table > thead > .row > .col.item-menu,
.table-responsive > table > tbody tr th.item-menu,
.table-responsive > table > tbody tr td.item-menu,
.table-responsive > table > tbody tr > .col.item-menu,
.table-responsive > table > tbody > .row th.item-menu,
.table-responsive > table > tbody > .row td.item-menu,
.table-responsive > table > tbody > .row > .col.item-menu,
.table-responsive > table > .simple-table-header tr th.item-menu,
.table-responsive > table > .simple-table-header tr td.item-menu,
.table-responsive > table > .simple-table-header tr > .col.item-menu,
.table-responsive > table > .simple-table-header > .row th.item-menu,
.table-responsive > table > .simple-table-header > .row td.item-menu,
.table-responsive > table > .simple-table-header > .row > .col.item-menu,
.table-responsive > table > .simple-table-body tr th.item-menu,
.table-responsive > table > .simple-table-body tr td.item-menu,
.table-responsive > table > .simple-table-body tr > .col.item-menu,
.table-responsive > table > .simple-table-body > .row th.item-menu,
.table-responsive > table > .simple-table-body > .row td.item-menu,
.table-responsive > table > .simple-table-body > .row > .col.item-menu,
.table-responsive > table > .simple-table-footer tr th.item-menu,
.table-responsive > table > .simple-table-footer tr td.item-menu,
.table-responsive > table > .simple-table-footer tr > .col.item-menu,
.table-responsive > table > .simple-table-footer > .row th.item-menu,
.table-responsive > table > .simple-table-footer > .row td.item-menu,
.table-responsive > table > .simple-table-footer > .row > .col.item-menu,
.simple-table > thead tr th.item-menu,
.simple-table > thead tr td.item-menu,
.simple-table > thead tr > .col.item-menu,
.simple-table > thead > .row th.item-menu,
.simple-table > thead > .row td.item-menu,
.simple-table > thead > .row > .col.item-menu,
.simple-table > tbody tr th.item-menu,
.simple-table > tbody tr td.item-menu,
.simple-table > tbody tr > .col.item-menu,
.simple-table > tbody > .row th.item-menu,
.simple-table > tbody > .row td.item-menu,
.simple-table > tbody > .row > .col.item-menu,
.simple-table > .simple-table-header tr th.item-menu,
.simple-table > .simple-table-header tr td.item-menu,
.simple-table > .simple-table-header tr > .col.item-menu,
.simple-table > .simple-table-header > .row th.item-menu,
.simple-table > .simple-table-header > .row td.item-menu,
.simple-table > .simple-table-header > .row > .col.item-menu,
.simple-table > .simple-table-body tr th.item-menu,
.simple-table > .simple-table-body tr td.item-menu,
.simple-table > .simple-table-body tr > .col.item-menu,
.simple-table > .simple-table-body > .row th.item-menu,
.simple-table > .simple-table-body > .row td.item-menu,
.simple-table > .simple-table-body > .row > .col.item-menu,
.simple-table > .simple-table-footer tr th.item-menu,
.simple-table > .simple-table-footer tr td.item-menu,
.simple-table > .simple-table-footer tr > .col.item-menu,
.simple-table > .simple-table-footer > .row th.item-menu,
.simple-table > .simple-table-footer > .row td.item-menu,
.simple-table > .simple-table-footer > .row > .col.item-menu, .drag-grab-handle {
  overflow-x: visible;
}
.no-pseudo:after, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col:after,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col:after, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col:after,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col:after, body.dev-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col:after,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col:after, body.dev-only-ui .simple-table-header .dealer-tax-col:after, body.dev-only-ui .simple-table-header .dealer-price-col:after, body.dev-only-ui .simple-table-header .supplier-price-col:after, body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col:after,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col:after, body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col:after,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col:after, body.test-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col:after,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col:after, body.test-only-ui .simple-table-header .dealer-tax-col:after, body.test-only-ui .simple-table-header .dealer-price-col:after, body.test-only-ui .simple-table-header .supplier-price-col:after, #settings-branch-territories-table .column.first:after,
#settings-branch-territories-table .column.last:after, #settings-regions-table .simple-table-row .column:after, .col-assigned-to:after, .col-status:after, .simple-table > .simple-table-body .tr:hover > .column.supplier-price-col:after,
.simple-table > .simple-table-body .tr:hover > .column.dealer-price-col:after,
.simple-table > .simple-table-body .tr:hover > .column.dealer-tax-col:after,
.simple-table > .simple-table-footer .tr:hover > .column.supplier-price-col:after,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-price-col:after,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-tax-col:after, .simple-table > .simple-table-body .tr > .column.supplier-price-col:after,
.simple-table > .simple-table-body .tr > .column.dealer-price-col:after,
.simple-table > .simple-table-body .tr > .column.dealer-tax-col:after,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col:after,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col:after,
.simple-table > .simple-table-footer .tr > .column.dealer-tax-col:after, .simple-table-header .dealer-tax-col:after, .simple-table-header .dealer-price-col:after, .simple-table-header .supplier-price-col:after, .simple-table .simple-table-header > .tr .quote-item-no:after,
.simple-table .simple-table-header > .tr .quote-item-image:after,
.simple-table .simple-table-header > .tr .quote-item-quantity:after,
.simple-table .simple-table-header > .tr .quote-item-modified:after,
.simple-table .simple-table-header > .tr .quote-item-price-sup-ext-list:after,
.simple-table .simple-table-header > .tr .quote-item-price-sup-adj:after,
.simple-table .simple-table-header > .tr .quote-item-price-del-cost:after,
.simple-table .simple-table-header > .tr .quote-item-price-del-adj:after,
.simple-table .simple-table-header > .tr .quote-item-price:after,
.simple-table .simple-table-header > .tr .item-menu:after,
.simple-table .simple-table-header > .tr .quote-calc-col:after,
.simple-table .simple-table-body > .tr .quote-item-no:after,
.simple-table .simple-table-body > .tr .quote-item-image:after,
.simple-table .simple-table-body > .tr .quote-item-quantity:after,
.simple-table .simple-table-body > .tr .quote-item-modified:after,
.simple-table .simple-table-body > .tr .quote-item-price-sup-ext-list:after,
.simple-table .simple-table-body > .tr .quote-item-price-sup-adj:after,
.simple-table .simple-table-body > .tr .quote-item-price-del-cost:after,
.simple-table .simple-table-body > .tr .quote-item-price-del-adj:after,
.simple-table .simple-table-body > .tr .quote-item-price:after,
.simple-table .simple-table-body > .tr .item-menu:after,
.simple-table .simple-table-body > .tr .quote-calc-col:after,
.simple-table .simple-table-footer > .tr .quote-item-no:after,
.simple-table .simple-table-footer > .tr .quote-item-image:after,
.simple-table .simple-table-footer > .tr .quote-item-quantity:after,
.simple-table .simple-table-footer > .tr .quote-item-modified:after,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-ext-list:after,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-adj:after,
.simple-table .simple-table-footer > .tr .quote-item-price-del-cost:after,
.simple-table .simple-table-footer > .tr .quote-item-price-del-adj:after,
.simple-table .simple-table-footer > .tr .quote-item-price:after,
.simple-table .simple-table-footer > .tr .item-menu:after,
.simple-table .simple-table-footer > .tr .quote-calc-col:after, .v6-resource-picker table tr td:after, .stock-item-description:after,
.stock-item-singleUnitCost:after, table.dataTable > thead tr th.order-item-price:after,
table.dataTable > thead tr td.order-item-price:after,
table.dataTable > thead tr > .col.order-item-price:after,
table.dataTable > thead > .row th.order-item-price:after,
table.dataTable > thead > .row td.order-item-price:after,
table.dataTable > thead > .row > .col.order-item-price:after,
table.dataTable > tbody tr th.order-item-price:after,
table.dataTable > tbody tr td.order-item-price:after,
table.dataTable > tbody tr > .col.order-item-price:after,
table.dataTable > tbody > .row th.order-item-price:after,
table.dataTable > tbody > .row td.order-item-price:after,
table.dataTable > tbody > .row > .col.order-item-price:after,
table.dataTable > .simple-table-header tr th.order-item-price:after,
table.dataTable > .simple-table-header tr td.order-item-price:after,
table.dataTable > .simple-table-header tr > .col.order-item-price:after,
table.dataTable > .simple-table-header > .row th.order-item-price:after,
table.dataTable > .simple-table-header > .row td.order-item-price:after,
table.dataTable > .simple-table-header > .row > .col.order-item-price:after,
table.dataTable > .simple-table-body tr th.order-item-price:after,
table.dataTable > .simple-table-body tr td.order-item-price:after,
table.dataTable > .simple-table-body tr > .col.order-item-price:after,
table.dataTable > .simple-table-body > .row th.order-item-price:after,
table.dataTable > .simple-table-body > .row td.order-item-price:after,
table.dataTable > .simple-table-body > .row > .col.order-item-price:after,
table.dataTable > .simple-table-footer tr th.order-item-price:after,
table.dataTable > .simple-table-footer tr td.order-item-price:after,
table.dataTable > .simple-table-footer tr > .col.order-item-price:after,
table.dataTable > .simple-table-footer > .row th.order-item-price:after,
table.dataTable > .simple-table-footer > .row td.order-item-price:after,
table.dataTable > .simple-table-footer > .row > .col.order-item-price:after,
.table-responsive > table > thead tr th.order-item-price:after,
.table-responsive > table > thead tr td.order-item-price:after,
.table-responsive > table > thead tr > .col.order-item-price:after,
.table-responsive > table > thead > .row th.order-item-price:after,
.table-responsive > table > thead > .row td.order-item-price:after,
.table-responsive > table > thead > .row > .col.order-item-price:after,
.table-responsive > table > tbody tr th.order-item-price:after,
.table-responsive > table > tbody tr td.order-item-price:after,
.table-responsive > table > tbody tr > .col.order-item-price:after,
.table-responsive > table > tbody > .row th.order-item-price:after,
.table-responsive > table > tbody > .row td.order-item-price:after,
.table-responsive > table > tbody > .row > .col.order-item-price:after,
.table-responsive > table > .simple-table-header tr th.order-item-price:after,
.table-responsive > table > .simple-table-header tr td.order-item-price:after,
.table-responsive > table > .simple-table-header tr > .col.order-item-price:after,
.table-responsive > table > .simple-table-header > .row th.order-item-price:after,
.table-responsive > table > .simple-table-header > .row td.order-item-price:after,
.table-responsive > table > .simple-table-header > .row > .col.order-item-price:after,
.table-responsive > table > .simple-table-body tr th.order-item-price:after,
.table-responsive > table > .simple-table-body tr td.order-item-price:after,
.table-responsive > table > .simple-table-body tr > .col.order-item-price:after,
.table-responsive > table > .simple-table-body > .row th.order-item-price:after,
.table-responsive > table > .simple-table-body > .row td.order-item-price:after,
.table-responsive > table > .simple-table-body > .row > .col.order-item-price:after,
.table-responsive > table > .simple-table-footer tr th.order-item-price:after,
.table-responsive > table > .simple-table-footer tr td.order-item-price:after,
.table-responsive > table > .simple-table-footer tr > .col.order-item-price:after,
.table-responsive > table > .simple-table-footer > .row th.order-item-price:after,
.table-responsive > table > .simple-table-footer > .row td.order-item-price:after,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-price:after,
.simple-table > thead tr th.order-item-price:after,
.simple-table > thead tr td.order-item-price:after,
.simple-table > thead tr > .col.order-item-price:after,
.simple-table > thead > .row th.order-item-price:after,
.simple-table > thead > .row td.order-item-price:after,
.simple-table > thead > .row > .col.order-item-price:after,
.simple-table > tbody tr th.order-item-price:after,
.simple-table > tbody tr td.order-item-price:after,
.simple-table > tbody tr > .col.order-item-price:after,
.simple-table > tbody > .row th.order-item-price:after,
.simple-table > tbody > .row td.order-item-price:after,
.simple-table > tbody > .row > .col.order-item-price:after,
.simple-table > .simple-table-header tr th.order-item-price:after,
.simple-table > .simple-table-header tr td.order-item-price:after,
.simple-table > .simple-table-header tr > .col.order-item-price:after,
.simple-table > .simple-table-header > .row th.order-item-price:after,
.simple-table > .simple-table-header > .row td.order-item-price:after,
.simple-table > .simple-table-header > .row > .col.order-item-price:after,
.simple-table > .simple-table-body tr th.order-item-price:after,
.simple-table > .simple-table-body tr td.order-item-price:after,
.simple-table > .simple-table-body tr > .col.order-item-price:after,
.simple-table > .simple-table-body > .row th.order-item-price:after,
.simple-table > .simple-table-body > .row td.order-item-price:after,
.simple-table > .simple-table-body > .row > .col.order-item-price:after,
.simple-table > .simple-table-footer tr th.order-item-price:after,
.simple-table > .simple-table-footer tr td.order-item-price:after,
.simple-table > .simple-table-footer tr > .col.order-item-price:after,
.simple-table > .simple-table-footer > .row th.order-item-price:after,
.simple-table > .simple-table-footer > .row td.order-item-price:after,
.simple-table > .simple-table-footer > .row > .col.order-item-price:after, table.dataTable > thead tr th.project-order-price:after,
table.dataTable > thead tr td.project-order-price:after,
table.dataTable > thead tr > .col.project-order-price:after,
table.dataTable > thead > .row th.project-order-price:after,
table.dataTable > thead > .row td.project-order-price:after,
table.dataTable > thead > .row > .col.project-order-price:after,
table.dataTable > tbody tr th.project-order-price:after,
table.dataTable > tbody tr td.project-order-price:after,
table.dataTable > tbody tr > .col.project-order-price:after,
table.dataTable > tbody > .row th.project-order-price:after,
table.dataTable > tbody > .row td.project-order-price:after,
table.dataTable > tbody > .row > .col.project-order-price:after,
table.dataTable > .simple-table-header tr th.project-order-price:after,
table.dataTable > .simple-table-header tr td.project-order-price:after,
table.dataTable > .simple-table-header tr > .col.project-order-price:after,
table.dataTable > .simple-table-header > .row th.project-order-price:after,
table.dataTable > .simple-table-header > .row td.project-order-price:after,
table.dataTable > .simple-table-header > .row > .col.project-order-price:after,
table.dataTable > .simple-table-body tr th.project-order-price:after,
table.dataTable > .simple-table-body tr td.project-order-price:after,
table.dataTable > .simple-table-body tr > .col.project-order-price:after,
table.dataTable > .simple-table-body > .row th.project-order-price:after,
table.dataTable > .simple-table-body > .row td.project-order-price:after,
table.dataTable > .simple-table-body > .row > .col.project-order-price:after,
table.dataTable > .simple-table-footer tr th.project-order-price:after,
table.dataTable > .simple-table-footer tr td.project-order-price:after,
table.dataTable > .simple-table-footer tr > .col.project-order-price:after,
table.dataTable > .simple-table-footer > .row th.project-order-price:after,
table.dataTable > .simple-table-footer > .row td.project-order-price:after,
table.dataTable > .simple-table-footer > .row > .col.project-order-price:after,
.table-responsive > table > thead tr th.project-order-price:after,
.table-responsive > table > thead tr td.project-order-price:after,
.table-responsive > table > thead tr > .col.project-order-price:after,
.table-responsive > table > thead > .row th.project-order-price:after,
.table-responsive > table > thead > .row td.project-order-price:after,
.table-responsive > table > thead > .row > .col.project-order-price:after,
.table-responsive > table > tbody tr th.project-order-price:after,
.table-responsive > table > tbody tr td.project-order-price:after,
.table-responsive > table > tbody tr > .col.project-order-price:after,
.table-responsive > table > tbody > .row th.project-order-price:after,
.table-responsive > table > tbody > .row td.project-order-price:after,
.table-responsive > table > tbody > .row > .col.project-order-price:after,
.table-responsive > table > .simple-table-header tr th.project-order-price:after,
.table-responsive > table > .simple-table-header tr td.project-order-price:after,
.table-responsive > table > .simple-table-header tr > .col.project-order-price:after,
.table-responsive > table > .simple-table-header > .row th.project-order-price:after,
.table-responsive > table > .simple-table-header > .row td.project-order-price:after,
.table-responsive > table > .simple-table-header > .row > .col.project-order-price:after,
.table-responsive > table > .simple-table-body tr th.project-order-price:after,
.table-responsive > table > .simple-table-body tr td.project-order-price:after,
.table-responsive > table > .simple-table-body tr > .col.project-order-price:after,
.table-responsive > table > .simple-table-body > .row th.project-order-price:after,
.table-responsive > table > .simple-table-body > .row td.project-order-price:after,
.table-responsive > table > .simple-table-body > .row > .col.project-order-price:after,
.table-responsive > table > .simple-table-footer tr th.project-order-price:after,
.table-responsive > table > .simple-table-footer tr td.project-order-price:after,
.table-responsive > table > .simple-table-footer tr > .col.project-order-price:after,
.table-responsive > table > .simple-table-footer > .row th.project-order-price:after,
.table-responsive > table > .simple-table-footer > .row td.project-order-price:after,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-price:after,
.simple-table > thead tr th.project-order-price:after,
.simple-table > thead tr td.project-order-price:after,
.simple-table > thead tr > .col.project-order-price:after,
.simple-table > thead > .row th.project-order-price:after,
.simple-table > thead > .row td.project-order-price:after,
.simple-table > thead > .row > .col.project-order-price:after,
.simple-table > tbody tr th.project-order-price:after,
.simple-table > tbody tr td.project-order-price:after,
.simple-table > tbody tr > .col.project-order-price:after,
.simple-table > tbody > .row th.project-order-price:after,
.simple-table > tbody > .row td.project-order-price:after,
.simple-table > tbody > .row > .col.project-order-price:after,
.simple-table > .simple-table-header tr th.project-order-price:after,
.simple-table > .simple-table-header tr td.project-order-price:after,
.simple-table > .simple-table-header tr > .col.project-order-price:after,
.simple-table > .simple-table-header > .row th.project-order-price:after,
.simple-table > .simple-table-header > .row td.project-order-price:after,
.simple-table > .simple-table-header > .row > .col.project-order-price:after,
.simple-table > .simple-table-body tr th.project-order-price:after,
.simple-table > .simple-table-body tr td.project-order-price:after,
.simple-table > .simple-table-body tr > .col.project-order-price:after,
.simple-table > .simple-table-body > .row th.project-order-price:after,
.simple-table > .simple-table-body > .row td.project-order-price:after,
.simple-table > .simple-table-body > .row > .col.project-order-price:after,
.simple-table > .simple-table-footer tr th.project-order-price:after,
.simple-table > .simple-table-footer tr td.project-order-price:after,
.simple-table > .simple-table-footer tr > .col.project-order-price:after,
.simple-table > .simple-table-footer > .row th.project-order-price:after,
.simple-table > .simple-table-footer > .row td.project-order-price:after,
.simple-table > .simple-table-footer > .row > .col.project-order-price:after, table.dataTable > thead tr th.project-order-state:after,
table.dataTable > thead tr td.project-order-state:after,
table.dataTable > thead tr > .col.project-order-state:after,
table.dataTable > thead > .row th.project-order-state:after,
table.dataTable > thead > .row td.project-order-state:after,
table.dataTable > thead > .row > .col.project-order-state:after,
table.dataTable > tbody tr th.project-order-state:after,
table.dataTable > tbody tr td.project-order-state:after,
table.dataTable > tbody tr > .col.project-order-state:after,
table.dataTable > tbody > .row th.project-order-state:after,
table.dataTable > tbody > .row td.project-order-state:after,
table.dataTable > tbody > .row > .col.project-order-state:after,
table.dataTable > .simple-table-header tr th.project-order-state:after,
table.dataTable > .simple-table-header tr td.project-order-state:after,
table.dataTable > .simple-table-header tr > .col.project-order-state:after,
table.dataTable > .simple-table-header > .row th.project-order-state:after,
table.dataTable > .simple-table-header > .row td.project-order-state:after,
table.dataTable > .simple-table-header > .row > .col.project-order-state:after,
table.dataTable > .simple-table-body tr th.project-order-state:after,
table.dataTable > .simple-table-body tr td.project-order-state:after,
table.dataTable > .simple-table-body tr > .col.project-order-state:after,
table.dataTable > .simple-table-body > .row th.project-order-state:after,
table.dataTable > .simple-table-body > .row td.project-order-state:after,
table.dataTable > .simple-table-body > .row > .col.project-order-state:after,
table.dataTable > .simple-table-footer tr th.project-order-state:after,
table.dataTable > .simple-table-footer tr td.project-order-state:after,
table.dataTable > .simple-table-footer tr > .col.project-order-state:after,
table.dataTable > .simple-table-footer > .row th.project-order-state:after,
table.dataTable > .simple-table-footer > .row td.project-order-state:after,
table.dataTable > .simple-table-footer > .row > .col.project-order-state:after,
.table-responsive > table > thead tr th.project-order-state:after,
.table-responsive > table > thead tr td.project-order-state:after,
.table-responsive > table > thead tr > .col.project-order-state:after,
.table-responsive > table > thead > .row th.project-order-state:after,
.table-responsive > table > thead > .row td.project-order-state:after,
.table-responsive > table > thead > .row > .col.project-order-state:after,
.table-responsive > table > tbody tr th.project-order-state:after,
.table-responsive > table > tbody tr td.project-order-state:after,
.table-responsive > table > tbody tr > .col.project-order-state:after,
.table-responsive > table > tbody > .row th.project-order-state:after,
.table-responsive > table > tbody > .row td.project-order-state:after,
.table-responsive > table > tbody > .row > .col.project-order-state:after,
.table-responsive > table > .simple-table-header tr th.project-order-state:after,
.table-responsive > table > .simple-table-header tr td.project-order-state:after,
.table-responsive > table > .simple-table-header tr > .col.project-order-state:after,
.table-responsive > table > .simple-table-header > .row th.project-order-state:after,
.table-responsive > table > .simple-table-header > .row td.project-order-state:after,
.table-responsive > table > .simple-table-header > .row > .col.project-order-state:after,
.table-responsive > table > .simple-table-body tr th.project-order-state:after,
.table-responsive > table > .simple-table-body tr td.project-order-state:after,
.table-responsive > table > .simple-table-body tr > .col.project-order-state:after,
.table-responsive > table > .simple-table-body > .row th.project-order-state:after,
.table-responsive > table > .simple-table-body > .row td.project-order-state:after,
.table-responsive > table > .simple-table-body > .row > .col.project-order-state:after,
.table-responsive > table > .simple-table-footer tr th.project-order-state:after,
.table-responsive > table > .simple-table-footer tr td.project-order-state:after,
.table-responsive > table > .simple-table-footer tr > .col.project-order-state:after,
.table-responsive > table > .simple-table-footer > .row th.project-order-state:after,
.table-responsive > table > .simple-table-footer > .row td.project-order-state:after,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-state:after,
.simple-table > thead tr th.project-order-state:after,
.simple-table > thead tr td.project-order-state:after,
.simple-table > thead tr > .col.project-order-state:after,
.simple-table > thead > .row th.project-order-state:after,
.simple-table > thead > .row td.project-order-state:after,
.simple-table > thead > .row > .col.project-order-state:after,
.simple-table > tbody tr th.project-order-state:after,
.simple-table > tbody tr td.project-order-state:after,
.simple-table > tbody tr > .col.project-order-state:after,
.simple-table > tbody > .row th.project-order-state:after,
.simple-table > tbody > .row td.project-order-state:after,
.simple-table > tbody > .row > .col.project-order-state:after,
.simple-table > .simple-table-header tr th.project-order-state:after,
.simple-table > .simple-table-header tr td.project-order-state:after,
.simple-table > .simple-table-header tr > .col.project-order-state:after,
.simple-table > .simple-table-header > .row th.project-order-state:after,
.simple-table > .simple-table-header > .row td.project-order-state:after,
.simple-table > .simple-table-header > .row > .col.project-order-state:after,
.simple-table > .simple-table-body tr th.project-order-state:after,
.simple-table > .simple-table-body tr td.project-order-state:after,
.simple-table > .simple-table-body tr > .col.project-order-state:after,
.simple-table > .simple-table-body > .row th.project-order-state:after,
.simple-table > .simple-table-body > .row td.project-order-state:after,
.simple-table > .simple-table-body > .row > .col.project-order-state:after,
.simple-table > .simple-table-footer tr th.project-order-state:after,
.simple-table > .simple-table-footer tr td.project-order-state:after,
.simple-table > .simple-table-footer tr > .col.project-order-state:after,
.simple-table > .simple-table-footer > .row th.project-order-state:after,
.simple-table > .simple-table-footer > .row td.project-order-state:after,
.simple-table > .simple-table-footer > .row > .col.project-order-state:after, table.dataTable > thead tr th.project-quote-price:after,
table.dataTable > thead tr td.project-quote-price:after,
table.dataTable > thead tr > .col.project-quote-price:after,
table.dataTable > thead > .row th.project-quote-price:after,
table.dataTable > thead > .row td.project-quote-price:after,
table.dataTable > thead > .row > .col.project-quote-price:after,
table.dataTable > tbody tr th.project-quote-price:after,
table.dataTable > tbody tr td.project-quote-price:after,
table.dataTable > tbody tr > .col.project-quote-price:after,
table.dataTable > tbody > .row th.project-quote-price:after,
table.dataTable > tbody > .row td.project-quote-price:after,
table.dataTable > tbody > .row > .col.project-quote-price:after,
table.dataTable > .simple-table-header tr th.project-quote-price:after,
table.dataTable > .simple-table-header tr td.project-quote-price:after,
table.dataTable > .simple-table-header tr > .col.project-quote-price:after,
table.dataTable > .simple-table-header > .row th.project-quote-price:after,
table.dataTable > .simple-table-header > .row td.project-quote-price:after,
table.dataTable > .simple-table-header > .row > .col.project-quote-price:after,
table.dataTable > .simple-table-body tr th.project-quote-price:after,
table.dataTable > .simple-table-body tr td.project-quote-price:after,
table.dataTable > .simple-table-body tr > .col.project-quote-price:after,
table.dataTable > .simple-table-body > .row th.project-quote-price:after,
table.dataTable > .simple-table-body > .row td.project-quote-price:after,
table.dataTable > .simple-table-body > .row > .col.project-quote-price:after,
table.dataTable > .simple-table-footer tr th.project-quote-price:after,
table.dataTable > .simple-table-footer tr td.project-quote-price:after,
table.dataTable > .simple-table-footer tr > .col.project-quote-price:after,
table.dataTable > .simple-table-footer > .row th.project-quote-price:after,
table.dataTable > .simple-table-footer > .row td.project-quote-price:after,
table.dataTable > .simple-table-footer > .row > .col.project-quote-price:after,
.table-responsive > table > thead tr th.project-quote-price:after,
.table-responsive > table > thead tr td.project-quote-price:after,
.table-responsive > table > thead tr > .col.project-quote-price:after,
.table-responsive > table > thead > .row th.project-quote-price:after,
.table-responsive > table > thead > .row td.project-quote-price:after,
.table-responsive > table > thead > .row > .col.project-quote-price:after,
.table-responsive > table > tbody tr th.project-quote-price:after,
.table-responsive > table > tbody tr td.project-quote-price:after,
.table-responsive > table > tbody tr > .col.project-quote-price:after,
.table-responsive > table > tbody > .row th.project-quote-price:after,
.table-responsive > table > tbody > .row td.project-quote-price:after,
.table-responsive > table > tbody > .row > .col.project-quote-price:after,
.table-responsive > table > .simple-table-header tr th.project-quote-price:after,
.table-responsive > table > .simple-table-header tr td.project-quote-price:after,
.table-responsive > table > .simple-table-header tr > .col.project-quote-price:after,
.table-responsive > table > .simple-table-header > .row th.project-quote-price:after,
.table-responsive > table > .simple-table-header > .row td.project-quote-price:after,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-price:after,
.table-responsive > table > .simple-table-body tr th.project-quote-price:after,
.table-responsive > table > .simple-table-body tr td.project-quote-price:after,
.table-responsive > table > .simple-table-body tr > .col.project-quote-price:after,
.table-responsive > table > .simple-table-body > .row th.project-quote-price:after,
.table-responsive > table > .simple-table-body > .row td.project-quote-price:after,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-price:after,
.table-responsive > table > .simple-table-footer tr th.project-quote-price:after,
.table-responsive > table > .simple-table-footer tr td.project-quote-price:after,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-price:after,
.table-responsive > table > .simple-table-footer > .row th.project-quote-price:after,
.table-responsive > table > .simple-table-footer > .row td.project-quote-price:after,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-price:after,
.simple-table > thead tr th.project-quote-price:after,
.simple-table > thead tr td.project-quote-price:after,
.simple-table > thead tr > .col.project-quote-price:after,
.simple-table > thead > .row th.project-quote-price:after,
.simple-table > thead > .row td.project-quote-price:after,
.simple-table > thead > .row > .col.project-quote-price:after,
.simple-table > tbody tr th.project-quote-price:after,
.simple-table > tbody tr td.project-quote-price:after,
.simple-table > tbody tr > .col.project-quote-price:after,
.simple-table > tbody > .row th.project-quote-price:after,
.simple-table > tbody > .row td.project-quote-price:after,
.simple-table > tbody > .row > .col.project-quote-price:after,
.simple-table > .simple-table-header tr th.project-quote-price:after,
.simple-table > .simple-table-header tr td.project-quote-price:after,
.simple-table > .simple-table-header tr > .col.project-quote-price:after,
.simple-table > .simple-table-header > .row th.project-quote-price:after,
.simple-table > .simple-table-header > .row td.project-quote-price:after,
.simple-table > .simple-table-header > .row > .col.project-quote-price:after,
.simple-table > .simple-table-body tr th.project-quote-price:after,
.simple-table > .simple-table-body tr td.project-quote-price:after,
.simple-table > .simple-table-body tr > .col.project-quote-price:after,
.simple-table > .simple-table-body > .row th.project-quote-price:after,
.simple-table > .simple-table-body > .row td.project-quote-price:after,
.simple-table > .simple-table-body > .row > .col.project-quote-price:after,
.simple-table > .simple-table-footer tr th.project-quote-price:after,
.simple-table > .simple-table-footer tr td.project-quote-price:after,
.simple-table > .simple-table-footer tr > .col.project-quote-price:after,
.simple-table > .simple-table-footer > .row th.project-quote-price:after,
.simple-table > .simple-table-footer > .row td.project-quote-price:after,
.simple-table > .simple-table-footer > .row > .col.project-quote-price:after, table.dataTable > thead tr th.project-quote-state:after,
table.dataTable > thead tr td.project-quote-state:after,
table.dataTable > thead tr > .col.project-quote-state:after,
table.dataTable > thead > .row th.project-quote-state:after,
table.dataTable > thead > .row td.project-quote-state:after,
table.dataTable > thead > .row > .col.project-quote-state:after,
table.dataTable > tbody tr th.project-quote-state:after,
table.dataTable > tbody tr td.project-quote-state:after,
table.dataTable > tbody tr > .col.project-quote-state:after,
table.dataTable > tbody > .row th.project-quote-state:after,
table.dataTable > tbody > .row td.project-quote-state:after,
table.dataTable > tbody > .row > .col.project-quote-state:after,
table.dataTable > .simple-table-header tr th.project-quote-state:after,
table.dataTable > .simple-table-header tr td.project-quote-state:after,
table.dataTable > .simple-table-header tr > .col.project-quote-state:after,
table.dataTable > .simple-table-header > .row th.project-quote-state:after,
table.dataTable > .simple-table-header > .row td.project-quote-state:after,
table.dataTable > .simple-table-header > .row > .col.project-quote-state:after,
table.dataTable > .simple-table-body tr th.project-quote-state:after,
table.dataTable > .simple-table-body tr td.project-quote-state:after,
table.dataTable > .simple-table-body tr > .col.project-quote-state:after,
table.dataTable > .simple-table-body > .row th.project-quote-state:after,
table.dataTable > .simple-table-body > .row td.project-quote-state:after,
table.dataTable > .simple-table-body > .row > .col.project-quote-state:after,
table.dataTable > .simple-table-footer tr th.project-quote-state:after,
table.dataTable > .simple-table-footer tr td.project-quote-state:after,
table.dataTable > .simple-table-footer tr > .col.project-quote-state:after,
table.dataTable > .simple-table-footer > .row th.project-quote-state:after,
table.dataTable > .simple-table-footer > .row td.project-quote-state:after,
table.dataTable > .simple-table-footer > .row > .col.project-quote-state:after,
.table-responsive > table > thead tr th.project-quote-state:after,
.table-responsive > table > thead tr td.project-quote-state:after,
.table-responsive > table > thead tr > .col.project-quote-state:after,
.table-responsive > table > thead > .row th.project-quote-state:after,
.table-responsive > table > thead > .row td.project-quote-state:after,
.table-responsive > table > thead > .row > .col.project-quote-state:after,
.table-responsive > table > tbody tr th.project-quote-state:after,
.table-responsive > table > tbody tr td.project-quote-state:after,
.table-responsive > table > tbody tr > .col.project-quote-state:after,
.table-responsive > table > tbody > .row th.project-quote-state:after,
.table-responsive > table > tbody > .row td.project-quote-state:after,
.table-responsive > table > tbody > .row > .col.project-quote-state:after,
.table-responsive > table > .simple-table-header tr th.project-quote-state:after,
.table-responsive > table > .simple-table-header tr td.project-quote-state:after,
.table-responsive > table > .simple-table-header tr > .col.project-quote-state:after,
.table-responsive > table > .simple-table-header > .row th.project-quote-state:after,
.table-responsive > table > .simple-table-header > .row td.project-quote-state:after,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-state:after,
.table-responsive > table > .simple-table-body tr th.project-quote-state:after,
.table-responsive > table > .simple-table-body tr td.project-quote-state:after,
.table-responsive > table > .simple-table-body tr > .col.project-quote-state:after,
.table-responsive > table > .simple-table-body > .row th.project-quote-state:after,
.table-responsive > table > .simple-table-body > .row td.project-quote-state:after,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-state:after,
.table-responsive > table > .simple-table-footer tr th.project-quote-state:after,
.table-responsive > table > .simple-table-footer tr td.project-quote-state:after,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-state:after,
.table-responsive > table > .simple-table-footer > .row th.project-quote-state:after,
.table-responsive > table > .simple-table-footer > .row td.project-quote-state:after,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-state:after,
.simple-table > thead tr th.project-quote-state:after,
.simple-table > thead tr td.project-quote-state:after,
.simple-table > thead tr > .col.project-quote-state:after,
.simple-table > thead > .row th.project-quote-state:after,
.simple-table > thead > .row td.project-quote-state:after,
.simple-table > thead > .row > .col.project-quote-state:after,
.simple-table > tbody tr th.project-quote-state:after,
.simple-table > tbody tr td.project-quote-state:after,
.simple-table > tbody tr > .col.project-quote-state:after,
.simple-table > tbody > .row th.project-quote-state:after,
.simple-table > tbody > .row td.project-quote-state:after,
.simple-table > tbody > .row > .col.project-quote-state:after,
.simple-table > .simple-table-header tr th.project-quote-state:after,
.simple-table > .simple-table-header tr td.project-quote-state:after,
.simple-table > .simple-table-header tr > .col.project-quote-state:after,
.simple-table > .simple-table-header > .row th.project-quote-state:after,
.simple-table > .simple-table-header > .row td.project-quote-state:after,
.simple-table > .simple-table-header > .row > .col.project-quote-state:after,
.simple-table > .simple-table-body tr th.project-quote-state:after,
.simple-table > .simple-table-body tr td.project-quote-state:after,
.simple-table > .simple-table-body tr > .col.project-quote-state:after,
.simple-table > .simple-table-body > .row th.project-quote-state:after,
.simple-table > .simple-table-body > .row td.project-quote-state:after,
.simple-table > .simple-table-body > .row > .col.project-quote-state:after,
.simple-table > .simple-table-footer tr th.project-quote-state:after,
.simple-table > .simple-table-footer tr td.project-quote-state:after,
.simple-table > .simple-table-footer tr > .col.project-quote-state:after,
.simple-table > .simple-table-footer > .row th.project-quote-state:after,
.simple-table > .simple-table-footer > .row td.project-quote-state:after,
.simple-table > .simple-table-footer > .row > .col.project-quote-state:after, table.dataTable > thead tr th.quote-item-price:after,
table.dataTable > thead tr td.quote-item-price:after,
table.dataTable > thead tr > .col.quote-item-price:after,
table.dataTable > thead > .row th.quote-item-price:after,
table.dataTable > thead > .row td.quote-item-price:after,
table.dataTable > thead > .row > .col.quote-item-price:after,
table.dataTable > tbody tr th.quote-item-price:after,
table.dataTable > tbody tr td.quote-item-price:after,
table.dataTable > tbody tr > .col.quote-item-price:after,
table.dataTable > tbody > .row th.quote-item-price:after,
table.dataTable > tbody > .row td.quote-item-price:after,
table.dataTable > tbody > .row > .col.quote-item-price:after,
table.dataTable > .simple-table-header tr th.quote-item-price:after,
table.dataTable > .simple-table-header tr td.quote-item-price:after,
table.dataTable > .simple-table-header tr > .col.quote-item-price:after,
table.dataTable > .simple-table-header > .row th.quote-item-price:after,
table.dataTable > .simple-table-header > .row td.quote-item-price:after,
table.dataTable > .simple-table-header > .row > .col.quote-item-price:after,
table.dataTable > .simple-table-body tr th.quote-item-price:after,
table.dataTable > .simple-table-body tr td.quote-item-price:after,
table.dataTable > .simple-table-body tr > .col.quote-item-price:after,
table.dataTable > .simple-table-body > .row th.quote-item-price:after,
table.dataTable > .simple-table-body > .row td.quote-item-price:after,
table.dataTable > .simple-table-body > .row > .col.quote-item-price:after,
table.dataTable > .simple-table-footer tr th.quote-item-price:after,
table.dataTable > .simple-table-footer tr td.quote-item-price:after,
table.dataTable > .simple-table-footer tr > .col.quote-item-price:after,
table.dataTable > .simple-table-footer > .row th.quote-item-price:after,
table.dataTable > .simple-table-footer > .row td.quote-item-price:after,
table.dataTable > .simple-table-footer > .row > .col.quote-item-price:after,
.table-responsive > table > thead tr th.quote-item-price:after,
.table-responsive > table > thead tr td.quote-item-price:after,
.table-responsive > table > thead tr > .col.quote-item-price:after,
.table-responsive > table > thead > .row th.quote-item-price:after,
.table-responsive > table > thead > .row td.quote-item-price:after,
.table-responsive > table > thead > .row > .col.quote-item-price:after,
.table-responsive > table > tbody tr th.quote-item-price:after,
.table-responsive > table > tbody tr td.quote-item-price:after,
.table-responsive > table > tbody tr > .col.quote-item-price:after,
.table-responsive > table > tbody > .row th.quote-item-price:after,
.table-responsive > table > tbody > .row td.quote-item-price:after,
.table-responsive > table > tbody > .row > .col.quote-item-price:after,
.table-responsive > table > .simple-table-header tr th.quote-item-price:after,
.table-responsive > table > .simple-table-header tr td.quote-item-price:after,
.table-responsive > table > .simple-table-header tr > .col.quote-item-price:after,
.table-responsive > table > .simple-table-header > .row th.quote-item-price:after,
.table-responsive > table > .simple-table-header > .row td.quote-item-price:after,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-price:after,
.table-responsive > table > .simple-table-body tr th.quote-item-price:after,
.table-responsive > table > .simple-table-body tr td.quote-item-price:after,
.table-responsive > table > .simple-table-body tr > .col.quote-item-price:after,
.table-responsive > table > .simple-table-body > .row th.quote-item-price:after,
.table-responsive > table > .simple-table-body > .row td.quote-item-price:after,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-price:after,
.table-responsive > table > .simple-table-footer tr th.quote-item-price:after,
.table-responsive > table > .simple-table-footer tr td.quote-item-price:after,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-price:after,
.table-responsive > table > .simple-table-footer > .row th.quote-item-price:after,
.table-responsive > table > .simple-table-footer > .row td.quote-item-price:after,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-price:after,
.simple-table > thead tr th.quote-item-price:after,
.simple-table > thead tr td.quote-item-price:after,
.simple-table > thead tr > .col.quote-item-price:after,
.simple-table > thead > .row th.quote-item-price:after,
.simple-table > thead > .row td.quote-item-price:after,
.simple-table > thead > .row > .col.quote-item-price:after,
.simple-table > tbody tr th.quote-item-price:after,
.simple-table > tbody tr td.quote-item-price:after,
.simple-table > tbody tr > .col.quote-item-price:after,
.simple-table > tbody > .row th.quote-item-price:after,
.simple-table > tbody > .row td.quote-item-price:after,
.simple-table > tbody > .row > .col.quote-item-price:after,
.simple-table > .simple-table-header tr th.quote-item-price:after,
.simple-table > .simple-table-header tr td.quote-item-price:after,
.simple-table > .simple-table-header tr > .col.quote-item-price:after,
.simple-table > .simple-table-header > .row th.quote-item-price:after,
.simple-table > .simple-table-header > .row td.quote-item-price:after,
.simple-table > .simple-table-header > .row > .col.quote-item-price:after,
.simple-table > .simple-table-body tr th.quote-item-price:after,
.simple-table > .simple-table-body tr td.quote-item-price:after,
.simple-table > .simple-table-body tr > .col.quote-item-price:after,
.simple-table > .simple-table-body > .row th.quote-item-price:after,
.simple-table > .simple-table-body > .row td.quote-item-price:after,
.simple-table > .simple-table-body > .row > .col.quote-item-price:after,
.simple-table > .simple-table-footer tr th.quote-item-price:after,
.simple-table > .simple-table-footer tr td.quote-item-price:after,
.simple-table > .simple-table-footer tr > .col.quote-item-price:after,
.simple-table > .simple-table-footer > .row th.quote-item-price:after,
.simple-table > .simple-table-footer > .row td.quote-item-price:after,
.simple-table > .simple-table-footer > .row > .col.quote-item-price:after, table.dataTable > thead tr th.quote-calc-col:after,
table.dataTable > thead tr td.quote-calc-col:after,
table.dataTable > thead tr > .col.quote-calc-col:after,
table.dataTable > thead > .row th.quote-calc-col:after,
table.dataTable > thead > .row td.quote-calc-col:after,
table.dataTable > thead > .row > .col.quote-calc-col:after,
table.dataTable > tbody tr th.quote-calc-col:after,
table.dataTable > tbody tr td.quote-calc-col:after,
table.dataTable > tbody tr > .col.quote-calc-col:after,
table.dataTable > tbody > .row th.quote-calc-col:after,
table.dataTable > tbody > .row td.quote-calc-col:after,
table.dataTable > tbody > .row > .col.quote-calc-col:after,
table.dataTable > .simple-table-header tr th.quote-calc-col:after,
table.dataTable > .simple-table-header tr td.quote-calc-col:after,
table.dataTable > .simple-table-header tr > .col.quote-calc-col:after,
table.dataTable > .simple-table-header > .row th.quote-calc-col:after,
table.dataTable > .simple-table-header > .row td.quote-calc-col:after,
table.dataTable > .simple-table-header > .row > .col.quote-calc-col:after,
table.dataTable > .simple-table-body tr th.quote-calc-col:after,
table.dataTable > .simple-table-body tr td.quote-calc-col:after,
table.dataTable > .simple-table-body tr > .col.quote-calc-col:after,
table.dataTable > .simple-table-body > .row th.quote-calc-col:after,
table.dataTable > .simple-table-body > .row td.quote-calc-col:after,
table.dataTable > .simple-table-body > .row > .col.quote-calc-col:after,
table.dataTable > .simple-table-footer tr th.quote-calc-col:after,
table.dataTable > .simple-table-footer tr td.quote-calc-col:after,
table.dataTable > .simple-table-footer tr > .col.quote-calc-col:after,
table.dataTable > .simple-table-footer > .row th.quote-calc-col:after,
table.dataTable > .simple-table-footer > .row td.quote-calc-col:after,
table.dataTable > .simple-table-footer > .row > .col.quote-calc-col:after,
.table-responsive > table > thead tr th.quote-calc-col:after,
.table-responsive > table > thead tr td.quote-calc-col:after,
.table-responsive > table > thead tr > .col.quote-calc-col:after,
.table-responsive > table > thead > .row th.quote-calc-col:after,
.table-responsive > table > thead > .row td.quote-calc-col:after,
.table-responsive > table > thead > .row > .col.quote-calc-col:after,
.table-responsive > table > tbody tr th.quote-calc-col:after,
.table-responsive > table > tbody tr td.quote-calc-col:after,
.table-responsive > table > tbody tr > .col.quote-calc-col:after,
.table-responsive > table > tbody > .row th.quote-calc-col:after,
.table-responsive > table > tbody > .row td.quote-calc-col:after,
.table-responsive > table > tbody > .row > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-header tr th.quote-calc-col:after,
.table-responsive > table > .simple-table-header tr td.quote-calc-col:after,
.table-responsive > table > .simple-table-header tr > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-header > .row th.quote-calc-col:after,
.table-responsive > table > .simple-table-header > .row td.quote-calc-col:after,
.table-responsive > table > .simple-table-header > .row > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-body tr th.quote-calc-col:after,
.table-responsive > table > .simple-table-body tr td.quote-calc-col:after,
.table-responsive > table > .simple-table-body tr > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-body > .row th.quote-calc-col:after,
.table-responsive > table > .simple-table-body > .row td.quote-calc-col:after,
.table-responsive > table > .simple-table-body > .row > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-footer tr th.quote-calc-col:after,
.table-responsive > table > .simple-table-footer tr td.quote-calc-col:after,
.table-responsive > table > .simple-table-footer tr > .col.quote-calc-col:after,
.table-responsive > table > .simple-table-footer > .row th.quote-calc-col:after,
.table-responsive > table > .simple-table-footer > .row td.quote-calc-col:after,
.table-responsive > table > .simple-table-footer > .row > .col.quote-calc-col:after,
.simple-table > thead tr th.quote-calc-col:after,
.simple-table > thead tr td.quote-calc-col:after,
.simple-table > thead tr > .col.quote-calc-col:after,
.simple-table > thead > .row th.quote-calc-col:after,
.simple-table > thead > .row td.quote-calc-col:after,
.simple-table > thead > .row > .col.quote-calc-col:after,
.simple-table > tbody tr th.quote-calc-col:after,
.simple-table > tbody tr td.quote-calc-col:after,
.simple-table > tbody tr > .col.quote-calc-col:after,
.simple-table > tbody > .row th.quote-calc-col:after,
.simple-table > tbody > .row td.quote-calc-col:after,
.simple-table > tbody > .row > .col.quote-calc-col:after,
.simple-table > .simple-table-header tr th.quote-calc-col:after,
.simple-table > .simple-table-header tr td.quote-calc-col:after,
.simple-table > .simple-table-header tr > .col.quote-calc-col:after,
.simple-table > .simple-table-header > .row th.quote-calc-col:after,
.simple-table > .simple-table-header > .row td.quote-calc-col:after,
.simple-table > .simple-table-header > .row > .col.quote-calc-col:after,
.simple-table > .simple-table-body tr th.quote-calc-col:after,
.simple-table > .simple-table-body tr td.quote-calc-col:after,
.simple-table > .simple-table-body tr > .col.quote-calc-col:after,
.simple-table > .simple-table-body > .row th.quote-calc-col:after,
.simple-table > .simple-table-body > .row td.quote-calc-col:after,
.simple-table > .simple-table-body > .row > .col.quote-calc-col:after,
.simple-table > .simple-table-footer tr th.quote-calc-col:after,
.simple-table > .simple-table-footer tr td.quote-calc-col:after,
.simple-table > .simple-table-footer tr > .col.quote-calc-col:after,
.simple-table > .simple-table-footer > .row th.quote-calc-col:after,
.simple-table > .simple-table-footer > .row td.quote-calc-col:after,
.simple-table > .simple-table-footer > .row > .col.quote-calc-col:after, table.dataTable > thead tr th.quote-status:after,
table.dataTable > thead tr td.quote-status:after,
table.dataTable > thead tr > .col.quote-status:after,
table.dataTable > thead > .row th.quote-status:after,
table.dataTable > thead > .row td.quote-status:after,
table.dataTable > thead > .row > .col.quote-status:after,
table.dataTable > tbody tr th.quote-status:after,
table.dataTable > tbody tr td.quote-status:after,
table.dataTable > tbody tr > .col.quote-status:after,
table.dataTable > tbody > .row th.quote-status:after,
table.dataTable > tbody > .row td.quote-status:after,
table.dataTable > tbody > .row > .col.quote-status:after,
table.dataTable > .simple-table-header tr th.quote-status:after,
table.dataTable > .simple-table-header tr td.quote-status:after,
table.dataTable > .simple-table-header tr > .col.quote-status:after,
table.dataTable > .simple-table-header > .row th.quote-status:after,
table.dataTable > .simple-table-header > .row td.quote-status:after,
table.dataTable > .simple-table-header > .row > .col.quote-status:after,
table.dataTable > .simple-table-body tr th.quote-status:after,
table.dataTable > .simple-table-body tr td.quote-status:after,
table.dataTable > .simple-table-body tr > .col.quote-status:after,
table.dataTable > .simple-table-body > .row th.quote-status:after,
table.dataTable > .simple-table-body > .row td.quote-status:after,
table.dataTable > .simple-table-body > .row > .col.quote-status:after,
table.dataTable > .simple-table-footer tr th.quote-status:after,
table.dataTable > .simple-table-footer tr td.quote-status:after,
table.dataTable > .simple-table-footer tr > .col.quote-status:after,
table.dataTable > .simple-table-footer > .row th.quote-status:after,
table.dataTable > .simple-table-footer > .row td.quote-status:after,
table.dataTable > .simple-table-footer > .row > .col.quote-status:after,
.table-responsive > table > thead tr th.quote-status:after,
.table-responsive > table > thead tr td.quote-status:after,
.table-responsive > table > thead tr > .col.quote-status:after,
.table-responsive > table > thead > .row th.quote-status:after,
.table-responsive > table > thead > .row td.quote-status:after,
.table-responsive > table > thead > .row > .col.quote-status:after,
.table-responsive > table > tbody tr th.quote-status:after,
.table-responsive > table > tbody tr td.quote-status:after,
.table-responsive > table > tbody tr > .col.quote-status:after,
.table-responsive > table > tbody > .row th.quote-status:after,
.table-responsive > table > tbody > .row td.quote-status:after,
.table-responsive > table > tbody > .row > .col.quote-status:after,
.table-responsive > table > .simple-table-header tr th.quote-status:after,
.table-responsive > table > .simple-table-header tr td.quote-status:after,
.table-responsive > table > .simple-table-header tr > .col.quote-status:after,
.table-responsive > table > .simple-table-header > .row th.quote-status:after,
.table-responsive > table > .simple-table-header > .row td.quote-status:after,
.table-responsive > table > .simple-table-header > .row > .col.quote-status:after,
.table-responsive > table > .simple-table-body tr th.quote-status:after,
.table-responsive > table > .simple-table-body tr td.quote-status:after,
.table-responsive > table > .simple-table-body tr > .col.quote-status:after,
.table-responsive > table > .simple-table-body > .row th.quote-status:after,
.table-responsive > table > .simple-table-body > .row td.quote-status:after,
.table-responsive > table > .simple-table-body > .row > .col.quote-status:after,
.table-responsive > table > .simple-table-footer tr th.quote-status:after,
.table-responsive > table > .simple-table-footer tr td.quote-status:after,
.table-responsive > table > .simple-table-footer tr > .col.quote-status:after,
.table-responsive > table > .simple-table-footer > .row th.quote-status:after,
.table-responsive > table > .simple-table-footer > .row td.quote-status:after,
.table-responsive > table > .simple-table-footer > .row > .col.quote-status:after,
.simple-table > thead tr th.quote-status:after,
.simple-table > thead tr td.quote-status:after,
.simple-table > thead tr > .col.quote-status:after,
.simple-table > thead > .row th.quote-status:after,
.simple-table > thead > .row td.quote-status:after,
.simple-table > thead > .row > .col.quote-status:after,
.simple-table > tbody tr th.quote-status:after,
.simple-table > tbody tr td.quote-status:after,
.simple-table > tbody tr > .col.quote-status:after,
.simple-table > tbody > .row th.quote-status:after,
.simple-table > tbody > .row td.quote-status:after,
.simple-table > tbody > .row > .col.quote-status:after,
.simple-table > .simple-table-header tr th.quote-status:after,
.simple-table > .simple-table-header tr td.quote-status:after,
.simple-table > .simple-table-header tr > .col.quote-status:after,
.simple-table > .simple-table-header > .row th.quote-status:after,
.simple-table > .simple-table-header > .row td.quote-status:after,
.simple-table > .simple-table-header > .row > .col.quote-status:after,
.simple-table > .simple-table-body tr th.quote-status:after,
.simple-table > .simple-table-body tr td.quote-status:after,
.simple-table > .simple-table-body tr > .col.quote-status:after,
.simple-table > .simple-table-body > .row th.quote-status:after,
.simple-table > .simple-table-body > .row td.quote-status:after,
.simple-table > .simple-table-body > .row > .col.quote-status:after,
.simple-table > .simple-table-footer tr th.quote-status:after,
.simple-table > .simple-table-footer tr td.quote-status:after,
.simple-table > .simple-table-footer tr > .col.quote-status:after,
.simple-table > .simple-table-footer > .row th.quote-status:after,
.simple-table > .simple-table-footer > .row td.quote-status:after,
.simple-table > .simple-table-footer > .row > .col.quote-status:after, table.dataTable > thead tr th.quote-amount:after,
table.dataTable > thead tr td.quote-amount:after,
table.dataTable > thead tr > .col.quote-amount:after,
table.dataTable > thead > .row th.quote-amount:after,
table.dataTable > thead > .row td.quote-amount:after,
table.dataTable > thead > .row > .col.quote-amount:after,
table.dataTable > tbody tr th.quote-amount:after,
table.dataTable > tbody tr td.quote-amount:after,
table.dataTable > tbody tr > .col.quote-amount:after,
table.dataTable > tbody > .row th.quote-amount:after,
table.dataTable > tbody > .row td.quote-amount:after,
table.dataTable > tbody > .row > .col.quote-amount:after,
table.dataTable > .simple-table-header tr th.quote-amount:after,
table.dataTable > .simple-table-header tr td.quote-amount:after,
table.dataTable > .simple-table-header tr > .col.quote-amount:after,
table.dataTable > .simple-table-header > .row th.quote-amount:after,
table.dataTable > .simple-table-header > .row td.quote-amount:after,
table.dataTable > .simple-table-header > .row > .col.quote-amount:after,
table.dataTable > .simple-table-body tr th.quote-amount:after,
table.dataTable > .simple-table-body tr td.quote-amount:after,
table.dataTable > .simple-table-body tr > .col.quote-amount:after,
table.dataTable > .simple-table-body > .row th.quote-amount:after,
table.dataTable > .simple-table-body > .row td.quote-amount:after,
table.dataTable > .simple-table-body > .row > .col.quote-amount:after,
table.dataTable > .simple-table-footer tr th.quote-amount:after,
table.dataTable > .simple-table-footer tr td.quote-amount:after,
table.dataTable > .simple-table-footer tr > .col.quote-amount:after,
table.dataTable > .simple-table-footer > .row th.quote-amount:after,
table.dataTable > .simple-table-footer > .row td.quote-amount:after,
table.dataTable > .simple-table-footer > .row > .col.quote-amount:after,
.table-responsive > table > thead tr th.quote-amount:after,
.table-responsive > table > thead tr td.quote-amount:after,
.table-responsive > table > thead tr > .col.quote-amount:after,
.table-responsive > table > thead > .row th.quote-amount:after,
.table-responsive > table > thead > .row td.quote-amount:after,
.table-responsive > table > thead > .row > .col.quote-amount:after,
.table-responsive > table > tbody tr th.quote-amount:after,
.table-responsive > table > tbody tr td.quote-amount:after,
.table-responsive > table > tbody tr > .col.quote-amount:after,
.table-responsive > table > tbody > .row th.quote-amount:after,
.table-responsive > table > tbody > .row td.quote-amount:after,
.table-responsive > table > tbody > .row > .col.quote-amount:after,
.table-responsive > table > .simple-table-header tr th.quote-amount:after,
.table-responsive > table > .simple-table-header tr td.quote-amount:after,
.table-responsive > table > .simple-table-header tr > .col.quote-amount:after,
.table-responsive > table > .simple-table-header > .row th.quote-amount:after,
.table-responsive > table > .simple-table-header > .row td.quote-amount:after,
.table-responsive > table > .simple-table-header > .row > .col.quote-amount:after,
.table-responsive > table > .simple-table-body tr th.quote-amount:after,
.table-responsive > table > .simple-table-body tr td.quote-amount:after,
.table-responsive > table > .simple-table-body tr > .col.quote-amount:after,
.table-responsive > table > .simple-table-body > .row th.quote-amount:after,
.table-responsive > table > .simple-table-body > .row td.quote-amount:after,
.table-responsive > table > .simple-table-body > .row > .col.quote-amount:after,
.table-responsive > table > .simple-table-footer tr th.quote-amount:after,
.table-responsive > table > .simple-table-footer tr td.quote-amount:after,
.table-responsive > table > .simple-table-footer tr > .col.quote-amount:after,
.table-responsive > table > .simple-table-footer > .row th.quote-amount:after,
.table-responsive > table > .simple-table-footer > .row td.quote-amount:after,
.table-responsive > table > .simple-table-footer > .row > .col.quote-amount:after,
.simple-table > thead tr th.quote-amount:after,
.simple-table > thead tr td.quote-amount:after,
.simple-table > thead tr > .col.quote-amount:after,
.simple-table > thead > .row th.quote-amount:after,
.simple-table > thead > .row td.quote-amount:after,
.simple-table > thead > .row > .col.quote-amount:after,
.simple-table > tbody tr th.quote-amount:after,
.simple-table > tbody tr td.quote-amount:after,
.simple-table > tbody tr > .col.quote-amount:after,
.simple-table > tbody > .row th.quote-amount:after,
.simple-table > tbody > .row td.quote-amount:after,
.simple-table > tbody > .row > .col.quote-amount:after,
.simple-table > .simple-table-header tr th.quote-amount:after,
.simple-table > .simple-table-header tr td.quote-amount:after,
.simple-table > .simple-table-header tr > .col.quote-amount:after,
.simple-table > .simple-table-header > .row th.quote-amount:after,
.simple-table > .simple-table-header > .row td.quote-amount:after,
.simple-table > .simple-table-header > .row > .col.quote-amount:after,
.simple-table > .simple-table-body tr th.quote-amount:after,
.simple-table > .simple-table-body tr td.quote-amount:after,
.simple-table > .simple-table-body tr > .col.quote-amount:after,
.simple-table > .simple-table-body > .row th.quote-amount:after,
.simple-table > .simple-table-body > .row td.quote-amount:after,
.simple-table > .simple-table-body > .row > .col.quote-amount:after,
.simple-table > .simple-table-footer tr th.quote-amount:after,
.simple-table > .simple-table-footer tr td.quote-amount:after,
.simple-table > .simple-table-footer tr > .col.quote-amount:after,
.simple-table > .simple-table-footer > .row th.quote-amount:after,
.simple-table > .simple-table-footer > .row td.quote-amount:after,
.simple-table > .simple-table-footer > .row > .col.quote-amount:after, table.dataTable > thead tr th.item-menu:after,
table.dataTable > thead tr td.item-menu:after,
table.dataTable > thead tr > .col.item-menu:after,
table.dataTable > thead > .row th.item-menu:after,
table.dataTable > thead > .row td.item-menu:after,
table.dataTable > thead > .row > .col.item-menu:after,
table.dataTable > tbody tr th.item-menu:after,
table.dataTable > tbody tr td.item-menu:after,
table.dataTable > tbody tr > .col.item-menu:after,
table.dataTable > tbody > .row th.item-menu:after,
table.dataTable > tbody > .row td.item-menu:after,
table.dataTable > tbody > .row > .col.item-menu:after,
table.dataTable > .simple-table-header tr th.item-menu:after,
table.dataTable > .simple-table-header tr td.item-menu:after,
table.dataTable > .simple-table-header tr > .col.item-menu:after,
table.dataTable > .simple-table-header > .row th.item-menu:after,
table.dataTable > .simple-table-header > .row td.item-menu:after,
table.dataTable > .simple-table-header > .row > .col.item-menu:after,
table.dataTable > .simple-table-body tr th.item-menu:after,
table.dataTable > .simple-table-body tr td.item-menu:after,
table.dataTable > .simple-table-body tr > .col.item-menu:after,
table.dataTable > .simple-table-body > .row th.item-menu:after,
table.dataTable > .simple-table-body > .row td.item-menu:after,
table.dataTable > .simple-table-body > .row > .col.item-menu:after,
table.dataTable > .simple-table-footer tr th.item-menu:after,
table.dataTable > .simple-table-footer tr td.item-menu:after,
table.dataTable > .simple-table-footer tr > .col.item-menu:after,
table.dataTable > .simple-table-footer > .row th.item-menu:after,
table.dataTable > .simple-table-footer > .row td.item-menu:after,
table.dataTable > .simple-table-footer > .row > .col.item-menu:after,
.table-responsive > table > thead tr th.item-menu:after,
.table-responsive > table > thead tr td.item-menu:after,
.table-responsive > table > thead tr > .col.item-menu:after,
.table-responsive > table > thead > .row th.item-menu:after,
.table-responsive > table > thead > .row td.item-menu:after,
.table-responsive > table > thead > .row > .col.item-menu:after,
.table-responsive > table > tbody tr th.item-menu:after,
.table-responsive > table > tbody tr td.item-menu:after,
.table-responsive > table > tbody tr > .col.item-menu:after,
.table-responsive > table > tbody > .row th.item-menu:after,
.table-responsive > table > tbody > .row td.item-menu:after,
.table-responsive > table > tbody > .row > .col.item-menu:after,
.table-responsive > table > .simple-table-header tr th.item-menu:after,
.table-responsive > table > .simple-table-header tr td.item-menu:after,
.table-responsive > table > .simple-table-header tr > .col.item-menu:after,
.table-responsive > table > .simple-table-header > .row th.item-menu:after,
.table-responsive > table > .simple-table-header > .row td.item-menu:after,
.table-responsive > table > .simple-table-header > .row > .col.item-menu:after,
.table-responsive > table > .simple-table-body tr th.item-menu:after,
.table-responsive > table > .simple-table-body tr td.item-menu:after,
.table-responsive > table > .simple-table-body tr > .col.item-menu:after,
.table-responsive > table > .simple-table-body > .row th.item-menu:after,
.table-responsive > table > .simple-table-body > .row td.item-menu:after,
.table-responsive > table > .simple-table-body > .row > .col.item-menu:after,
.table-responsive > table > .simple-table-footer tr th.item-menu:after,
.table-responsive > table > .simple-table-footer tr td.item-menu:after,
.table-responsive > table > .simple-table-footer tr > .col.item-menu:after,
.table-responsive > table > .simple-table-footer > .row th.item-menu:after,
.table-responsive > table > .simple-table-footer > .row td.item-menu:after,
.table-responsive > table > .simple-table-footer > .row > .col.item-menu:after,
.simple-table > thead tr th.item-menu:after,
.simple-table > thead tr td.item-menu:after,
.simple-table > thead tr > .col.item-menu:after,
.simple-table > thead > .row th.item-menu:after,
.simple-table > thead > .row td.item-menu:after,
.simple-table > thead > .row > .col.item-menu:after,
.simple-table > tbody tr th.item-menu:after,
.simple-table > tbody tr td.item-menu:after,
.simple-table > tbody tr > .col.item-menu:after,
.simple-table > tbody > .row th.item-menu:after,
.simple-table > tbody > .row td.item-menu:after,
.simple-table > tbody > .row > .col.item-menu:after,
.simple-table > .simple-table-header tr th.item-menu:after,
.simple-table > .simple-table-header tr td.item-menu:after,
.simple-table > .simple-table-header tr > .col.item-menu:after,
.simple-table > .simple-table-header > .row th.item-menu:after,
.simple-table > .simple-table-header > .row td.item-menu:after,
.simple-table > .simple-table-header > .row > .col.item-menu:after,
.simple-table > .simple-table-body tr th.item-menu:after,
.simple-table > .simple-table-body tr td.item-menu:after,
.simple-table > .simple-table-body tr > .col.item-menu:after,
.simple-table > .simple-table-body > .row th.item-menu:after,
.simple-table > .simple-table-body > .row td.item-menu:after,
.simple-table > .simple-table-body > .row > .col.item-menu:after,
.simple-table > .simple-table-footer tr th.item-menu:after,
.simple-table > .simple-table-footer tr td.item-menu:after,
.simple-table > .simple-table-footer tr > .col.item-menu:after,
.simple-table > .simple-table-footer > .row th.item-menu:after,
.simple-table > .simple-table-footer > .row td.item-menu:after,
.simple-table > .simple-table-footer > .row > .col.item-menu:after, .drag-grab-handle:after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.svg-tooltip {
  z-index: 1080;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  color: var(--st-blue);
}

.tooltip-text {
  position: absolute;
  visibility: hidden;
  width: 250px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  z-index: 10;
  transform: translateY(-50%);
  left: 105%;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
}
.tooltip-text.tooltip-text-left {
  text-align: left;
}

.tooltip-container .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.nested-modal-svg-zoom-view svg {
  max-height: 25vh;
}

.nested-modal-svg-full-view svg {
  max-height: 25vh;
}

.divider {
  border-top: 1px solid var(--gray-200);
}

hr {
  border-top: 1px solid var(--gray-100) !important;
  opacity: 1 !important;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.global-support-section {
  position: fixed;
  right: 0px;
  top: 0px;
  margin-right: 0px;
  padding-right: 50px;
  background-color: var(--black);
  color: var(--white);
  font-size: 10px;
  z-index: 99999;
}

.supplier-offline-alert {
  position: fixed;
  left: 160px;
  top: 0px;
  margin-right: 0px;
  padding-right: 50px;
  background-color: var(--red);
  color: var(--white);
  padding-left: 50px;
  padding: 3px;
  z-index: 99999;
  font-size: 10px;
}

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

.flex-fullwidth {
  flex-basis: 100% !important;
}

.v-center {
  vertical-align: middle;
}

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

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

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

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

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

.colpx-6 {
  width: 6px !important;
}

.colpx-7 {
  width: 7px !important;
}

.colpx-8 {
  width: 8px !important;
}

.colpx-9 {
  width: 9px !important;
}

.colpx-10 {
  width: 10px !important;
}

.colpx-11 {
  width: 11px !important;
}

.colpx-12 {
  width: 12px !important;
}

.colpx-13 {
  width: 13px !important;
}

.colpx-14 {
  width: 14px !important;
}

.colpx-15 {
  width: 15px !important;
}

.colpx-16 {
  width: 16px !important;
}

.colpx-17 {
  width: 17px !important;
}

.colpx-18 {
  width: 18px !important;
}

.colpx-19 {
  width: 19px !important;
}

.colpx-20 {
  width: 20px !important;
}

.colpx-21 {
  width: 21px !important;
}

.colpx-22 {
  width: 22px !important;
}

.colpx-23 {
  width: 23px !important;
}

.colpx-24 {
  width: 24px !important;
}

.colpx-25 {
  width: 25px !important;
}

.colpx-26 {
  width: 26px !important;
}

.colpx-27 {
  width: 27px !important;
}

.colpx-28 {
  width: 28px !important;
}

.colpx-29 {
  width: 29px !important;
}

.colpx-30 {
  width: 30px !important;
}

.colpx-31 {
  width: 31px !important;
}

.colpx-32 {
  width: 32px !important;
}

.colpx-33 {
  width: 33px !important;
}

.colpx-34 {
  width: 34px !important;
}

.colpx-35 {
  width: 35px !important;
}

.colpx-36 {
  width: 36px !important;
}

.colpx-37 {
  width: 37px !important;
}

.colpx-38 {
  width: 38px !important;
}

.colpx-39 {
  width: 39px !important;
}

.colpx-40 {
  width: 40px !important;
}

.colpx-41 {
  width: 41px !important;
}

.colpx-42 {
  width: 42px !important;
}

.colpx-43 {
  width: 43px !important;
}

.colpx-44 {
  width: 44px !important;
}

.colpx-45 {
  width: 45px !important;
}

.colpx-46 {
  width: 46px !important;
}

.colpx-47 {
  width: 47px !important;
}

.colpx-48 {
  width: 48px !important;
}

.colpx-49 {
  width: 49px !important;
}

.colpx-50 {
  width: 50px !important;
}

.colpx-51 {
  width: 51px !important;
}

.colpx-52 {
  width: 52px !important;
}

.colpx-53 {
  width: 53px !important;
}

.colpx-54 {
  width: 54px !important;
}

.colpx-55 {
  width: 55px !important;
}

.colpx-56 {
  width: 56px !important;
}

.colpx-57 {
  width: 57px !important;
}

.colpx-58 {
  width: 58px !important;
}

.colpx-59 {
  width: 59px !important;
}

.colpx-60 {
  width: 60px !important;
}

.colpx-61 {
  width: 61px !important;
}

.colpx-62 {
  width: 62px !important;
}

.colpx-63 {
  width: 63px !important;
}

.colpx-64 {
  width: 64px !important;
}

.colpx-65 {
  width: 65px !important;
}

.colpx-66 {
  width: 66px !important;
}

.colpx-67 {
  width: 67px !important;
}

.colpx-68 {
  width: 68px !important;
}

.colpx-69 {
  width: 69px !important;
}

.colpx-70 {
  width: 70px !important;
}

.colpx-71 {
  width: 71px !important;
}

.colpx-72 {
  width: 72px !important;
}

.colpx-73 {
  width: 73px !important;
}

.colpx-74 {
  width: 74px !important;
}

.colpx-75 {
  width: 75px !important;
}

.colpx-76 {
  width: 76px !important;
}

.colpx-77 {
  width: 77px !important;
}

.colpx-78 {
  width: 78px !important;
}

.colpx-79 {
  width: 79px !important;
}

.colpx-80 {
  width: 80px !important;
}

.colpx-81 {
  width: 81px !important;
}

.colpx-82 {
  width: 82px !important;
}

.colpx-83 {
  width: 83px !important;
}

.colpx-84 {
  width: 84px !important;
}

.colpx-85 {
  width: 85px !important;
}

.colpx-86 {
  width: 86px !important;
}

.colpx-87 {
  width: 87px !important;
}

.colpx-88 {
  width: 88px !important;
}

.colpx-89 {
  width: 89px !important;
}

.colpx-90 {
  width: 90px !important;
}

.colpx-91 {
  width: 91px !important;
}

.colpx-92 {
  width: 92px !important;
}

.colpx-93 {
  width: 93px !important;
}

.colpx-94 {
  width: 94px !important;
}

.colpx-95 {
  width: 95px !important;
}

.colpx-96 {
  width: 96px !important;
}

.colpx-97 {
  width: 97px !important;
}

.colpx-98 {
  width: 98px !important;
}

.colpx-99 {
  width: 99px !important;
}

.colpx-100 {
  width: 100px !important;
}

.colpx-101 {
  width: 101px !important;
}

.colpx-102 {
  width: 102px !important;
}

.colpx-103 {
  width: 103px !important;
}

.colpx-104 {
  width: 104px !important;
}

.colpx-105 {
  width: 105px !important;
}

.colpx-106 {
  width: 106px !important;
}

.colpx-107 {
  width: 107px !important;
}

.colpx-108 {
  width: 108px !important;
}

.colpx-109 {
  width: 109px !important;
}

.colpx-110 {
  width: 110px !important;
}

.colpx-111 {
  width: 111px !important;
}

.colpx-112 {
  width: 112px !important;
}

.colpx-113 {
  width: 113px !important;
}

.colpx-114 {
  width: 114px !important;
}

.colpx-115 {
  width: 115px !important;
}

.colpx-116 {
  width: 116px !important;
}

.colpx-117 {
  width: 117px !important;
}

.colpx-118 {
  width: 118px !important;
}

.colpx-119 {
  width: 119px !important;
}

.colpx-120 {
  width: 120px !important;
}

.colpx-121 {
  width: 121px !important;
}

.colpx-122 {
  width: 122px !important;
}

.colpx-123 {
  width: 123px !important;
}

.colpx-124 {
  width: 124px !important;
}

.colpx-125 {
  width: 125px !important;
}

.colpx-126 {
  width: 126px !important;
}

.colpx-127 {
  width: 127px !important;
}

.colpx-128 {
  width: 128px !important;
}

.colpx-129 {
  width: 129px !important;
}

.colpx-130 {
  width: 130px !important;
}

.colpx-131 {
  width: 131px !important;
}

.colpx-132 {
  width: 132px !important;
}

.colpx-133 {
  width: 133px !important;
}

.colpx-134 {
  width: 134px !important;
}

.colpx-135 {
  width: 135px !important;
}

.colpx-136 {
  width: 136px !important;
}

.colpx-137 {
  width: 137px !important;
}

.colpx-138 {
  width: 138px !important;
}

.colpx-139 {
  width: 139px !important;
}

.colpx-140 {
  width: 140px !important;
}

.colpx-141 {
  width: 141px !important;
}

.colpx-142 {
  width: 142px !important;
}

.colpx-143 {
  width: 143px !important;
}

.colpx-144 {
  width: 144px !important;
}

.colpx-145 {
  width: 145px !important;
}

.colpx-146 {
  width: 146px !important;
}

.colpx-147 {
  width: 147px !important;
}

.colpx-148 {
  width: 148px !important;
}

.colpx-149 {
  width: 149px !important;
}

.colpx-150 {
  width: 150px !important;
}

.colpx-151 {
  width: 151px !important;
}

.colpx-152 {
  width: 152px !important;
}

.colpx-153 {
  width: 153px !important;
}

.colpx-154 {
  width: 154px !important;
}

.colpx-155 {
  width: 155px !important;
}

.colpx-156 {
  width: 156px !important;
}

.colpx-157 {
  width: 157px !important;
}

.colpx-158 {
  width: 158px !important;
}

.colpx-159 {
  width: 159px !important;
}

.colpx-160 {
  width: 160px !important;
}

.colpx-161 {
  width: 161px !important;
}

.colpx-162 {
  width: 162px !important;
}

.colpx-163 {
  width: 163px !important;
}

.colpx-164 {
  width: 164px !important;
}

.colpx-165 {
  width: 165px !important;
}

.colpx-166 {
  width: 166px !important;
}

.colpx-167 {
  width: 167px !important;
}

.colpx-168 {
  width: 168px !important;
}

.colpx-169 {
  width: 169px !important;
}

.colpx-170 {
  width: 170px !important;
}

.colpx-171 {
  width: 171px !important;
}

.colpx-172 {
  width: 172px !important;
}

.colpx-173 {
  width: 173px !important;
}

.colpx-174 {
  width: 174px !important;
}

.colpx-175 {
  width: 175px !important;
}

.colpx-176 {
  width: 176px !important;
}

.colpx-177 {
  width: 177px !important;
}

.colpx-178 {
  width: 178px !important;
}

.colpx-179 {
  width: 179px !important;
}

.colpx-180 {
  width: 180px !important;
}

.colpx-181 {
  width: 181px !important;
}

.colpx-182 {
  width: 182px !important;
}

.colpx-183 {
  width: 183px !important;
}

.colpx-184 {
  width: 184px !important;
}

.colpx-185 {
  width: 185px !important;
}

.colpx-186 {
  width: 186px !important;
}

.colpx-187 {
  width: 187px !important;
}

.colpx-188 {
  width: 188px !important;
}

.colpx-189 {
  width: 189px !important;
}

.colpx-190 {
  width: 190px !important;
}

.colpx-191 {
  width: 191px !important;
}

.colpx-192 {
  width: 192px !important;
}

.colpx-193 {
  width: 193px !important;
}

.colpx-194 {
  width: 194px !important;
}

.colpx-195 {
  width: 195px !important;
}

.colpx-196 {
  width: 196px !important;
}

.colpx-197 {
  width: 197px !important;
}

.colpx-198 {
  width: 198px !important;
}

.colpx-199 {
  width: 199px !important;
}

.colpx-200 {
  width: 200px !important;
}

.colpx-201 {
  width: 201px !important;
}

.colpx-202 {
  width: 202px !important;
}

.colpx-203 {
  width: 203px !important;
}

.colpx-204 {
  width: 204px !important;
}

.colpx-205 {
  width: 205px !important;
}

.colpx-206 {
  width: 206px !important;
}

.colpx-207 {
  width: 207px !important;
}

.colpx-208 {
  width: 208px !important;
}

.colpx-209 {
  width: 209px !important;
}

.colpx-210 {
  width: 210px !important;
}

.colpx-211 {
  width: 211px !important;
}

.colpx-212 {
  width: 212px !important;
}

.colpx-213 {
  width: 213px !important;
}

.colpx-214 {
  width: 214px !important;
}

.colpx-215 {
  width: 215px !important;
}

.colpx-216 {
  width: 216px !important;
}

.colpx-217 {
  width: 217px !important;
}

.colpx-218 {
  width: 218px !important;
}

.colpx-219 {
  width: 219px !important;
}

.colpx-220 {
  width: 220px !important;
}

.colpx-221 {
  width: 221px !important;
}

.colpx-222 {
  width: 222px !important;
}

.colpx-223 {
  width: 223px !important;
}

.colpx-224 {
  width: 224px !important;
}

.colpx-225 {
  width: 225px !important;
}

.colpx-226 {
  width: 226px !important;
}

.colpx-227 {
  width: 227px !important;
}

.colpx-228 {
  width: 228px !important;
}

.colpx-229 {
  width: 229px !important;
}

.colpx-230 {
  width: 230px !important;
}

.colpx-231 {
  width: 231px !important;
}

.colpx-232 {
  width: 232px !important;
}

.colpx-233 {
  width: 233px !important;
}

.colpx-234 {
  width: 234px !important;
}

.colpx-235 {
  width: 235px !important;
}

.colpx-236 {
  width: 236px !important;
}

.colpx-237 {
  width: 237px !important;
}

.colpx-238 {
  width: 238px !important;
}

.colpx-239 {
  width: 239px !important;
}

.colpx-240 {
  width: 240px !important;
}

.colpx-241 {
  width: 241px !important;
}

.colpx-242 {
  width: 242px !important;
}

.colpx-243 {
  width: 243px !important;
}

.colpx-244 {
  width: 244px !important;
}

.colpx-245 {
  width: 245px !important;
}

.colpx-246 {
  width: 246px !important;
}

.colpx-247 {
  width: 247px !important;
}

.colpx-248 {
  width: 248px !important;
}

.colpx-249 {
  width: 249px !important;
}

.colpx-250 {
  width: 250px !important;
}

.colpx-251 {
  width: 251px !important;
}

.colpx-252 {
  width: 252px !important;
}

.colpx-253 {
  width: 253px !important;
}

.colpx-254 {
  width: 254px !important;
}

.colpx-255 {
  width: 255px !important;
}

.colpx-256 {
  width: 256px !important;
}

.colpx-257 {
  width: 257px !important;
}

.colpx-258 {
  width: 258px !important;
}

.colpx-259 {
  width: 259px !important;
}

.colpx-260 {
  width: 260px !important;
}

.colpx-261 {
  width: 261px !important;
}

.colpx-262 {
  width: 262px !important;
}

.colpx-263 {
  width: 263px !important;
}

.colpx-264 {
  width: 264px !important;
}

.colpx-265 {
  width: 265px !important;
}

.colpx-266 {
  width: 266px !important;
}

.colpx-267 {
  width: 267px !important;
}

.colpx-268 {
  width: 268px !important;
}

.colpx-269 {
  width: 269px !important;
}

.colpx-270 {
  width: 270px !important;
}

.colpx-271 {
  width: 271px !important;
}

.colpx-272 {
  width: 272px !important;
}

.colpx-273 {
  width: 273px !important;
}

.colpx-274 {
  width: 274px !important;
}

.colpx-275 {
  width: 275px !important;
}

.colpx-276 {
  width: 276px !important;
}

.colpx-277 {
  width: 277px !important;
}

.colpx-278 {
  width: 278px !important;
}

.colpx-279 {
  width: 279px !important;
}

.colpx-280 {
  width: 280px !important;
}

.colpx-281 {
  width: 281px !important;
}

.colpx-282 {
  width: 282px !important;
}

.colpx-283 {
  width: 283px !important;
}

.colpx-284 {
  width: 284px !important;
}

.colpx-285 {
  width: 285px !important;
}

.colpx-286 {
  width: 286px !important;
}

.colpx-287 {
  width: 287px !important;
}

.colpx-288 {
  width: 288px !important;
}

.colpx-289 {
  width: 289px !important;
}

.colpx-290 {
  width: 290px !important;
}

.colpx-291 {
  width: 291px !important;
}

.colpx-292 {
  width: 292px !important;
}

.colpx-293 {
  width: 293px !important;
}

.colpx-294 {
  width: 294px !important;
}

.colpx-295 {
  width: 295px !important;
}

.colpx-296 {
  width: 296px !important;
}

.colpx-297 {
  width: 297px !important;
}

.colpx-298 {
  width: 298px !important;
}

.colpx-299 {
  width: 299px !important;
}

.colpx-300 {
  width: 300px !important;
}

.colpx-301 {
  width: 301px !important;
}

.colpx-302 {
  width: 302px !important;
}

.colpx-303 {
  width: 303px !important;
}

.colpx-304 {
  width: 304px !important;
}

.colpx-305 {
  width: 305px !important;
}

.colpx-306 {
  width: 306px !important;
}

.colpx-307 {
  width: 307px !important;
}

.colpx-308 {
  width: 308px !important;
}

.colpx-309 {
  width: 309px !important;
}

.colpx-310 {
  width: 310px !important;
}

.colpx-311 {
  width: 311px !important;
}

.colpx-312 {
  width: 312px !important;
}

.colpx-313 {
  width: 313px !important;
}

.colpx-314 {
  width: 314px !important;
}

.colpx-315 {
  width: 315px !important;
}

.colpx-316 {
  width: 316px !important;
}

.colpx-317 {
  width: 317px !important;
}

.colpx-318 {
  width: 318px !important;
}

.colpx-319 {
  width: 319px !important;
}

.colpx-320 {
  width: 320px !important;
}

.colpx-321 {
  width: 321px !important;
}

.colpx-322 {
  width: 322px !important;
}

.colpx-323 {
  width: 323px !important;
}

.colpx-324 {
  width: 324px !important;
}

.colpx-325 {
  width: 325px !important;
}

.colpx-326 {
  width: 326px !important;
}

.colpx-327 {
  width: 327px !important;
}

.colpx-328 {
  width: 328px !important;
}

.colpx-329 {
  width: 329px !important;
}

.colpx-330 {
  width: 330px !important;
}

.colpx-331 {
  width: 331px !important;
}

.colpx-332 {
  width: 332px !important;
}

.colpx-333 {
  width: 333px !important;
}

.colpx-334 {
  width: 334px !important;
}

.colpx-335 {
  width: 335px !important;
}

.colpx-336 {
  width: 336px !important;
}

.colpx-337 {
  width: 337px !important;
}

.colpx-338 {
  width: 338px !important;
}

.colpx-339 {
  width: 339px !important;
}

.colpx-340 {
  width: 340px !important;
}

.colpx-341 {
  width: 341px !important;
}

.colpx-342 {
  width: 342px !important;
}

.colpx-343 {
  width: 343px !important;
}

.colpx-344 {
  width: 344px !important;
}

.colpx-345 {
  width: 345px !important;
}

.colpx-346 {
  width: 346px !important;
}

.colpx-347 {
  width: 347px !important;
}

.colpx-348 {
  width: 348px !important;
}

.colpx-349 {
  width: 349px !important;
}

.colpx-350 {
  width: 350px !important;
}

.colpx-351 {
  width: 351px !important;
}

.colpx-352 {
  width: 352px !important;
}

.colpx-353 {
  width: 353px !important;
}

.colpx-354 {
  width: 354px !important;
}

.colpx-355 {
  width: 355px !important;
}

.colpx-356 {
  width: 356px !important;
}

.colpx-357 {
  width: 357px !important;
}

.colpx-358 {
  width: 358px !important;
}

.colpx-359 {
  width: 359px !important;
}

.colpx-360 {
  width: 360px !important;
}

.colpx-361 {
  width: 361px !important;
}

.colpx-362 {
  width: 362px !important;
}

.colpx-363 {
  width: 363px !important;
}

.colpx-364 {
  width: 364px !important;
}

.colpx-365 {
  width: 365px !important;
}

.colpx-366 {
  width: 366px !important;
}

.colpx-367 {
  width: 367px !important;
}

.colpx-368 {
  width: 368px !important;
}

.colpx-369 {
  width: 369px !important;
}

.colpx-370 {
  width: 370px !important;
}

.colpx-371 {
  width: 371px !important;
}

.colpx-372 {
  width: 372px !important;
}

.colpx-373 {
  width: 373px !important;
}

.colpx-374 {
  width: 374px !important;
}

.colpx-375 {
  width: 375px !important;
}

.colpx-376 {
  width: 376px !important;
}

.colpx-377 {
  width: 377px !important;
}

.colpx-378 {
  width: 378px !important;
}

.colpx-379 {
  width: 379px !important;
}

.colpx-380 {
  width: 380px !important;
}

.colpx-381 {
  width: 381px !important;
}

.colpx-382 {
  width: 382px !important;
}

.colpx-383 {
  width: 383px !important;
}

.colpx-384 {
  width: 384px !important;
}

.colpx-385 {
  width: 385px !important;
}

.colpx-386 {
  width: 386px !important;
}

.colpx-387 {
  width: 387px !important;
}

.colpx-388 {
  width: 388px !important;
}

.colpx-389 {
  width: 389px !important;
}

.colpx-390 {
  width: 390px !important;
}

.colpx-391 {
  width: 391px !important;
}

.colpx-392 {
  width: 392px !important;
}

.colpx-393 {
  width: 393px !important;
}

.colpx-394 {
  width: 394px !important;
}

.colpx-395 {
  width: 395px !important;
}

.colpx-396 {
  width: 396px !important;
}

.colpx-397 {
  width: 397px !important;
}

.colpx-398 {
  width: 398px !important;
}

.colpx-399 {
  width: 399px !important;
}

.colpx-400 {
  width: 400px !important;
}

.colpx-401 {
  width: 401px !important;
}

.colpx-402 {
  width: 402px !important;
}

.colpx-403 {
  width: 403px !important;
}

.colpx-404 {
  width: 404px !important;
}

.colpx-405 {
  width: 405px !important;
}

.colpx-406 {
  width: 406px !important;
}

.colpx-407 {
  width: 407px !important;
}

.colpx-408 {
  width: 408px !important;
}

.colpx-409 {
  width: 409px !important;
}

.colpx-410 {
  width: 410px !important;
}

.colpx-411 {
  width: 411px !important;
}

.colpx-412 {
  width: 412px !important;
}

.colpx-413 {
  width: 413px !important;
}

.colpx-414 {
  width: 414px !important;
}

.colpx-415 {
  width: 415px !important;
}

.colpx-416 {
  width: 416px !important;
}

.colpx-417 {
  width: 417px !important;
}

.colpx-418 {
  width: 418px !important;
}

.colpx-419 {
  width: 419px !important;
}

.colpx-420 {
  width: 420px !important;
}

.colpx-421 {
  width: 421px !important;
}

.colpx-422 {
  width: 422px !important;
}

.colpx-423 {
  width: 423px !important;
}

.colpx-424 {
  width: 424px !important;
}

.colpx-425 {
  width: 425px !important;
}

.colpx-426 {
  width: 426px !important;
}

.colpx-427 {
  width: 427px !important;
}

.colpx-428 {
  width: 428px !important;
}

.colpx-429 {
  width: 429px !important;
}

.colpx-430 {
  width: 430px !important;
}

.colpx-431 {
  width: 431px !important;
}

.colpx-432 {
  width: 432px !important;
}

.colpx-433 {
  width: 433px !important;
}

.colpx-434 {
  width: 434px !important;
}

.colpx-435 {
  width: 435px !important;
}

.colpx-436 {
  width: 436px !important;
}

.colpx-437 {
  width: 437px !important;
}

.colpx-438 {
  width: 438px !important;
}

.colpx-439 {
  width: 439px !important;
}

.colpx-440 {
  width: 440px !important;
}

.colpx-441 {
  width: 441px !important;
}

.colpx-442 {
  width: 442px !important;
}

.colpx-443 {
  width: 443px !important;
}

.colpx-444 {
  width: 444px !important;
}

.colpx-445 {
  width: 445px !important;
}

.colpx-446 {
  width: 446px !important;
}

.colpx-447 {
  width: 447px !important;
}

.colpx-448 {
  width: 448px !important;
}

.colpx-449 {
  width: 449px !important;
}

.colpx-450 {
  width: 450px !important;
}

.colpx-451 {
  width: 451px !important;
}

.colpx-452 {
  width: 452px !important;
}

.colpx-453 {
  width: 453px !important;
}

.colpx-454 {
  width: 454px !important;
}

.colpx-455 {
  width: 455px !important;
}

.colpx-456 {
  width: 456px !important;
}

.colpx-457 {
  width: 457px !important;
}

.colpx-458 {
  width: 458px !important;
}

.colpx-459 {
  width: 459px !important;
}

.colpx-460 {
  width: 460px !important;
}

.colpx-461 {
  width: 461px !important;
}

.colpx-462 {
  width: 462px !important;
}

.colpx-463 {
  width: 463px !important;
}

.colpx-464 {
  width: 464px !important;
}

.colpx-465 {
  width: 465px !important;
}

.colpx-466 {
  width: 466px !important;
}

.colpx-467 {
  width: 467px !important;
}

.colpx-468 {
  width: 468px !important;
}

.colpx-469 {
  width: 469px !important;
}

.colpx-470 {
  width: 470px !important;
}

.colpx-471 {
  width: 471px !important;
}

.colpx-472 {
  width: 472px !important;
}

.colpx-473 {
  width: 473px !important;
}

.colpx-474 {
  width: 474px !important;
}

.colpx-475 {
  width: 475px !important;
}

.colpx-476 {
  width: 476px !important;
}

.colpx-477 {
  width: 477px !important;
}

.colpx-478 {
  width: 478px !important;
}

.colpx-479 {
  width: 479px !important;
}

.colpx-480 {
  width: 480px !important;
}

.colpx-481 {
  width: 481px !important;
}

.colpx-482 {
  width: 482px !important;
}

.colpx-483 {
  width: 483px !important;
}

.colpx-484 {
  width: 484px !important;
}

.colpx-485 {
  width: 485px !important;
}

.colpx-486 {
  width: 486px !important;
}

.colpx-487 {
  width: 487px !important;
}

.colpx-488 {
  width: 488px !important;
}

.colpx-489 {
  width: 489px !important;
}

.colpx-490 {
  width: 490px !important;
}

.colpx-491 {
  width: 491px !important;
}

.colpx-492 {
  width: 492px !important;
}

.colpx-493 {
  width: 493px !important;
}

.colpx-494 {
  width: 494px !important;
}

.colpx-495 {
  width: 495px !important;
}

.colpx-496 {
  width: 496px !important;
}

.colpx-497 {
  width: 497px !important;
}

.colpx-498 {
  width: 498px !important;
}

.colpx-499 {
  width: 499px !important;
}

.colpx-500 {
  width: 500px !important;
}

.colpx-501 {
  width: 501px !important;
}

.colpx-502 {
  width: 502px !important;
}

.colpx-503 {
  width: 503px !important;
}

.colpx-504 {
  width: 504px !important;
}

.colpx-505 {
  width: 505px !important;
}

.colpx-506 {
  width: 506px !important;
}

.colpx-507 {
  width: 507px !important;
}

.colpx-508 {
  width: 508px !important;
}

.colpx-509 {
  width: 509px !important;
}

.colpx-510 {
  width: 510px !important;
}

.colpx-511 {
  width: 511px !important;
}

.colpx-512 {
  width: 512px !important;
}

.colpx-513 {
  width: 513px !important;
}

.colpx-514 {
  width: 514px !important;
}

.colpx-515 {
  width: 515px !important;
}

.colpx-516 {
  width: 516px !important;
}

.colpx-517 {
  width: 517px !important;
}

.colpx-518 {
  width: 518px !important;
}

.colpx-519 {
  width: 519px !important;
}

.colpx-520 {
  width: 520px !important;
}

.colpx-521 {
  width: 521px !important;
}

.colpx-522 {
  width: 522px !important;
}

.colpx-523 {
  width: 523px !important;
}

.colpx-524 {
  width: 524px !important;
}

.colpx-525 {
  width: 525px !important;
}

.colpx-526 {
  width: 526px !important;
}

.colpx-527 {
  width: 527px !important;
}

.colpx-528 {
  width: 528px !important;
}

.colpx-529 {
  width: 529px !important;
}

.colpx-530 {
  width: 530px !important;
}

.colpx-531 {
  width: 531px !important;
}

.colpx-532 {
  width: 532px !important;
}

.colpx-533 {
  width: 533px !important;
}

.colpx-534 {
  width: 534px !important;
}

.colpx-535 {
  width: 535px !important;
}

.colpx-536 {
  width: 536px !important;
}

.colpx-537 {
  width: 537px !important;
}

.colpx-538 {
  width: 538px !important;
}

.colpx-539 {
  width: 539px !important;
}

.colpx-540 {
  width: 540px !important;
}

.colpx-541 {
  width: 541px !important;
}

.colpx-542 {
  width: 542px !important;
}

.colpx-543 {
  width: 543px !important;
}

.colpx-544 {
  width: 544px !important;
}

.colpx-545 {
  width: 545px !important;
}

.colpx-546 {
  width: 546px !important;
}

.colpx-547 {
  width: 547px !important;
}

.colpx-548 {
  width: 548px !important;
}

.colpx-549 {
  width: 549px !important;
}

.colpx-550 {
  width: 550px !important;
}

.colpx-551 {
  width: 551px !important;
}

.colpx-552 {
  width: 552px !important;
}

.colpx-553 {
  width: 553px !important;
}

.colpx-554 {
  width: 554px !important;
}

.colpx-555 {
  width: 555px !important;
}

.colpx-556 {
  width: 556px !important;
}

.colpx-557 {
  width: 557px !important;
}

.colpx-558 {
  width: 558px !important;
}

.colpx-559 {
  width: 559px !important;
}

.colpx-560 {
  width: 560px !important;
}

.colpx-561 {
  width: 561px !important;
}

.colpx-562 {
  width: 562px !important;
}

.colpx-563 {
  width: 563px !important;
}

.colpx-564 {
  width: 564px !important;
}

.colpx-565 {
  width: 565px !important;
}

.colpx-566 {
  width: 566px !important;
}

.colpx-567 {
  width: 567px !important;
}

.colpx-568 {
  width: 568px !important;
}

.colpx-569 {
  width: 569px !important;
}

.colpx-570 {
  width: 570px !important;
}

.colpx-571 {
  width: 571px !important;
}

.colpx-572 {
  width: 572px !important;
}

.colpx-573 {
  width: 573px !important;
}

.colpx-574 {
  width: 574px !important;
}

.colpx-575 {
  width: 575px !important;
}

.colpx-576 {
  width: 576px !important;
}

.colpx-577 {
  width: 577px !important;
}

.colpx-578 {
  width: 578px !important;
}

.colpx-579 {
  width: 579px !important;
}

.colpx-580 {
  width: 580px !important;
}

.colpx-581 {
  width: 581px !important;
}

.colpx-582 {
  width: 582px !important;
}

.colpx-583 {
  width: 583px !important;
}

.colpx-584 {
  width: 584px !important;
}

.colpx-585 {
  width: 585px !important;
}

.colpx-586 {
  width: 586px !important;
}

.colpx-587 {
  width: 587px !important;
}

.colpx-588 {
  width: 588px !important;
}

.colpx-589 {
  width: 589px !important;
}

.colpx-590 {
  width: 590px !important;
}

.colpx-591 {
  width: 591px !important;
}

.colpx-592 {
  width: 592px !important;
}

.colpx-593 {
  width: 593px !important;
}

.colpx-594 {
  width: 594px !important;
}

.colpx-595 {
  width: 595px !important;
}

.colpx-596 {
  width: 596px !important;
}

.colpx-597 {
  width: 597px !important;
}

.colpx-598 {
  width: 598px !important;
}

.colpx-599 {
  width: 599px !important;
}

.colpx-600 {
  width: 600px !important;
}

.colpx-601 {
  width: 601px !important;
}

.colpx-602 {
  width: 602px !important;
}

.colpx-603 {
  width: 603px !important;
}

.colpx-604 {
  width: 604px !important;
}

.colpx-605 {
  width: 605px !important;
}

.colpx-606 {
  width: 606px !important;
}

.colpx-607 {
  width: 607px !important;
}

.colpx-608 {
  width: 608px !important;
}

.colpx-609 {
  width: 609px !important;
}

.colpx-610 {
  width: 610px !important;
}

.colpx-611 {
  width: 611px !important;
}

.colpx-612 {
  width: 612px !important;
}

.colpx-613 {
  width: 613px !important;
}

.colpx-614 {
  width: 614px !important;
}

.colpx-615 {
  width: 615px !important;
}

.colpx-616 {
  width: 616px !important;
}

.colpx-617 {
  width: 617px !important;
}

.colpx-618 {
  width: 618px !important;
}

.colpx-619 {
  width: 619px !important;
}

.colpx-620 {
  width: 620px !important;
}

.colpx-621 {
  width: 621px !important;
}

.colpx-622 {
  width: 622px !important;
}

.colpx-623 {
  width: 623px !important;
}

.colpx-624 {
  width: 624px !important;
}

.colpx-625 {
  width: 625px !important;
}

.colpx-626 {
  width: 626px !important;
}

.colpx-627 {
  width: 627px !important;
}

.colpx-628 {
  width: 628px !important;
}

.colpx-629 {
  width: 629px !important;
}

.colpx-630 {
  width: 630px !important;
}

.colpx-631 {
  width: 631px !important;
}

.colpx-632 {
  width: 632px !important;
}

.colpx-633 {
  width: 633px !important;
}

.colpx-634 {
  width: 634px !important;
}

.colpx-635 {
  width: 635px !important;
}

.colpx-636 {
  width: 636px !important;
}

.colpx-637 {
  width: 637px !important;
}

.colpx-638 {
  width: 638px !important;
}

.colpx-639 {
  width: 639px !important;
}

.colpx-640 {
  width: 640px !important;
}

.colpx-641 {
  width: 641px !important;
}

.colpx-642 {
  width: 642px !important;
}

.colpx-643 {
  width: 643px !important;
}

.colpx-644 {
  width: 644px !important;
}

.colpx-645 {
  width: 645px !important;
}

.colpx-646 {
  width: 646px !important;
}

.colpx-647 {
  width: 647px !important;
}

.colpx-648 {
  width: 648px !important;
}

.colpx-649 {
  width: 649px !important;
}

.colpx-650 {
  width: 650px !important;
}

.colpx-651 {
  width: 651px !important;
}

.colpx-652 {
  width: 652px !important;
}

.colpx-653 {
  width: 653px !important;
}

.colpx-654 {
  width: 654px !important;
}

.colpx-655 {
  width: 655px !important;
}

.colpx-656 {
  width: 656px !important;
}

.colpx-657 {
  width: 657px !important;
}

.colpx-658 {
  width: 658px !important;
}

.colpx-659 {
  width: 659px !important;
}

.colpx-660 {
  width: 660px !important;
}

.colpx-661 {
  width: 661px !important;
}

.colpx-662 {
  width: 662px !important;
}

.colpx-663 {
  width: 663px !important;
}

.colpx-664 {
  width: 664px !important;
}

.colpx-665 {
  width: 665px !important;
}

.colpx-666 {
  width: 666px !important;
}

.colpx-667 {
  width: 667px !important;
}

.colpx-668 {
  width: 668px !important;
}

.colpx-669 {
  width: 669px !important;
}

.colpx-670 {
  width: 670px !important;
}

.colpx-671 {
  width: 671px !important;
}

.colpx-672 {
  width: 672px !important;
}

.colpx-673 {
  width: 673px !important;
}

.colpx-674 {
  width: 674px !important;
}

.colpx-675 {
  width: 675px !important;
}

.colpx-676 {
  width: 676px !important;
}

.colpx-677 {
  width: 677px !important;
}

.colpx-678 {
  width: 678px !important;
}

.colpx-679 {
  width: 679px !important;
}

.colpx-680 {
  width: 680px !important;
}

.colpx-681 {
  width: 681px !important;
}

.colpx-682 {
  width: 682px !important;
}

.colpx-683 {
  width: 683px !important;
}

.colpx-684 {
  width: 684px !important;
}

.colpx-685 {
  width: 685px !important;
}

.colpx-686 {
  width: 686px !important;
}

.colpx-687 {
  width: 687px !important;
}

.colpx-688 {
  width: 688px !important;
}

.colpx-689 {
  width: 689px !important;
}

.colpx-690 {
  width: 690px !important;
}

.colpx-691 {
  width: 691px !important;
}

.colpx-692 {
  width: 692px !important;
}

.colpx-693 {
  width: 693px !important;
}

.colpx-694 {
  width: 694px !important;
}

.colpx-695 {
  width: 695px !important;
}

.colpx-696 {
  width: 696px !important;
}

.colpx-697 {
  width: 697px !important;
}

.colpx-698 {
  width: 698px !important;
}

.colpx-699 {
  width: 699px !important;
}

.colpx-700 {
  width: 700px !important;
}

.colpxmax-1 {
  width: 1px !important;
  max-width: 1px !important;
}

.colpxmax-2 {
  width: 2px !important;
  max-width: 2px !important;
}

.colpxmax-3 {
  width: 3px !important;
  max-width: 3px !important;
}

.colpxmax-4 {
  width: 4px !important;
  max-width: 4px !important;
}

.colpxmax-5 {
  width: 5px !important;
  max-width: 5px !important;
}

.colpxmax-6 {
  width: 6px !important;
  max-width: 6px !important;
}

.colpxmax-7 {
  width: 7px !important;
  max-width: 7px !important;
}

.colpxmax-8 {
  width: 8px !important;
  max-width: 8px !important;
}

.colpxmax-9 {
  width: 9px !important;
  max-width: 9px !important;
}

.colpxmax-10 {
  width: 10px !important;
  max-width: 10px !important;
}

.colpxmax-11 {
  width: 11px !important;
  max-width: 11px !important;
}

.colpxmax-12 {
  width: 12px !important;
  max-width: 12px !important;
}

.colpxmax-13 {
  width: 13px !important;
  max-width: 13px !important;
}

.colpxmax-14 {
  width: 14px !important;
  max-width: 14px !important;
}

.colpxmax-15 {
  width: 15px !important;
  max-width: 15px !important;
}

.colpxmax-16 {
  width: 16px !important;
  max-width: 16px !important;
}

.colpxmax-17 {
  width: 17px !important;
  max-width: 17px !important;
}

.colpxmax-18 {
  width: 18px !important;
  max-width: 18px !important;
}

.colpxmax-19 {
  width: 19px !important;
  max-width: 19px !important;
}

.colpxmax-20 {
  width: 20px !important;
  max-width: 20px !important;
}

.colpxmax-21 {
  width: 21px !important;
  max-width: 21px !important;
}

.colpxmax-22 {
  width: 22px !important;
  max-width: 22px !important;
}

.colpxmax-23 {
  width: 23px !important;
  max-width: 23px !important;
}

.colpxmax-24 {
  width: 24px !important;
  max-width: 24px !important;
}

.colpxmax-25 {
  width: 25px !important;
  max-width: 25px !important;
}

.colpxmax-26 {
  width: 26px !important;
  max-width: 26px !important;
}

.colpxmax-27 {
  width: 27px !important;
  max-width: 27px !important;
}

.colpxmax-28 {
  width: 28px !important;
  max-width: 28px !important;
}

.colpxmax-29 {
  width: 29px !important;
  max-width: 29px !important;
}

.colpxmax-30 {
  width: 30px !important;
  max-width: 30px !important;
}

.colpxmax-31 {
  width: 31px !important;
  max-width: 31px !important;
}

.colpxmax-32 {
  width: 32px !important;
  max-width: 32px !important;
}

.colpxmax-33 {
  width: 33px !important;
  max-width: 33px !important;
}

.colpxmax-34 {
  width: 34px !important;
  max-width: 34px !important;
}

.colpxmax-35 {
  width: 35px !important;
  max-width: 35px !important;
}

.colpxmax-36 {
  width: 36px !important;
  max-width: 36px !important;
}

.colpxmax-37 {
  width: 37px !important;
  max-width: 37px !important;
}

.colpxmax-38 {
  width: 38px !important;
  max-width: 38px !important;
}

.colpxmax-39 {
  width: 39px !important;
  max-width: 39px !important;
}

.colpxmax-40 {
  width: 40px !important;
  max-width: 40px !important;
}

.colpxmax-41 {
  width: 41px !important;
  max-width: 41px !important;
}

.colpxmax-42 {
  width: 42px !important;
  max-width: 42px !important;
}

.colpxmax-43 {
  width: 43px !important;
  max-width: 43px !important;
}

.colpxmax-44 {
  width: 44px !important;
  max-width: 44px !important;
}

.colpxmax-45 {
  width: 45px !important;
  max-width: 45px !important;
}

.colpxmax-46 {
  width: 46px !important;
  max-width: 46px !important;
}

.colpxmax-47 {
  width: 47px !important;
  max-width: 47px !important;
}

.colpxmax-48 {
  width: 48px !important;
  max-width: 48px !important;
}

.colpxmax-49 {
  width: 49px !important;
  max-width: 49px !important;
}

.colpxmax-50 {
  width: 50px !important;
  max-width: 50px !important;
}

.colpxmax-51 {
  width: 51px !important;
  max-width: 51px !important;
}

.colpxmax-52 {
  width: 52px !important;
  max-width: 52px !important;
}

.colpxmax-53 {
  width: 53px !important;
  max-width: 53px !important;
}

.colpxmax-54 {
  width: 54px !important;
  max-width: 54px !important;
}

.colpxmax-55 {
  width: 55px !important;
  max-width: 55px !important;
}

.colpxmax-56 {
  width: 56px !important;
  max-width: 56px !important;
}

.colpxmax-57 {
  width: 57px !important;
  max-width: 57px !important;
}

.colpxmax-58 {
  width: 58px !important;
  max-width: 58px !important;
}

.colpxmax-59 {
  width: 59px !important;
  max-width: 59px !important;
}

.colpxmax-60 {
  width: 60px !important;
  max-width: 60px !important;
}

.colpxmax-61 {
  width: 61px !important;
  max-width: 61px !important;
}

.colpxmax-62 {
  width: 62px !important;
  max-width: 62px !important;
}

.colpxmax-63 {
  width: 63px !important;
  max-width: 63px !important;
}

.colpxmax-64 {
  width: 64px !important;
  max-width: 64px !important;
}

.colpxmax-65 {
  width: 65px !important;
  max-width: 65px !important;
}

.colpxmax-66 {
  width: 66px !important;
  max-width: 66px !important;
}

.colpxmax-67 {
  width: 67px !important;
  max-width: 67px !important;
}

.colpxmax-68 {
  width: 68px !important;
  max-width: 68px !important;
}

.colpxmax-69 {
  width: 69px !important;
  max-width: 69px !important;
}

.colpxmax-70 {
  width: 70px !important;
  max-width: 70px !important;
}

.colpxmax-71 {
  width: 71px !important;
  max-width: 71px !important;
}

.colpxmax-72 {
  width: 72px !important;
  max-width: 72px !important;
}

.colpxmax-73 {
  width: 73px !important;
  max-width: 73px !important;
}

.colpxmax-74 {
  width: 74px !important;
  max-width: 74px !important;
}

.colpxmax-75 {
  width: 75px !important;
  max-width: 75px !important;
}

.colpxmax-76 {
  width: 76px !important;
  max-width: 76px !important;
}

.colpxmax-77 {
  width: 77px !important;
  max-width: 77px !important;
}

.colpxmax-78 {
  width: 78px !important;
  max-width: 78px !important;
}

.colpxmax-79 {
  width: 79px !important;
  max-width: 79px !important;
}

.colpxmax-80 {
  width: 80px !important;
  max-width: 80px !important;
}

.colpxmax-81 {
  width: 81px !important;
  max-width: 81px !important;
}

.colpxmax-82 {
  width: 82px !important;
  max-width: 82px !important;
}

.colpxmax-83 {
  width: 83px !important;
  max-width: 83px !important;
}

.colpxmax-84 {
  width: 84px !important;
  max-width: 84px !important;
}

.colpxmax-85 {
  width: 85px !important;
  max-width: 85px !important;
}

.colpxmax-86 {
  width: 86px !important;
  max-width: 86px !important;
}

.colpxmax-87 {
  width: 87px !important;
  max-width: 87px !important;
}

.colpxmax-88 {
  width: 88px !important;
  max-width: 88px !important;
}

.colpxmax-89 {
  width: 89px !important;
  max-width: 89px !important;
}

.colpxmax-90 {
  width: 90px !important;
  max-width: 90px !important;
}

.colpxmax-91 {
  width: 91px !important;
  max-width: 91px !important;
}

.colpxmax-92 {
  width: 92px !important;
  max-width: 92px !important;
}

.colpxmax-93 {
  width: 93px !important;
  max-width: 93px !important;
}

.colpxmax-94 {
  width: 94px !important;
  max-width: 94px !important;
}

.colpxmax-95 {
  width: 95px !important;
  max-width: 95px !important;
}

.colpxmax-96 {
  width: 96px !important;
  max-width: 96px !important;
}

.colpxmax-97 {
  width: 97px !important;
  max-width: 97px !important;
}

.colpxmax-98 {
  width: 98px !important;
  max-width: 98px !important;
}

.colpxmax-99 {
  width: 99px !important;
  max-width: 99px !important;
}

.colpxmax-100 {
  width: 100px !important;
  max-width: 100px !important;
}

.colpxmax-101 {
  width: 101px !important;
  max-width: 101px !important;
}

.colpxmax-102 {
  width: 102px !important;
  max-width: 102px !important;
}

.colpxmax-103 {
  width: 103px !important;
  max-width: 103px !important;
}

.colpxmax-104 {
  width: 104px !important;
  max-width: 104px !important;
}

.colpxmax-105 {
  width: 105px !important;
  max-width: 105px !important;
}

.colpxmax-106 {
  width: 106px !important;
  max-width: 106px !important;
}

.colpxmax-107 {
  width: 107px !important;
  max-width: 107px !important;
}

.colpxmax-108 {
  width: 108px !important;
  max-width: 108px !important;
}

.colpxmax-109 {
  width: 109px !important;
  max-width: 109px !important;
}

.colpxmax-110 {
  width: 110px !important;
  max-width: 110px !important;
}

.colpxmax-111 {
  width: 111px !important;
  max-width: 111px !important;
}

.colpxmax-112 {
  width: 112px !important;
  max-width: 112px !important;
}

.colpxmax-113 {
  width: 113px !important;
  max-width: 113px !important;
}

.colpxmax-114 {
  width: 114px !important;
  max-width: 114px !important;
}

.colpxmax-115 {
  width: 115px !important;
  max-width: 115px !important;
}

.colpxmax-116 {
  width: 116px !important;
  max-width: 116px !important;
}

.colpxmax-117 {
  width: 117px !important;
  max-width: 117px !important;
}

.colpxmax-118 {
  width: 118px !important;
  max-width: 118px !important;
}

.colpxmax-119 {
  width: 119px !important;
  max-width: 119px !important;
}

.colpxmax-120 {
  width: 120px !important;
  max-width: 120px !important;
}

.colpxmax-121 {
  width: 121px !important;
  max-width: 121px !important;
}

.colpxmax-122 {
  width: 122px !important;
  max-width: 122px !important;
}

.colpxmax-123 {
  width: 123px !important;
  max-width: 123px !important;
}

.colpxmax-124 {
  width: 124px !important;
  max-width: 124px !important;
}

.colpxmax-125 {
  width: 125px !important;
  max-width: 125px !important;
}

.colpxmax-126 {
  width: 126px !important;
  max-width: 126px !important;
}

.colpxmax-127 {
  width: 127px !important;
  max-width: 127px !important;
}

.colpxmax-128 {
  width: 128px !important;
  max-width: 128px !important;
}

.colpxmax-129 {
  width: 129px !important;
  max-width: 129px !important;
}

.colpxmax-130 {
  width: 130px !important;
  max-width: 130px !important;
}

.colpxmax-131 {
  width: 131px !important;
  max-width: 131px !important;
}

.colpxmax-132 {
  width: 132px !important;
  max-width: 132px !important;
}

.colpxmax-133 {
  width: 133px !important;
  max-width: 133px !important;
}

.colpxmax-134 {
  width: 134px !important;
  max-width: 134px !important;
}

.colpxmax-135 {
  width: 135px !important;
  max-width: 135px !important;
}

.colpxmax-136 {
  width: 136px !important;
  max-width: 136px !important;
}

.colpxmax-137 {
  width: 137px !important;
  max-width: 137px !important;
}

.colpxmax-138 {
  width: 138px !important;
  max-width: 138px !important;
}

.colpxmax-139 {
  width: 139px !important;
  max-width: 139px !important;
}

.colpxmax-140 {
  width: 140px !important;
  max-width: 140px !important;
}

.colpxmax-141 {
  width: 141px !important;
  max-width: 141px !important;
}

.colpxmax-142 {
  width: 142px !important;
  max-width: 142px !important;
}

.colpxmax-143 {
  width: 143px !important;
  max-width: 143px !important;
}

.colpxmax-144 {
  width: 144px !important;
  max-width: 144px !important;
}

.colpxmax-145 {
  width: 145px !important;
  max-width: 145px !important;
}

.colpxmax-146 {
  width: 146px !important;
  max-width: 146px !important;
}

.colpxmax-147 {
  width: 147px !important;
  max-width: 147px !important;
}

.colpxmax-148 {
  width: 148px !important;
  max-width: 148px !important;
}

.colpxmax-149 {
  width: 149px !important;
  max-width: 149px !important;
}

.colpxmax-150 {
  width: 150px !important;
  max-width: 150px !important;
}

.colpxmax-151 {
  width: 151px !important;
  max-width: 151px !important;
}

.colpxmax-152 {
  width: 152px !important;
  max-width: 152px !important;
}

.colpxmax-153 {
  width: 153px !important;
  max-width: 153px !important;
}

.colpxmax-154 {
  width: 154px !important;
  max-width: 154px !important;
}

.colpxmax-155 {
  width: 155px !important;
  max-width: 155px !important;
}

.colpxmax-156 {
  width: 156px !important;
  max-width: 156px !important;
}

.colpxmax-157 {
  width: 157px !important;
  max-width: 157px !important;
}

.colpxmax-158 {
  width: 158px !important;
  max-width: 158px !important;
}

.colpxmax-159 {
  width: 159px !important;
  max-width: 159px !important;
}

.colpxmax-160 {
  width: 160px !important;
  max-width: 160px !important;
}

.colpxmax-161 {
  width: 161px !important;
  max-width: 161px !important;
}

.colpxmax-162 {
  width: 162px !important;
  max-width: 162px !important;
}

.colpxmax-163 {
  width: 163px !important;
  max-width: 163px !important;
}

.colpxmax-164 {
  width: 164px !important;
  max-width: 164px !important;
}

.colpxmax-165 {
  width: 165px !important;
  max-width: 165px !important;
}

.colpxmax-166 {
  width: 166px !important;
  max-width: 166px !important;
}

.colpxmax-167 {
  width: 167px !important;
  max-width: 167px !important;
}

.colpxmax-168 {
  width: 168px !important;
  max-width: 168px !important;
}

.colpxmax-169 {
  width: 169px !important;
  max-width: 169px !important;
}

.colpxmax-170 {
  width: 170px !important;
  max-width: 170px !important;
}

.colpxmax-171 {
  width: 171px !important;
  max-width: 171px !important;
}

.colpxmax-172 {
  width: 172px !important;
  max-width: 172px !important;
}

.colpxmax-173 {
  width: 173px !important;
  max-width: 173px !important;
}

.colpxmax-174 {
  width: 174px !important;
  max-width: 174px !important;
}

.colpxmax-175 {
  width: 175px !important;
  max-width: 175px !important;
}

.colpxmax-176 {
  width: 176px !important;
  max-width: 176px !important;
}

.colpxmax-177 {
  width: 177px !important;
  max-width: 177px !important;
}

.colpxmax-178 {
  width: 178px !important;
  max-width: 178px !important;
}

.colpxmax-179 {
  width: 179px !important;
  max-width: 179px !important;
}

.colpxmax-180 {
  width: 180px !important;
  max-width: 180px !important;
}

.colpxmax-181 {
  width: 181px !important;
  max-width: 181px !important;
}

.colpxmax-182 {
  width: 182px !important;
  max-width: 182px !important;
}

.colpxmax-183 {
  width: 183px !important;
  max-width: 183px !important;
}

.colpxmax-184 {
  width: 184px !important;
  max-width: 184px !important;
}

.colpxmax-185 {
  width: 185px !important;
  max-width: 185px !important;
}

.colpxmax-186 {
  width: 186px !important;
  max-width: 186px !important;
}

.colpxmax-187 {
  width: 187px !important;
  max-width: 187px !important;
}

.colpxmax-188 {
  width: 188px !important;
  max-width: 188px !important;
}

.colpxmax-189 {
  width: 189px !important;
  max-width: 189px !important;
}

.colpxmax-190 {
  width: 190px !important;
  max-width: 190px !important;
}

.colpxmax-191 {
  width: 191px !important;
  max-width: 191px !important;
}

.colpxmax-192 {
  width: 192px !important;
  max-width: 192px !important;
}

.colpxmax-193 {
  width: 193px !important;
  max-width: 193px !important;
}

.colpxmax-194 {
  width: 194px !important;
  max-width: 194px !important;
}

.colpxmax-195 {
  width: 195px !important;
  max-width: 195px !important;
}

.colpxmax-196 {
  width: 196px !important;
  max-width: 196px !important;
}

.colpxmax-197 {
  width: 197px !important;
  max-width: 197px !important;
}

.colpxmax-198 {
  width: 198px !important;
  max-width: 198px !important;
}

.colpxmax-199 {
  width: 199px !important;
  max-width: 199px !important;
}

.colpxmax-200 {
  width: 200px !important;
  max-width: 200px !important;
}

.colpxmax-201 {
  width: 201px !important;
  max-width: 201px !important;
}

.colpxmax-202 {
  width: 202px !important;
  max-width: 202px !important;
}

.colpxmax-203 {
  width: 203px !important;
  max-width: 203px !important;
}

.colpxmax-204 {
  width: 204px !important;
  max-width: 204px !important;
}

.colpxmax-205 {
  width: 205px !important;
  max-width: 205px !important;
}

.colpxmax-206 {
  width: 206px !important;
  max-width: 206px !important;
}

.colpxmax-207 {
  width: 207px !important;
  max-width: 207px !important;
}

.colpxmax-208 {
  width: 208px !important;
  max-width: 208px !important;
}

.colpxmax-209 {
  width: 209px !important;
  max-width: 209px !important;
}

.colpxmax-210 {
  width: 210px !important;
  max-width: 210px !important;
}

.colpxmax-211 {
  width: 211px !important;
  max-width: 211px !important;
}

.colpxmax-212 {
  width: 212px !important;
  max-width: 212px !important;
}

.colpxmax-213 {
  width: 213px !important;
  max-width: 213px !important;
}

.colpxmax-214 {
  width: 214px !important;
  max-width: 214px !important;
}

.colpxmax-215 {
  width: 215px !important;
  max-width: 215px !important;
}

.colpxmax-216 {
  width: 216px !important;
  max-width: 216px !important;
}

.colpxmax-217 {
  width: 217px !important;
  max-width: 217px !important;
}

.colpxmax-218 {
  width: 218px !important;
  max-width: 218px !important;
}

.colpxmax-219 {
  width: 219px !important;
  max-width: 219px !important;
}

.colpxmax-220 {
  width: 220px !important;
  max-width: 220px !important;
}

.colpxmax-221 {
  width: 221px !important;
  max-width: 221px !important;
}

.colpxmax-222 {
  width: 222px !important;
  max-width: 222px !important;
}

.colpxmax-223 {
  width: 223px !important;
  max-width: 223px !important;
}

.colpxmax-224 {
  width: 224px !important;
  max-width: 224px !important;
}

.colpxmax-225 {
  width: 225px !important;
  max-width: 225px !important;
}

.colpxmax-226 {
  width: 226px !important;
  max-width: 226px !important;
}

.colpxmax-227 {
  width: 227px !important;
  max-width: 227px !important;
}

.colpxmax-228 {
  width: 228px !important;
  max-width: 228px !important;
}

.colpxmax-229 {
  width: 229px !important;
  max-width: 229px !important;
}

.colpxmax-230 {
  width: 230px !important;
  max-width: 230px !important;
}

.colpxmax-231 {
  width: 231px !important;
  max-width: 231px !important;
}

.colpxmax-232 {
  width: 232px !important;
  max-width: 232px !important;
}

.colpxmax-233 {
  width: 233px !important;
  max-width: 233px !important;
}

.colpxmax-234 {
  width: 234px !important;
  max-width: 234px !important;
}

.colpxmax-235 {
  width: 235px !important;
  max-width: 235px !important;
}

.colpxmax-236 {
  width: 236px !important;
  max-width: 236px !important;
}

.colpxmax-237 {
  width: 237px !important;
  max-width: 237px !important;
}

.colpxmax-238 {
  width: 238px !important;
  max-width: 238px !important;
}

.colpxmax-239 {
  width: 239px !important;
  max-width: 239px !important;
}

.colpxmax-240 {
  width: 240px !important;
  max-width: 240px !important;
}

.colpxmax-241 {
  width: 241px !important;
  max-width: 241px !important;
}

.colpxmax-242 {
  width: 242px !important;
  max-width: 242px !important;
}

.colpxmax-243 {
  width: 243px !important;
  max-width: 243px !important;
}

.colpxmax-244 {
  width: 244px !important;
  max-width: 244px !important;
}

.colpxmax-245 {
  width: 245px !important;
  max-width: 245px !important;
}

.colpxmax-246 {
  width: 246px !important;
  max-width: 246px !important;
}

.colpxmax-247 {
  width: 247px !important;
  max-width: 247px !important;
}

.colpxmax-248 {
  width: 248px !important;
  max-width: 248px !important;
}

.colpxmax-249 {
  width: 249px !important;
  max-width: 249px !important;
}

.colpxmax-250 {
  width: 250px !important;
  max-width: 250px !important;
}

.colpxmax-251 {
  width: 251px !important;
  max-width: 251px !important;
}

.colpxmax-252 {
  width: 252px !important;
  max-width: 252px !important;
}

.colpxmax-253 {
  width: 253px !important;
  max-width: 253px !important;
}

.colpxmax-254 {
  width: 254px !important;
  max-width: 254px !important;
}

.colpxmax-255 {
  width: 255px !important;
  max-width: 255px !important;
}

.colpxmax-256 {
  width: 256px !important;
  max-width: 256px !important;
}

.colpxmax-257 {
  width: 257px !important;
  max-width: 257px !important;
}

.colpxmax-258 {
  width: 258px !important;
  max-width: 258px !important;
}

.colpxmax-259 {
  width: 259px !important;
  max-width: 259px !important;
}

.colpxmax-260 {
  width: 260px !important;
  max-width: 260px !important;
}

.colpxmax-261 {
  width: 261px !important;
  max-width: 261px !important;
}

.colpxmax-262 {
  width: 262px !important;
  max-width: 262px !important;
}

.colpxmax-263 {
  width: 263px !important;
  max-width: 263px !important;
}

.colpxmax-264 {
  width: 264px !important;
  max-width: 264px !important;
}

.colpxmax-265 {
  width: 265px !important;
  max-width: 265px !important;
}

.colpxmax-266 {
  width: 266px !important;
  max-width: 266px !important;
}

.colpxmax-267 {
  width: 267px !important;
  max-width: 267px !important;
}

.colpxmax-268 {
  width: 268px !important;
  max-width: 268px !important;
}

.colpxmax-269 {
  width: 269px !important;
  max-width: 269px !important;
}

.colpxmax-270 {
  width: 270px !important;
  max-width: 270px !important;
}

.colpxmax-271 {
  width: 271px !important;
  max-width: 271px !important;
}

.colpxmax-272 {
  width: 272px !important;
  max-width: 272px !important;
}

.colpxmax-273 {
  width: 273px !important;
  max-width: 273px !important;
}

.colpxmax-274 {
  width: 274px !important;
  max-width: 274px !important;
}

.colpxmax-275 {
  width: 275px !important;
  max-width: 275px !important;
}

.colpxmax-276 {
  width: 276px !important;
  max-width: 276px !important;
}

.colpxmax-277 {
  width: 277px !important;
  max-width: 277px !important;
}

.colpxmax-278 {
  width: 278px !important;
  max-width: 278px !important;
}

.colpxmax-279 {
  width: 279px !important;
  max-width: 279px !important;
}

.colpxmax-280 {
  width: 280px !important;
  max-width: 280px !important;
}

.colpxmax-281 {
  width: 281px !important;
  max-width: 281px !important;
}

.colpxmax-282 {
  width: 282px !important;
  max-width: 282px !important;
}

.colpxmax-283 {
  width: 283px !important;
  max-width: 283px !important;
}

.colpxmax-284 {
  width: 284px !important;
  max-width: 284px !important;
}

.colpxmax-285 {
  width: 285px !important;
  max-width: 285px !important;
}

.colpxmax-286 {
  width: 286px !important;
  max-width: 286px !important;
}

.colpxmax-287 {
  width: 287px !important;
  max-width: 287px !important;
}

.colpxmax-288 {
  width: 288px !important;
  max-width: 288px !important;
}

.colpxmax-289 {
  width: 289px !important;
  max-width: 289px !important;
}

.colpxmax-290 {
  width: 290px !important;
  max-width: 290px !important;
}

.colpxmax-291 {
  width: 291px !important;
  max-width: 291px !important;
}

.colpxmax-292 {
  width: 292px !important;
  max-width: 292px !important;
}

.colpxmax-293 {
  width: 293px !important;
  max-width: 293px !important;
}

.colpxmax-294 {
  width: 294px !important;
  max-width: 294px !important;
}

.colpxmax-295 {
  width: 295px !important;
  max-width: 295px !important;
}

.colpxmax-296 {
  width: 296px !important;
  max-width: 296px !important;
}

.colpxmax-297 {
  width: 297px !important;
  max-width: 297px !important;
}

.colpxmax-298 {
  width: 298px !important;
  max-width: 298px !important;
}

.colpxmax-299 {
  width: 299px !important;
  max-width: 299px !important;
}

.colpxmax-300 {
  width: 300px !important;
  max-width: 300px !important;
}

.colpxmax-301 {
  width: 301px !important;
  max-width: 301px !important;
}

.colpxmax-302 {
  width: 302px !important;
  max-width: 302px !important;
}

.colpxmax-303 {
  width: 303px !important;
  max-width: 303px !important;
}

.colpxmax-304 {
  width: 304px !important;
  max-width: 304px !important;
}

.colpxmax-305 {
  width: 305px !important;
  max-width: 305px !important;
}

.colpxmax-306 {
  width: 306px !important;
  max-width: 306px !important;
}

.colpxmax-307 {
  width: 307px !important;
  max-width: 307px !important;
}

.colpxmax-308 {
  width: 308px !important;
  max-width: 308px !important;
}

.colpxmax-309 {
  width: 309px !important;
  max-width: 309px !important;
}

.colpxmax-310 {
  width: 310px !important;
  max-width: 310px !important;
}

.colpxmax-311 {
  width: 311px !important;
  max-width: 311px !important;
}

.colpxmax-312 {
  width: 312px !important;
  max-width: 312px !important;
}

.colpxmax-313 {
  width: 313px !important;
  max-width: 313px !important;
}

.colpxmax-314 {
  width: 314px !important;
  max-width: 314px !important;
}

.colpxmax-315 {
  width: 315px !important;
  max-width: 315px !important;
}

.colpxmax-316 {
  width: 316px !important;
  max-width: 316px !important;
}

.colpxmax-317 {
  width: 317px !important;
  max-width: 317px !important;
}

.colpxmax-318 {
  width: 318px !important;
  max-width: 318px !important;
}

.colpxmax-319 {
  width: 319px !important;
  max-width: 319px !important;
}

.colpxmax-320 {
  width: 320px !important;
  max-width: 320px !important;
}

.colpxmax-321 {
  width: 321px !important;
  max-width: 321px !important;
}

.colpxmax-322 {
  width: 322px !important;
  max-width: 322px !important;
}

.colpxmax-323 {
  width: 323px !important;
  max-width: 323px !important;
}

.colpxmax-324 {
  width: 324px !important;
  max-width: 324px !important;
}

.colpxmax-325 {
  width: 325px !important;
  max-width: 325px !important;
}

.colpxmax-326 {
  width: 326px !important;
  max-width: 326px !important;
}

.colpxmax-327 {
  width: 327px !important;
  max-width: 327px !important;
}

.colpxmax-328 {
  width: 328px !important;
  max-width: 328px !important;
}

.colpxmax-329 {
  width: 329px !important;
  max-width: 329px !important;
}

.colpxmax-330 {
  width: 330px !important;
  max-width: 330px !important;
}

.colpxmax-331 {
  width: 331px !important;
  max-width: 331px !important;
}

.colpxmax-332 {
  width: 332px !important;
  max-width: 332px !important;
}

.colpxmax-333 {
  width: 333px !important;
  max-width: 333px !important;
}

.colpxmax-334 {
  width: 334px !important;
  max-width: 334px !important;
}

.colpxmax-335 {
  width: 335px !important;
  max-width: 335px !important;
}

.colpxmax-336 {
  width: 336px !important;
  max-width: 336px !important;
}

.colpxmax-337 {
  width: 337px !important;
  max-width: 337px !important;
}

.colpxmax-338 {
  width: 338px !important;
  max-width: 338px !important;
}

.colpxmax-339 {
  width: 339px !important;
  max-width: 339px !important;
}

.colpxmax-340 {
  width: 340px !important;
  max-width: 340px !important;
}

.colpxmax-341 {
  width: 341px !important;
  max-width: 341px !important;
}

.colpxmax-342 {
  width: 342px !important;
  max-width: 342px !important;
}

.colpxmax-343 {
  width: 343px !important;
  max-width: 343px !important;
}

.colpxmax-344 {
  width: 344px !important;
  max-width: 344px !important;
}

.colpxmax-345 {
  width: 345px !important;
  max-width: 345px !important;
}

.colpxmax-346 {
  width: 346px !important;
  max-width: 346px !important;
}

.colpxmax-347 {
  width: 347px !important;
  max-width: 347px !important;
}

.colpxmax-348 {
  width: 348px !important;
  max-width: 348px !important;
}

.colpxmax-349 {
  width: 349px !important;
  max-width: 349px !important;
}

.colpxmax-350 {
  width: 350px !important;
  max-width: 350px !important;
}

.colpxmax-351 {
  width: 351px !important;
  max-width: 351px !important;
}

.colpxmax-352 {
  width: 352px !important;
  max-width: 352px !important;
}

.colpxmax-353 {
  width: 353px !important;
  max-width: 353px !important;
}

.colpxmax-354 {
  width: 354px !important;
  max-width: 354px !important;
}

.colpxmax-355 {
  width: 355px !important;
  max-width: 355px !important;
}

.colpxmax-356 {
  width: 356px !important;
  max-width: 356px !important;
}

.colpxmax-357 {
  width: 357px !important;
  max-width: 357px !important;
}

.colpxmax-358 {
  width: 358px !important;
  max-width: 358px !important;
}

.colpxmax-359 {
  width: 359px !important;
  max-width: 359px !important;
}

.colpxmax-360 {
  width: 360px !important;
  max-width: 360px !important;
}

.colpxmax-361 {
  width: 361px !important;
  max-width: 361px !important;
}

.colpxmax-362 {
  width: 362px !important;
  max-width: 362px !important;
}

.colpxmax-363 {
  width: 363px !important;
  max-width: 363px !important;
}

.colpxmax-364 {
  width: 364px !important;
  max-width: 364px !important;
}

.colpxmax-365 {
  width: 365px !important;
  max-width: 365px !important;
}

.colpxmax-366 {
  width: 366px !important;
  max-width: 366px !important;
}

.colpxmax-367 {
  width: 367px !important;
  max-width: 367px !important;
}

.colpxmax-368 {
  width: 368px !important;
  max-width: 368px !important;
}

.colpxmax-369 {
  width: 369px !important;
  max-width: 369px !important;
}

.colpxmax-370 {
  width: 370px !important;
  max-width: 370px !important;
}

.colpxmax-371 {
  width: 371px !important;
  max-width: 371px !important;
}

.colpxmax-372 {
  width: 372px !important;
  max-width: 372px !important;
}

.colpxmax-373 {
  width: 373px !important;
  max-width: 373px !important;
}

.colpxmax-374 {
  width: 374px !important;
  max-width: 374px !important;
}

.colpxmax-375 {
  width: 375px !important;
  max-width: 375px !important;
}

.colpxmax-376 {
  width: 376px !important;
  max-width: 376px !important;
}

.colpxmax-377 {
  width: 377px !important;
  max-width: 377px !important;
}

.colpxmax-378 {
  width: 378px !important;
  max-width: 378px !important;
}

.colpxmax-379 {
  width: 379px !important;
  max-width: 379px !important;
}

.colpxmax-380 {
  width: 380px !important;
  max-width: 380px !important;
}

.colpxmax-381 {
  width: 381px !important;
  max-width: 381px !important;
}

.colpxmax-382 {
  width: 382px !important;
  max-width: 382px !important;
}

.colpxmax-383 {
  width: 383px !important;
  max-width: 383px !important;
}

.colpxmax-384 {
  width: 384px !important;
  max-width: 384px !important;
}

.colpxmax-385 {
  width: 385px !important;
  max-width: 385px !important;
}

.colpxmax-386 {
  width: 386px !important;
  max-width: 386px !important;
}

.colpxmax-387 {
  width: 387px !important;
  max-width: 387px !important;
}

.colpxmax-388 {
  width: 388px !important;
  max-width: 388px !important;
}

.colpxmax-389 {
  width: 389px !important;
  max-width: 389px !important;
}

.colpxmax-390 {
  width: 390px !important;
  max-width: 390px !important;
}

.colpxmax-391 {
  width: 391px !important;
  max-width: 391px !important;
}

.colpxmax-392 {
  width: 392px !important;
  max-width: 392px !important;
}

.colpxmax-393 {
  width: 393px !important;
  max-width: 393px !important;
}

.colpxmax-394 {
  width: 394px !important;
  max-width: 394px !important;
}

.colpxmax-395 {
  width: 395px !important;
  max-width: 395px !important;
}

.colpxmax-396 {
  width: 396px !important;
  max-width: 396px !important;
}

.colpxmax-397 {
  width: 397px !important;
  max-width: 397px !important;
}

.colpxmax-398 {
  width: 398px !important;
  max-width: 398px !important;
}

.colpxmax-399 {
  width: 399px !important;
  max-width: 399px !important;
}

.colpxmax-400 {
  width: 400px !important;
  max-width: 400px !important;
}

.colpxmax-401 {
  width: 401px !important;
  max-width: 401px !important;
}

.colpxmax-402 {
  width: 402px !important;
  max-width: 402px !important;
}

.colpxmax-403 {
  width: 403px !important;
  max-width: 403px !important;
}

.colpxmax-404 {
  width: 404px !important;
  max-width: 404px !important;
}

.colpxmax-405 {
  width: 405px !important;
  max-width: 405px !important;
}

.colpxmax-406 {
  width: 406px !important;
  max-width: 406px !important;
}

.colpxmax-407 {
  width: 407px !important;
  max-width: 407px !important;
}

.colpxmax-408 {
  width: 408px !important;
  max-width: 408px !important;
}

.colpxmax-409 {
  width: 409px !important;
  max-width: 409px !important;
}

.colpxmax-410 {
  width: 410px !important;
  max-width: 410px !important;
}

.colpxmax-411 {
  width: 411px !important;
  max-width: 411px !important;
}

.colpxmax-412 {
  width: 412px !important;
  max-width: 412px !important;
}

.colpxmax-413 {
  width: 413px !important;
  max-width: 413px !important;
}

.colpxmax-414 {
  width: 414px !important;
  max-width: 414px !important;
}

.colpxmax-415 {
  width: 415px !important;
  max-width: 415px !important;
}

.colpxmax-416 {
  width: 416px !important;
  max-width: 416px !important;
}

.colpxmax-417 {
  width: 417px !important;
  max-width: 417px !important;
}

.colpxmax-418 {
  width: 418px !important;
  max-width: 418px !important;
}

.colpxmax-419 {
  width: 419px !important;
  max-width: 419px !important;
}

.colpxmax-420 {
  width: 420px !important;
  max-width: 420px !important;
}

.colpxmax-421 {
  width: 421px !important;
  max-width: 421px !important;
}

.colpxmax-422 {
  width: 422px !important;
  max-width: 422px !important;
}

.colpxmax-423 {
  width: 423px !important;
  max-width: 423px !important;
}

.colpxmax-424 {
  width: 424px !important;
  max-width: 424px !important;
}

.colpxmax-425 {
  width: 425px !important;
  max-width: 425px !important;
}

.colpxmax-426 {
  width: 426px !important;
  max-width: 426px !important;
}

.colpxmax-427 {
  width: 427px !important;
  max-width: 427px !important;
}

.colpxmax-428 {
  width: 428px !important;
  max-width: 428px !important;
}

.colpxmax-429 {
  width: 429px !important;
  max-width: 429px !important;
}

.colpxmax-430 {
  width: 430px !important;
  max-width: 430px !important;
}

.colpxmax-431 {
  width: 431px !important;
  max-width: 431px !important;
}

.colpxmax-432 {
  width: 432px !important;
  max-width: 432px !important;
}

.colpxmax-433 {
  width: 433px !important;
  max-width: 433px !important;
}

.colpxmax-434 {
  width: 434px !important;
  max-width: 434px !important;
}

.colpxmax-435 {
  width: 435px !important;
  max-width: 435px !important;
}

.colpxmax-436 {
  width: 436px !important;
  max-width: 436px !important;
}

.colpxmax-437 {
  width: 437px !important;
  max-width: 437px !important;
}

.colpxmax-438 {
  width: 438px !important;
  max-width: 438px !important;
}

.colpxmax-439 {
  width: 439px !important;
  max-width: 439px !important;
}

.colpxmax-440 {
  width: 440px !important;
  max-width: 440px !important;
}

.colpxmax-441 {
  width: 441px !important;
  max-width: 441px !important;
}

.colpxmax-442 {
  width: 442px !important;
  max-width: 442px !important;
}

.colpxmax-443 {
  width: 443px !important;
  max-width: 443px !important;
}

.colpxmax-444 {
  width: 444px !important;
  max-width: 444px !important;
}

.colpxmax-445 {
  width: 445px !important;
  max-width: 445px !important;
}

.colpxmax-446 {
  width: 446px !important;
  max-width: 446px !important;
}

.colpxmax-447 {
  width: 447px !important;
  max-width: 447px !important;
}

.colpxmax-448 {
  width: 448px !important;
  max-width: 448px !important;
}

.colpxmax-449 {
  width: 449px !important;
  max-width: 449px !important;
}

.colpxmax-450 {
  width: 450px !important;
  max-width: 450px !important;
}

.colpxmax-451 {
  width: 451px !important;
  max-width: 451px !important;
}

.colpxmax-452 {
  width: 452px !important;
  max-width: 452px !important;
}

.colpxmax-453 {
  width: 453px !important;
  max-width: 453px !important;
}

.colpxmax-454 {
  width: 454px !important;
  max-width: 454px !important;
}

.colpxmax-455 {
  width: 455px !important;
  max-width: 455px !important;
}

.colpxmax-456 {
  width: 456px !important;
  max-width: 456px !important;
}

.colpxmax-457 {
  width: 457px !important;
  max-width: 457px !important;
}

.colpxmax-458 {
  width: 458px !important;
  max-width: 458px !important;
}

.colpxmax-459 {
  width: 459px !important;
  max-width: 459px !important;
}

.colpxmax-460 {
  width: 460px !important;
  max-width: 460px !important;
}

.colpxmax-461 {
  width: 461px !important;
  max-width: 461px !important;
}

.colpxmax-462 {
  width: 462px !important;
  max-width: 462px !important;
}

.colpxmax-463 {
  width: 463px !important;
  max-width: 463px !important;
}

.colpxmax-464 {
  width: 464px !important;
  max-width: 464px !important;
}

.colpxmax-465 {
  width: 465px !important;
  max-width: 465px !important;
}

.colpxmax-466 {
  width: 466px !important;
  max-width: 466px !important;
}

.colpxmax-467 {
  width: 467px !important;
  max-width: 467px !important;
}

.colpxmax-468 {
  width: 468px !important;
  max-width: 468px !important;
}

.colpxmax-469 {
  width: 469px !important;
  max-width: 469px !important;
}

.colpxmax-470 {
  width: 470px !important;
  max-width: 470px !important;
}

.colpxmax-471 {
  width: 471px !important;
  max-width: 471px !important;
}

.colpxmax-472 {
  width: 472px !important;
  max-width: 472px !important;
}

.colpxmax-473 {
  width: 473px !important;
  max-width: 473px !important;
}

.colpxmax-474 {
  width: 474px !important;
  max-width: 474px !important;
}

.colpxmax-475 {
  width: 475px !important;
  max-width: 475px !important;
}

.colpxmax-476 {
  width: 476px !important;
  max-width: 476px !important;
}

.colpxmax-477 {
  width: 477px !important;
  max-width: 477px !important;
}

.colpxmax-478 {
  width: 478px !important;
  max-width: 478px !important;
}

.colpxmax-479 {
  width: 479px !important;
  max-width: 479px !important;
}

.colpxmax-480 {
  width: 480px !important;
  max-width: 480px !important;
}

.colpxmax-481 {
  width: 481px !important;
  max-width: 481px !important;
}

.colpxmax-482 {
  width: 482px !important;
  max-width: 482px !important;
}

.colpxmax-483 {
  width: 483px !important;
  max-width: 483px !important;
}

.colpxmax-484 {
  width: 484px !important;
  max-width: 484px !important;
}

.colpxmax-485 {
  width: 485px !important;
  max-width: 485px !important;
}

.colpxmax-486 {
  width: 486px !important;
  max-width: 486px !important;
}

.colpxmax-487 {
  width: 487px !important;
  max-width: 487px !important;
}

.colpxmax-488 {
  width: 488px !important;
  max-width: 488px !important;
}

.colpxmax-489 {
  width: 489px !important;
  max-width: 489px !important;
}

.colpxmax-490 {
  width: 490px !important;
  max-width: 490px !important;
}

.colpxmax-491 {
  width: 491px !important;
  max-width: 491px !important;
}

.colpxmax-492 {
  width: 492px !important;
  max-width: 492px !important;
}

.colpxmax-493 {
  width: 493px !important;
  max-width: 493px !important;
}

.colpxmax-494 {
  width: 494px !important;
  max-width: 494px !important;
}

.colpxmax-495 {
  width: 495px !important;
  max-width: 495px !important;
}

.colpxmax-496 {
  width: 496px !important;
  max-width: 496px !important;
}

.colpxmax-497 {
  width: 497px !important;
  max-width: 497px !important;
}

.colpxmax-498 {
  width: 498px !important;
  max-width: 498px !important;
}

.colpxmax-499 {
  width: 499px !important;
  max-width: 499px !important;
}

.colpxmax-500 {
  width: 500px !important;
  max-width: 500px !important;
}

.colpxmax-501 {
  width: 501px !important;
  max-width: 501px !important;
}

.colpxmax-502 {
  width: 502px !important;
  max-width: 502px !important;
}

.colpxmax-503 {
  width: 503px !important;
  max-width: 503px !important;
}

.colpxmax-504 {
  width: 504px !important;
  max-width: 504px !important;
}

.colpxmax-505 {
  width: 505px !important;
  max-width: 505px !important;
}

.colpxmax-506 {
  width: 506px !important;
  max-width: 506px !important;
}

.colpxmax-507 {
  width: 507px !important;
  max-width: 507px !important;
}

.colpxmax-508 {
  width: 508px !important;
  max-width: 508px !important;
}

.colpxmax-509 {
  width: 509px !important;
  max-width: 509px !important;
}

.colpxmax-510 {
  width: 510px !important;
  max-width: 510px !important;
}

.colpxmax-511 {
  width: 511px !important;
  max-width: 511px !important;
}

.colpxmax-512 {
  width: 512px !important;
  max-width: 512px !important;
}

.colpxmax-513 {
  width: 513px !important;
  max-width: 513px !important;
}

.colpxmax-514 {
  width: 514px !important;
  max-width: 514px !important;
}

.colpxmax-515 {
  width: 515px !important;
  max-width: 515px !important;
}

.colpxmax-516 {
  width: 516px !important;
  max-width: 516px !important;
}

.colpxmax-517 {
  width: 517px !important;
  max-width: 517px !important;
}

.colpxmax-518 {
  width: 518px !important;
  max-width: 518px !important;
}

.colpxmax-519 {
  width: 519px !important;
  max-width: 519px !important;
}

.colpxmax-520 {
  width: 520px !important;
  max-width: 520px !important;
}

.colpxmax-521 {
  width: 521px !important;
  max-width: 521px !important;
}

.colpxmax-522 {
  width: 522px !important;
  max-width: 522px !important;
}

.colpxmax-523 {
  width: 523px !important;
  max-width: 523px !important;
}

.colpxmax-524 {
  width: 524px !important;
  max-width: 524px !important;
}

.colpxmax-525 {
  width: 525px !important;
  max-width: 525px !important;
}

.colpxmax-526 {
  width: 526px !important;
  max-width: 526px !important;
}

.colpxmax-527 {
  width: 527px !important;
  max-width: 527px !important;
}

.colpxmax-528 {
  width: 528px !important;
  max-width: 528px !important;
}

.colpxmax-529 {
  width: 529px !important;
  max-width: 529px !important;
}

.colpxmax-530 {
  width: 530px !important;
  max-width: 530px !important;
}

.colpxmax-531 {
  width: 531px !important;
  max-width: 531px !important;
}

.colpxmax-532 {
  width: 532px !important;
  max-width: 532px !important;
}

.colpxmax-533 {
  width: 533px !important;
  max-width: 533px !important;
}

.colpxmax-534 {
  width: 534px !important;
  max-width: 534px !important;
}

.colpxmax-535 {
  width: 535px !important;
  max-width: 535px !important;
}

.colpxmax-536 {
  width: 536px !important;
  max-width: 536px !important;
}

.colpxmax-537 {
  width: 537px !important;
  max-width: 537px !important;
}

.colpxmax-538 {
  width: 538px !important;
  max-width: 538px !important;
}

.colpxmax-539 {
  width: 539px !important;
  max-width: 539px !important;
}

.colpxmax-540 {
  width: 540px !important;
  max-width: 540px !important;
}

.colpxmax-541 {
  width: 541px !important;
  max-width: 541px !important;
}

.colpxmax-542 {
  width: 542px !important;
  max-width: 542px !important;
}

.colpxmax-543 {
  width: 543px !important;
  max-width: 543px !important;
}

.colpxmax-544 {
  width: 544px !important;
  max-width: 544px !important;
}

.colpxmax-545 {
  width: 545px !important;
  max-width: 545px !important;
}

.colpxmax-546 {
  width: 546px !important;
  max-width: 546px !important;
}

.colpxmax-547 {
  width: 547px !important;
  max-width: 547px !important;
}

.colpxmax-548 {
  width: 548px !important;
  max-width: 548px !important;
}

.colpxmax-549 {
  width: 549px !important;
  max-width: 549px !important;
}

.colpxmax-550 {
  width: 550px !important;
  max-width: 550px !important;
}

.colpxmax-551 {
  width: 551px !important;
  max-width: 551px !important;
}

.colpxmax-552 {
  width: 552px !important;
  max-width: 552px !important;
}

.colpxmax-553 {
  width: 553px !important;
  max-width: 553px !important;
}

.colpxmax-554 {
  width: 554px !important;
  max-width: 554px !important;
}

.colpxmax-555 {
  width: 555px !important;
  max-width: 555px !important;
}

.colpxmax-556 {
  width: 556px !important;
  max-width: 556px !important;
}

.colpxmax-557 {
  width: 557px !important;
  max-width: 557px !important;
}

.colpxmax-558 {
  width: 558px !important;
  max-width: 558px !important;
}

.colpxmax-559 {
  width: 559px !important;
  max-width: 559px !important;
}

.colpxmax-560 {
  width: 560px !important;
  max-width: 560px !important;
}

.colpxmax-561 {
  width: 561px !important;
  max-width: 561px !important;
}

.colpxmax-562 {
  width: 562px !important;
  max-width: 562px !important;
}

.colpxmax-563 {
  width: 563px !important;
  max-width: 563px !important;
}

.colpxmax-564 {
  width: 564px !important;
  max-width: 564px !important;
}

.colpxmax-565 {
  width: 565px !important;
  max-width: 565px !important;
}

.colpxmax-566 {
  width: 566px !important;
  max-width: 566px !important;
}

.colpxmax-567 {
  width: 567px !important;
  max-width: 567px !important;
}

.colpxmax-568 {
  width: 568px !important;
  max-width: 568px !important;
}

.colpxmax-569 {
  width: 569px !important;
  max-width: 569px !important;
}

.colpxmax-570 {
  width: 570px !important;
  max-width: 570px !important;
}

.colpxmax-571 {
  width: 571px !important;
  max-width: 571px !important;
}

.colpxmax-572 {
  width: 572px !important;
  max-width: 572px !important;
}

.colpxmax-573 {
  width: 573px !important;
  max-width: 573px !important;
}

.colpxmax-574 {
  width: 574px !important;
  max-width: 574px !important;
}

.colpxmax-575 {
  width: 575px !important;
  max-width: 575px !important;
}

.colpxmax-576 {
  width: 576px !important;
  max-width: 576px !important;
}

.colpxmax-577 {
  width: 577px !important;
  max-width: 577px !important;
}

.colpxmax-578 {
  width: 578px !important;
  max-width: 578px !important;
}

.colpxmax-579 {
  width: 579px !important;
  max-width: 579px !important;
}

.colpxmax-580 {
  width: 580px !important;
  max-width: 580px !important;
}

.colpxmax-581 {
  width: 581px !important;
  max-width: 581px !important;
}

.colpxmax-582 {
  width: 582px !important;
  max-width: 582px !important;
}

.colpxmax-583 {
  width: 583px !important;
  max-width: 583px !important;
}

.colpxmax-584 {
  width: 584px !important;
  max-width: 584px !important;
}

.colpxmax-585 {
  width: 585px !important;
  max-width: 585px !important;
}

.colpxmax-586 {
  width: 586px !important;
  max-width: 586px !important;
}

.colpxmax-587 {
  width: 587px !important;
  max-width: 587px !important;
}

.colpxmax-588 {
  width: 588px !important;
  max-width: 588px !important;
}

.colpxmax-589 {
  width: 589px !important;
  max-width: 589px !important;
}

.colpxmax-590 {
  width: 590px !important;
  max-width: 590px !important;
}

.colpxmax-591 {
  width: 591px !important;
  max-width: 591px !important;
}

.colpxmax-592 {
  width: 592px !important;
  max-width: 592px !important;
}

.colpxmax-593 {
  width: 593px !important;
  max-width: 593px !important;
}

.colpxmax-594 {
  width: 594px !important;
  max-width: 594px !important;
}

.colpxmax-595 {
  width: 595px !important;
  max-width: 595px !important;
}

.colpxmax-596 {
  width: 596px !important;
  max-width: 596px !important;
}

.colpxmax-597 {
  width: 597px !important;
  max-width: 597px !important;
}

.colpxmax-598 {
  width: 598px !important;
  max-width: 598px !important;
}

.colpxmax-599 {
  width: 599px !important;
  max-width: 599px !important;
}

.colpxmax-600 {
  width: 600px !important;
  max-width: 600px !important;
}

.colpxmax-601 {
  width: 601px !important;
  max-width: 601px !important;
}

.colpxmax-602 {
  width: 602px !important;
  max-width: 602px !important;
}

.colpxmax-603 {
  width: 603px !important;
  max-width: 603px !important;
}

.colpxmax-604 {
  width: 604px !important;
  max-width: 604px !important;
}

.colpxmax-605 {
  width: 605px !important;
  max-width: 605px !important;
}

.colpxmax-606 {
  width: 606px !important;
  max-width: 606px !important;
}

.colpxmax-607 {
  width: 607px !important;
  max-width: 607px !important;
}

.colpxmax-608 {
  width: 608px !important;
  max-width: 608px !important;
}

.colpxmax-609 {
  width: 609px !important;
  max-width: 609px !important;
}

.colpxmax-610 {
  width: 610px !important;
  max-width: 610px !important;
}

.colpxmax-611 {
  width: 611px !important;
  max-width: 611px !important;
}

.colpxmax-612 {
  width: 612px !important;
  max-width: 612px !important;
}

.colpxmax-613 {
  width: 613px !important;
  max-width: 613px !important;
}

.colpxmax-614 {
  width: 614px !important;
  max-width: 614px !important;
}

.colpxmax-615 {
  width: 615px !important;
  max-width: 615px !important;
}

.colpxmax-616 {
  width: 616px !important;
  max-width: 616px !important;
}

.colpxmax-617 {
  width: 617px !important;
  max-width: 617px !important;
}

.colpxmax-618 {
  width: 618px !important;
  max-width: 618px !important;
}

.colpxmax-619 {
  width: 619px !important;
  max-width: 619px !important;
}

.colpxmax-620 {
  width: 620px !important;
  max-width: 620px !important;
}

.colpxmax-621 {
  width: 621px !important;
  max-width: 621px !important;
}

.colpxmax-622 {
  width: 622px !important;
  max-width: 622px !important;
}

.colpxmax-623 {
  width: 623px !important;
  max-width: 623px !important;
}

.colpxmax-624 {
  width: 624px !important;
  max-width: 624px !important;
}

.colpxmax-625 {
  width: 625px !important;
  max-width: 625px !important;
}

.colpxmax-626 {
  width: 626px !important;
  max-width: 626px !important;
}

.colpxmax-627 {
  width: 627px !important;
  max-width: 627px !important;
}

.colpxmax-628 {
  width: 628px !important;
  max-width: 628px !important;
}

.colpxmax-629 {
  width: 629px !important;
  max-width: 629px !important;
}

.colpxmax-630 {
  width: 630px !important;
  max-width: 630px !important;
}

.colpxmax-631 {
  width: 631px !important;
  max-width: 631px !important;
}

.colpxmax-632 {
  width: 632px !important;
  max-width: 632px !important;
}

.colpxmax-633 {
  width: 633px !important;
  max-width: 633px !important;
}

.colpxmax-634 {
  width: 634px !important;
  max-width: 634px !important;
}

.colpxmax-635 {
  width: 635px !important;
  max-width: 635px !important;
}

.colpxmax-636 {
  width: 636px !important;
  max-width: 636px !important;
}

.colpxmax-637 {
  width: 637px !important;
  max-width: 637px !important;
}

.colpxmax-638 {
  width: 638px !important;
  max-width: 638px !important;
}

.colpxmax-639 {
  width: 639px !important;
  max-width: 639px !important;
}

.colpxmax-640 {
  width: 640px !important;
  max-width: 640px !important;
}

.colpxmax-641 {
  width: 641px !important;
  max-width: 641px !important;
}

.colpxmax-642 {
  width: 642px !important;
  max-width: 642px !important;
}

.colpxmax-643 {
  width: 643px !important;
  max-width: 643px !important;
}

.colpxmax-644 {
  width: 644px !important;
  max-width: 644px !important;
}

.colpxmax-645 {
  width: 645px !important;
  max-width: 645px !important;
}

.colpxmax-646 {
  width: 646px !important;
  max-width: 646px !important;
}

.colpxmax-647 {
  width: 647px !important;
  max-width: 647px !important;
}

.colpxmax-648 {
  width: 648px !important;
  max-width: 648px !important;
}

.colpxmax-649 {
  width: 649px !important;
  max-width: 649px !important;
}

.colpxmax-650 {
  width: 650px !important;
  max-width: 650px !important;
}

.colpxmax-651 {
  width: 651px !important;
  max-width: 651px !important;
}

.colpxmax-652 {
  width: 652px !important;
  max-width: 652px !important;
}

.colpxmax-653 {
  width: 653px !important;
  max-width: 653px !important;
}

.colpxmax-654 {
  width: 654px !important;
  max-width: 654px !important;
}

.colpxmax-655 {
  width: 655px !important;
  max-width: 655px !important;
}

.colpxmax-656 {
  width: 656px !important;
  max-width: 656px !important;
}

.colpxmax-657 {
  width: 657px !important;
  max-width: 657px !important;
}

.colpxmax-658 {
  width: 658px !important;
  max-width: 658px !important;
}

.colpxmax-659 {
  width: 659px !important;
  max-width: 659px !important;
}

.colpxmax-660 {
  width: 660px !important;
  max-width: 660px !important;
}

.colpxmax-661 {
  width: 661px !important;
  max-width: 661px !important;
}

.colpxmax-662 {
  width: 662px !important;
  max-width: 662px !important;
}

.colpxmax-663 {
  width: 663px !important;
  max-width: 663px !important;
}

.colpxmax-664 {
  width: 664px !important;
  max-width: 664px !important;
}

.colpxmax-665 {
  width: 665px !important;
  max-width: 665px !important;
}

.colpxmax-666 {
  width: 666px !important;
  max-width: 666px !important;
}

.colpxmax-667 {
  width: 667px !important;
  max-width: 667px !important;
}

.colpxmax-668 {
  width: 668px !important;
  max-width: 668px !important;
}

.colpxmax-669 {
  width: 669px !important;
  max-width: 669px !important;
}

.colpxmax-670 {
  width: 670px !important;
  max-width: 670px !important;
}

.colpxmax-671 {
  width: 671px !important;
  max-width: 671px !important;
}

.colpxmax-672 {
  width: 672px !important;
  max-width: 672px !important;
}

.colpxmax-673 {
  width: 673px !important;
  max-width: 673px !important;
}

.colpxmax-674 {
  width: 674px !important;
  max-width: 674px !important;
}

.colpxmax-675 {
  width: 675px !important;
  max-width: 675px !important;
}

.colpxmax-676 {
  width: 676px !important;
  max-width: 676px !important;
}

.colpxmax-677 {
  width: 677px !important;
  max-width: 677px !important;
}

.colpxmax-678 {
  width: 678px !important;
  max-width: 678px !important;
}

.colpxmax-679 {
  width: 679px !important;
  max-width: 679px !important;
}

.colpxmax-680 {
  width: 680px !important;
  max-width: 680px !important;
}

.colpxmax-681 {
  width: 681px !important;
  max-width: 681px !important;
}

.colpxmax-682 {
  width: 682px !important;
  max-width: 682px !important;
}

.colpxmax-683 {
  width: 683px !important;
  max-width: 683px !important;
}

.colpxmax-684 {
  width: 684px !important;
  max-width: 684px !important;
}

.colpxmax-685 {
  width: 685px !important;
  max-width: 685px !important;
}

.colpxmax-686 {
  width: 686px !important;
  max-width: 686px !important;
}

.colpxmax-687 {
  width: 687px !important;
  max-width: 687px !important;
}

.colpxmax-688 {
  width: 688px !important;
  max-width: 688px !important;
}

.colpxmax-689 {
  width: 689px !important;
  max-width: 689px !important;
}

.colpxmax-690 {
  width: 690px !important;
  max-width: 690px !important;
}

.colpxmax-691 {
  width: 691px !important;
  max-width: 691px !important;
}

.colpxmax-692 {
  width: 692px !important;
  max-width: 692px !important;
}

.colpxmax-693 {
  width: 693px !important;
  max-width: 693px !important;
}

.colpxmax-694 {
  width: 694px !important;
  max-width: 694px !important;
}

.colpxmax-695 {
  width: 695px !important;
  max-width: 695px !important;
}

.colpxmax-696 {
  width: 696px !important;
  max-width: 696px !important;
}

.colpxmax-697 {
  width: 697px !important;
  max-width: 697px !important;
}

.colpxmax-698 {
  width: 698px !important;
  max-width: 698px !important;
}

.colpxmax-699 {
  width: 699px !important;
  max-width: 699px !important;
}

.colpxmax-700 {
  width: 700px !important;
  max-width: 700px !important;
}

.cw-1 {
  width: 1% !important;
}

.cw-2 {
  width: 2% !important;
}

.cw-3 {
  width: 3% !important;
}

.cw-4 {
  width: 4% !important;
}

.cw-5 {
  width: 5% !important;
}

.cw-6 {
  width: 6% !important;
}

.cw-7 {
  width: 7% !important;
}

.cw-8 {
  width: 8% !important;
}

.cw-9 {
  width: 9% !important;
}

.cw-10 {
  width: 10% !important;
}

.cw-11 {
  width: 11% !important;
}

.cw-12 {
  width: 12% !important;
}

.cw-13 {
  width: 13% !important;
}

.cw-14 {
  width: 14% !important;
}

.cw-15 {
  width: 15% !important;
}

.cw-16 {
  width: 16% !important;
}

.cw-17 {
  width: 17% !important;
}

.cw-18 {
  width: 18% !important;
}

.cw-19 {
  width: 19% !important;
}

.cw-20 {
  width: 20% !important;
}

.cw-21 {
  width: 21% !important;
}

.cw-22 {
  width: 22% !important;
}

.cw-23 {
  width: 23% !important;
}

.cw-24 {
  width: 24% !important;
}

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

.cw-26 {
  width: 26% !important;
}

.cw-27 {
  width: 27% !important;
}

.cw-28 {
  width: 28% !important;
}

.cw-29 {
  width: 29% !important;
}

.cw-30 {
  width: 30% !important;
}

.cw-31 {
  width: 31% !important;
}

.cw-32 {
  width: 32% !important;
}

.cw-33 {
  width: 33% !important;
}

.cw-34 {
  width: 34% !important;
}

.cw-35 {
  width: 35% !important;
}

.cw-36 {
  width: 36% !important;
}

.cw-37 {
  width: 37% !important;
}

.cw-38 {
  width: 38% !important;
}

.cw-39 {
  width: 39% !important;
}

.cw-40 {
  width: 40% !important;
}

.cw-41 {
  width: 41% !important;
}

.cw-42 {
  width: 42% !important;
}

.cw-43 {
  width: 43% !important;
}

.cw-44 {
  width: 44% !important;
}

.cw-45 {
  width: 45% !important;
}

.cw-46 {
  width: 46% !important;
}

.cw-47 {
  width: 47% !important;
}

.cw-48 {
  width: 48% !important;
}

.cw-49 {
  width: 49% !important;
}

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

.cw-51 {
  width: 51% !important;
}

.cw-52 {
  width: 52% !important;
}

.cw-53 {
  width: 53% !important;
}

.cw-54 {
  width: 54% !important;
}

.cw-55 {
  width: 55% !important;
}

.cw-56 {
  width: 56% !important;
}

.cw-57 {
  width: 57% !important;
}

.cw-58 {
  width: 58% !important;
}

.cw-59 {
  width: 59% !important;
}

.cw-60 {
  width: 60% !important;
}

.cw-61 {
  width: 61% !important;
}

.cw-62 {
  width: 62% !important;
}

.cw-63 {
  width: 63% !important;
}

.cw-64 {
  width: 64% !important;
}

.cw-65 {
  width: 65% !important;
}

.cw-66 {
  width: 66% !important;
}

.cw-67 {
  width: 67% !important;
}

.cw-68 {
  width: 68% !important;
}

.cw-69 {
  width: 69% !important;
}

.cw-70 {
  width: 70% !important;
}

.cw-71 {
  width: 71% !important;
}

.cw-72 {
  width: 72% !important;
}

.cw-73 {
  width: 73% !important;
}

.cw-74 {
  width: 74% !important;
}

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

.cw-76 {
  width: 76% !important;
}

.cw-77 {
  width: 77% !important;
}

.cw-78 {
  width: 78% !important;
}

.cw-79 {
  width: 79% !important;
}

.cw-80 {
  width: 80% !important;
}

.cw-81 {
  width: 81% !important;
}

.cw-82 {
  width: 82% !important;
}

.cw-83 {
  width: 83% !important;
}

.cw-84 {
  width: 84% !important;
}

.cw-85 {
  width: 85% !important;
}

.cw-86 {
  width: 86% !important;
}

.cw-87 {
  width: 87% !important;
}

.cw-88 {
  width: 88% !important;
}

.cw-89 {
  width: 89% !important;
}

.cw-90 {
  width: 90% !important;
}

.cw-91 {
  width: 91% !important;
}

.cw-92 {
  width: 92% !important;
}

.cw-93 {
  width: 93% !important;
}

.cw-94 {
  width: 94% !important;
}

.cw-95 {
  width: 95% !important;
}

.cw-96 {
  width: 96% !important;
}

.cw-97 {
  width: 97% !important;
}

.cw-98 {
  width: 98% !important;
}

.cw-99 {
  width: 99% !important;
}

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

.simple-table {
  width: 100% !important;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 1 1 100%;
  position: relative;
  font-size: 0.875rem;
}
.simple-table > :not(:first-child) {
  border-top: 0;
}
.simple-table > .simple-table-header {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 1 1 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.simple-table > .simple-table-header .sorting,
.simple-table > .simple-table-header .sorting_asc,
.simple-table > .simple-table-header .sorting_desc,
.simple-table > .simple-table-header .sorting_asc_disabled,
.simple-table > .simple-table-header .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.simple-table > .simple-table-header .sorting:before, .simple-table > .simple-table-header .sorting:after,
.simple-table > .simple-table-header .sorting_asc:before,
.simple-table > .simple-table-header .sorting_asc:after,
.simple-table > .simple-table-header .sorting_desc:before,
.simple-table > .simple-table-header .sorting_desc:after,
.simple-table > .simple-table-header .sorting_asc_disabled:before,
.simple-table > .simple-table-header .sorting_asc_disabled:after,
.simple-table > .simple-table-header .sorting_desc_disabled:before,
.simple-table > .simple-table-header .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.5rem;
  display: block;
  opacity: 0.4;
  color: var(--white);
  font-size: 1rem !important;
  font-weight: bold;
}
.simple-table > .simple-table-header .sorting:before,
.simple-table > .simple-table-header .sorting_asc:before,
.simple-table > .simple-table-header .sorting_desc:before,
.simple-table > .simple-table-header .sorting_asc_disabled:before,
.simple-table > .simple-table-header .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
.simple-table > .simple-table-header .sorting:after,
.simple-table > .simple-table-header .sorting_asc:after,
.simple-table > .simple-table-header .sorting_desc:after,
.simple-table > .simple-table-header .sorting_asc_disabled:after,
.simple-table > .simple-table-header .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
.simple-table > .simple-table-header .sorting_asc:before,
.simple-table > .simple-table-header .sorting_desc:after {
  opacity: 1;
}
.simple-table > .simple-table-header .sorting_asc_disabled:before,
.simple-table > .simple-table-header .sorting_desc_disabled:after {
  opacity: 0;
}
.simple-table > .simple-table-header > .row,
.simple-table > .simple-table-header > .tr {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  order: 0;
  flex: 1 1 100%;
  margin: 0 !important;
  background: var(--st-blue);
}
.simple-table > .simple-table-header > .row > .col,
.simple-table > .simple-table-header > .row > .column,
.simple-table > .simple-table-header > .tr > .col,
.simple-table > .simple-table-header > .tr > .column {
  order: 0;
  flex: 1 1 auto;
  border: 0;
  border-left: 1px solid var(--white);
  color: var(--st-vivid-blue);
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.simple-table > .simple-table-header > .row > .col:nth-child(1),
.simple-table > .simple-table-header > .row > .column:nth-child(1),
.simple-table > .simple-table-header > .tr > .col:nth-child(1),
.simple-table > .simple-table-header > .tr > .column:nth-child(1) {
  border-left: none;
}
.simple-table > .simple-table-header > .row > .col.sorting_desc, .simple-table > .simple-table-header > .row > .col.sorting_asc,
.simple-table > .simple-table-header > .row > .column.sorting_desc,
.simple-table > .simple-table-header > .row > .column.sorting_asc,
.simple-table > .simple-table-header > .tr > .col.sorting_desc,
.simple-table > .simple-table-header > .tr > .col.sorting_asc,
.simple-table > .simple-table-header > .tr > .column.sorting_desc,
.simple-table > .simple-table-header > .tr > .column.sorting_asc {
  color: var(--white);
  background-color: var(--st-dark-blue);
}
.simple-table > .simple-table-header > .row > .col:not(.sorting_disabled),
.simple-table > .simple-table-header > .row > .column:not(.sorting_disabled),
.simple-table > .simple-table-header > .tr > .col:not(.sorting_disabled),
.simple-table > .simple-table-header > .tr > .column:not(.sorting_disabled) {
  padding-right: 0.5rem;
}
.simple-table > .simple-table-header > .row > .col:nth-last-of-type(1),
.simple-table > .simple-table-header > .row > .column:nth-last-of-type(1),
.simple-table > .simple-table-header > .tr > .col:nth-last-of-type(1),
.simple-table > .simple-table-header > .tr > .column:nth-last-of-type(1) {
  padding-right: calc(0.5rem + 17px);
}
@media (min-width: 1368px) {
  .simple-table > .simple-table-header > .row > .col,
  .simple-table > .simple-table-header > .row > .column,
  .simple-table > .simple-table-header > .tr > .col,
  .simple-table > .simple-table-header > .tr > .column {
    padding: 0.75rem 0.5rem;
  }
  .simple-table > .simple-table-header > .row > .col.sorting:before, .simple-table > .simple-table-header > .row > .col.sorting:after, .simple-table > .simple-table-header > .row > .col.sorting_asc:before, .simple-table > .simple-table-header > .row > .col.sorting_asc:after, .simple-table > .simple-table-header > .row > .col.sorting_desc:before, .simple-table > .simple-table-header > .row > .col.sorting_desc:after, .simple-table > .simple-table-header > .row > .col.sorting_asc_disabled:before, .simple-table > .simple-table-header > .row > .col.sorting_asc_disabled:after, .simple-table > .simple-table-header > .row > .col.sorting_desc_disabled:before, .simple-table > .simple-table-header > .row > .col.sorting_desc_disabled:after,
  .simple-table > .simple-table-header > .row > .column.sorting:before,
  .simple-table > .simple-table-header > .row > .column.sorting:after,
  .simple-table > .simple-table-header > .row > .column.sorting_asc:before,
  .simple-table > .simple-table-header > .row > .column.sorting_asc:after,
  .simple-table > .simple-table-header > .row > .column.sorting_desc:before,
  .simple-table > .simple-table-header > .row > .column.sorting_desc:after,
  .simple-table > .simple-table-header > .row > .column.sorting_asc_disabled:before,
  .simple-table > .simple-table-header > .row > .column.sorting_asc_disabled:after,
  .simple-table > .simple-table-header > .row > .column.sorting_desc_disabled:before,
  .simple-table > .simple-table-header > .row > .column.sorting_desc_disabled:after,
  .simple-table > .simple-table-header > .tr > .col.sorting:before,
  .simple-table > .simple-table-header > .tr > .col.sorting:after,
  .simple-table > .simple-table-header > .tr > .col.sorting_asc:before,
  .simple-table > .simple-table-header > .tr > .col.sorting_asc:after,
  .simple-table > .simple-table-header > .tr > .col.sorting_desc:before,
  .simple-table > .simple-table-header > .tr > .col.sorting_desc:after,
  .simple-table > .simple-table-header > .tr > .col.sorting_asc_disabled:before,
  .simple-table > .simple-table-header > .tr > .col.sorting_asc_disabled:after,
  .simple-table > .simple-table-header > .tr > .col.sorting_desc_disabled:before,
  .simple-table > .simple-table-header > .tr > .col.sorting_desc_disabled:after,
  .simple-table > .simple-table-header > .tr > .column.sorting:before,
  .simple-table > .simple-table-header > .tr > .column.sorting:after,
  .simple-table > .simple-table-header > .tr > .column.sorting_asc:before,
  .simple-table > .simple-table-header > .tr > .column.sorting_asc:after,
  .simple-table > .simple-table-header > .tr > .column.sorting_desc:before,
  .simple-table > .simple-table-header > .tr > .column.sorting_desc:after,
  .simple-table > .simple-table-header > .tr > .column.sorting_asc_disabled:before,
  .simple-table > .simple-table-header > .tr > .column.sorting_asc_disabled:after,
  .simple-table > .simple-table-header > .tr > .column.sorting_desc_disabled:before,
  .simple-table > .simple-table-header > .tr > .column.sorting_desc_disabled:after {
    bottom: 0.7rem;
  }
}
.simple-table > .simple-table-body,
.simple-table .simple-table-footer {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 1 1 100%;
  position: relative;
}
.simple-table > .simple-table-body .tr,
.simple-table .simple-table-footer .tr {
  background: var(--white);
}
.simple-table > .simple-table-body .tr:not(.simple-table-body .tr),
.simple-table .simple-table-footer .tr:not(.simple-table-body .tr) {
  background: var(--body-bg);
}
.simple-table > .simple-table-body .tr:not(.simple-table-body .tr) > .col,
.simple-table > .simple-table-body .tr:not(.simple-table-body .tr) > .column,
.simple-table .simple-table-footer .tr:not(.simple-table-body .tr) > .col,
.simple-table .simple-table-footer .tr:not(.simple-table-body .tr) > .column {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
.simple-table > .simple-table-body .tr:not(.simple-table-body .tr) > .col:after,
.simple-table > .simple-table-body .tr:not(.simple-table-body .tr) > .column:after,
.simple-table .simple-table-footer .tr:not(.simple-table-body .tr) > .col:after,
.simple-table .simple-table-footer .tr:not(.simple-table-body .tr) > .column:after {
  display: none;
}
.simple-table > .simple-table-body .simple-table-row,
.simple-table .simple-table-footer .simple-table-row {
  margin: -1px 0 0px 0;
  border: 0;
  --bs-table-accent-bg: unset !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  order: 0;
  flex: 1 1 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--gray-300);
  border-top: 1px solid var(--gray-300);
}
.simple-table > .simple-table-body .simple-table-row.no-drop-allowed:not(.no-drop-allowed ~ .no-drop-allowed),
.simple-table .simple-table-footer .simple-table-row.no-drop-allowed:not(.no-drop-allowed ~ .no-drop-allowed) {
  border-bottom: 1px solid var(--gray-300);
  margin-top: 4px !important;
}
.simple-table > .simple-table-body .simple-table-row.ghost-row,
.simple-table .simple-table-footer .simple-table-row.ghost-row {
  cursor: move;
  border-bottom: 1px solid var(--st-blue) !important;
}
.simple-table > .simple-table-body .simple-table-row.ghost-row .draggable-item,
.simple-table .simple-table-footer .simple-table-row.ghost-row .draggable-item {
  color: var(--st-blue);
}
.simple-table > .simple-table-body .simple-table-row.ghost-row + .simple-table-row,
.simple-table .simple-table-footer .simple-table-row.ghost-row + .simple-table-row {
  border-top: 1px solid var(--st-blue) !important;
}
.simple-table > .simple-table-body .simple-table-row.drop-target-at,
.simple-table .simple-table-footer .simple-table-row.drop-target-at {
  border-bottom: 1px solid var(--st-blue) !important;
}
.simple-table > .simple-table-body .simple-table-row.drop-target-at + .simple-table-row:not(.no-drop-allowed),
.simple-table .simple-table-footer .simple-table-row.drop-target-at + .simple-table-row:not(.no-drop-allowed) {
  border-top: 1px solid var(--st-blue) !important;
}
.simple-table > .simple-table-body .simple-table-row.no-drop-allowed .draggable-item,
.simple-table .simple-table-footer .simple-table-row.no-drop-allowed .draggable-item {
  display: none;
}
.simple-table > .simple-table-body .simple-table-row.no-drop-allowed.drop-target-at,
.simple-table .simple-table-footer .simple-table-row.no-drop-allowed.drop-target-at {
  border-bottom: 1px solid var(--gray-400);
}
.simple-table > .simple-table-body .simple-table-row > .col,
.simple-table > .simple-table-body .simple-table-row > .column,
.simple-table .simple-table-footer .simple-table-row > .col,
.simple-table .simple-table-footer .simple-table-row > .column {
  box-sizing: border-box;
  order: 0;
  flex: 1 1 auto;
  --bs-table-accent-bg: unset !important;
  border-left: 1px solid var(--white);
  white-space: nowrap;
  position: relative;
  overflow-x: hidden;
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  max-width: 100%;
  /*
  &:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 32px;
    height: calc(100% - 1px);
    @include gradient-x(var(--white-0), var(--white));
  }

   */
}
@media (min-width: 1600px) {
  .simple-table > .simple-table-body .simple-table-row > .col,
  .simple-table > .simple-table-body .simple-table-row > .column,
  .simple-table .simple-table-footer .simple-table-row > .col,
  .simple-table .simple-table-footer .simple-table-row > .column {
    padding: 0.5rem 0.5rem;
  }
}
.simple-table > .simple-table-body .simple-table-row > .col > *,
.simple-table > .simple-table-body .simple-table-row > .column > *,
.simple-table .simple-table-footer .simple-table-row > .col > *,
.simple-table .simple-table-footer .simple-table-row > .column > * {
  order: 0;
  flex: 0 0 auto;
}
.simple-table > .simple-table-body .simple-table-row > .col:nth-child(1),
.simple-table > .simple-table-body .simple-table-row > .column:nth-child(1),
.simple-table .simple-table-footer .simple-table-row > .col:nth-child(1),
.simple-table .simple-table-footer .simple-table-row > .column:nth-child(1) {
  border-left: 3px solid var(--white);
}
.simple-table > .simple-table-body .simple-table-row > .col:nth-last-of-type(1),
.simple-table > .simple-table-body .simple-table-row > .column:nth-last-of-type(1),
.simple-table .simple-table-footer .simple-table-row > .col:nth-last-of-type(1),
.simple-table .simple-table-footer .simple-table-row > .column:nth-last-of-type(1) {
  padding-right: calc(0.5rem + 17px);
}
.simple-table > .simple-table-body .simple-table-row:hover,
.simple-table .simple-table-footer .simple-table-row:hover {
  border-bottom: 1px solid var(--gray-600) !important;
  border-top: 1px solid var(--gray-600);
}
.simple-table > .simple-table-body .simple-table-row:hover > .col:nth-child(1),
.simple-table > .simple-table-body .simple-table-row:hover > .column:nth-child(1),
.simple-table .simple-table-footer .simple-table-row:hover > .col:nth-child(1),
.simple-table .simple-table-footer .simple-table-row:hover > .column:nth-child(1) {
  border-left: 3px solid var(--gray-600);
}
.simple-table > .simple-table-body .simple-table-row:hover .draggable-item,
.simple-table .simple-table-footer .simple-table-row:hover .draggable-item {
  color: var(--st-blue);
}
.simple-table > .simple-table-body .simple-table-row:hover + .simple-table-row,
.simple-table .simple-table-footer .simple-table-row:hover + .simple-table-row {
  border-top: 1px solid var(--gray-600);
}
.simple-table .simple-table-footer .simple-table-row {
  margin: 1px 0 0 0;
  border-color: transparent;
}
.simple-table .simple-table-footer .simple-table-row > .col,
.simple-table .simple-table-footer .simple-table-row > .column {
  border-left: 1px solid var(--body-bg);
}
.simple-table .simple-table-footer .simple-table-row > .col:nth-child(1),
.simple-table .simple-table-footer .simple-table-row > .column:nth-child(1) {
  border-left: none !important;
}
.simple-table .simple-table-footer .simple-table-row:hover {
  border-color: transparent !important;
}
.simple-table .simple-table-footer .simple-table-row:hover > .col,
.simple-table .simple-table-footer .simple-table-row:hover > .column {
  border-left: 1px solid var(--body-bg);
}

.long-input {
  width: calc(100% - 60px);
}

.data-row input {
  border: 0;
  border-bottom: 1px solid #aeb2b5;
}

.table-filter-container {
  margin-bottom: 1rem;
  text-align: right;
}
.table-filter-container input {
  border: 1px solid var(--gray-300) !important;
  border-radius: 0 !important;
  padding: 0.2rem 0.35rem;
  height: 34px;
  color: var(--body-color);
  font-size: 0.875rem;
  margin-left: 0.25rem;
  width: 240px;
}
.table-filter-container input:focus {
  outline-color: var(--st-blue) !important;
}

webmodule-lit-table-paginator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  margin-top: 1rem;
}

.drag-grab-handle {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.draggable-item {
  color: var(--gray-300);
}

:root {
  --color-softtech: #3282cc;
  --color-draft: #0ea5e9;
  --color-active: #d946ef;
  --color-issued: #eab308;
  --color-issue-pending: #a855f7;
  --color-accepted: #84cc16;
  --color-lapsed: #ef4444;
  --color-rejected: #ef4444;
  --color-completed: #52525b;
  --color-approved: #f97316;
  --color-reviewed: #06b6d4;
  --color-review-pending: #a855f7;
  --color-cancelled: #ef4444;
  --base-color: #3282cc;
  --blue: #3b82f6;
  --indigo: #6366f1;
  --purple: #a855f7;
  --pink: #ec4899;
  --red: #ef4444;
  --light-red: rgba(239, 68, 68, 0.1);
  --orange: #f97316;
  --yellow: #eab308;
  --green: #22c55e;
  --teal: #14b8a6;
  --cyan: #06b6d4;
  --st-blue: #3282cc;
  --st-dark-blue: #2b71b1;
  --st-mid-blue: #5497d5;
  --st-light-blue: #9ac2e6;
  --st-lighter-blue: #bdd7ef;
  --body-bg: #bdd7ef;
  --st-white-blue: #dfecf7;
  --st-vivid-blue: #67e8f9;
  --st-background-1: #3282cc;
  --st-background-2: #06b6d4;
  --st-blue-25: #bdd7ef;
  --st-blue-25-0: rgba(189, 215, 239, 0);
  --st-blue-15: rgba(50, 130, 204, 0.15);
  --shadow-7: rgba(0, 0, 0, 0.07);
  --shadow-10: rgba(0, 0, 0, 0.1);
  --shadow-15: rgba(0, 0, 0, 0.15);
  --shadow-20: rgba(0, 0, 0, 0.2);
  --shadow-35: rgba(0, 0, 0, 0.35);
  --shadow-50: rgba(0, 0, 0, 0.5);
  --white: #fff;
  --white-25: rgba(255, 255, 255, 0.25);
  --white-0: rgba(255, 255, 255, 0);
  --gray-50: #f9f9f9;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-200-0: rgba(228, 228, 231, 0);
  --gray-300: #d4d4d8;
  --gray-400: #a1a1aa;
  --gray-500: #71717a;
  --gray-600: #52525b;
  --gray-700: #3f3f46;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --gray-950: #131316;
  --black: #000;
  --body-bg: #dfecf7;
  --body-color: #131316;
  --link-color: #3282cc;
  --link-hover-color: #2b71b1;
}

#routerOutlet > * {
  width: 90% !important;
}

.bigger-select select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/*  New Stuff */
.navbar-header {
  color: var(--st-blue);
  background: var(--white);
}

header .navbar {
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  header .navbar {
    padding: 0;
  }
}
header .navbar .navbar-text {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
header .navbar .navbar-text > .current-user {
  order: 0;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 1rem;
}
header .navbar .navbar-text > .current-user > a {
  color: var(--base-color);
}
header .navbar .navbar-text > .current-user > a > i {
  color: var(--gray-600);
}
@media (min-width: 1024px) {
  header .navbar .navbar-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
  }
  header .navbar .navbar-text > .current-user {
    margin-left: 1rem;
    margin-right: 0;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: var(--body-color);
  font-weight: 500;
}
@media (min-width: 1024px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
header .navbar .navbar-nav .nav-item.active .nav-link {
  background: var(--body-bg);
  box-shadow: none !important;
}
@media (min-width: 1024px) {
  header .navbar .navbar-nav .nav-item.active .nav-link {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
header .navbar .navbar-collapse {
  position: absolute;
  background: var(--body-bg);
  left: 0;
  padding: 0 1rem;
  width: 100%;
  top: 100%;
  z-index: 10;
  box-shadow: 0 10px 10px var(--shadow-10);
}
@media (min-width: 1024px) {
  header .navbar .navbar-collapse {
    position: relative;
    padding: 0.5rem 0 0 0;
    background: var(--white);
    box-shadow: none;
  }
}
@media (min-width: 1600px) {
  header .navbar .navbar-collapse {
    padding: 1rem 0 0 0;
  }
}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
  display: block;
  height: 1rem;
}
.navbar-toggler:before, .navbar-toggler:after,
.navbar-toggler > .navbar-toggler-icon {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--st-blue);
  left: 0;
}
.navbar-toggler:before {
  top: 0;
}
.navbar-toggler:after {
  bottom: 0;
}
.navbar-toggler > .navbar-toggler-icon {
  top: calc(50% - 1px);
}

.navbar-brand {
  color: var(--base-color);
}
.navbar-brand img {
  width: auto;
  max-height: 42px;
  max-width: 160px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .navbar-brand img {
    height: 40px;
    max-height: unset;
  }
}
@media (min-width: 1600px) {
  .navbar-brand img {
    height: 60px;
    max-height: unset;
  }
}

.nav-fill,
.nav-tabs {
  position: relative;
  border-bottom: none;
}
.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-tabs > .nav-link,
.nav-tabs .nav-item {
  flex: 0 0 100%;
  margin-right: 3px;
}
.nav-fill > .nav-link.page-nav-buttons,
.nav-fill .nav-item.page-nav-buttons,
.nav-tabs > .nav-link.page-nav-buttons,
.nav-tabs .nav-item.page-nav-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 1600px) {
  .nav-fill > .nav-link.page-nav-buttons,
  .nav-fill .nav-item.page-nav-buttons,
  .nav-tabs > .nav-link.page-nav-buttons,
  .nav-tabs .nav-item.page-nav-buttons {
    padding: 1rem 0 0 0;
  }
}
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-left,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-left,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-left,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-left,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right {
  order: 0;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
}
.nav-fill > .nav-link.page-nav-buttons button,
.nav-fill > .nav-link.page-nav-buttons .btn,
.nav-fill > .nav-link.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-fill > .nav-link.page-nav-buttons .toastui-editor-file-select-button,
.nav-fill > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .toastui-editor-close-button,
.nav-fill > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .toastui-editor-ok-button,
.nav-fill > .nav-link.page-nav-buttons .btn-group,
.nav-fill > .nav-link.page-nav-buttons webmodule-button,
.nav-fill .nav-item.page-nav-buttons button,
.nav-fill .nav-item.page-nav-buttons .btn,
.nav-fill .nav-item.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-fill .nav-item.page-nav-buttons .toastui-editor-file-select-button,
.nav-fill .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .toastui-editor-close-button,
.nav-fill .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .toastui-editor-ok-button,
.nav-fill .nav-item.page-nav-buttons .btn-group,
.nav-fill .nav-item.page-nav-buttons webmodule-button,
.nav-tabs > .nav-link.page-nav-buttons button,
.nav-tabs > .nav-link.page-nav-buttons .btn,
.nav-tabs > .nav-link.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-file-select-button,
.nav-tabs > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-close-button,
.nav-tabs > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-ok-button,
.nav-tabs > .nav-link.page-nav-buttons .btn-group,
.nav-tabs > .nav-link.page-nav-buttons webmodule-button,
.nav-tabs .nav-item.page-nav-buttons button,
.nav-tabs .nav-item.page-nav-buttons .btn,
.nav-tabs .nav-item.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-tabs .nav-item.page-nav-buttons .toastui-editor-file-select-button,
.nav-tabs .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .toastui-editor-close-button,
.nav-tabs .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .toastui-editor-ok-button,
.nav-tabs .nav-item.page-nav-buttons .btn-group,
.nav-tabs .nav-item.page-nav-buttons webmodule-button {
  order: 0;
  flex: 0 0 auto;
  margin: 0 3px 0.5rem 0;
}
@media (min-width: 1600px) {
  .nav-fill > .nav-link.page-nav-buttons button,
  .nav-fill > .nav-link.page-nav-buttons .btn,
  .nav-fill > .nav-link.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-fill > .nav-link.page-nav-buttons .toastui-editor-file-select-button,
  .nav-fill > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .toastui-editor-close-button,
  .nav-fill > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .toastui-editor-ok-button,
  .nav-fill > .nav-link.page-nav-buttons .btn-group,
  .nav-fill > .nav-link.page-nav-buttons webmodule-button,
  .nav-fill .nav-item.page-nav-buttons button,
  .nav-fill .nav-item.page-nav-buttons .btn,
  .nav-fill .nav-item.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-fill .nav-item.page-nav-buttons .toastui-editor-file-select-button,
  .nav-fill .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .toastui-editor-close-button,
  .nav-fill .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .toastui-editor-ok-button,
  .nav-fill .nav-item.page-nav-buttons .btn-group,
  .nav-fill .nav-item.page-nav-buttons webmodule-button,
  .nav-tabs > .nav-link.page-nav-buttons button,
  .nav-tabs > .nav-link.page-nav-buttons .btn,
  .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-file-select-button,
  .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-close-button,
  .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .toastui-editor-ok-button,
  .nav-tabs > .nav-link.page-nav-buttons .btn-group,
  .nav-tabs > .nav-link.page-nav-buttons webmodule-button,
  .nav-tabs .nav-item.page-nav-buttons button,
  .nav-tabs .nav-item.page-nav-buttons .btn,
  .nav-tabs .nav-item.page-nav-buttons .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-tabs .nav-item.page-nav-buttons .toastui-editor-file-select-button,
  .nav-tabs .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .toastui-editor-close-button,
  .nav-tabs .nav-item.page-nav-buttons .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .toastui-editor-ok-button,
  .nav-tabs .nav-item.page-nav-buttons .btn-group,
  .nav-tabs .nav-item.page-nav-buttons webmodule-button {
    margin: 0 3px 1rem 0;
  }
}
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right button,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .btn,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .btn-group,
.nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right webmodule-button,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right button,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .btn,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .btn-group,
.nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right webmodule-button,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right button,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .btn,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .btn-group,
.nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right webmodule-button,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right button,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .btn,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .btn-group,
.nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right webmodule-button {
  order: 0;
  flex: 0 0 auto;
  margin: 0 0 0.5rem 3px;
}
@media (min-width: 1600px) {
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right button,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .btn,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right .btn-group,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right webmodule-button,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right button,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .btn,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right .btn-group,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right webmodule-button,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right button,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .btn,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right .btn-group,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right webmodule-button,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right button,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .btn,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-popup-add-image .toastui-editor-file-select-button,
  .toastui-editor-popup-add-image .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-file-select-button,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-close-button,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .toastui-editor-ok-button,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right .btn-group,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right webmodule-button {
    margin: 0 0 1rem 3px;
  }
}
@media (min-width: 768px) {
  .nav-fill > .nav-link,
  .nav-fill .nav-item,
  .nav-tabs > .nav-link,
  .nav-tabs .nav-item {
    flex: 0 0 auto;
  }
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-left,
  .nav-fill > .nav-link.page-nav-buttons .page-nav-buttons-right,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-left,
  .nav-fill .nav-item.page-nav-buttons .page-nav-buttons-right,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-left,
  .nav-tabs > .nav-link.page-nav-buttons .page-nav-buttons-right,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-left,
  .nav-tabs .nav-item.page-nav-buttons .page-nav-buttons-right {
    order: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.nav-fill .nav-link,
.nav-tabs .nav-link {
  background: var(--st-blue);
  color: var(--white);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  text-align: left;
  line-height: 1.1;
  position: relative;
}
.nav-fill .nav-link .tab-value,
.nav-tabs .nav-link .tab-value {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 0.25rem;
  white-space: nowrap;
  max-height: 20px;
}
.nav-fill .nav-link > *,
.nav-tabs .nav-link > * {
  order: 0;
  flex: 0 0 100%;
}
.nav-fill .nav-link .tab-caption-block .tab-pos,
.nav-tabs .nav-link .tab-caption-block .tab-pos {
  margin-right: 0.25rem;
  display: inline-block;
}
.nav-fill .nav-link .tab-caption-block .tab-pos:after,
.nav-tabs .nav-link .tab-caption-block .tab-pos:after {
  content: "|";
  margin-left: 0.25rem;
  display: inline-block;
}
.nav-fill .nav-link:hover,
.nav-tabs .nav-link:hover {
  background: var(--st-dark-blue);
}
.nav-fill .nav-link.active,
.nav-tabs .nav-link.active {
  background: var(--white);
  color: var(--st-blue);
  cursor: default;
}
.nav-fill .nav-link.active .tab-value,
.nav-tabs .nav-link.active .tab-value {
  color: var(--body-color);
}
@media (min-width: 1024px) {
  .nav-fill .nav-link,
  .nav-tabs .nav-link {
    background-image: linear-gradient(to bottom, var(--st-blue) 85%, var(--st-dark-blue) 100%);
    min-width: 120px;
  }
}
.nav-fill .nav-link .btn-close,
.nav-tabs .nav-link .btn-close {
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.65rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center center no-repeat;
  background-size: 50%;
  background-color: var(--white);
  padding: 0.25rem;
  border-radius: 16px;
  opacity: 1 !important;
}
@media (min-width: 1600px) {
  .nav-fill .nav-link .btn-close,
  .nav-tabs .nav-link .btn-close {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.65rem;
  }
}
.nav-fill .nav-link.active .btn-close,
.nav-tabs .nav-link.active .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center center no-repeat;
  background-size: 50%;
  background-color: var(--st-blue);
}

.modal .nav-fill .nav-link.active,
.modal .nav-tabs .nav-link.active {
  background: var(--white);
  color: var(--st-blue);
  cursor: default;
}

.app-wrapper {
  min-height: 100dvh;
  display: grid;
}
@media (min-width: 768px) {
  .app-wrapper {
    height: 100dvh;
    max-height: 100dvh;
    grid-template-rows: 54px calc(100dvh - 54px - 44px) 44px;
  }
}
@media (min-width: 1600px) {
  .app-wrapper {
    height: 100dvh;
    max-height: 100dvh;
    grid-template-rows: 72px calc(100dvh - 72px - 48px) 48px;
  }
}

body {
  min-height: 100dvh;
}
@media (min-width: 768px) {
  body {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }
}

.footer {
  background-image: linear-gradient(to right, var(--st-mid-blue) 0%, var(--st-dark-blue) 100%);
  color: var(--white);
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
}
@media (min-width: 1600px) {
  .footer {
    padding: 0.5rem 1rem;
  }
}
.footer .st-logo,
.footer .supplier-footer-logo {
  flex-basis: auto;
  text-align: center;
}
.footer .st-logo img,
.footer .supplier-footer-logo img {
  width: auto;
  height: 36px;
}
@media (min-width: 768px) {
  .footer .st-logo,
  .footer .supplier-footer-logo {
    text-align: left;
  }
}
.footer .supplier-footer-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.footer .supplier-footer-logo > * {
  order: 0;
  flex: 0 0 auto;
}
.footer .supplier-footer-logo .supplier-link-href {
  color: var(--white);
  margin-right: 1rem;
}
.footer .supplier-footer-logo .supplier-link-href img {
  width: auto;
  height: 32px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .footer .supplier-footer-logo {
    text-align: right;
  }
}
.footer .footer-left-col,
.footer .footer-right-col {
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .footer .footer-left-col .st-phone,
  .footer .footer-right-col .st-phone {
    padding-right: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-left-col {
    flex-basis: 66.666666%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .footer .footer-left-col > * {
    order: 0;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .footer .footer-right-col {
    flex-basis: 33.333333%;
  }
}

#main-page,
#main-body,
#main-body > *,
#main-body > * > .page-content,
#main-body > * > .page-content > .page-container,
#main-body > * > .page-content > .page-container > div,
#main-body > * > .page-content > .page-container > div > .page-content,
#main-body > * > .page-content > .page-container > div > .page-content > div,
#main-body > * > .page-content > .page-container > div > .page-content > div > .page-control,
#main-body > * > .page-content > .page-container > div > .page-content > div > .page-control > .page-control-container,
#main-body > * > .page-content > .page-container > .div,
#main-body > * > .page-content > .page-container > .div > .page-content,
#main-body > * > .page-content > .page-container > .div > .page-content > .div,
#main-body > * > .page-content > .page-container > .div > .page-content > .div > .page-control,
#main-body > * > .page-content > .page-container > .div > .page-content > .div > .page-control > .page-control-container {
  height: 100%;
  display: block;
}

#main-body > * > .page-content {
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: relative;
}
@media (min-width: 1600px) {
  #main-body > * > .page-content {
    padding: 1rem 1rem 0 1rem;
  }
}

.page-control-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  display: flex !important;
}
.page-control-container > .page-control-tabs,
.page-control-container > .page-control-footer {
  order: 0;
  flex: 0 0 auto;
}
.page-control-container > .page-control-tab-content {
  order: 0;
  flex: 1 1 auto;
  max-height: 100%;
}

#main-body > * > .page-content > .page-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-content: stretch;
  display: flex !important;
}
#main-body > * > .page-content > .page-container > div,
#main-body > * > .page-content > .page-container > .div {
  order: 0;
  flex: 1 1 auto;
  height: 100%;
}
#main-body > * > .page-content > .page-container > div.header,
#main-body > * > .page-content > .page-container > .div.header {
  order: 0;
  flex: 0 0 auto;
  height: 44px;
}
#main-body > * > .page-content > .page-container .header + div,
#main-body > * > .page-content > .page-container .header + .div {
  height: calc(100% - 44px);
}

.page-container .tab-content {
  padding: 1rem;
  background: var(--white);
  overflow-y: auto;
  max-width: calc(100vw - 2rem);
}
@media (min-width: 768px) {
  .page-container .tab-content {
    max-width: calc(100vw - 1rem);
  }
}
@media (min-width: 1600px) {
  .page-container .tab-content {
    max-width: calc(100vw - 2rem);
  }
}

@media (min-width: 1921px) and (min-aspect-ratio: 16/8) {
  header .navbar > .container-fluid, header .navbar > .container-xs, header .navbar > .container-sm, header .navbar > .container-md, header .navbar > .container-lg, header .navbar > .container-mlg, header .navbar > .container-xl, header .navbar > .container-xxl,
  #main-body,
  .footer > div {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (min-width: 2561px) {
  header .navbar > .container-fluid, header .navbar > .container-xs, header .navbar > .container-sm, header .navbar > .container-md, header .navbar > .container-lg, header .navbar > .container-mlg, header .navbar > .container-xl, header .navbar > .container-xxl,
  #main-body,
  .footer > div {
    max-width: 2560px;
    margin: 0 auto;
  }
}

.form-control,
.form-select {
  background-color: var(--white);
  background-position: right 0.5rem center;
}

textarea.form-control {
  height: 118px;
}

.quoteItemImageWrapper.quote-item-image-fullview {
  position: fixed;
  background: white;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  padding: 0px;
}
.quoteItemImageWrapper.quote-item-image-fullview .quoteItemImage .quote-frame-svg {
  max-height: calc(100vh - 70px) !important;
}

.quoteItemImageWrapper .quote-item-view-actions {
  text-align: right;
}
.quoteItemImageWrapper .quoteItemImage {
  text-align: center;
  height: 100%;
}
.quoteItemImageWrapper .quoteItemImage svg {
  max-height: 160px !important;
}
.quoteItemImageWrapper .quoteItemImage svg .overlay {
  fill: var(--st-blue) !important;
  fill-opacity: 0.35 !important;
}
@media (min-width: 768px) {
  .quoteItemImageWrapper .quoteItemImage svg {
    max-height: 300px !important;
  }
}
@media (min-width: 1024px) {
  .quoteItemImageWrapper .quoteItemImage svg {
    max-height: calc(100vh - 470px) !important;
  }
}
@media (min-width: 1600px) {
  .quoteItemImageWrapper .quoteItemImage {
    padding: 0 4rem;
  }
}
.quoteItemImageWrapper .quoteItemImageText {
  text-align: center;
}

.frame-treeview ol,
.frame-treeview ul,
.graphical-picker-body ol,
.graphical-picker-body ul {
  padding: 0;
  margin: 0 0 0 1rem;
  list-style: none;
  display: block;
}
.frame-treeview ol li,
.frame-treeview ul li,
.graphical-picker-body ol li,
.graphical-picker-body ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.frame-treeview ol li a,
.frame-treeview ul li a,
.graphical-picker-body ol li a,
.graphical-picker-body ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.25rem 1rem;
  padding-left: 2rem;
  border: 1px solid var(--white);
  background: var(--white);
  border-bottom: 1px solid var(--white);
  cursor: pointer;
}
.frame-treeview ol li a:before,
.frame-treeview ul li a:before,
.graphical-picker-body ol li a:before,
.graphical-picker-body ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f24d";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0.5rem;
  top: 0.3rem;
}
.frame-treeview ol li a:hover,
.frame-treeview ul li a:hover,
.graphical-picker-body ol li a:hover,
.graphical-picker-body ul li a:hover {
  border-bottom: 1px solid var(--gray-100);
  background: var(--gray-100);
}
.frame-treeview ol li.v6-frame-navigation-active > a, .frame-treeview ol li.v6-family-navigation-active > a,
.frame-treeview ul li.v6-frame-navigation-active > a,
.frame-treeview ul li.v6-family-navigation-active > a,
.graphical-picker-body ol li.v6-frame-navigation-active > a,
.graphical-picker-body ol li.v6-family-navigation-active > a,
.graphical-picker-body ul li.v6-frame-navigation-active > a,
.graphical-picker-body ul li.v6-family-navigation-active > a {
  background: var(--body-bg);
  font-weight: 500;
}
.frame-treeview ol li.v6-frame-navigation-active > a:before, .frame-treeview ol li.v6-family-navigation-active > a:before,
.frame-treeview ul li.v6-frame-navigation-active > a:before,
.frame-treeview ul li.v6-family-navigation-active > a:before,
.graphical-picker-body ol li.v6-frame-navigation-active > a:before,
.graphical-picker-body ol li.v6-family-navigation-active > a:before,
.graphical-picker-body ul li.v6-frame-navigation-active > a:before,
.graphical-picker-body ul li.v6-family-navigation-active > a:before {
  content: "\f24d";
}
.frame-treeview .graphical-picker-tree > div > ol,
.frame-treeview .graphical-picker-tree > div > ul,
.frame-treeview .graphical-picker-tree > div > div > ol,
.frame-treeview .graphical-picker-tree > div > .div > ol,
.frame-treeview .graphical-picker-tree > div > div > ul,
.frame-treeview .graphical-picker-tree > div > .div > ul,
.frame-treeview .graphical-picker-tree > .div > ol,
.frame-treeview .graphical-picker-tree > .div > ul,
.frame-treeview .graphical-picker-tree > .div > div > ol,
.frame-treeview .graphical-picker-tree > .div > .div > ol,
.frame-treeview .graphical-picker-tree > .div > div > ul,
.frame-treeview .graphical-picker-tree > .div > .div > ul,
.graphical-picker-body .graphical-picker-tree > div > ol,
.graphical-picker-body .graphical-picker-tree > div > ul,
.graphical-picker-body .graphical-picker-tree > div > div > ol,
.graphical-picker-body .graphical-picker-tree > div > .div > ol,
.graphical-picker-body .graphical-picker-tree > div > div > ul,
.graphical-picker-body .graphical-picker-tree > div > .div > ul,
.graphical-picker-body .graphical-picker-tree > .div > ol,
.graphical-picker-body .graphical-picker-tree > .div > ul,
.graphical-picker-body .graphical-picker-tree > .div > div > ol,
.graphical-picker-body .graphical-picker-tree > .div > .div > ol,
.graphical-picker-body .graphical-picker-tree > .div > div > ul,
.graphical-picker-body .graphical-picker-tree > .div > .div > ul {
  padding: 0;
  margin: 0;
}

.quote-item-view-body > h4 .subheader, .quote-item-view-body > .h4 .subheader,
.quoteItemFrameOptions > h4 .subheader,
.quoteItemFrameOptions > .h4 .subheader,
.quoteItemFrameProperties > h4 .subheader,
.quoteItemFrameProperties > .h4 .subheader {
  font-size: 0.75rem;
  color: var(--gray-600);
  font-weight: 400;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute {
  min-height: 2rem;
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute .v6config-attribute-input .quote-default-validation,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute .v6config-attribute-input .quote-default-validation,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute .v6config-attribute-input .quote-default-validation {
  right: 3rem;
  position: absolute;
  top: 0.6rem;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-toggle::part(control):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-input-row::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user > webmodule-select::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input):after,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input):after,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input::part(form-control-input):after {
  position: absolute;
  content: "\f0ac";
  display: block;
  left: -26px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input):after,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input):after,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-input-row::part(form-control-input):after {
  position: absolute;
  content: "\f0ac";
  display: block;
  left: -26px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input):after,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input):after,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.global-attribute > webmodule-select::part(form-control-input):after {
  position: absolute;
  content: "\f0ac";
  display: block;
  left: -26px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--st-blue);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-toggle::part(control):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--st-blue);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-input-row::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--st-blue);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-checkbox::part(control):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--st-blue);
  font-weight: 900;
  font-size: 12px;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input),
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input),
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input) {
  position: relative;
}
.quote-item-view-body .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input):before,
.quoteItemFrameOptions .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input):before,
.quoteItemFrameProperties .attributeContents .v6config-group .v6config-attribute.power-user-value > webmodule-select::part(form-control-input):before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--st-blue);
  font-weight: 900;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .quote-item-view-body > .row > .quoteItemFrameNav,
  .quote-item-view-body > .row > .quoteItemFrameProperties {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 1600px) {
  .quote-item-view-body > .row > .quoteItemFrameNav,
  .quote-item-view-body > .row > .quoteItemFrameProperties {
    height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions {
    height: calc(100vh - 300px);
    overflow-y: hidden;
  }
}
@media (min-width: 1600px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions {
    height: calc(100vh - 360px);
    overflow-y: hidden;
  }
}
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu {
  height: 9rem;
  display: block;
  border-bottom: 2px solid black;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu {
    height: 6.5rem;
  }
}
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .btn-group .btn,
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu button,
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .btn,
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-popup-add-image .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-file-select-button,
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-close-button,
.quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu .toastui-editor-ok-button {
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu + .attributeContents {
    height: calc(100vh - 300px - 9rem - 2px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions > #attributeTemplateMenu + .attributeContents {
    height: calc(100vh - 360px - 6.5rem - 2px);
  }
}
@media (min-width: 1024px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions > .attributeContents:first-child {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 1600px) {
  .quote-item-view-body > .row > .quoteItemFrameOptions > .attributeContents:first-child {
    height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

.graphical-picker-tree-banner img {
  max-width: 200px;
  max-height: 60px;
  display: block;
}
.graphical-picker-tree-banner span {
  display: block;
  padding-bottom: 12px;
  font-weight: 600;
}

.graphical-picker-card-container > .card,
.graphical-picker-card-family-container > .card {
  height: 100%;
  background: var(--white) !important;
}
.graphical-picker-card-container > .card .card-body,
.graphical-picker-card-family-container > .card .card-body {
  position: relative;
  cursor: pointer;
}
.graphical-picker-card-container > .card .card-body img,
.graphical-picker-card-family-container > .card .card-body img {
  object-fit: contain;
  max-height: 112px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .graphical-picker-card-container > .card .card-body img,
  .graphical-picker-card-family-container > .card .card-body img {
    max-height: 200px;
  }
}
@media (min-width: 1024px) {
  .graphical-picker-card-container > .card .card-body img,
  .graphical-picker-card-family-container > .card .card-body img {
    max-height: 240px;
  }
}
@media (min-width: 1600px) {
  .graphical-picker-card-container > .card .card-body img,
  .graphical-picker-card-family-container > .card .card-body img {
    max-height: 280px;
  }
}
.graphical-picker-card-container > .card .card-body .btn-close,
.graphical-picker-card-container > .card .card-body .btn-fav,
.graphical-picker-card-family-container > .card .card-body .btn-close,
.graphical-picker-card-family-container > .card .card-body .btn-fav {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}
.graphical-picker-card-container > .card .card-body .btn-power-user:before,
.graphical-picker-card-family-container > .card .card-body .btn-power-user:before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: 0;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
.graphical-picker-card-container > .card .card-body .btn-power-user,
.graphical-picker-card-family-container > .card .card-body .btn-power-user {
  position: absolute;
  right: 1.75rem;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0px;
  border: none;
}

.graphical-picker-card-family-container > .card .card-body {
  padding: 0;
}
.graphical-picker-card-family-container > .card .card-body img {
  object-fit: cover;
  margin-bottom: 0;
  max-height: unset;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .graphical-picker-card-family-container > .card .card-body img {
    max-height: 200px;
  }
  @media (min-width: 1024px) {
    .graphical-picker-card-family-container > .card .card-body img {
      max-height: 240px;
    }
  }
  @media (min-width: 1600px) {
    .graphical-picker-card-family-container > .card .card-body img {
      max-height: 280px;
    }
  }
}
.graphical-picker-card-family-container > .card .card-body .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0.5rem 1rem;
  background: var(--white);
  font-size: 1rem;
  border-bottom-left-radius: var(--bs-card-border-radius);
  border-bottom-right-radius: var(--bs-card-border-radius);
}

.push-right {
  position: relative;
  top: -2rem;
  right: -2.5rem;
  margin-bottom: -2rem;
}

.frame-history-card {
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: var(--base-color);
}
.frame-history-card:hover {
  background: var(--gray-100);
  text-decoration: underline;
}
.frame-history-card .row {
  margin: 0 !important;
  --bs-gutter-x: 0;
}
.frame-history-card .card-body {
  border-bottom: 1px solid var(--gray-200);
}
.frame-history-card .graphical-picker-img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}
.frame-history-card .btn-close {
  background-color: var(--white);
  width: 0.3rem;
  height: 0.3rem;
}

.tagged-attribute-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.tagged-attribute-row .tagged-attribute-marker {
  flex: 0 0 auto;
  width: 28px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagged-attribute-row .tagged-attribute {
  flex: 1 1 auto;
  width: calc(100% - 28px);
  min-width: 0;
}
.tagged-attribute-row.tagged-revision {
  background-color: var(--gray-100);
  border-bottom: 2px solid var(--gray-900);
  margin-bottom: 0.25rem;
}

.annotation {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .quote-item-view-body .quoteItemFrameNav {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .quote-item-view-body .quoteItemFrameOptions {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .quote-item-view-body .quoteItemImageWrapper {
    width: 100%;
  }
}

.filter-wrapper {
  margin-bottom: 0.5rem;
}
@media (min-width: 1600px) {
  .filter-wrapper {
    margin-bottom: 1rem;
  }
}
.filter-wrapper .filter-text {
  text-align: right;
}
@media (max-width: 767.98px) {
  .filter-wrapper .filter-text {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .filter-wrapper .filter-input {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .filter-wrapper .filter-input webmodule-input {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .filter-wrapper .filter-advanced {
    width: 100%;
  }
}

.graphical-picker-body .graphical-picker-tree {
  background: var(--white);
  padding-top: 1rem;
  height: calc(100vh - 265px);
  overflow-y: auto;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .graphical-picker-body .graphical-picker-tree {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .graphical-picker-body .graphical-picker-tree {
    height: calc(100vh - 195px);
  }
}
.graphical-picker-body .graphical-picker-list-wrapper {
  height: calc(100vh - 265px);
  overflow-y: auto;
}
.graphical-picker-body .graphical-picker-list-wrapper.no-family {
  width: 100%;
}
@media (max-width: 575.98px) {
  .graphical-picker-body .graphical-picker-list-wrapper {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .graphical-picker-body .graphical-picker-list-wrapper {
    height: calc(100vh - 195px);
  }
}
.graphical-picker-body .graphical-family-picker-list {
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .graphical-picker-body .graphical-picker-card-container {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .graphical-picker-body .graphical-picker-card-family-container {
    width: 100%;
  }
}
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .btn, .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-file-select-button,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-close-button,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-ok-button {
  font-size: 16px;
  padding: 0.5rem;
  color: var(--gray-300);
  border-color: var(--gray-300);
  background: var(--white);
  border-radius: 0;
}
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .btn:hover, .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-popup-add-image .toastui-editor-file-select-button:hover, .toastui-editor-popup-add-image .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-file-select-button:hover,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-close-button:hover,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .toastui-editor-ok-button:hover,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-ok-button:hover {
  color: var(--st-blue);
  border-color: var(--st-blue);
}
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .btn.selected, .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-popup-add-image .selected.toastui-editor-file-select-button, .toastui-editor-popup-add-image .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-file-select-button,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .selected.toastui-editor-close-button,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-close-button,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .selected.toastui-editor-ok-button,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-ok-button {
  color: var(--body-color);
  border-color: var(--st-blue);
  background: var(--body-bg);
}
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .btn.selected:hover, .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-popup-add-image .selected.toastui-editor-file-select-button:hover, .toastui-editor-popup-add-image .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-file-select-button:hover,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .selected.toastui-editor-close-button:hover,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-close-button:hover,
.graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .toastui-editor-defaultUI .selected.toastui-editor-ok-button:hover,
.toastui-editor-defaultUI .graphical-picker-body .graphical-picker-grid-tools .grid-size-wrapper .selected.toastui-editor-ok-button:hover {
  color: var(--body-color);
  border-color: var(--st-blue);
}
.graphical-picker-body .graphical-picker-grid-tools .filter-wrapper .row {
  justify-content: flex-end !important;
}
.graphical-picker-thumbnail {
  height: calc(100vh - 265px);
  overflow-y: auto;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 1599.98px) {
  .graphical-picker-thumbnail {
    height: calc(100vh - 195px);
  }
}

.qty-badge {
  position: relative;
  display: inline-block;
  padding-left: 0.25rem;
}

.finish-color-block {
  height: 1.5rem;
  width: 3rem;
  border-radius: 0.25rem;
}

.dataTables_scrollHeadInner {
  min-width: 100%;
}

.tab-pane {
  height: 100%;
}
.tab-pane > div,
.tab-pane > .div {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-content: stretch;
  display: flex !important;
}
.tab-pane > div > *,
.tab-pane > .div > * {
  order: 0;
  flex: 0 1 auto;
}
.tab-pane > div > *.filter-wrapper,
.tab-pane > .div > *.filter-wrapper {
  width: 100%;
}
.tab-pane > div > *.filter-wrapper .filter-input,
.tab-pane > .div > *.filter-wrapper .filter-input {
  padding-right: 0;
}
.tab-pane > div > .dataTables_wrapper,
.tab-pane > .div > .dataTables_wrapper {
  height: 100%;
}
.tab-pane > div > .dataTables_wrapper > .row:nth-of-type(2),
.tab-pane > .div > .dataTables_wrapper > .row:nth-of-type(2) {
  height: 100%;
}
.tab-pane > div > .dataTables_wrapper > .row:nth-of-type(2) > div,
.tab-pane > div > .dataTables_wrapper > .row:nth-of-type(2) > .div,
.tab-pane > .div > .dataTables_wrapper > .row:nth-of-type(2) > div,
.tab-pane > .div > .dataTables_wrapper > .row:nth-of-type(2) > .div {
  height: 100%;
}
.tab-pane > div > .filter-wrapper + .dataTables_wrapper,
.tab-pane > .div > .filter-wrapper + .dataTables_wrapper {
  height: calc(100% - 2.25rem);
}
.tab-pane > div > .filter-wrapper + .dataTables_wrapper > .row:nth-of-type(2),
.tab-pane > .div > .filter-wrapper + .dataTables_wrapper > .row:nth-of-type(2) {
  height: calc(100% - 1rem);
}

table.dataTable,
.table-responsive > table {
  max-width: 100% !important;
  width: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
}
table.dataTable > :not(:first-child),
.table-responsive > table > :not(:first-child) {
  border-top: 0;
}
table.dataTable > thead,
.table-responsive > table > thead {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
}
table.dataTable > thead tr,
.table-responsive > table > thead tr {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
table.dataTable > thead tr th,
.table-responsive > table > thead tr th {
  order: 0;
  flex: 1 1 100%;
  background: var(--st-blue);
  border: 0;
  border-left: 1px solid var(--white);
  color: var(--st-vivid-blue);
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
}
table.dataTable > thead tr th:first-child,
.table-responsive > table > thead tr th:first-child {
  border-left: none;
}
table.dataTable > thead tr th.sorting_desc, table.dataTable > thead tr th.sorting_asc,
.table-responsive > table > thead tr th.sorting_desc,
.table-responsive > table > thead tr th.sorting_asc {
  color: var(--white);
  background-color: var(--st-dark-blue);
}
table.dataTable > thead tr th:before, table.dataTable > thead tr th:after,
.table-responsive > table > thead tr th:before,
.table-responsive > table > thead tr th:after {
  color: var(--white);
  font-size: 1rem !important;
  font-weight: bold;
}
table.dataTable > thead tr th:not(.sorting_disabled),
.table-responsive > table > thead tr th:not(.sorting_disabled) {
  padding-right: 0.5rem;
}
table.dataTable > thead tr th:nth-last-of-type(1),
.table-responsive > table > thead tr th:nth-last-of-type(1) {
  padding-right: calc(0.5rem + 17px);
}
@media (min-width: 1368px) {
  table.dataTable > thead tr th,
  .table-responsive > table > thead tr th {
    padding: 0.75rem 0.5rem;
  }
  table.dataTable > thead tr th.sorting:before, table.dataTable > thead tr th.sorting:after, table.dataTable > thead tr th.sorting_asc:before, table.dataTable > thead tr th.sorting_asc:after, table.dataTable > thead tr th.sorting_desc:before, table.dataTable > thead tr th.sorting_desc:after, table.dataTable > thead tr th.sorting_asc_disabled:before, table.dataTable > thead tr th.sorting_asc_disabled:after, table.dataTable > thead tr th.sorting_desc_disabled:before, table.dataTable > thead tr th.sorting_desc_disabled:after,
  .table-responsive > table > thead tr th.sorting:before,
  .table-responsive > table > thead tr th.sorting:after,
  .table-responsive > table > thead tr th.sorting_asc:before,
  .table-responsive > table > thead tr th.sorting_asc:after,
  .table-responsive > table > thead tr th.sorting_desc:before,
  .table-responsive > table > thead tr th.sorting_desc:after,
  .table-responsive > table > thead tr th.sorting_asc_disabled:before,
  .table-responsive > table > thead tr th.sorting_asc_disabled:after,
  .table-responsive > table > thead tr th.sorting_desc_disabled:before,
  .table-responsive > table > thead tr th.sorting_desc_disabled:after {
    bottom: 0.7em;
    opacity: 0.55;
  }
}
table.dataTable > tbody,
.table-responsive > table > tbody {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow-y: auto;
}
table.dataTable > tbody tr,
.table-responsive > table > tbody tr {
  border: 0;
  --bs-table-accent-bg: unset !important;
  background: var(--white);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  border-bottom: 1px solid var(--gray-300) !important;
  /*&.odd {
            background: var(--gray-200);
            td {
                background: transparent !important;
                &:after {
                    //background: url(/assets/images/table_grad_g.png) repeat-y top right;
                    @include gradient-x(var(--gray-200-0), var(--gray-200));
                }
            }
            &:hover {
                background: var(--st-blue-25) !important;
                td {
                    &:after {
                        @include gradient-x(
                            var(--st-blue-25-0),
                            var(--st-blue-25)
                        );
                    }
                }
            }
        }*/
}
table.dataTable > tbody tr td,
.table-responsive > table > tbody tr td {
  order: 0;
  flex: 1 1 100%;
  --bs-table-accent-bg: unset !important;
  border: 0 !important;
  white-space: nowrap;
  position: relative;
  overflow-x: hidden;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 1600px) {
  table.dataTable > tbody tr td,
  .table-responsive > table > tbody tr td {
    padding: 0.5rem 0.5rem;
  }
}
table.dataTable > tbody tr td:nth-last-of-type(1),
.table-responsive > table > tbody tr td:nth-last-of-type(1) {
  padding-right: calc(0.5rem + 17px);
}
table.dataTable > tbody tr td:after,
.table-responsive > table > tbody tr td:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 100%;
  background-image: linear-gradient(to right, var(--white-0) 0%, var(--white) 100%);
}
table.dataTable > tbody tr:hover,
.table-responsive > table > tbody tr:hover {
  background: var(--st-blue-25) !important;
  box-shadow: 0 2px 3px var(--shadow-7);
}
table.dataTable > tbody tr:hover td:after,
.table-responsive > table > tbody tr:hover td:after {
  background-image: linear-gradient(to right, var(--st-blue-25-0) 0%, var(--st-blue-25) 100%);
}
table.dataTable > tbody tr.dt-hasChild.shown + tr,
.table-responsive > table > tbody tr.dt-hasChild.shown + tr {
  background: var(--white) !important;
}
table.dataTable > tbody tr.dt-hasChild.shown + tr td,
.table-responsive > table > tbody tr.dt-hasChild.shown + tr td {
  padding: 0.5rem !important;
}
table.dataTable > tbody tr.dt-hasChild.shown + tr td:after,
.table-responsive > table > tbody tr.dt-hasChild.shown + tr td:after {
  display: none !important;
}
table.dataTable > tbody tr.dt-hasChild.shown + tr:hover,
.table-responsive > table > tbody tr.dt-hasChild.shown + tr:hover {
  background: var(--white) !important;
}
table.dataTable > tbody tr.even, table.dataTable > tbody tr.odd,
.table-responsive > table > tbody tr.even,
.table-responsive > table > tbody tr.odd {
  background: var(--white);
}
table.dataTable > tbody tr.even td, table.dataTable > tbody tr.odd td,
.table-responsive > table > tbody tr.even td,
.table-responsive > table > tbody tr.odd td {
  background: transparent !important;
}
table.dataTable > tbody tr.even:hover, table.dataTable > tbody tr.odd:hover,
.table-responsive > table > tbody tr.even:hover,
.table-responsive > table > tbody tr.odd:hover {
  background: var(--st-blue-25) !important;
}
table.dataTable > tbody tr.even:hover td:after, table.dataTable > tbody tr.odd:hover td:after,
.table-responsive > table > tbody tr.even:hover td:after,
.table-responsive > table > tbody tr.odd:hover td:after {
  background-image: linear-gradient(to right, var(--st-blue-25-0) 0%, var(--st-blue-25) 100%);
}
table.dataTable > tbody tr.table-danger,
.table-responsive > table > tbody tr.table-danger {
  background: var(--light-red);
  border-bottom: 1px solid var(--red) !important;
}
table.dataTable > tbody tr.table-danger td,
.table-responsive > table > tbody tr.table-danger td {
  background: transparent !important;
}
table.dataTable > tbody tr.table-danger:hover,
.table-responsive > table > tbody tr.table-danger:hover {
  background: var(--st-blue-25) !important;
}
table.dataTable > tbody tr.table-danger:hover td:after,
.table-responsive > table > tbody tr.table-danger:hover td:after {
  background-image: linear-gradient(to right, var(--st-blue-25-0) 0%, var(--st-blue-25) 100%);
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1 !important;
}

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

.dataTables_wrapper {
  font-size: 0.75rem;
  position: relative;
}
.dataTables_wrapper .dataTables_info {
  text-align: left;
  margin-top: 1rem !important;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: right;
  margin-top: 1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.page-item {
  margin-left: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.page-item .page-link {
  border: 0;
  padding: 0 0.5rem;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  color: var(--body-color);
  z-index: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.page-item.active > .page-link {
  background: var(--white);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous > .page-link, .dataTables_wrapper .dataTables_paginate .paginate_button.next > .page-link {
  background-color: var(--white);
  border-color: var(--white);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous > .page-link:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next > .page-link:after {
  order: 0;
  flex: 0 0 auto;
  /*font-family: $font-family-icon;
  font-style: normal;
  font-weight: 400;
  speak: none;*/
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled > .page-link, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled > .page-link {
  cursor: default;
  background-color: var(--white);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled > .page-link:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled > .page-link:after {
  opacity: 0.33;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous > .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8001 24.2L0.100098 12.5L11.8001 0.800049L13.2001 2.19995L2.90009 12.5L13.2001 22.8L11.8001 24.2Z' fill='%233282CC'/%3E%3C/svg%3E%0A");
  order: -1;
  margin-left: 0;
  margin-right: 0.25rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled > .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8001 24.2L0.100098 12.5L11.8001 0.800049L13.2001 2.19995L2.90009 12.5L13.2001 22.8L11.8001 24.2Z' fill='%23999999'/%3E%3C/svg%3E%0A");
  order: -1;
  margin-left: 0;
  margin-right: 0.25rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next > .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50009 24.2L0.100098 22.8L10.4001 12.5L0.100098 2.19995L1.50009 0.800049L13.2001 12.5L1.50009 24.2Z' fill='%233282CC'/%3E%3C/svg%3E%0A");
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled > .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50009 24.2L0.100098 22.8L10.4001 12.5L0.100098 2.19995L1.50009 0.800049L13.2001 12.5L1.50009 24.2Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}

.badge, .resource-lock-owner {
  color: var(--white);
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  background: var(--st-blue);
  --bs-badge-border-radius: 0.55rem;
}
@media (min-width: 1600px) {
  .badge, .resource-lock-owner {
    padding: 0.25rem 0.75rem;
  }
}

.page-container .header .form-close-action {
  position: absolute;
  top: 1.15rem;
  right: 1rem;
  background-color: var(--white);
  padding: 0.5rem !important;
  opacity: 0.75 !important;
}
.page-container .header .form-close-action:hover {
  opacity: 1 !important;
}
.page-container .header .title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.00625rem;
}
@media (min-width: 1600px) {
  .page-container .header .title {
    font-size: 1.25rem;
  }
}
.page-container .header .title > * {
  order: 0;
  flex: 0 0 auto;
}
.page-container .header .title .badge, .page-container .header .title .resource-lock-owner {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2px;
}
.page-container .header .title .title-links {
  order: 0;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2px;
}
.page-container .header .title .title-links .btn, .page-container .header .title .title-links .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .page-container .header .title .title-links .toastui-editor-file-select-button,
.page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-close-button,
.page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-ok-button {
  padding: 0.15rem 0.75rem;
  font-size: 0.75rem;
  margin-right: 1rem;
  line-height: 1.5;
  border-radius: 0.55rem;
}
.page-container .header .title .title-links .btn:hover, .page-container .header .title .title-links .toastui-editor-popup-add-image .toastui-editor-file-select-button:hover, .toastui-editor-popup-add-image .page-container .header .title .title-links .toastui-editor-file-select-button:hover,
.page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-close-button:hover,
.page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-ok-button:hover,
.toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-ok-button:hover {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .page-container .header .title .title-links .btn, .page-container .header .title .title-links .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .page-container .header .title .title-links .toastui-editor-file-select-button,
  .page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-close-button,
  .toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-close-button,
  .page-container .header .title .title-links .toastui-editor-defaultUI .toastui-editor-ok-button,
  .toastui-editor-defaultUI .page-container .header .title .title-links .toastui-editor-ok-button {
    padding: 0.25rem 0.75rem;
  }
}

.modal .modal-dialog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  margin: 0 auto !important;
  padding: 1rem;
}
.modal .modal-dialog .modal-content {
  border-radius: 1rem !important;
  border: none !important;
  --bs-dropdown-bg: transparent;
  background-color: transparent;
}
.modal .modal-dialog .ModalColAttributeContents {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 75vh;
}
.modal .modal-dialog .modal-header {
  background: var(--st-blue);
  color: var(--white);
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}
.modal .modal-dialog .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.modal .modal-dialog .modal-header .modal-title {
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  overflow-wrap: anywhere;
}
.modal .modal-dialog .modal-header .modal-title > * {
  order: 0;
  flex: 0 0 auto;
}
.modal .modal-dialog .modal-header .modal-title .badge, .modal .modal-dialog .modal-header .modal-title .resource-lock-owner {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2px;
}
.modal .modal-dialog .modal-header .modal-title .title-links {
  order: 0;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2px;
}
.modal .modal-dialog .modal-header .modal-title .title-links .btn, .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-popup-add-image .toastui-editor-file-select-button, .toastui-editor-popup-add-image .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-file-select-button,
.modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-close-button,
.modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-defaultUI .toastui-editor-ok-button,
.toastui-editor-defaultUI .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-ok-button {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  margin-right: 1rem;
  line-height: 1.5;
}
.modal .modal-dialog .modal-header .modal-title .title-links .btn:hover, .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-popup-add-image .toastui-editor-file-select-button:hover, .toastui-editor-popup-add-image .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-file-select-button:hover,
.modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-close-button:hover,
.modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-defaultUI .toastui-editor-ok-button:hover,
.toastui-editor-defaultUI .modal .modal-dialog .modal-header .modal-title .title-links .toastui-editor-ok-button:hover {
  text-decoration: underline;
}
.modal .modal-dialog .modal-body {
  background: var(--white);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0;
}
.modal .modal-dialog .modal-body .modal-body-content {
  height: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 160px);
  width: 100%;
  padding: var(--bs-modal-padding);
}
@media (min-width: 1600px) {
  .modal .modal-dialog .modal-body .modal-body-content {
    max-height: calc(100vh - 230px);
  }
}
.modal .modal-dialog .modal-body .modal-body-content.fixed-height,
.modal .modal-dialog .modal-body .modal-body.fixed-height .modal-body-content,
.modal .modal-dialog .modal-body .modal-content.fixed-height .modal-body-content,
.modal .modal-dialog .modal-body .modal.fixed-height .modal-body-content,
.modal .modal-dialog .modal-body .modal-dialog.fixed-height .modal-body-content,
.modal .modal-dialog .modal-body .fixed-height .modal-body-content {
  /* Force the element to use the maximum allowed height and scroll internally */
  height: calc(100vh - 160px) !important;
  overflow-y: auto;
  max-height: calc(100vh - 160px);
}
@media (min-width: 1600px) {
  .modal .modal-dialog .modal-body .modal-body-content.fixed-height,
  .modal .modal-dialog .modal-body .modal-body.fixed-height .modal-body-content,
  .modal .modal-dialog .modal-body .modal-content.fixed-height .modal-body-content,
  .modal .modal-dialog .modal-body .modal.fixed-height .modal-body-content,
  .modal .modal-dialog .modal-body .modal-dialog.fixed-height .modal-body-content,
  .modal .modal-dialog .modal-body .fixed-height .modal-body-content {
    height: calc(100vh - 230px) !important;
    max-height: calc(100vh - 230px);
  }
}
.modal .modal-dialog .modal-footer {
  background: var(--body-bg);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border: none !important;
  border-top: 1rem var(--white) solid !important;
  margin-top: -1rem;
}
.modal .modal-dialog.modal-fullscreen .modal-footer {
  border-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.modal .modal-dialog.modal-fullscreen .modal-content {
  border-radius: 1rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.modal .modal-dialog.modal-fullscreen .modal-body {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow-y: hidden;
}
.modal .modal-dialog.modal-fullscreen .modal-body .modal-body-content {
  overflow-y: auto;
  height: calc(100vh - 160px);
}
@media (min-width: 1600px) {
  .modal .modal-dialog.modal-fullscreen .modal-body .modal-body-content {
    height: calc(100vh - 230px);
  }
}
.modal .modal-dialog.modal-fullscreen .modal-body .modal-body-content::-webkit-scrollbar-track {
  margin-bottom: 1rem;
}
.modal .modal-dialog.modal-fullscreen .nav-fill,
.modal .modal-dialog.modal-fullscreen .nav-tabs {
  position: static;
  display: none;
}
.modal .modal-dialog.modal-fullscreen .nav-fill > .nav-link.active,
.modal .modal-dialog.modal-fullscreen .nav-fill .nav-item.active,
.modal .modal-dialog.modal-fullscreen .nav-tabs > .nav-link.active,
.modal .modal-dialog.modal-fullscreen .nav-tabs .nav-item.active {
  background: var(--white);
  color: var(--body-color);
  cursor: default;
}
.modal .modal-dialog.modal-fullscreen .nav-fill > .nav-link.page-nav-buttons,
.modal .modal-dialog.modal-fullscreen .nav-fill .nav-item.page-nav-buttons,
.modal .modal-dialog.modal-fullscreen .nav-tabs > .nav-link.page-nav-buttons,
.modal .modal-dialog.modal-fullscreen .nav-tabs .nav-item.page-nav-buttons {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  padding: 1rem;
  background: var(--body-bg);
}
.modal .modal-dialog.modal-fullscreen .nav-fill > .nav-link.page-nav-buttons .btn-group .dropdown-menu,
.modal .modal-dialog.modal-fullscreen .nav-fill .nav-item.page-nav-buttons .btn-group .dropdown-menu,
.modal .modal-dialog.modal-fullscreen .nav-tabs > .nav-link.page-nav-buttons .btn-group .dropdown-menu,
.modal .modal-dialog.modal-fullscreen .nav-tabs .nav-item.page-nav-buttons .btn-group .dropdown-menu {
  width: 100%;
  transform: translate(0px, -34px) !important;
}
.modal .modal-dialog.modal-fullscreen .page-control-tab-content {
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 1rem;
  background: var(--white);
}
.modal .modal-dialog.modal-fullscreen .page-control-tab-content .tab-pane {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-two-col > .row > div .form-col-item .form-col-label,
.form-two-col > .row > .div .form-col-item .form-col-label,
.form-one-col > .row > div .form-col-item .form-col-label,
.form-one-col > .row > .div .form-col-item .form-col-label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .form-two-col > .row > div .form-col-item .form-col-label,
  .form-two-col > .row > .div .form-col-item .form-col-label,
  .form-one-col > .row > div .form-col-item .form-col-label,
  .form-one-col > .row > .div .form-col-item .form-col-label {
    margin-bottom: 0;
  }
}
.form-two-col > .row > div .form-col-item .form-col-label > span[data-bs-toggle=tooltip],
.form-two-col > .row > .div .form-col-item .form-col-label > span[data-bs-toggle=tooltip],
.form-one-col > .row > div .form-col-item .form-col-label > span[data-bs-toggle=tooltip],
.form-one-col > .row > .div .form-col-item .form-col-label > span[data-bs-toggle=tooltip] {
  margin-left: 0.1rem;
  color: var(--st-blue);
}

.form-switch {
  padding-left: 1rem;
}
.form-switch .form-check-input {
  margin-left: 0;
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 3rem;
}
.form-switch .form-check-label {
  margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
  .form-two-col > .row > div,
  .form-two-col > .row > .div {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form-two-col > .row > div .form-col-item .form-col-label,
  .form-two-col > .row > .div .form-col-item .form-col-label {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form-two-col > .row > div .form-col-item .form-col-input,
  .form-two-col > .row > .div .form-col-item .form-col-input {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-one-col > .row > div,
  .form-one-col > .row > .div {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form-one-col > .row > div .form-col-item .form-col-label,
  .form-one-col > .row > .div .form-col-item .form-col-label {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form-one-col > .row > div .form-col-item .form-col-input,
  .form-one-col > .row > .div .form-col-item .form-col-input {
    width: 100%;
  }
}
.page-control-tab-content {
  padding: 1rem 0 0 0;
}

td > .fa-solid {
  color: var(--st-blue);
}

.page-item.active .page-link {
  background-color: var(--st-blue);
  border-color: var(--st-blue);
}

.pac-container {
  z-index: 10000 !important;
}

.modal-fullscreen-login {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: none !important;
}
.modal-fullscreen-login .modal-content {
  height: 100%;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.modal-fullscreen-login .modal-header,
.modal-fullscreen-login .modal-footer {
  display: none !important;
}

.login-page {
  background: var(--white);
}
@media (min-width: 768px) {
  .login-page {
    height: calc(100vh - 76px);
    min-height: 620px;
  }
}
@media (min-width: 1024px) {
  .login-page {
    height: calc(100vh - 58px);
  }
}
.login-page .modal-body {
  height: 100%;
  position: relative;
  padding: 0;
}
.login-page .modal-body .modal-body-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 !important;
  height: 100%;
  max-height: unset !important;
  position: relative;
}
@media (min-width: 1024px) {
  .login-page .modal-body .modal-body-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
}
.login-page .modal-body .modal-body-content .login-page-image {
  background: var(--body-bg);
  order: 0;
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}
.login-page .modal-body .modal-body-content .login-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.login-page .modal-body .modal-body-content .supplier-logo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2rem;
  padding: 2rem 4rem;
  text-align: center;
}
.login-page .modal-body .modal-body-content .supplier-logo img {
  max-width: 100%;
  height: 64px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .login-page .modal-body .modal-body-content .supplier-logo {
    text-align: left;
  }
}
.login-page .modal-body .modal-body-content .page-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2rem 1rem;
  position: relative;
  width: calc(100% - 4rem);
  max-width: 420px;
  background: #fff;
  border-radius: 2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .login-page .modal-body .modal-body-content .page-content {
    padding: 2rem 4rem;
    min-height: 354px;
  }
  .login-page .modal-body .modal-body-content .page-content .form-actions button {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  .login-page .modal-body .modal-body-content .page-content {
    margin: 0 4rem 0 0;
  }
}
.login-page .modal-body .modal-body-content .page-content > * {
  order: 0;
  flex: 0 0 100%;
}
.login-page .modal-body .modal-body-content .page-content .dealer-logo {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1600px) {
  .login-page .modal-body .modal-body-content .page-content .dealer-logo {
    margin-bottom: 4rem;
  }
}
.login-page .modal-body .modal-body-content .page-content .dealer-logo img {
  display: block;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  margin: 0 auto;
}
.login-page .modal-body .modal-body-content .page-content .supplier-logo {
  position: absolute;
  left: auto;
  top: 2rem;
}
.login-page .modal-body .modal-body-content .page-content .supplier-logo img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .login-page .modal-body .modal-body-content .page-content .supplier-logo {
    left: 2rem;
  }
}
.login-page .modal-body .modal-body-content .page-content .login-page-content {
  text-align: center;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > h2, .login-page .modal-body .modal-body-content .page-content .login-page-content > .h2 {
  font-weight: 300;
  color: var(--st-blue);
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > .login-page-content-text {
  margin: 1rem 0;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item {
  text-align: left;
  margin-bottom: 1rem;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item label {
  font-weight: 500;
  margin: 0;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item.checkbox-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item.checkbox-field > * {
  order: 0;
  flex: 0 0 auto;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item.checkbox-field label {
  order: 1;
  font-weight: 400;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-item.checkbox-field input {
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-actions {
  margin: 2rem 0 0 0;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .form-actions button {
  width: 100%;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .alert {
  margin-top: 1rem;
  word-break: break-word;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .checkbox {
  text-align: left;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content > #account .checkbox input {
  margin-right: 0.5rem;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength {
  margin: 2rem 0;
  color: var(--gray-600);
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength .password-strength-message {
  text-align: left;
  margin: 0 0 0.25rem 0;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength .password-strength-message span {
  color: var(--gray-600);
  font-weight: 500;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength .password-strength-bar {
  width: 100%;
  height: 6px;
  border: 1px solid var(--gray-200);
  position: relative;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength .password-strength-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  background: var(--gray-200);
  left: 0;
  top: 0;
  height: 4px;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-strong .password-strength-message span {
  color: #22c55e;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-strong .password-strength-bar:before {
  width: 90%;
  background: #22c55e;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-weak .password-strength-message span {
  color: #ef4444;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-weak .password-strength-bar:before {
  width: 25%;
  background: #ef4444;
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-good .password-strength-message span {
  color: var(--st-blue);
}
.login-page .modal-body .modal-body-content .page-content .login-page-content .password-strength.password-good .password-strength-bar:before {
  width: 60%;
  background: var(--st-blue);
}

.multi-action-btn {
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  background-color: var(--white);
  color: var(--body-color);
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in;
  background-position: 50%;
  outline: none !important;
}
.multi-action-btn.btn-circle {
  height: 28px;
  width: 40px;
  padding: 0 !important;
  font-size: 18px;
}
@media (min-width: 1600px) {
  .multi-action-btn.btn-circle {
    height: 37px;
  }
}

.multi-actions {
  width: 40px;
}
.multi-actions input {
  display: none;
}
.multi-actions input:not(:checked) ~ label {
  transform: rotate(0);
  box-shadow: none;
}
.multi-actions input:not(:checked) ~ label .multi-action-btn {
  border-radius: 0;
  height: 0px;
  width: 0px;
  box-shadow: none;
  opacity: 0;
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(1) {
  transform: translate(10px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(2) {
  transform: translate(-10px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(3) {
  transform: translate(-30px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(4) {
  transform: translate(-50px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(5) {
  transform: translate(-70px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(6) {
  transform: translate(-90px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(7) {
  transform: translate(-110px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(8) {
  transform: translate(-130px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(9) {
  transform: translate(-150px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn:nth-last-child(10) {
  transform: translate(-170px, 20px);
}
.multi-actions input:not(:checked) ~ label .multi-action-btn .icon {
  opacity: 0;
  width: 0;
  height: 0;
}
.multi-actions input:not(:checked) ~ label > .icon {
  opacity: 0.8;
  cursor: pointer;
}
.multi-actions label {
  position: relative;
  height: 28px;
  width: 40px;
  display: block;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
  cursor: default;
}
@media (min-width: 1600px) {
  .multi-actions label {
    height: 37px;
  }
}
.multi-actions label .multi-action-btn {
  position: absolute;
  z-index: 1;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  border-left: 1px solid var(--gray-300);
  opacity: 1;
}
.multi-actions label .multi-action-btn:nth-last-child(1) {
  transform: translate(20px, 0);
  transition: all 0.06s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(2) {
  transform: translate(-20px, 0);
  transition: all 0.08s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(3) {
  transform: translate(-60px, 0);
  transition: all 0.1s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(4) {
  transform: translate(-100px, 0);
  transition: all 0.12s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(5) {
  transform: translate(-140px, 0);
  transition: all 0.14s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(6) {
  transform: translate(-180px, 0);
  transition: all 0.16s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(7) {
  transform: translate(-220px, 0);
  transition: all 0.18s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(8) {
  transform: translate(-260px, 0);
  transition: all 0.2s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(9) {
  transform: translate(-300px, 0);
  transition: all 0.22s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(10) {
  transform: translate(-340px, 0);
  transition: all 0.24s ease-in-out;
}
.multi-actions label .multi-action-btn:nth-last-child(1) {
  border-right: 1px solid var(--gray-300);
}
.multi-actions label .multi-action-btn:nth-last-child(2) {
  border-right: 1px solid var(--gray-300);
}
.multi-actions label .multi-action-btn .icon {
  width: 28px;
  height: 28px;
  opacity: 0.8;
  transition: all 0.1s ease-in-out;
}
.multi-actions label .multi-action-btn:hover .icon {
  opacity: 1;
}
.multi-actions label > .icon {
  color: var(--body-color);
  position: absolute;
  top: 0;
  display: flex;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 40px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .multi-actions label > .icon {
    height: 37px;
  }
}
.multi-actions label .icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quote-price-summary > .row {
  justify-content: space-between !important;
}
.quote-price-summary > .row .quote-items-terms {
  order: 0;
  flex: 0 0 100%;
}
.quote-price-summary > .row .quote-items-terms textarea {
  width: calc(100% - 2px) !important;
  margin-left: 1px;
  min-height: 220px;
}
.quote-price-summary > .row .quote-items-terms label {
  order: 0;
  flex: 0 0 100%;
  font-size: 0.875rem !important;
  background: var(--base-color) !important;
  color: var(--white) !important;
  margin: 0 1rem !important;
  padding: 0.5rem !important;
  width: calc(100% - 2rem) !important;
  line-height: 1.5 !important;
}
.quote-price-summary > .row .quote-items-terms .form-col-input {
  width: 100% !important;
}
@media (min-width: 768px) {
  .quote-price-summary > .row .quote-items-terms {
    order: 0;
    flex: 0 0 55%;
  }
  .quote-price-summary > .row .quote-items-summary {
    order: 0;
    flex: 0 0 45%;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    position: relative;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-icons {
    order: 0;
    flex: 0 0 36px;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-icons webmodule-icon-button {
    position: absolute;
    bottom: 1.35rem;
    right: 0.5rem;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-data {
    order: 0;
    flex: 0 1 100%;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-data .webmodule-control-left-label {
    margin-bottom: var(--webmodule-spacing-x-small) !important;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-data .webmodule-control-left-label::part(form-control-label) {
    order: 0;
    flex: 0 0 40%;
    max-width: 100%;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-data .webmodule-control-left-label::part(form-control-input) {
    order: 0;
    flex: 0 0 60%;
  }
  .quote-price-summary > .row .quote-items-summary-wrapper .quote-items-summary-data hr {
    margin-bottom: var(--webmodule-spacing-x-small) !important;
    border-color: var(--white) !important;
  }
}
@media (min-width: 1024px) {
  .quote-price-summary > .row .quote-items-terms {
    order: 0;
    flex: 0 0 60%;
  }
  .quote-price-summary > .row .quote-items-summary {
    order: 0;
    flex: 0 0 40%;
  }
}
@media (min-width: 1368px) {
  .quote-price-summary > .row .quote-items-terms {
    order: 0;
    flex: 0 0 65%;
  }
  .quote-price-summary > .row .quote-items-summary {
    order: 0;
    flex: 0 0 35%;
  }
}
@media (min-width: 1600px) {
  .quote-price-summary > .row .quote-items-terms {
    order: 0;
    flex: 0 0 70%;
  }
  .quote-price-summary > .row .quote-items-summary {
    order: 0;
    flex: 0 0 30%;
  }
  .quote-price-summary > .row .quote-items-summary .form-col-label {
    width: 33.333% !important;
  }
  .quote-price-summary > .row .quote-items-summary .form-col-input {
    width: 66.667% !important;
  }
}

.tax-inline {
  position: relative;
}
.tax-inline .btn-tax {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 33%;
  padding: 0.5rem 0;
}
@media (min-width: 576px) {
  .tax-inline .btn-tax {
    top: 0;
    left: calc(1rem + 16.667%);
  }
}
@media (min-width: 768px) {
  .tax-inline .btn-tax {
    left: calc(0.25rem + 37.5%);
    width: 16.5%;
  }
}
@media (min-width: 1024px) {
  .tax-inline .btn-tax {
    left: calc(0.25rem + 37.5%);
    width: 20%;
  }
}
@media (min-width: 1368px) {
  .tax-inline .btn-tax {
    left: calc(0.25rem + 38%);
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .tax-inline .btn-tax {
    left: 33%;
  }
}

.quote-item-thumbnail {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain;
}

.toast-container {
  position: fixed;
  padding: 1rem;
  top: 0.5rem;
  right: 2.5rem;
}
@media (min-width: 1600px) {
  .toast-container {
    top: 2.5rem;
    right: 4.5rem;
  }
}

.toast {
  border-radius: 0.5rem;
}

.toast-header {
  color: var(--white);
  background-color: transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.toast-header webmodule-icon-button {
  color: var(--white);
  opacity: 1;
}
.toast-header webmodule-icon-button:hover {
  opacity: 1;
}
.toast-header webmodule-icon-button::part(base) {
  color: var(--white);
}

.toast-body {
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--body-color);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.save-notification-toast .toast-body {
  border-radius: 0.5rem !important;
}

#StatusSettingsForm dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
#StatusSettingsForm dl dd,
#StatusSettingsForm dl dt {
  order: 0;
  flex: 0 0 100%;
  padding: 0.5rem 0.5rem;
  min-height: 2rem;
}
#StatusSettingsForm dl dd:nth-of-type(even),
#StatusSettingsForm dl dt:nth-of-type(even) {
  background: var(--gray-100);
}
@media (min-width: 576px) {
  #StatusSettingsForm dl dt {
    order: 0;
    flex: 0 0 33.333333%;
  }
}
@media (min-width: 1600px) {
  #StatusSettingsForm dl dt {
    order: 0;
    flex: 0 0 25%;
  }
}
@media (min-width: 576px) {
  #StatusSettingsForm dl dd {
    order: 0;
    flex: 0 0 66.666666%;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  #StatusSettingsForm dl dd {
    order: 0;
    flex: 0 0 75%;
  }
}

#StatusSettingsForm h5, #StatusSettingsForm .h5 {
  font-size: 1.00625rem;
}

.settings-status-definition-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.settings-status-definition-labels .states-list {
  order: 0;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.settings-status-definition-labels .states-list > div,
.settings-status-definition-labels .states-list > .div {
  display: inline-block;
  margin: 0 0.125rem 0.5rem 0.125rem;
  color: var(--white);
  padding: 0.125rem 0.5rem;
  min-width: 60px;
  text-align: center;
  border-radius: 0.55rem;
}
.settings-status-definition-labels .states-list > div.state-header,
.settings-status-definition-labels .states-list > .div.state-header {
  display: block;
  margin: 0 0 0.5rem 0;
  background: var(--gray-600);
}

.branchquote-support-inbox .col-status .badge, .branchquote-support-inbox .col-status .resource-lock-owner,
.quote-status .badge,
.quote-status .resource-lock-owner,
.project-quote-state .badge,
.project-quote-state .resource-lock-owner,
.project-order-state .badge,
.project-order-state .resource-lock-owner,
.purchase-order-state .badge,
.purchase-order-state .resource-lock-owner {
  width: 100%;
  text-align: center;
}

.state-draft,
.badge-draft {
  background: var(--color-draft);
}

.state-active,
.badge-active,
.state-reactivated,
.badge-reactivated {
  background: var(--color-active);
}

.state-supplierreviewpending,
.badge-supplierreviewpending,
.state-techreview,
.badge-techreview {
  background: var(--color-issue-pending);
}

.state-issued,
.badge-issued {
  background: var(--color-issued);
}

.state-issuedpending,
.badge-issuedpending,
.state-issuepending,
.badge-issuepending {
  background: var(--color-issue-pending);
}

.state-accepted_assignedtoreviewer,
.badge-accepted_assignedtoreviewer,
.state-accepted,
.badge-accepted {
  background: var(--color-accepted);
}

.state-lapsed,
.badge-lapsed {
  background: var(--color-lapsed);
}

.state-rejected,
.badge-rejected {
  background: var(--color-rejected);
}

.state-cancelled,
.badge-cancelled {
  background: var(--color-rejected);
}

.state-completed,
.badge-completed,
.state-resolved,
.badge-resolved {
  background: var(--color-completed);
}

.state-reconcilled,
.badge-reconcilled {
  background: var(--color-completed);
}

.state-accepted_refusedbysupplier,
.badge-accepted_refusedbysupplier,
.state-superseded,
.badge-superseded {
  background: var(--color-completed);
}

.state-approved,
.badge-approved {
  background: var(--color-approved);
}

.state-reviewed,
.badge-reviewed {
  background: var(--color-reviewed);
}

.state-supplierreviewed,
.badge-supplierreviewed {
  background: var(--color-reviewed);
}

.state-review-pending,
.badge-review-pending {
  background: var(--color-review-pending);
}

.badge-env-prod,
.badge-portal-dealer {
  background: var(--st-blue);
}

.badge-env-test,
.badge-portal-supplier {
  background: var(--color-completed);
}

.quote-defaults-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-grow: 0 !important;
  margin-bottom: 1rem;
}
.quote-defaults-header > * {
  order: 0;
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  .quote-defaults-header .quote-deafults-buttons {
    text-align: right;
  }
  .quote-defaults-header h3, .quote-defaults-header .h3 {
    margin: 0 2rem 0 0;
  }
}

.defaults-verification-progress-wrapper {
  padding: 0.5rem 1rem;
  background-color: var(--white) !important;
}
.defaults-verification-progress-wrapper .text-primary {
  color: var(--st-blue) !important;
}
.defaults-verification-progress-wrapper .defaults-stripped-row {
  margin: 0;
}

.defaults-group-wrapper {
  margin: 0;
}
.defaults-group-wrapper .text-primary {
  color: var(--st-blue) !important;
}
.defaults-group-wrapper .defaults-group-header {
  color: var(--white);
  font-weight: 500;
  font-size: 0.9625rem;
  padding: 0.5rem 1rem;
  background: var(--st-mid-blue);
  margin: 0;
}
.defaults-group-wrapper .defaults-subgroup-header {
  color: var(--body-color);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background: var(--gray-100);
}
.defaults-group-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.defaults-group-wrapper .checkbox-icon {
  white-space: nowrap;
}
.defaults-group-wrapper .checkbox-icon .fa-check {
  color: var(--st-blue);
}
.defaults-group-wrapper .default-group-items-list {
  margin: 0.5rem 0 0.5rem 0.5rem;
}
.defaults-group-wrapper .default-group-items-header {
  margin: 0 0 0.5rem 0;
}

.defaults-stripped-row-header {
  font-weight: 500;
}

.defaults-stripped-row {
  padding: 0.1rem 0;
  border-bottom: 1px solid var(--gray-200);
  cursor: default;
}
.defaults-stripped-row:nth-child(odd) {
  background: var(--white);
}
.defaults-stripped-row:nth-child(even) {
  background: var(--gray-100);
}
.defaults-stripped-row:hover {
  background: var(--st-white-blue) !important;
  border-bottom: 1px solid var(--st-blue);
}

.modal-backdrop {
  background: var(--shadow-35);
}
.modal-backdrop.show {
  opacity: 1;
}

.readonly-background,
#readonly-background {
  background: var(--shadow-35);
}
.readonly-background.show,
#readonly-background.show {
  opacity: 1;
}

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

.invisible {
  opacity: 0 !important;
}

.readonly-backdrop.fade {
  opacity: 0;
}

.readonly-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.spinner-grow.push-right {
  top: -1.6rem;
  right: 0.6rem;
  width: 1rem;
  height: 1rem;
  color: var(--st-blue) !important;
}

.branding-wrapper .branding-image-description {
  margin-bottom: 1rem;
}
.branding-wrapper .image-upload-image .form-col-input {
  width: 100% !important;
  margin: 0 !important;
}
.branding-wrapper .image-upload-field label {
  display: none !important;
}
.branding-wrapper .image-upload-field .form-col-input {
  width: 100% !important;
}

.quoteItemValidationWrapper {
  margin: 0.5rem 0;
}
.quoteItemValidationWrapper > h2, .quoteItemValidationWrapper > .h2 {
  font-size: 0.875rem;
}
.quoteItemValidationWrapper .alert {
  padding: 0.25rem;
  margin-bottom: 0;
}

#splash-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 1024px) {
  #splash-screen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
}
#splash-screen > * {
  order: 0;
  flex: 0 0 100%;
}
#splash-screen .splash-screen-logo {
  margin-bottom: 2rem;
  text-align: center;
}
#splash-screen .splash-screen-logo img {
  width: 240px;
  height: auto;
  object-fit: contain;
}
#splash-screen .splash-screen-text {
  text-align: center;
}
#splash-screen .masthead {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2rem 1rem;
  position: relative;
  width: calc(100% - 4rem);
  max-width: 420px;
  background: #fff;
  border-radius: 2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  #splash-screen .masthead {
    padding: 2rem 4rem;
    min-height: 354px;
  }
  #splash-screen .masthead .form-actions button {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  #splash-screen .masthead {
    margin: 0 4rem 0 0;
  }
}
#splash-screen .masthead > * {
  order: 0;
  flex: 0 0 100%;
}

.address-map {
  margin-bottom: 0.5rem;
}
.address-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.frm-client-details {
  padding-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 0;
  display: none;
}

.purchase-order-price-summary > .row {
  justify-content: space-between !important;
}
.purchase-order-price-summary > .row .purchase-order-items-summary {
  order: 0;
  flex: 0 0 100%;
  background: var(--body-bg);
  font-weight: 500;
  padding: 0;
  margin: 12px 1rem 0 1rem;
}
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item {
  border-bottom: 1px solid var(--white);
  margin: 0 !important;
  padding: 0.5rem 0;
}
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item .form-control,
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item input {
  border: none !important;
  text-align: right;
}
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item .form-control:disabled, .purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item .form-control[readonly],
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item input:disabled,
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item input[readonly] {
  background: var(--body-bg);
}
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item .form-control.form-control-plaintext:focus, .purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item .form-control.form-control-plaintext:focus-visible,
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item input.form-control-plaintext:focus,
.purchase-order-price-summary > .row .purchase-order-items-summary .form-col-item input.form-control-plaintext:focus-visible {
  border: none !important;
}
@media (min-width: 768px) {
  .purchase-order-price-summary > .row .purchase-order-items-summary {
    order: 0;
    flex: 0 0 40%;
  }
}
@media (min-width: 1024px) {
  .purchase-order-price-summary > .row .purchase-order-items-summary {
    order: 0;
    flex: 0 0 30%;
  }
}
@media (min-width: 1600px) {
  .purchase-order-price-summary > .row .purchase-order-items-summary {
    order: 0;
    flex: 0 0 20%;
  }
  .purchase-order-price-summary > .row .purchase-order-items-summary .form-col-label {
    width: 33.333% !important;
  }
  .purchase-order-price-summary > .row .purchase-order-items-summary .form-col-input {
    width: 66.667% !important;
  }
}

.quote-item-no > .power-user {
  position: relative;
  display: inline;
  margin-left: 1rem;
}
.quote-item-no > .power-user:before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}

table.dataTable > thead,
table.dataTable > tbody,
table.dataTable > .simple-table-header,
table.dataTable > .simple-table-body,
table.dataTable > .simple-table-footer,
.table-responsive > table > thead,
.table-responsive > table > tbody,
.table-responsive > table > .simple-table-header,
.table-responsive > table > .simple-table-body,
.table-responsive > table > .simple-table-footer,
.simple-table > thead,
.simple-table > tbody,
.simple-table > .simple-table-header,
.simple-table > .simple-table-body,
.simple-table > .simple-table-footer {
  width: 100% !important;
}
table.dataTable > thead tr,
table.dataTable > thead > .row,
table.dataTable > tbody tr,
table.dataTable > tbody > .row,
table.dataTable > .simple-table-header tr,
table.dataTable > .simple-table-header > .row,
table.dataTable > .simple-table-body tr,
table.dataTable > .simple-table-body > .row,
table.dataTable > .simple-table-footer tr,
table.dataTable > .simple-table-footer > .row,
.table-responsive > table > thead tr,
.table-responsive > table > thead > .row,
.table-responsive > table > tbody tr,
.table-responsive > table > tbody > .row,
.table-responsive > table > .simple-table-header tr,
.table-responsive > table > .simple-table-header > .row,
.table-responsive > table > .simple-table-body tr,
.table-responsive > table > .simple-table-body > .row,
.table-responsive > table > .simple-table-footer tr,
.table-responsive > table > .simple-table-footer > .row,
.simple-table > thead tr,
.simple-table > thead > .row,
.simple-table > tbody tr,
.simple-table > tbody > .row,
.simple-table > .simple-table-header tr,
.simple-table > .simple-table-header > .row,
.simple-table > .simple-table-body tr,
.simple-table > .simple-table-body > .row,
.simple-table > .simple-table-footer tr,
.simple-table > .simple-table-footer > .row {
  width: 100% !important;
}
table.dataTable > thead tr td.item-menu,
table.dataTable > thead tr > .col.item-menu,
table.dataTable > thead > .row td.item-menu,
table.dataTable > thead > .row > .col.item-menu,
table.dataTable > tbody tr td.item-menu,
table.dataTable > tbody tr > .col.item-menu,
table.dataTable > tbody > .row td.item-menu,
table.dataTable > tbody > .row > .col.item-menu,
table.dataTable > .simple-table-header tr td.item-menu,
table.dataTable > .simple-table-header tr > .col.item-menu,
table.dataTable > .simple-table-header > .row td.item-menu,
table.dataTable > .simple-table-header > .row > .col.item-menu,
table.dataTable > .simple-table-body tr td.item-menu,
table.dataTable > .simple-table-body tr > .col.item-menu,
table.dataTable > .simple-table-body > .row td.item-menu,
table.dataTable > .simple-table-body > .row > .col.item-menu,
table.dataTable > .simple-table-footer tr td.item-menu,
table.dataTable > .simple-table-footer tr > .col.item-menu,
table.dataTable > .simple-table-footer > .row td.item-menu,
table.dataTable > .simple-table-footer > .row > .col.item-menu,
.table-responsive > table > thead tr td.item-menu,
.table-responsive > table > thead tr > .col.item-menu,
.table-responsive > table > thead > .row td.item-menu,
.table-responsive > table > thead > .row > .col.item-menu,
.table-responsive > table > tbody tr td.item-menu,
.table-responsive > table > tbody tr > .col.item-menu,
.table-responsive > table > tbody > .row td.item-menu,
.table-responsive > table > tbody > .row > .col.item-menu,
.table-responsive > table > .simple-table-header tr td.item-menu,
.table-responsive > table > .simple-table-header tr > .col.item-menu,
.table-responsive > table > .simple-table-header > .row td.item-menu,
.table-responsive > table > .simple-table-header > .row > .col.item-menu,
.table-responsive > table > .simple-table-body tr td.item-menu,
.table-responsive > table > .simple-table-body tr > .col.item-menu,
.table-responsive > table > .simple-table-body > .row td.item-menu,
.table-responsive > table > .simple-table-body > .row > .col.item-menu,
.table-responsive > table > .simple-table-footer tr td.item-menu,
.table-responsive > table > .simple-table-footer tr > .col.item-menu,
.table-responsive > table > .simple-table-footer > .row td.item-menu,
.table-responsive > table > .simple-table-footer > .row > .col.item-menu,
.simple-table > thead tr td.item-menu,
.simple-table > thead tr > .col.item-menu,
.simple-table > thead > .row td.item-menu,
.simple-table > thead > .row > .col.item-menu,
.simple-table > tbody tr td.item-menu,
.simple-table > tbody tr > .col.item-menu,
.simple-table > tbody > .row td.item-menu,
.simple-table > tbody > .row > .col.item-menu,
.simple-table > .simple-table-header tr td.item-menu,
.simple-table > .simple-table-header tr > .col.item-menu,
.simple-table > .simple-table-header > .row td.item-menu,
.simple-table > .simple-table-header > .row > .col.item-menu,
.simple-table > .simple-table-body tr td.item-menu,
.simple-table > .simple-table-body tr > .col.item-menu,
.simple-table > .simple-table-body > .row td.item-menu,
.simple-table > .simple-table-body > .row > .col.item-menu,
.simple-table > .simple-table-footer tr td.item-menu,
.simple-table > .simple-table-footer tr > .col.item-menu,
.simple-table > .simple-table-footer > .row td.item-menu,
.simple-table > .simple-table-footer > .row > .col.item-menu {
  padding-top: 0;
  padding-bottom: 0;
}
table.dataTable > thead tr th,
table.dataTable > thead tr td,
table.dataTable > thead tr > .col,
table.dataTable > thead > .row th,
table.dataTable > thead > .row td,
table.dataTable > thead > .row > .col,
table.dataTable > tbody tr th,
table.dataTable > tbody tr td,
table.dataTable > tbody tr > .col,
table.dataTable > tbody > .row th,
table.dataTable > tbody > .row td,
table.dataTable > tbody > .row > .col,
table.dataTable > .simple-table-header tr th,
table.dataTable > .simple-table-header tr td,
table.dataTable > .simple-table-header tr > .col,
table.dataTable > .simple-table-header > .row th,
table.dataTable > .simple-table-header > .row td,
table.dataTable > .simple-table-header > .row > .col,
table.dataTable > .simple-table-body tr th,
table.dataTable > .simple-table-body tr td,
table.dataTable > .simple-table-body tr > .col,
table.dataTable > .simple-table-body > .row th,
table.dataTable > .simple-table-body > .row td,
table.dataTable > .simple-table-body > .row > .col,
table.dataTable > .simple-table-footer tr th,
table.dataTable > .simple-table-footer tr td,
table.dataTable > .simple-table-footer tr > .col,
table.dataTable > .simple-table-footer > .row th,
table.dataTable > .simple-table-footer > .row td,
table.dataTable > .simple-table-footer > .row > .col,
.table-responsive > table > thead tr th,
.table-responsive > table > thead tr td,
.table-responsive > table > thead tr > .col,
.table-responsive > table > thead > .row th,
.table-responsive > table > thead > .row td,
.table-responsive > table > thead > .row > .col,
.table-responsive > table > tbody tr th,
.table-responsive > table > tbody tr td,
.table-responsive > table > tbody tr > .col,
.table-responsive > table > tbody > .row th,
.table-responsive > table > tbody > .row td,
.table-responsive > table > tbody > .row > .col,
.table-responsive > table > .simple-table-header tr th,
.table-responsive > table > .simple-table-header tr td,
.table-responsive > table > .simple-table-header tr > .col,
.table-responsive > table > .simple-table-header > .row th,
.table-responsive > table > .simple-table-header > .row td,
.table-responsive > table > .simple-table-header > .row > .col,
.table-responsive > table > .simple-table-body tr th,
.table-responsive > table > .simple-table-body tr td,
.table-responsive > table > .simple-table-body tr > .col,
.table-responsive > table > .simple-table-body > .row th,
.table-responsive > table > .simple-table-body > .row td,
.table-responsive > table > .simple-table-body > .row > .col,
.table-responsive > table > .simple-table-footer tr th,
.table-responsive > table > .simple-table-footer tr td,
.table-responsive > table > .simple-table-footer tr > .col,
.table-responsive > table > .simple-table-footer > .row th,
.table-responsive > table > .simple-table-footer > .row td,
.table-responsive > table > .simple-table-footer > .row > .col,
.simple-table > thead tr th,
.simple-table > thead tr td,
.simple-table > thead tr > .col,
.simple-table > thead > .row th,
.simple-table > thead > .row td,
.simple-table > thead > .row > .col,
.simple-table > tbody tr th,
.simple-table > tbody tr td,
.simple-table > tbody tr > .col,
.simple-table > tbody > .row th,
.simple-table > tbody > .row td,
.simple-table > tbody > .row > .col,
.simple-table > .simple-table-header tr th,
.simple-table > .simple-table-header tr td,
.simple-table > .simple-table-header tr > .col,
.simple-table > .simple-table-header > .row th,
.simple-table > .simple-table-header > .row td,
.simple-table > .simple-table-header > .row > .col,
.simple-table > .simple-table-body tr th,
.simple-table > .simple-table-body tr td,
.simple-table > .simple-table-body tr > .col,
.simple-table > .simple-table-body > .row th,
.simple-table > .simple-table-body > .row td,
.simple-table > .simple-table-body > .row > .col,
.simple-table > .simple-table-footer tr th,
.simple-table > .simple-table-footer tr td,
.simple-table > .simple-table-footer tr > .col,
.simple-table > .simple-table-footer > .row th,
.simple-table > .simple-table-footer > .row td,
.simple-table > .simple-table-footer > .row > .col {
  box-sizing: border-box;
}
table.dataTable > thead tr th.item-menu,
table.dataTable > thead tr td.item-menu,
table.dataTable > thead tr > .col.item-menu,
table.dataTable > thead > .row th.item-menu,
table.dataTable > thead > .row td.item-menu,
table.dataTable > thead > .row > .col.item-menu,
table.dataTable > tbody tr th.item-menu,
table.dataTable > tbody tr td.item-menu,
table.dataTable > tbody tr > .col.item-menu,
table.dataTable > tbody > .row th.item-menu,
table.dataTable > tbody > .row td.item-menu,
table.dataTable > tbody > .row > .col.item-menu,
table.dataTable > .simple-table-header tr th.item-menu,
table.dataTable > .simple-table-header tr td.item-menu,
table.dataTable > .simple-table-header tr > .col.item-menu,
table.dataTable > .simple-table-header > .row th.item-menu,
table.dataTable > .simple-table-header > .row td.item-menu,
table.dataTable > .simple-table-header > .row > .col.item-menu,
table.dataTable > .simple-table-body tr th.item-menu,
table.dataTable > .simple-table-body tr td.item-menu,
table.dataTable > .simple-table-body tr > .col.item-menu,
table.dataTable > .simple-table-body > .row th.item-menu,
table.dataTable > .simple-table-body > .row td.item-menu,
table.dataTable > .simple-table-body > .row > .col.item-menu,
table.dataTable > .simple-table-footer tr th.item-menu,
table.dataTable > .simple-table-footer tr td.item-menu,
table.dataTable > .simple-table-footer tr > .col.item-menu,
table.dataTable > .simple-table-footer > .row th.item-menu,
table.dataTable > .simple-table-footer > .row td.item-menu,
table.dataTable > .simple-table-footer > .row > .col.item-menu,
.table-responsive > table > thead tr th.item-menu,
.table-responsive > table > thead tr td.item-menu,
.table-responsive > table > thead tr > .col.item-menu,
.table-responsive > table > thead > .row th.item-menu,
.table-responsive > table > thead > .row td.item-menu,
.table-responsive > table > thead > .row > .col.item-menu,
.table-responsive > table > tbody tr th.item-menu,
.table-responsive > table > tbody tr td.item-menu,
.table-responsive > table > tbody tr > .col.item-menu,
.table-responsive > table > tbody > .row th.item-menu,
.table-responsive > table > tbody > .row td.item-menu,
.table-responsive > table > tbody > .row > .col.item-menu,
.table-responsive > table > .simple-table-header tr th.item-menu,
.table-responsive > table > .simple-table-header tr td.item-menu,
.table-responsive > table > .simple-table-header tr > .col.item-menu,
.table-responsive > table > .simple-table-header > .row th.item-menu,
.table-responsive > table > .simple-table-header > .row td.item-menu,
.table-responsive > table > .simple-table-header > .row > .col.item-menu,
.table-responsive > table > .simple-table-body tr th.item-menu,
.table-responsive > table > .simple-table-body tr td.item-menu,
.table-responsive > table > .simple-table-body tr > .col.item-menu,
.table-responsive > table > .simple-table-body > .row th.item-menu,
.table-responsive > table > .simple-table-body > .row td.item-menu,
.table-responsive > table > .simple-table-body > .row > .col.item-menu,
.table-responsive > table > .simple-table-footer tr th.item-menu,
.table-responsive > table > .simple-table-footer tr td.item-menu,
.table-responsive > table > .simple-table-footer tr > .col.item-menu,
.table-responsive > table > .simple-table-footer > .row th.item-menu,
.table-responsive > table > .simple-table-footer > .row td.item-menu,
.table-responsive > table > .simple-table-footer > .row > .col.item-menu,
.simple-table > thead tr th.item-menu,
.simple-table > thead tr td.item-menu,
.simple-table > thead tr > .col.item-menu,
.simple-table > thead > .row th.item-menu,
.simple-table > thead > .row td.item-menu,
.simple-table > thead > .row > .col.item-menu,
.simple-table > tbody tr th.item-menu,
.simple-table > tbody tr td.item-menu,
.simple-table > tbody tr > .col.item-menu,
.simple-table > tbody > .row th.item-menu,
.simple-table > tbody > .row td.item-menu,
.simple-table > tbody > .row > .col.item-menu,
.simple-table > .simple-table-header tr th.item-menu,
.simple-table > .simple-table-header tr td.item-menu,
.simple-table > .simple-table-header tr > .col.item-menu,
.simple-table > .simple-table-header > .row th.item-menu,
.simple-table > .simple-table-header > .row td.item-menu,
.simple-table > .simple-table-header > .row > .col.item-menu,
.simple-table > .simple-table-body tr th.item-menu,
.simple-table > .simple-table-body tr td.item-menu,
.simple-table > .simple-table-body tr > .col.item-menu,
.simple-table > .simple-table-body > .row th.item-menu,
.simple-table > .simple-table-body > .row td.item-menu,
.simple-table > .simple-table-body > .row > .col.item-menu,
.simple-table > .simple-table-footer tr th.item-menu,
.simple-table > .simple-table-footer tr td.item-menu,
.simple-table > .simple-table-footer tr > .col.item-menu,
.simple-table > .simple-table-footer > .row th.item-menu,
.simple-table > .simple-table-footer > .row td.item-menu,
.simple-table > .simple-table-footer > .row > .col.item-menu {
  order: 0;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  min-width: 50px;
  text-align: center !important;
  padding-right: 0.5rem;
}
table.dataTable > thead tr th.quote-amount,
table.dataTable > thead tr td.quote-amount,
table.dataTable > thead tr > .col.quote-amount,
table.dataTable > thead > .row th.quote-amount,
table.dataTable > thead > .row td.quote-amount,
table.dataTable > thead > .row > .col.quote-amount,
table.dataTable > tbody tr th.quote-amount,
table.dataTable > tbody tr td.quote-amount,
table.dataTable > tbody tr > .col.quote-amount,
table.dataTable > tbody > .row th.quote-amount,
table.dataTable > tbody > .row td.quote-amount,
table.dataTable > tbody > .row > .col.quote-amount,
table.dataTable > .simple-table-header tr th.quote-amount,
table.dataTable > .simple-table-header tr td.quote-amount,
table.dataTable > .simple-table-header tr > .col.quote-amount,
table.dataTable > .simple-table-header > .row th.quote-amount,
table.dataTable > .simple-table-header > .row td.quote-amount,
table.dataTable > .simple-table-header > .row > .col.quote-amount,
table.dataTable > .simple-table-body tr th.quote-amount,
table.dataTable > .simple-table-body tr td.quote-amount,
table.dataTable > .simple-table-body tr > .col.quote-amount,
table.dataTable > .simple-table-body > .row th.quote-amount,
table.dataTable > .simple-table-body > .row td.quote-amount,
table.dataTable > .simple-table-body > .row > .col.quote-amount,
table.dataTable > .simple-table-footer tr th.quote-amount,
table.dataTable > .simple-table-footer tr td.quote-amount,
table.dataTable > .simple-table-footer tr > .col.quote-amount,
table.dataTable > .simple-table-footer > .row th.quote-amount,
table.dataTable > .simple-table-footer > .row td.quote-amount,
table.dataTable > .simple-table-footer > .row > .col.quote-amount,
.table-responsive > table > thead tr th.quote-amount,
.table-responsive > table > thead tr td.quote-amount,
.table-responsive > table > thead tr > .col.quote-amount,
.table-responsive > table > thead > .row th.quote-amount,
.table-responsive > table > thead > .row td.quote-amount,
.table-responsive > table > thead > .row > .col.quote-amount,
.table-responsive > table > tbody tr th.quote-amount,
.table-responsive > table > tbody tr td.quote-amount,
.table-responsive > table > tbody tr > .col.quote-amount,
.table-responsive > table > tbody > .row th.quote-amount,
.table-responsive > table > tbody > .row td.quote-amount,
.table-responsive > table > tbody > .row > .col.quote-amount,
.table-responsive > table > .simple-table-header tr th.quote-amount,
.table-responsive > table > .simple-table-header tr td.quote-amount,
.table-responsive > table > .simple-table-header tr > .col.quote-amount,
.table-responsive > table > .simple-table-header > .row th.quote-amount,
.table-responsive > table > .simple-table-header > .row td.quote-amount,
.table-responsive > table > .simple-table-header > .row > .col.quote-amount,
.table-responsive > table > .simple-table-body tr th.quote-amount,
.table-responsive > table > .simple-table-body tr td.quote-amount,
.table-responsive > table > .simple-table-body tr > .col.quote-amount,
.table-responsive > table > .simple-table-body > .row th.quote-amount,
.table-responsive > table > .simple-table-body > .row td.quote-amount,
.table-responsive > table > .simple-table-body > .row > .col.quote-amount,
.table-responsive > table > .simple-table-footer tr th.quote-amount,
.table-responsive > table > .simple-table-footer tr td.quote-amount,
.table-responsive > table > .simple-table-footer tr > .col.quote-amount,
.table-responsive > table > .simple-table-footer > .row th.quote-amount,
.table-responsive > table > .simple-table-footer > .row td.quote-amount,
.table-responsive > table > .simple-table-footer > .row > .col.quote-amount,
.simple-table > thead tr th.quote-amount,
.simple-table > thead tr td.quote-amount,
.simple-table > thead tr > .col.quote-amount,
.simple-table > thead > .row th.quote-amount,
.simple-table > thead > .row td.quote-amount,
.simple-table > thead > .row > .col.quote-amount,
.simple-table > tbody tr th.quote-amount,
.simple-table > tbody tr td.quote-amount,
.simple-table > tbody tr > .col.quote-amount,
.simple-table > tbody > .row th.quote-amount,
.simple-table > tbody > .row td.quote-amount,
.simple-table > tbody > .row > .col.quote-amount,
.simple-table > .simple-table-header tr th.quote-amount,
.simple-table > .simple-table-header tr td.quote-amount,
.simple-table > .simple-table-header tr > .col.quote-amount,
.simple-table > .simple-table-header > .row th.quote-amount,
.simple-table > .simple-table-header > .row td.quote-amount,
.simple-table > .simple-table-header > .row > .col.quote-amount,
.simple-table > .simple-table-body tr th.quote-amount,
.simple-table > .simple-table-body tr td.quote-amount,
.simple-table > .simple-table-body tr > .col.quote-amount,
.simple-table > .simple-table-body > .row th.quote-amount,
.simple-table > .simple-table-body > .row td.quote-amount,
.simple-table > .simple-table-body > .row > .col.quote-amount,
.simple-table > .simple-table-footer tr th.quote-amount,
.simple-table > .simple-table-footer tr td.quote-amount,
.simple-table > .simple-table-footer tr > .col.quote-amount,
.simple-table > .simple-table-footer > .row th.quote-amount,
.simple-table > .simple-table-footer > .row td.quote-amount,
.simple-table > .simple-table-footer > .row > .col.quote-amount {
  order: 0;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
  min-width: 110px;
}
table.dataTable > thead tr th.supplier-name,
table.dataTable > thead tr td.supplier-name,
table.dataTable > thead tr > .col.supplier-name,
table.dataTable > thead > .row th.supplier-name,
table.dataTable > thead > .row td.supplier-name,
table.dataTable > thead > .row > .col.supplier-name,
table.dataTable > tbody tr th.supplier-name,
table.dataTable > tbody tr td.supplier-name,
table.dataTable > tbody tr > .col.supplier-name,
table.dataTable > tbody > .row th.supplier-name,
table.dataTable > tbody > .row td.supplier-name,
table.dataTable > tbody > .row > .col.supplier-name,
table.dataTable > .simple-table-header tr th.supplier-name,
table.dataTable > .simple-table-header tr td.supplier-name,
table.dataTable > .simple-table-header tr > .col.supplier-name,
table.dataTable > .simple-table-header > .row th.supplier-name,
table.dataTable > .simple-table-header > .row td.supplier-name,
table.dataTable > .simple-table-header > .row > .col.supplier-name,
table.dataTable > .simple-table-body tr th.supplier-name,
table.dataTable > .simple-table-body tr td.supplier-name,
table.dataTable > .simple-table-body tr > .col.supplier-name,
table.dataTable > .simple-table-body > .row th.supplier-name,
table.dataTable > .simple-table-body > .row td.supplier-name,
table.dataTable > .simple-table-body > .row > .col.supplier-name,
table.dataTable > .simple-table-footer tr th.supplier-name,
table.dataTable > .simple-table-footer tr td.supplier-name,
table.dataTable > .simple-table-footer tr > .col.supplier-name,
table.dataTable > .simple-table-footer > .row th.supplier-name,
table.dataTable > .simple-table-footer > .row td.supplier-name,
table.dataTable > .simple-table-footer > .row > .col.supplier-name,
.table-responsive > table > thead tr th.supplier-name,
.table-responsive > table > thead tr td.supplier-name,
.table-responsive > table > thead tr > .col.supplier-name,
.table-responsive > table > thead > .row th.supplier-name,
.table-responsive > table > thead > .row td.supplier-name,
.table-responsive > table > thead > .row > .col.supplier-name,
.table-responsive > table > tbody tr th.supplier-name,
.table-responsive > table > tbody tr td.supplier-name,
.table-responsive > table > tbody tr > .col.supplier-name,
.table-responsive > table > tbody > .row th.supplier-name,
.table-responsive > table > tbody > .row td.supplier-name,
.table-responsive > table > tbody > .row > .col.supplier-name,
.table-responsive > table > .simple-table-header tr th.supplier-name,
.table-responsive > table > .simple-table-header tr td.supplier-name,
.table-responsive > table > .simple-table-header tr > .col.supplier-name,
.table-responsive > table > .simple-table-header > .row th.supplier-name,
.table-responsive > table > .simple-table-header > .row td.supplier-name,
.table-responsive > table > .simple-table-header > .row > .col.supplier-name,
.table-responsive > table > .simple-table-body tr th.supplier-name,
.table-responsive > table > .simple-table-body tr td.supplier-name,
.table-responsive > table > .simple-table-body tr > .col.supplier-name,
.table-responsive > table > .simple-table-body > .row th.supplier-name,
.table-responsive > table > .simple-table-body > .row td.supplier-name,
.table-responsive > table > .simple-table-body > .row > .col.supplier-name,
.table-responsive > table > .simple-table-footer tr th.supplier-name,
.table-responsive > table > .simple-table-footer tr td.supplier-name,
.table-responsive > table > .simple-table-footer tr > .col.supplier-name,
.table-responsive > table > .simple-table-footer > .row th.supplier-name,
.table-responsive > table > .simple-table-footer > .row td.supplier-name,
.table-responsive > table > .simple-table-footer > .row > .col.supplier-name,
.simple-table > thead tr th.supplier-name,
.simple-table > thead tr td.supplier-name,
.simple-table > thead tr > .col.supplier-name,
.simple-table > thead > .row th.supplier-name,
.simple-table > thead > .row td.supplier-name,
.simple-table > thead > .row > .col.supplier-name,
.simple-table > tbody tr th.supplier-name,
.simple-table > tbody tr td.supplier-name,
.simple-table > tbody tr > .col.supplier-name,
.simple-table > tbody > .row th.supplier-name,
.simple-table > tbody > .row td.supplier-name,
.simple-table > tbody > .row > .col.supplier-name,
.simple-table > .simple-table-header tr th.supplier-name,
.simple-table > .simple-table-header tr td.supplier-name,
.simple-table > .simple-table-header tr > .col.supplier-name,
.simple-table > .simple-table-header > .row th.supplier-name,
.simple-table > .simple-table-header > .row td.supplier-name,
.simple-table > .simple-table-header > .row > .col.supplier-name,
.simple-table > .simple-table-body tr th.supplier-name,
.simple-table > .simple-table-body tr td.supplier-name,
.simple-table > .simple-table-body tr > .col.supplier-name,
.simple-table > .simple-table-body > .row th.supplier-name,
.simple-table > .simple-table-body > .row td.supplier-name,
.simple-table > .simple-table-body > .row > .col.supplier-name,
.simple-table > .simple-table-footer tr th.supplier-name,
.simple-table > .simple-table-footer tr td.supplier-name,
.simple-table > .simple-table-footer tr > .col.supplier-name,
.simple-table > .simple-table-footer > .row th.supplier-name,
.simple-table > .simple-table-footer > .row td.supplier-name,
.simple-table > .simple-table-footer > .row > .col.supplier-name {
  order: 0;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  min-width: 240px;
}
@media (max-width: 1920.98px) {
  table.dataTable > thead tr th.supplier-name,
  table.dataTable > thead tr td.supplier-name,
  table.dataTable > thead tr > .col.supplier-name,
  table.dataTable > thead > .row th.supplier-name,
  table.dataTable > thead > .row td.supplier-name,
  table.dataTable > thead > .row > .col.supplier-name,
  table.dataTable > tbody tr th.supplier-name,
  table.dataTable > tbody tr td.supplier-name,
  table.dataTable > tbody tr > .col.supplier-name,
  table.dataTable > tbody > .row th.supplier-name,
  table.dataTable > tbody > .row td.supplier-name,
  table.dataTable > tbody > .row > .col.supplier-name,
  table.dataTable > .simple-table-header tr th.supplier-name,
  table.dataTable > .simple-table-header tr td.supplier-name,
  table.dataTable > .simple-table-header tr > .col.supplier-name,
  table.dataTable > .simple-table-header > .row th.supplier-name,
  table.dataTable > .simple-table-header > .row td.supplier-name,
  table.dataTable > .simple-table-header > .row > .col.supplier-name,
  table.dataTable > .simple-table-body tr th.supplier-name,
  table.dataTable > .simple-table-body tr td.supplier-name,
  table.dataTable > .simple-table-body tr > .col.supplier-name,
  table.dataTable > .simple-table-body > .row th.supplier-name,
  table.dataTable > .simple-table-body > .row td.supplier-name,
  table.dataTable > .simple-table-body > .row > .col.supplier-name,
  table.dataTable > .simple-table-footer tr th.supplier-name,
  table.dataTable > .simple-table-footer tr td.supplier-name,
  table.dataTable > .simple-table-footer tr > .col.supplier-name,
  table.dataTable > .simple-table-footer > .row th.supplier-name,
  table.dataTable > .simple-table-footer > .row td.supplier-name,
  table.dataTable > .simple-table-footer > .row > .col.supplier-name,
  .table-responsive > table > thead tr th.supplier-name,
  .table-responsive > table > thead tr td.supplier-name,
  .table-responsive > table > thead tr > .col.supplier-name,
  .table-responsive > table > thead > .row th.supplier-name,
  .table-responsive > table > thead > .row td.supplier-name,
  .table-responsive > table > thead > .row > .col.supplier-name,
  .table-responsive > table > tbody tr th.supplier-name,
  .table-responsive > table > tbody tr td.supplier-name,
  .table-responsive > table > tbody tr > .col.supplier-name,
  .table-responsive > table > tbody > .row th.supplier-name,
  .table-responsive > table > tbody > .row td.supplier-name,
  .table-responsive > table > tbody > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-header tr th.supplier-name,
  .table-responsive > table > .simple-table-header tr td.supplier-name,
  .table-responsive > table > .simple-table-header tr > .col.supplier-name,
  .table-responsive > table > .simple-table-header > .row th.supplier-name,
  .table-responsive > table > .simple-table-header > .row td.supplier-name,
  .table-responsive > table > .simple-table-header > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-body tr th.supplier-name,
  .table-responsive > table > .simple-table-body tr td.supplier-name,
  .table-responsive > table > .simple-table-body tr > .col.supplier-name,
  .table-responsive > table > .simple-table-body > .row th.supplier-name,
  .table-responsive > table > .simple-table-body > .row td.supplier-name,
  .table-responsive > table > .simple-table-body > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-footer tr th.supplier-name,
  .table-responsive > table > .simple-table-footer tr td.supplier-name,
  .table-responsive > table > .simple-table-footer tr > .col.supplier-name,
  .table-responsive > table > .simple-table-footer > .row th.supplier-name,
  .table-responsive > table > .simple-table-footer > .row td.supplier-name,
  .table-responsive > table > .simple-table-footer > .row > .col.supplier-name,
  .simple-table > thead tr th.supplier-name,
  .simple-table > thead tr td.supplier-name,
  .simple-table > thead tr > .col.supplier-name,
  .simple-table > thead > .row th.supplier-name,
  .simple-table > thead > .row td.supplier-name,
  .simple-table > thead > .row > .col.supplier-name,
  .simple-table > tbody tr th.supplier-name,
  .simple-table > tbody tr td.supplier-name,
  .simple-table > tbody tr > .col.supplier-name,
  .simple-table > tbody > .row th.supplier-name,
  .simple-table > tbody > .row td.supplier-name,
  .simple-table > tbody > .row > .col.supplier-name,
  .simple-table > .simple-table-header tr th.supplier-name,
  .simple-table > .simple-table-header tr td.supplier-name,
  .simple-table > .simple-table-header tr > .col.supplier-name,
  .simple-table > .simple-table-header > .row th.supplier-name,
  .simple-table > .simple-table-header > .row td.supplier-name,
  .simple-table > .simple-table-header > .row > .col.supplier-name,
  .simple-table > .simple-table-body tr th.supplier-name,
  .simple-table > .simple-table-body tr td.supplier-name,
  .simple-table > .simple-table-body tr > .col.supplier-name,
  .simple-table > .simple-table-body > .row th.supplier-name,
  .simple-table > .simple-table-body > .row td.supplier-name,
  .simple-table > .simple-table-body > .row > .col.supplier-name,
  .simple-table > .simple-table-footer tr th.supplier-name,
  .simple-table > .simple-table-footer tr td.supplier-name,
  .simple-table > .simple-table-footer tr > .col.supplier-name,
  .simple-table > .simple-table-footer > .row th.supplier-name,
  .simple-table > .simple-table-footer > .row td.supplier-name,
  .simple-table > .simple-table-footer > .row > .col.supplier-name {
    order: 0;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.supplier-name,
  table.dataTable > thead tr td.supplier-name,
  table.dataTable > thead tr > .col.supplier-name,
  table.dataTable > thead > .row th.supplier-name,
  table.dataTable > thead > .row td.supplier-name,
  table.dataTable > thead > .row > .col.supplier-name,
  table.dataTable > tbody tr th.supplier-name,
  table.dataTable > tbody tr td.supplier-name,
  table.dataTable > tbody tr > .col.supplier-name,
  table.dataTable > tbody > .row th.supplier-name,
  table.dataTable > tbody > .row td.supplier-name,
  table.dataTable > tbody > .row > .col.supplier-name,
  table.dataTable > .simple-table-header tr th.supplier-name,
  table.dataTable > .simple-table-header tr td.supplier-name,
  table.dataTable > .simple-table-header tr > .col.supplier-name,
  table.dataTable > .simple-table-header > .row th.supplier-name,
  table.dataTable > .simple-table-header > .row td.supplier-name,
  table.dataTable > .simple-table-header > .row > .col.supplier-name,
  table.dataTable > .simple-table-body tr th.supplier-name,
  table.dataTable > .simple-table-body tr td.supplier-name,
  table.dataTable > .simple-table-body tr > .col.supplier-name,
  table.dataTable > .simple-table-body > .row th.supplier-name,
  table.dataTable > .simple-table-body > .row td.supplier-name,
  table.dataTable > .simple-table-body > .row > .col.supplier-name,
  table.dataTable > .simple-table-footer tr th.supplier-name,
  table.dataTable > .simple-table-footer tr td.supplier-name,
  table.dataTable > .simple-table-footer tr > .col.supplier-name,
  table.dataTable > .simple-table-footer > .row th.supplier-name,
  table.dataTable > .simple-table-footer > .row td.supplier-name,
  table.dataTable > .simple-table-footer > .row > .col.supplier-name,
  .table-responsive > table > thead tr th.supplier-name,
  .table-responsive > table > thead tr td.supplier-name,
  .table-responsive > table > thead tr > .col.supplier-name,
  .table-responsive > table > thead > .row th.supplier-name,
  .table-responsive > table > thead > .row td.supplier-name,
  .table-responsive > table > thead > .row > .col.supplier-name,
  .table-responsive > table > tbody tr th.supplier-name,
  .table-responsive > table > tbody tr td.supplier-name,
  .table-responsive > table > tbody tr > .col.supplier-name,
  .table-responsive > table > tbody > .row th.supplier-name,
  .table-responsive > table > tbody > .row td.supplier-name,
  .table-responsive > table > tbody > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-header tr th.supplier-name,
  .table-responsive > table > .simple-table-header tr td.supplier-name,
  .table-responsive > table > .simple-table-header tr > .col.supplier-name,
  .table-responsive > table > .simple-table-header > .row th.supplier-name,
  .table-responsive > table > .simple-table-header > .row td.supplier-name,
  .table-responsive > table > .simple-table-header > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-body tr th.supplier-name,
  .table-responsive > table > .simple-table-body tr td.supplier-name,
  .table-responsive > table > .simple-table-body tr > .col.supplier-name,
  .table-responsive > table > .simple-table-body > .row th.supplier-name,
  .table-responsive > table > .simple-table-body > .row td.supplier-name,
  .table-responsive > table > .simple-table-body > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-footer tr th.supplier-name,
  .table-responsive > table > .simple-table-footer tr td.supplier-name,
  .table-responsive > table > .simple-table-footer tr > .col.supplier-name,
  .table-responsive > table > .simple-table-footer > .row th.supplier-name,
  .table-responsive > table > .simple-table-footer > .row td.supplier-name,
  .table-responsive > table > .simple-table-footer > .row > .col.supplier-name,
  .simple-table > thead tr th.supplier-name,
  .simple-table > thead tr td.supplier-name,
  .simple-table > thead tr > .col.supplier-name,
  .simple-table > thead > .row th.supplier-name,
  .simple-table > thead > .row td.supplier-name,
  .simple-table > thead > .row > .col.supplier-name,
  .simple-table > tbody tr th.supplier-name,
  .simple-table > tbody tr td.supplier-name,
  .simple-table > tbody tr > .col.supplier-name,
  .simple-table > tbody > .row th.supplier-name,
  .simple-table > tbody > .row td.supplier-name,
  .simple-table > tbody > .row > .col.supplier-name,
  .simple-table > .simple-table-header tr th.supplier-name,
  .simple-table > .simple-table-header tr td.supplier-name,
  .simple-table > .simple-table-header tr > .col.supplier-name,
  .simple-table > .simple-table-header > .row th.supplier-name,
  .simple-table > .simple-table-header > .row td.supplier-name,
  .simple-table > .simple-table-header > .row > .col.supplier-name,
  .simple-table > .simple-table-body tr th.supplier-name,
  .simple-table > .simple-table-body tr td.supplier-name,
  .simple-table > .simple-table-body tr > .col.supplier-name,
  .simple-table > .simple-table-body > .row th.supplier-name,
  .simple-table > .simple-table-body > .row td.supplier-name,
  .simple-table > .simple-table-body > .row > .col.supplier-name,
  .simple-table > .simple-table-footer tr th.supplier-name,
  .simple-table > .simple-table-footer tr td.supplier-name,
  .simple-table > .simple-table-footer tr > .col.supplier-name,
  .simple-table > .simple-table-footer > .row th.supplier-name,
  .simple-table > .simple-table-footer > .row td.supplier-name,
  .simple-table > .simple-table-footer > .row > .col.supplier-name {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.supplier-name,
  table.dataTable > thead tr td.supplier-name,
  table.dataTable > thead tr > .col.supplier-name,
  table.dataTable > thead > .row th.supplier-name,
  table.dataTable > thead > .row td.supplier-name,
  table.dataTable > thead > .row > .col.supplier-name,
  table.dataTable > tbody tr th.supplier-name,
  table.dataTable > tbody tr td.supplier-name,
  table.dataTable > tbody tr > .col.supplier-name,
  table.dataTable > tbody > .row th.supplier-name,
  table.dataTable > tbody > .row td.supplier-name,
  table.dataTable > tbody > .row > .col.supplier-name,
  table.dataTable > .simple-table-header tr th.supplier-name,
  table.dataTable > .simple-table-header tr td.supplier-name,
  table.dataTable > .simple-table-header tr > .col.supplier-name,
  table.dataTable > .simple-table-header > .row th.supplier-name,
  table.dataTable > .simple-table-header > .row td.supplier-name,
  table.dataTable > .simple-table-header > .row > .col.supplier-name,
  table.dataTable > .simple-table-body tr th.supplier-name,
  table.dataTable > .simple-table-body tr td.supplier-name,
  table.dataTable > .simple-table-body tr > .col.supplier-name,
  table.dataTable > .simple-table-body > .row th.supplier-name,
  table.dataTable > .simple-table-body > .row td.supplier-name,
  table.dataTable > .simple-table-body > .row > .col.supplier-name,
  table.dataTable > .simple-table-footer tr th.supplier-name,
  table.dataTable > .simple-table-footer tr td.supplier-name,
  table.dataTable > .simple-table-footer tr > .col.supplier-name,
  table.dataTable > .simple-table-footer > .row th.supplier-name,
  table.dataTable > .simple-table-footer > .row td.supplier-name,
  table.dataTable > .simple-table-footer > .row > .col.supplier-name,
  .table-responsive > table > thead tr th.supplier-name,
  .table-responsive > table > thead tr td.supplier-name,
  .table-responsive > table > thead tr > .col.supplier-name,
  .table-responsive > table > thead > .row th.supplier-name,
  .table-responsive > table > thead > .row td.supplier-name,
  .table-responsive > table > thead > .row > .col.supplier-name,
  .table-responsive > table > tbody tr th.supplier-name,
  .table-responsive > table > tbody tr td.supplier-name,
  .table-responsive > table > tbody tr > .col.supplier-name,
  .table-responsive > table > tbody > .row th.supplier-name,
  .table-responsive > table > tbody > .row td.supplier-name,
  .table-responsive > table > tbody > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-header tr th.supplier-name,
  .table-responsive > table > .simple-table-header tr td.supplier-name,
  .table-responsive > table > .simple-table-header tr > .col.supplier-name,
  .table-responsive > table > .simple-table-header > .row th.supplier-name,
  .table-responsive > table > .simple-table-header > .row td.supplier-name,
  .table-responsive > table > .simple-table-header > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-body tr th.supplier-name,
  .table-responsive > table > .simple-table-body tr td.supplier-name,
  .table-responsive > table > .simple-table-body tr > .col.supplier-name,
  .table-responsive > table > .simple-table-body > .row th.supplier-name,
  .table-responsive > table > .simple-table-body > .row td.supplier-name,
  .table-responsive > table > .simple-table-body > .row > .col.supplier-name,
  .table-responsive > table > .simple-table-footer tr th.supplier-name,
  .table-responsive > table > .simple-table-footer tr td.supplier-name,
  .table-responsive > table > .simple-table-footer tr > .col.supplier-name,
  .table-responsive > table > .simple-table-footer > .row th.supplier-name,
  .table-responsive > table > .simple-table-footer > .row td.supplier-name,
  .table-responsive > table > .simple-table-footer > .row > .col.supplier-name,
  .simple-table > thead tr th.supplier-name,
  .simple-table > thead tr td.supplier-name,
  .simple-table > thead tr > .col.supplier-name,
  .simple-table > thead > .row th.supplier-name,
  .simple-table > thead > .row td.supplier-name,
  .simple-table > thead > .row > .col.supplier-name,
  .simple-table > tbody tr th.supplier-name,
  .simple-table > tbody tr td.supplier-name,
  .simple-table > tbody tr > .col.supplier-name,
  .simple-table > tbody > .row th.supplier-name,
  .simple-table > tbody > .row td.supplier-name,
  .simple-table > tbody > .row > .col.supplier-name,
  .simple-table > .simple-table-header tr th.supplier-name,
  .simple-table > .simple-table-header tr td.supplier-name,
  .simple-table > .simple-table-header tr > .col.supplier-name,
  .simple-table > .simple-table-header > .row th.supplier-name,
  .simple-table > .simple-table-header > .row td.supplier-name,
  .simple-table > .simple-table-header > .row > .col.supplier-name,
  .simple-table > .simple-table-body tr th.supplier-name,
  .simple-table > .simple-table-body tr td.supplier-name,
  .simple-table > .simple-table-body tr > .col.supplier-name,
  .simple-table > .simple-table-body > .row th.supplier-name,
  .simple-table > .simple-table-body > .row td.supplier-name,
  .simple-table > .simple-table-body > .row > .col.supplier-name,
  .simple-table > .simple-table-footer tr th.supplier-name,
  .simple-table > .simple-table-footer tr td.supplier-name,
  .simple-table > .simple-table-footer tr > .col.supplier-name,
  .simple-table > .simple-table-footer > .row th.supplier-name,
  .simple-table > .simple-table-footer > .row td.supplier-name,
  .simple-table > .simple-table-footer > .row > .col.supplier-name {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-type,
table.dataTable > thead tr td.quote-type,
table.dataTable > thead tr > .col.quote-type,
table.dataTable > thead > .row th.quote-type,
table.dataTable > thead > .row td.quote-type,
table.dataTable > thead > .row > .col.quote-type,
table.dataTable > tbody tr th.quote-type,
table.dataTable > tbody tr td.quote-type,
table.dataTable > tbody tr > .col.quote-type,
table.dataTable > tbody > .row th.quote-type,
table.dataTable > tbody > .row td.quote-type,
table.dataTable > tbody > .row > .col.quote-type,
table.dataTable > .simple-table-header tr th.quote-type,
table.dataTable > .simple-table-header tr td.quote-type,
table.dataTable > .simple-table-header tr > .col.quote-type,
table.dataTable > .simple-table-header > .row th.quote-type,
table.dataTable > .simple-table-header > .row td.quote-type,
table.dataTable > .simple-table-header > .row > .col.quote-type,
table.dataTable > .simple-table-body tr th.quote-type,
table.dataTable > .simple-table-body tr td.quote-type,
table.dataTable > .simple-table-body tr > .col.quote-type,
table.dataTable > .simple-table-body > .row th.quote-type,
table.dataTable > .simple-table-body > .row td.quote-type,
table.dataTable > .simple-table-body > .row > .col.quote-type,
table.dataTable > .simple-table-footer tr th.quote-type,
table.dataTable > .simple-table-footer tr td.quote-type,
table.dataTable > .simple-table-footer tr > .col.quote-type,
table.dataTable > .simple-table-footer > .row th.quote-type,
table.dataTable > .simple-table-footer > .row td.quote-type,
table.dataTable > .simple-table-footer > .row > .col.quote-type,
.table-responsive > table > thead tr th.quote-type,
.table-responsive > table > thead tr td.quote-type,
.table-responsive > table > thead tr > .col.quote-type,
.table-responsive > table > thead > .row th.quote-type,
.table-responsive > table > thead > .row td.quote-type,
.table-responsive > table > thead > .row > .col.quote-type,
.table-responsive > table > tbody tr th.quote-type,
.table-responsive > table > tbody tr td.quote-type,
.table-responsive > table > tbody tr > .col.quote-type,
.table-responsive > table > tbody > .row th.quote-type,
.table-responsive > table > tbody > .row td.quote-type,
.table-responsive > table > tbody > .row > .col.quote-type,
.table-responsive > table > .simple-table-header tr th.quote-type,
.table-responsive > table > .simple-table-header tr td.quote-type,
.table-responsive > table > .simple-table-header tr > .col.quote-type,
.table-responsive > table > .simple-table-header > .row th.quote-type,
.table-responsive > table > .simple-table-header > .row td.quote-type,
.table-responsive > table > .simple-table-header > .row > .col.quote-type,
.table-responsive > table > .simple-table-body tr th.quote-type,
.table-responsive > table > .simple-table-body tr td.quote-type,
.table-responsive > table > .simple-table-body tr > .col.quote-type,
.table-responsive > table > .simple-table-body > .row th.quote-type,
.table-responsive > table > .simple-table-body > .row td.quote-type,
.table-responsive > table > .simple-table-body > .row > .col.quote-type,
.table-responsive > table > .simple-table-footer tr th.quote-type,
.table-responsive > table > .simple-table-footer tr td.quote-type,
.table-responsive > table > .simple-table-footer tr > .col.quote-type,
.table-responsive > table > .simple-table-footer > .row th.quote-type,
.table-responsive > table > .simple-table-footer > .row td.quote-type,
.table-responsive > table > .simple-table-footer > .row > .col.quote-type,
.simple-table > thead tr th.quote-type,
.simple-table > thead tr td.quote-type,
.simple-table > thead tr > .col.quote-type,
.simple-table > thead > .row th.quote-type,
.simple-table > thead > .row td.quote-type,
.simple-table > thead > .row > .col.quote-type,
.simple-table > tbody tr th.quote-type,
.simple-table > tbody tr td.quote-type,
.simple-table > tbody tr > .col.quote-type,
.simple-table > tbody > .row th.quote-type,
.simple-table > tbody > .row td.quote-type,
.simple-table > tbody > .row > .col.quote-type,
.simple-table > .simple-table-header tr th.quote-type,
.simple-table > .simple-table-header tr td.quote-type,
.simple-table > .simple-table-header tr > .col.quote-type,
.simple-table > .simple-table-header > .row th.quote-type,
.simple-table > .simple-table-header > .row td.quote-type,
.simple-table > .simple-table-header > .row > .col.quote-type,
.simple-table > .simple-table-body tr th.quote-type,
.simple-table > .simple-table-body tr td.quote-type,
.simple-table > .simple-table-body tr > .col.quote-type,
.simple-table > .simple-table-body > .row th.quote-type,
.simple-table > .simple-table-body > .row td.quote-type,
.simple-table > .simple-table-body > .row > .col.quote-type,
.simple-table > .simple-table-footer tr th.quote-type,
.simple-table > .simple-table-footer tr td.quote-type,
.simple-table > .simple-table-footer tr > .col.quote-type,
.simple-table > .simple-table-footer > .row th.quote-type,
.simple-table > .simple-table-footer > .row td.quote-type,
.simple-table > .simple-table-footer > .row > .col.quote-type {
  order: 0;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
  min-width: 110px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.quote-type,
  table.dataTable > thead tr td.quote-type,
  table.dataTable > thead tr > .col.quote-type,
  table.dataTable > thead > .row th.quote-type,
  table.dataTable > thead > .row td.quote-type,
  table.dataTable > thead > .row > .col.quote-type,
  table.dataTable > tbody tr th.quote-type,
  table.dataTable > tbody tr td.quote-type,
  table.dataTable > tbody tr > .col.quote-type,
  table.dataTable > tbody > .row th.quote-type,
  table.dataTable > tbody > .row td.quote-type,
  table.dataTable > tbody > .row > .col.quote-type,
  table.dataTable > .simple-table-header tr th.quote-type,
  table.dataTable > .simple-table-header tr td.quote-type,
  table.dataTable > .simple-table-header tr > .col.quote-type,
  table.dataTable > .simple-table-header > .row th.quote-type,
  table.dataTable > .simple-table-header > .row td.quote-type,
  table.dataTable > .simple-table-header > .row > .col.quote-type,
  table.dataTable > .simple-table-body tr th.quote-type,
  table.dataTable > .simple-table-body tr td.quote-type,
  table.dataTable > .simple-table-body tr > .col.quote-type,
  table.dataTable > .simple-table-body > .row th.quote-type,
  table.dataTable > .simple-table-body > .row td.quote-type,
  table.dataTable > .simple-table-body > .row > .col.quote-type,
  table.dataTable > .simple-table-footer tr th.quote-type,
  table.dataTable > .simple-table-footer tr td.quote-type,
  table.dataTable > .simple-table-footer tr > .col.quote-type,
  table.dataTable > .simple-table-footer > .row th.quote-type,
  table.dataTable > .simple-table-footer > .row td.quote-type,
  table.dataTable > .simple-table-footer > .row > .col.quote-type,
  .table-responsive > table > thead tr th.quote-type,
  .table-responsive > table > thead tr td.quote-type,
  .table-responsive > table > thead tr > .col.quote-type,
  .table-responsive > table > thead > .row th.quote-type,
  .table-responsive > table > thead > .row td.quote-type,
  .table-responsive > table > thead > .row > .col.quote-type,
  .table-responsive > table > tbody tr th.quote-type,
  .table-responsive > table > tbody tr td.quote-type,
  .table-responsive > table > tbody tr > .col.quote-type,
  .table-responsive > table > tbody > .row th.quote-type,
  .table-responsive > table > tbody > .row td.quote-type,
  .table-responsive > table > tbody > .row > .col.quote-type,
  .table-responsive > table > .simple-table-header tr th.quote-type,
  .table-responsive > table > .simple-table-header tr td.quote-type,
  .table-responsive > table > .simple-table-header tr > .col.quote-type,
  .table-responsive > table > .simple-table-header > .row th.quote-type,
  .table-responsive > table > .simple-table-header > .row td.quote-type,
  .table-responsive > table > .simple-table-header > .row > .col.quote-type,
  .table-responsive > table > .simple-table-body tr th.quote-type,
  .table-responsive > table > .simple-table-body tr td.quote-type,
  .table-responsive > table > .simple-table-body tr > .col.quote-type,
  .table-responsive > table > .simple-table-body > .row th.quote-type,
  .table-responsive > table > .simple-table-body > .row td.quote-type,
  .table-responsive > table > .simple-table-body > .row > .col.quote-type,
  .table-responsive > table > .simple-table-footer tr th.quote-type,
  .table-responsive > table > .simple-table-footer tr td.quote-type,
  .table-responsive > table > .simple-table-footer tr > .col.quote-type,
  .table-responsive > table > .simple-table-footer > .row th.quote-type,
  .table-responsive > table > .simple-table-footer > .row td.quote-type,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-type,
  .simple-table > thead tr th.quote-type,
  .simple-table > thead tr td.quote-type,
  .simple-table > thead tr > .col.quote-type,
  .simple-table > thead > .row th.quote-type,
  .simple-table > thead > .row td.quote-type,
  .simple-table > thead > .row > .col.quote-type,
  .simple-table > tbody tr th.quote-type,
  .simple-table > tbody tr td.quote-type,
  .simple-table > tbody tr > .col.quote-type,
  .simple-table > tbody > .row th.quote-type,
  .simple-table > tbody > .row td.quote-type,
  .simple-table > tbody > .row > .col.quote-type,
  .simple-table > .simple-table-header tr th.quote-type,
  .simple-table > .simple-table-header tr td.quote-type,
  .simple-table > .simple-table-header tr > .col.quote-type,
  .simple-table > .simple-table-header > .row th.quote-type,
  .simple-table > .simple-table-header > .row td.quote-type,
  .simple-table > .simple-table-header > .row > .col.quote-type,
  .simple-table > .simple-table-body tr th.quote-type,
  .simple-table > .simple-table-body tr td.quote-type,
  .simple-table > .simple-table-body tr > .col.quote-type,
  .simple-table > .simple-table-body > .row th.quote-type,
  .simple-table > .simple-table-body > .row td.quote-type,
  .simple-table > .simple-table-body > .row > .col.quote-type,
  .simple-table > .simple-table-footer tr th.quote-type,
  .simple-table > .simple-table-footer tr td.quote-type,
  .simple-table > .simple-table-footer tr > .col.quote-type,
  .simple-table > .simple-table-footer > .row th.quote-type,
  .simple-table > .simple-table-footer > .row td.quote-type,
  .simple-table > .simple-table-footer > .row > .col.quote-type {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-status,
table.dataTable > thead tr td.quote-status,
table.dataTable > thead tr > .col.quote-status,
table.dataTable > thead > .row th.quote-status,
table.dataTable > thead > .row td.quote-status,
table.dataTable > thead > .row > .col.quote-status,
table.dataTable > tbody tr th.quote-status,
table.dataTable > tbody tr td.quote-status,
table.dataTable > tbody tr > .col.quote-status,
table.dataTable > tbody > .row th.quote-status,
table.dataTable > tbody > .row td.quote-status,
table.dataTable > tbody > .row > .col.quote-status,
table.dataTable > .simple-table-header tr th.quote-status,
table.dataTable > .simple-table-header tr td.quote-status,
table.dataTable > .simple-table-header tr > .col.quote-status,
table.dataTable > .simple-table-header > .row th.quote-status,
table.dataTable > .simple-table-header > .row td.quote-status,
table.dataTable > .simple-table-header > .row > .col.quote-status,
table.dataTable > .simple-table-body tr th.quote-status,
table.dataTable > .simple-table-body tr td.quote-status,
table.dataTable > .simple-table-body tr > .col.quote-status,
table.dataTable > .simple-table-body > .row th.quote-status,
table.dataTable > .simple-table-body > .row td.quote-status,
table.dataTable > .simple-table-body > .row > .col.quote-status,
table.dataTable > .simple-table-footer tr th.quote-status,
table.dataTable > .simple-table-footer tr td.quote-status,
table.dataTable > .simple-table-footer tr > .col.quote-status,
table.dataTable > .simple-table-footer > .row th.quote-status,
table.dataTable > .simple-table-footer > .row td.quote-status,
table.dataTable > .simple-table-footer > .row > .col.quote-status,
.table-responsive > table > thead tr th.quote-status,
.table-responsive > table > thead tr td.quote-status,
.table-responsive > table > thead tr > .col.quote-status,
.table-responsive > table > thead > .row th.quote-status,
.table-responsive > table > thead > .row td.quote-status,
.table-responsive > table > thead > .row > .col.quote-status,
.table-responsive > table > tbody tr th.quote-status,
.table-responsive > table > tbody tr td.quote-status,
.table-responsive > table > tbody tr > .col.quote-status,
.table-responsive > table > tbody > .row th.quote-status,
.table-responsive > table > tbody > .row td.quote-status,
.table-responsive > table > tbody > .row > .col.quote-status,
.table-responsive > table > .simple-table-header tr th.quote-status,
.table-responsive > table > .simple-table-header tr td.quote-status,
.table-responsive > table > .simple-table-header tr > .col.quote-status,
.table-responsive > table > .simple-table-header > .row th.quote-status,
.table-responsive > table > .simple-table-header > .row td.quote-status,
.table-responsive > table > .simple-table-header > .row > .col.quote-status,
.table-responsive > table > .simple-table-body tr th.quote-status,
.table-responsive > table > .simple-table-body tr td.quote-status,
.table-responsive > table > .simple-table-body tr > .col.quote-status,
.table-responsive > table > .simple-table-body > .row th.quote-status,
.table-responsive > table > .simple-table-body > .row td.quote-status,
.table-responsive > table > .simple-table-body > .row > .col.quote-status,
.table-responsive > table > .simple-table-footer tr th.quote-status,
.table-responsive > table > .simple-table-footer tr td.quote-status,
.table-responsive > table > .simple-table-footer tr > .col.quote-status,
.table-responsive > table > .simple-table-footer > .row th.quote-status,
.table-responsive > table > .simple-table-footer > .row td.quote-status,
.table-responsive > table > .simple-table-footer > .row > .col.quote-status,
.simple-table > thead tr th.quote-status,
.simple-table > thead tr td.quote-status,
.simple-table > thead tr > .col.quote-status,
.simple-table > thead > .row th.quote-status,
.simple-table > thead > .row td.quote-status,
.simple-table > thead > .row > .col.quote-status,
.simple-table > tbody tr th.quote-status,
.simple-table > tbody tr td.quote-status,
.simple-table > tbody tr > .col.quote-status,
.simple-table > tbody > .row th.quote-status,
.simple-table > tbody > .row td.quote-status,
.simple-table > tbody > .row > .col.quote-status,
.simple-table > .simple-table-header tr th.quote-status,
.simple-table > .simple-table-header tr td.quote-status,
.simple-table > .simple-table-header tr > .col.quote-status,
.simple-table > .simple-table-header > .row th.quote-status,
.simple-table > .simple-table-header > .row td.quote-status,
.simple-table > .simple-table-header > .row > .col.quote-status,
.simple-table > .simple-table-body tr th.quote-status,
.simple-table > .simple-table-body tr td.quote-status,
.simple-table > .simple-table-body tr > .col.quote-status,
.simple-table > .simple-table-body > .row th.quote-status,
.simple-table > .simple-table-body > .row td.quote-status,
.simple-table > .simple-table-body > .row > .col.quote-status,
.simple-table > .simple-table-footer tr th.quote-status,
.simple-table > .simple-table-footer tr td.quote-status,
.simple-table > .simple-table-footer tr > .col.quote-status,
.simple-table > .simple-table-footer > .row th.quote-status,
.simple-table > .simple-table-footer > .row td.quote-status,
.simple-table > .simple-table-footer > .row > .col.quote-status {
  order: 0;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
  min-width: 130px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.quote-status,
  table.dataTable > thead tr td.quote-status,
  table.dataTable > thead tr > .col.quote-status,
  table.dataTable > thead > .row th.quote-status,
  table.dataTable > thead > .row td.quote-status,
  table.dataTable > thead > .row > .col.quote-status,
  table.dataTable > tbody tr th.quote-status,
  table.dataTable > tbody tr td.quote-status,
  table.dataTable > tbody tr > .col.quote-status,
  table.dataTable > tbody > .row th.quote-status,
  table.dataTable > tbody > .row td.quote-status,
  table.dataTable > tbody > .row > .col.quote-status,
  table.dataTable > .simple-table-header tr th.quote-status,
  table.dataTable > .simple-table-header tr td.quote-status,
  table.dataTable > .simple-table-header tr > .col.quote-status,
  table.dataTable > .simple-table-header > .row th.quote-status,
  table.dataTable > .simple-table-header > .row td.quote-status,
  table.dataTable > .simple-table-header > .row > .col.quote-status,
  table.dataTable > .simple-table-body tr th.quote-status,
  table.dataTable > .simple-table-body tr td.quote-status,
  table.dataTable > .simple-table-body tr > .col.quote-status,
  table.dataTable > .simple-table-body > .row th.quote-status,
  table.dataTable > .simple-table-body > .row td.quote-status,
  table.dataTable > .simple-table-body > .row > .col.quote-status,
  table.dataTable > .simple-table-footer tr th.quote-status,
  table.dataTable > .simple-table-footer tr td.quote-status,
  table.dataTable > .simple-table-footer tr > .col.quote-status,
  table.dataTable > .simple-table-footer > .row th.quote-status,
  table.dataTable > .simple-table-footer > .row td.quote-status,
  table.dataTable > .simple-table-footer > .row > .col.quote-status,
  .table-responsive > table > thead tr th.quote-status,
  .table-responsive > table > thead tr td.quote-status,
  .table-responsive > table > thead tr > .col.quote-status,
  .table-responsive > table > thead > .row th.quote-status,
  .table-responsive > table > thead > .row td.quote-status,
  .table-responsive > table > thead > .row > .col.quote-status,
  .table-responsive > table > tbody tr th.quote-status,
  .table-responsive > table > tbody tr td.quote-status,
  .table-responsive > table > tbody tr > .col.quote-status,
  .table-responsive > table > tbody > .row th.quote-status,
  .table-responsive > table > tbody > .row td.quote-status,
  .table-responsive > table > tbody > .row > .col.quote-status,
  .table-responsive > table > .simple-table-header tr th.quote-status,
  .table-responsive > table > .simple-table-header tr td.quote-status,
  .table-responsive > table > .simple-table-header tr > .col.quote-status,
  .table-responsive > table > .simple-table-header > .row th.quote-status,
  .table-responsive > table > .simple-table-header > .row td.quote-status,
  .table-responsive > table > .simple-table-header > .row > .col.quote-status,
  .table-responsive > table > .simple-table-body tr th.quote-status,
  .table-responsive > table > .simple-table-body tr td.quote-status,
  .table-responsive > table > .simple-table-body tr > .col.quote-status,
  .table-responsive > table > .simple-table-body > .row th.quote-status,
  .table-responsive > table > .simple-table-body > .row td.quote-status,
  .table-responsive > table > .simple-table-body > .row > .col.quote-status,
  .table-responsive > table > .simple-table-footer tr th.quote-status,
  .table-responsive > table > .simple-table-footer tr td.quote-status,
  .table-responsive > table > .simple-table-footer tr > .col.quote-status,
  .table-responsive > table > .simple-table-footer > .row th.quote-status,
  .table-responsive > table > .simple-table-footer > .row td.quote-status,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-status,
  .simple-table > thead tr th.quote-status,
  .simple-table > thead tr td.quote-status,
  .simple-table > thead tr > .col.quote-status,
  .simple-table > thead > .row th.quote-status,
  .simple-table > thead > .row td.quote-status,
  .simple-table > thead > .row > .col.quote-status,
  .simple-table > tbody tr th.quote-status,
  .simple-table > tbody tr td.quote-status,
  .simple-table > tbody tr > .col.quote-status,
  .simple-table > tbody > .row th.quote-status,
  .simple-table > tbody > .row td.quote-status,
  .simple-table > tbody > .row > .col.quote-status,
  .simple-table > .simple-table-header tr th.quote-status,
  .simple-table > .simple-table-header tr td.quote-status,
  .simple-table > .simple-table-header tr > .col.quote-status,
  .simple-table > .simple-table-header > .row th.quote-status,
  .simple-table > .simple-table-header > .row td.quote-status,
  .simple-table > .simple-table-header > .row > .col.quote-status,
  .simple-table > .simple-table-body tr th.quote-status,
  .simple-table > .simple-table-body tr td.quote-status,
  .simple-table > .simple-table-body tr > .col.quote-status,
  .simple-table > .simple-table-body > .row th.quote-status,
  .simple-table > .simple-table-body > .row td.quote-status,
  .simple-table > .simple-table-body > .row > .col.quote-status,
  .simple-table > .simple-table-footer tr th.quote-status,
  .simple-table > .simple-table-footer tr td.quote-status,
  .simple-table > .simple-table-footer tr > .col.quote-status,
  .simple-table > .simple-table-footer > .row th.quote-status,
  .simple-table > .simple-table-footer > .row td.quote-status,
  .simple-table > .simple-table-footer > .row > .col.quote-status {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-project-number,
table.dataTable > thead tr td.quote-project-number,
table.dataTable > thead tr > .col.quote-project-number,
table.dataTable > thead > .row th.quote-project-number,
table.dataTable > thead > .row td.quote-project-number,
table.dataTable > thead > .row > .col.quote-project-number,
table.dataTable > tbody tr th.quote-project-number,
table.dataTable > tbody tr td.quote-project-number,
table.dataTable > tbody tr > .col.quote-project-number,
table.dataTable > tbody > .row th.quote-project-number,
table.dataTable > tbody > .row td.quote-project-number,
table.dataTable > tbody > .row > .col.quote-project-number,
table.dataTable > .simple-table-header tr th.quote-project-number,
table.dataTable > .simple-table-header tr td.quote-project-number,
table.dataTable > .simple-table-header tr > .col.quote-project-number,
table.dataTable > .simple-table-header > .row th.quote-project-number,
table.dataTable > .simple-table-header > .row td.quote-project-number,
table.dataTable > .simple-table-header > .row > .col.quote-project-number,
table.dataTable > .simple-table-body tr th.quote-project-number,
table.dataTable > .simple-table-body tr td.quote-project-number,
table.dataTable > .simple-table-body tr > .col.quote-project-number,
table.dataTable > .simple-table-body > .row th.quote-project-number,
table.dataTable > .simple-table-body > .row td.quote-project-number,
table.dataTable > .simple-table-body > .row > .col.quote-project-number,
table.dataTable > .simple-table-footer tr th.quote-project-number,
table.dataTable > .simple-table-footer tr td.quote-project-number,
table.dataTable > .simple-table-footer tr > .col.quote-project-number,
table.dataTable > .simple-table-footer > .row th.quote-project-number,
table.dataTable > .simple-table-footer > .row td.quote-project-number,
table.dataTable > .simple-table-footer > .row > .col.quote-project-number,
.table-responsive > table > thead tr th.quote-project-number,
.table-responsive > table > thead tr td.quote-project-number,
.table-responsive > table > thead tr > .col.quote-project-number,
.table-responsive > table > thead > .row th.quote-project-number,
.table-responsive > table > thead > .row td.quote-project-number,
.table-responsive > table > thead > .row > .col.quote-project-number,
.table-responsive > table > tbody tr th.quote-project-number,
.table-responsive > table > tbody tr td.quote-project-number,
.table-responsive > table > tbody tr > .col.quote-project-number,
.table-responsive > table > tbody > .row th.quote-project-number,
.table-responsive > table > tbody > .row td.quote-project-number,
.table-responsive > table > tbody > .row > .col.quote-project-number,
.table-responsive > table > .simple-table-header tr th.quote-project-number,
.table-responsive > table > .simple-table-header tr td.quote-project-number,
.table-responsive > table > .simple-table-header tr > .col.quote-project-number,
.table-responsive > table > .simple-table-header > .row th.quote-project-number,
.table-responsive > table > .simple-table-header > .row td.quote-project-number,
.table-responsive > table > .simple-table-header > .row > .col.quote-project-number,
.table-responsive > table > .simple-table-body tr th.quote-project-number,
.table-responsive > table > .simple-table-body tr td.quote-project-number,
.table-responsive > table > .simple-table-body tr > .col.quote-project-number,
.table-responsive > table > .simple-table-body > .row th.quote-project-number,
.table-responsive > table > .simple-table-body > .row td.quote-project-number,
.table-responsive > table > .simple-table-body > .row > .col.quote-project-number,
.table-responsive > table > .simple-table-footer tr th.quote-project-number,
.table-responsive > table > .simple-table-footer tr td.quote-project-number,
.table-responsive > table > .simple-table-footer tr > .col.quote-project-number,
.table-responsive > table > .simple-table-footer > .row th.quote-project-number,
.table-responsive > table > .simple-table-footer > .row td.quote-project-number,
.table-responsive > table > .simple-table-footer > .row > .col.quote-project-number,
.simple-table > thead tr th.quote-project-number,
.simple-table > thead tr td.quote-project-number,
.simple-table > thead tr > .col.quote-project-number,
.simple-table > thead > .row th.quote-project-number,
.simple-table > thead > .row td.quote-project-number,
.simple-table > thead > .row > .col.quote-project-number,
.simple-table > tbody tr th.quote-project-number,
.simple-table > tbody tr td.quote-project-number,
.simple-table > tbody tr > .col.quote-project-number,
.simple-table > tbody > .row th.quote-project-number,
.simple-table > tbody > .row td.quote-project-number,
.simple-table > tbody > .row > .col.quote-project-number,
.simple-table > .simple-table-header tr th.quote-project-number,
.simple-table > .simple-table-header tr td.quote-project-number,
.simple-table > .simple-table-header tr > .col.quote-project-number,
.simple-table > .simple-table-header > .row th.quote-project-number,
.simple-table > .simple-table-header > .row td.quote-project-number,
.simple-table > .simple-table-header > .row > .col.quote-project-number,
.simple-table > .simple-table-body tr th.quote-project-number,
.simple-table > .simple-table-body tr td.quote-project-number,
.simple-table > .simple-table-body tr > .col.quote-project-number,
.simple-table > .simple-table-body > .row th.quote-project-number,
.simple-table > .simple-table-body > .row td.quote-project-number,
.simple-table > .simple-table-body > .row > .col.quote-project-number,
.simple-table > .simple-table-footer tr th.quote-project-number,
.simple-table > .simple-table-footer tr td.quote-project-number,
.simple-table > .simple-table-footer tr > .col.quote-project-number,
.simple-table > .simple-table-footer > .row th.quote-project-number,
.simple-table > .simple-table-footer > .row td.quote-project-number,
.simple-table > .simple-table-footer > .row > .col.quote-project-number {
  order: 0;
  flex: 0 0 340px;
  max-width: 340px;
  width: 340px;
  min-width: 340px;
}
@media (max-width: 1920.98px) {
  table.dataTable > thead tr th.quote-project-number,
  table.dataTable > thead tr td.quote-project-number,
  table.dataTable > thead tr > .col.quote-project-number,
  table.dataTable > thead > .row th.quote-project-number,
  table.dataTable > thead > .row td.quote-project-number,
  table.dataTable > thead > .row > .col.quote-project-number,
  table.dataTable > tbody tr th.quote-project-number,
  table.dataTable > tbody tr td.quote-project-number,
  table.dataTable > tbody tr > .col.quote-project-number,
  table.dataTable > tbody > .row th.quote-project-number,
  table.dataTable > tbody > .row td.quote-project-number,
  table.dataTable > tbody > .row > .col.quote-project-number,
  table.dataTable > .simple-table-header tr th.quote-project-number,
  table.dataTable > .simple-table-header tr td.quote-project-number,
  table.dataTable > .simple-table-header tr > .col.quote-project-number,
  table.dataTable > .simple-table-header > .row th.quote-project-number,
  table.dataTable > .simple-table-header > .row td.quote-project-number,
  table.dataTable > .simple-table-header > .row > .col.quote-project-number,
  table.dataTable > .simple-table-body tr th.quote-project-number,
  table.dataTable > .simple-table-body tr td.quote-project-number,
  table.dataTable > .simple-table-body tr > .col.quote-project-number,
  table.dataTable > .simple-table-body > .row th.quote-project-number,
  table.dataTable > .simple-table-body > .row td.quote-project-number,
  table.dataTable > .simple-table-body > .row > .col.quote-project-number,
  table.dataTable > .simple-table-footer tr th.quote-project-number,
  table.dataTable > .simple-table-footer tr td.quote-project-number,
  table.dataTable > .simple-table-footer tr > .col.quote-project-number,
  table.dataTable > .simple-table-footer > .row th.quote-project-number,
  table.dataTable > .simple-table-footer > .row td.quote-project-number,
  table.dataTable > .simple-table-footer > .row > .col.quote-project-number,
  .table-responsive > table > thead tr th.quote-project-number,
  .table-responsive > table > thead tr td.quote-project-number,
  .table-responsive > table > thead tr > .col.quote-project-number,
  .table-responsive > table > thead > .row th.quote-project-number,
  .table-responsive > table > thead > .row td.quote-project-number,
  .table-responsive > table > thead > .row > .col.quote-project-number,
  .table-responsive > table > tbody tr th.quote-project-number,
  .table-responsive > table > tbody tr td.quote-project-number,
  .table-responsive > table > tbody tr > .col.quote-project-number,
  .table-responsive > table > tbody > .row th.quote-project-number,
  .table-responsive > table > tbody > .row td.quote-project-number,
  .table-responsive > table > tbody > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-header tr th.quote-project-number,
  .table-responsive > table > .simple-table-header tr td.quote-project-number,
  .table-responsive > table > .simple-table-header tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-header > .row th.quote-project-number,
  .table-responsive > table > .simple-table-header > .row td.quote-project-number,
  .table-responsive > table > .simple-table-header > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-body tr th.quote-project-number,
  .table-responsive > table > .simple-table-body tr td.quote-project-number,
  .table-responsive > table > .simple-table-body tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-body > .row th.quote-project-number,
  .table-responsive > table > .simple-table-body > .row td.quote-project-number,
  .table-responsive > table > .simple-table-body > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-footer tr th.quote-project-number,
  .table-responsive > table > .simple-table-footer tr td.quote-project-number,
  .table-responsive > table > .simple-table-footer tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row th.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row td.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-project-number,
  .simple-table > thead tr th.quote-project-number,
  .simple-table > thead tr td.quote-project-number,
  .simple-table > thead tr > .col.quote-project-number,
  .simple-table > thead > .row th.quote-project-number,
  .simple-table > thead > .row td.quote-project-number,
  .simple-table > thead > .row > .col.quote-project-number,
  .simple-table > tbody tr th.quote-project-number,
  .simple-table > tbody tr td.quote-project-number,
  .simple-table > tbody tr > .col.quote-project-number,
  .simple-table > tbody > .row th.quote-project-number,
  .simple-table > tbody > .row td.quote-project-number,
  .simple-table > tbody > .row > .col.quote-project-number,
  .simple-table > .simple-table-header tr th.quote-project-number,
  .simple-table > .simple-table-header tr td.quote-project-number,
  .simple-table > .simple-table-header tr > .col.quote-project-number,
  .simple-table > .simple-table-header > .row th.quote-project-number,
  .simple-table > .simple-table-header > .row td.quote-project-number,
  .simple-table > .simple-table-header > .row > .col.quote-project-number,
  .simple-table > .simple-table-body tr th.quote-project-number,
  .simple-table > .simple-table-body tr td.quote-project-number,
  .simple-table > .simple-table-body tr > .col.quote-project-number,
  .simple-table > .simple-table-body > .row th.quote-project-number,
  .simple-table > .simple-table-body > .row td.quote-project-number,
  .simple-table > .simple-table-body > .row > .col.quote-project-number,
  .simple-table > .simple-table-footer tr th.quote-project-number,
  .simple-table > .simple-table-footer tr td.quote-project-number,
  .simple-table > .simple-table-footer tr > .col.quote-project-number,
  .simple-table > .simple-table-footer > .row th.quote-project-number,
  .simple-table > .simple-table-footer > .row td.quote-project-number,
  .simple-table > .simple-table-footer > .row > .col.quote-project-number {
    order: 0;
    flex: 0 0 270px;
    max-width: 270px;
    width: 270px;
    min-width: 270px;
  }
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.quote-project-number,
  table.dataTable > thead tr td.quote-project-number,
  table.dataTable > thead tr > .col.quote-project-number,
  table.dataTable > thead > .row th.quote-project-number,
  table.dataTable > thead > .row td.quote-project-number,
  table.dataTable > thead > .row > .col.quote-project-number,
  table.dataTable > tbody tr th.quote-project-number,
  table.dataTable > tbody tr td.quote-project-number,
  table.dataTable > tbody tr > .col.quote-project-number,
  table.dataTable > tbody > .row th.quote-project-number,
  table.dataTable > tbody > .row td.quote-project-number,
  table.dataTable > tbody > .row > .col.quote-project-number,
  table.dataTable > .simple-table-header tr th.quote-project-number,
  table.dataTable > .simple-table-header tr td.quote-project-number,
  table.dataTable > .simple-table-header tr > .col.quote-project-number,
  table.dataTable > .simple-table-header > .row th.quote-project-number,
  table.dataTable > .simple-table-header > .row td.quote-project-number,
  table.dataTable > .simple-table-header > .row > .col.quote-project-number,
  table.dataTable > .simple-table-body tr th.quote-project-number,
  table.dataTable > .simple-table-body tr td.quote-project-number,
  table.dataTable > .simple-table-body tr > .col.quote-project-number,
  table.dataTable > .simple-table-body > .row th.quote-project-number,
  table.dataTable > .simple-table-body > .row td.quote-project-number,
  table.dataTable > .simple-table-body > .row > .col.quote-project-number,
  table.dataTable > .simple-table-footer tr th.quote-project-number,
  table.dataTable > .simple-table-footer tr td.quote-project-number,
  table.dataTable > .simple-table-footer tr > .col.quote-project-number,
  table.dataTable > .simple-table-footer > .row th.quote-project-number,
  table.dataTable > .simple-table-footer > .row td.quote-project-number,
  table.dataTable > .simple-table-footer > .row > .col.quote-project-number,
  .table-responsive > table > thead tr th.quote-project-number,
  .table-responsive > table > thead tr td.quote-project-number,
  .table-responsive > table > thead tr > .col.quote-project-number,
  .table-responsive > table > thead > .row th.quote-project-number,
  .table-responsive > table > thead > .row td.quote-project-number,
  .table-responsive > table > thead > .row > .col.quote-project-number,
  .table-responsive > table > tbody tr th.quote-project-number,
  .table-responsive > table > tbody tr td.quote-project-number,
  .table-responsive > table > tbody tr > .col.quote-project-number,
  .table-responsive > table > tbody > .row th.quote-project-number,
  .table-responsive > table > tbody > .row td.quote-project-number,
  .table-responsive > table > tbody > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-header tr th.quote-project-number,
  .table-responsive > table > .simple-table-header tr td.quote-project-number,
  .table-responsive > table > .simple-table-header tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-header > .row th.quote-project-number,
  .table-responsive > table > .simple-table-header > .row td.quote-project-number,
  .table-responsive > table > .simple-table-header > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-body tr th.quote-project-number,
  .table-responsive > table > .simple-table-body tr td.quote-project-number,
  .table-responsive > table > .simple-table-body tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-body > .row th.quote-project-number,
  .table-responsive > table > .simple-table-body > .row td.quote-project-number,
  .table-responsive > table > .simple-table-body > .row > .col.quote-project-number,
  .table-responsive > table > .simple-table-footer tr th.quote-project-number,
  .table-responsive > table > .simple-table-footer tr td.quote-project-number,
  .table-responsive > table > .simple-table-footer tr > .col.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row th.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row td.quote-project-number,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-project-number,
  .simple-table > thead tr th.quote-project-number,
  .simple-table > thead tr td.quote-project-number,
  .simple-table > thead tr > .col.quote-project-number,
  .simple-table > thead > .row th.quote-project-number,
  .simple-table > thead > .row td.quote-project-number,
  .simple-table > thead > .row > .col.quote-project-number,
  .simple-table > tbody tr th.quote-project-number,
  .simple-table > tbody tr td.quote-project-number,
  .simple-table > tbody tr > .col.quote-project-number,
  .simple-table > tbody > .row th.quote-project-number,
  .simple-table > tbody > .row td.quote-project-number,
  .simple-table > tbody > .row > .col.quote-project-number,
  .simple-table > .simple-table-header tr th.quote-project-number,
  .simple-table > .simple-table-header tr td.quote-project-number,
  .simple-table > .simple-table-header tr > .col.quote-project-number,
  .simple-table > .simple-table-header > .row th.quote-project-number,
  .simple-table > .simple-table-header > .row td.quote-project-number,
  .simple-table > .simple-table-header > .row > .col.quote-project-number,
  .simple-table > .simple-table-body tr th.quote-project-number,
  .simple-table > .simple-table-body tr td.quote-project-number,
  .simple-table > .simple-table-body tr > .col.quote-project-number,
  .simple-table > .simple-table-body > .row th.quote-project-number,
  .simple-table > .simple-table-body > .row td.quote-project-number,
  .simple-table > .simple-table-body > .row > .col.quote-project-number,
  .simple-table > .simple-table-footer tr th.quote-project-number,
  .simple-table > .simple-table-footer tr td.quote-project-number,
  .simple-table > .simple-table-footer tr > .col.quote-project-number,
  .simple-table > .simple-table-footer > .row th.quote-project-number,
  .simple-table > .simple-table-footer > .row td.quote-project-number,
  .simple-table > .simple-table-footer > .row > .col.quote-project-number {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-number,
table.dataTable > thead tr td.quote-number,
table.dataTable > thead tr > .col.quote-number,
table.dataTable > thead > .row th.quote-number,
table.dataTable > thead > .row td.quote-number,
table.dataTable > thead > .row > .col.quote-number,
table.dataTable > tbody tr th.quote-number,
table.dataTable > tbody tr td.quote-number,
table.dataTable > tbody tr > .col.quote-number,
table.dataTable > tbody > .row th.quote-number,
table.dataTable > tbody > .row td.quote-number,
table.dataTable > tbody > .row > .col.quote-number,
table.dataTable > .simple-table-header tr th.quote-number,
table.dataTable > .simple-table-header tr td.quote-number,
table.dataTable > .simple-table-header tr > .col.quote-number,
table.dataTable > .simple-table-header > .row th.quote-number,
table.dataTable > .simple-table-header > .row td.quote-number,
table.dataTable > .simple-table-header > .row > .col.quote-number,
table.dataTable > .simple-table-body tr th.quote-number,
table.dataTable > .simple-table-body tr td.quote-number,
table.dataTable > .simple-table-body tr > .col.quote-number,
table.dataTable > .simple-table-body > .row th.quote-number,
table.dataTable > .simple-table-body > .row td.quote-number,
table.dataTable > .simple-table-body > .row > .col.quote-number,
table.dataTable > .simple-table-footer tr th.quote-number,
table.dataTable > .simple-table-footer tr td.quote-number,
table.dataTable > .simple-table-footer tr > .col.quote-number,
table.dataTable > .simple-table-footer > .row th.quote-number,
table.dataTable > .simple-table-footer > .row td.quote-number,
table.dataTable > .simple-table-footer > .row > .col.quote-number,
.table-responsive > table > thead tr th.quote-number,
.table-responsive > table > thead tr td.quote-number,
.table-responsive > table > thead tr > .col.quote-number,
.table-responsive > table > thead > .row th.quote-number,
.table-responsive > table > thead > .row td.quote-number,
.table-responsive > table > thead > .row > .col.quote-number,
.table-responsive > table > tbody tr th.quote-number,
.table-responsive > table > tbody tr td.quote-number,
.table-responsive > table > tbody tr > .col.quote-number,
.table-responsive > table > tbody > .row th.quote-number,
.table-responsive > table > tbody > .row td.quote-number,
.table-responsive > table > tbody > .row > .col.quote-number,
.table-responsive > table > .simple-table-header tr th.quote-number,
.table-responsive > table > .simple-table-header tr td.quote-number,
.table-responsive > table > .simple-table-header tr > .col.quote-number,
.table-responsive > table > .simple-table-header > .row th.quote-number,
.table-responsive > table > .simple-table-header > .row td.quote-number,
.table-responsive > table > .simple-table-header > .row > .col.quote-number,
.table-responsive > table > .simple-table-body tr th.quote-number,
.table-responsive > table > .simple-table-body tr td.quote-number,
.table-responsive > table > .simple-table-body tr > .col.quote-number,
.table-responsive > table > .simple-table-body > .row th.quote-number,
.table-responsive > table > .simple-table-body > .row td.quote-number,
.table-responsive > table > .simple-table-body > .row > .col.quote-number,
.table-responsive > table > .simple-table-footer tr th.quote-number,
.table-responsive > table > .simple-table-footer tr td.quote-number,
.table-responsive > table > .simple-table-footer tr > .col.quote-number,
.table-responsive > table > .simple-table-footer > .row th.quote-number,
.table-responsive > table > .simple-table-footer > .row td.quote-number,
.table-responsive > table > .simple-table-footer > .row > .col.quote-number,
.simple-table > thead tr th.quote-number,
.simple-table > thead tr td.quote-number,
.simple-table > thead tr > .col.quote-number,
.simple-table > thead > .row th.quote-number,
.simple-table > thead > .row td.quote-number,
.simple-table > thead > .row > .col.quote-number,
.simple-table > tbody tr th.quote-number,
.simple-table > tbody tr td.quote-number,
.simple-table > tbody tr > .col.quote-number,
.simple-table > tbody > .row th.quote-number,
.simple-table > tbody > .row td.quote-number,
.simple-table > tbody > .row > .col.quote-number,
.simple-table > .simple-table-header tr th.quote-number,
.simple-table > .simple-table-header tr td.quote-number,
.simple-table > .simple-table-header tr > .col.quote-number,
.simple-table > .simple-table-header > .row th.quote-number,
.simple-table > .simple-table-header > .row td.quote-number,
.simple-table > .simple-table-header > .row > .col.quote-number,
.simple-table > .simple-table-body tr th.quote-number,
.simple-table > .simple-table-body tr td.quote-number,
.simple-table > .simple-table-body tr > .col.quote-number,
.simple-table > .simple-table-body > .row th.quote-number,
.simple-table > .simple-table-body > .row td.quote-number,
.simple-table > .simple-table-body > .row > .col.quote-number,
.simple-table > .simple-table-footer tr th.quote-number,
.simple-table > .simple-table-footer tr td.quote-number,
.simple-table > .simple-table-footer tr > .col.quote-number,
.simple-table > .simple-table-footer > .row th.quote-number,
.simple-table > .simple-table-footer > .row td.quote-number,
.simple-table > .simple-table-footer > .row > .col.quote-number {
  order: 0;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
  min-width: 130px;
}
table.dataTable > thead tr th.quote-title,
table.dataTable > thead tr td.quote-title,
table.dataTable > thead tr > .col.quote-title,
table.dataTable > thead > .row th.quote-title,
table.dataTable > thead > .row td.quote-title,
table.dataTable > thead > .row > .col.quote-title,
table.dataTable > tbody tr th.quote-title,
table.dataTable > tbody tr td.quote-title,
table.dataTable > tbody tr > .col.quote-title,
table.dataTable > tbody > .row th.quote-title,
table.dataTable > tbody > .row td.quote-title,
table.dataTable > tbody > .row > .col.quote-title,
table.dataTable > .simple-table-header tr th.quote-title,
table.dataTable > .simple-table-header tr td.quote-title,
table.dataTable > .simple-table-header tr > .col.quote-title,
table.dataTable > .simple-table-header > .row th.quote-title,
table.dataTable > .simple-table-header > .row td.quote-title,
table.dataTable > .simple-table-header > .row > .col.quote-title,
table.dataTable > .simple-table-body tr th.quote-title,
table.dataTable > .simple-table-body tr td.quote-title,
table.dataTable > .simple-table-body tr > .col.quote-title,
table.dataTable > .simple-table-body > .row th.quote-title,
table.dataTable > .simple-table-body > .row td.quote-title,
table.dataTable > .simple-table-body > .row > .col.quote-title,
table.dataTable > .simple-table-footer tr th.quote-title,
table.dataTable > .simple-table-footer tr td.quote-title,
table.dataTable > .simple-table-footer tr > .col.quote-title,
table.dataTable > .simple-table-footer > .row th.quote-title,
table.dataTable > .simple-table-footer > .row td.quote-title,
table.dataTable > .simple-table-footer > .row > .col.quote-title,
.table-responsive > table > thead tr th.quote-title,
.table-responsive > table > thead tr td.quote-title,
.table-responsive > table > thead tr > .col.quote-title,
.table-responsive > table > thead > .row th.quote-title,
.table-responsive > table > thead > .row td.quote-title,
.table-responsive > table > thead > .row > .col.quote-title,
.table-responsive > table > tbody tr th.quote-title,
.table-responsive > table > tbody tr td.quote-title,
.table-responsive > table > tbody tr > .col.quote-title,
.table-responsive > table > tbody > .row th.quote-title,
.table-responsive > table > tbody > .row td.quote-title,
.table-responsive > table > tbody > .row > .col.quote-title,
.table-responsive > table > .simple-table-header tr th.quote-title,
.table-responsive > table > .simple-table-header tr td.quote-title,
.table-responsive > table > .simple-table-header tr > .col.quote-title,
.table-responsive > table > .simple-table-header > .row th.quote-title,
.table-responsive > table > .simple-table-header > .row td.quote-title,
.table-responsive > table > .simple-table-header > .row > .col.quote-title,
.table-responsive > table > .simple-table-body tr th.quote-title,
.table-responsive > table > .simple-table-body tr td.quote-title,
.table-responsive > table > .simple-table-body tr > .col.quote-title,
.table-responsive > table > .simple-table-body > .row th.quote-title,
.table-responsive > table > .simple-table-body > .row td.quote-title,
.table-responsive > table > .simple-table-body > .row > .col.quote-title,
.table-responsive > table > .simple-table-footer tr th.quote-title,
.table-responsive > table > .simple-table-footer tr td.quote-title,
.table-responsive > table > .simple-table-footer tr > .col.quote-title,
.table-responsive > table > .simple-table-footer > .row th.quote-title,
.table-responsive > table > .simple-table-footer > .row td.quote-title,
.table-responsive > table > .simple-table-footer > .row > .col.quote-title,
.simple-table > thead tr th.quote-title,
.simple-table > thead tr td.quote-title,
.simple-table > thead tr > .col.quote-title,
.simple-table > thead > .row th.quote-title,
.simple-table > thead > .row td.quote-title,
.simple-table > thead > .row > .col.quote-title,
.simple-table > tbody tr th.quote-title,
.simple-table > tbody tr td.quote-title,
.simple-table > tbody tr > .col.quote-title,
.simple-table > tbody > .row th.quote-title,
.simple-table > tbody > .row td.quote-title,
.simple-table > tbody > .row > .col.quote-title,
.simple-table > .simple-table-header tr th.quote-title,
.simple-table > .simple-table-header tr td.quote-title,
.simple-table > .simple-table-header tr > .col.quote-title,
.simple-table > .simple-table-header > .row th.quote-title,
.simple-table > .simple-table-header > .row td.quote-title,
.simple-table > .simple-table-header > .row > .col.quote-title,
.simple-table > .simple-table-body tr th.quote-title,
.simple-table > .simple-table-body tr td.quote-title,
.simple-table > .simple-table-body tr > .col.quote-title,
.simple-table > .simple-table-body > .row th.quote-title,
.simple-table > .simple-table-body > .row td.quote-title,
.simple-table > .simple-table-body > .row > .col.quote-title,
.simple-table > .simple-table-footer tr th.quote-title,
.simple-table > .simple-table-footer tr td.quote-title,
.simple-table > .simple-table-footer tr > .col.quote-title,
.simple-table > .simple-table-footer > .row th.quote-title,
.simple-table > .simple-table-footer > .row td.quote-title,
.simple-table > .simple-table-footer > .row > .col.quote-title {
  order: 0;
  flex: 1 1 180px;
  white-space: normal;
  width: unset !important;
}
table.dataTable > thead tr th.quote-client-name,
table.dataTable > thead tr td.quote-client-name,
table.dataTable > thead tr > .col.quote-client-name,
table.dataTable > thead > .row th.quote-client-name,
table.dataTable > thead > .row td.quote-client-name,
table.dataTable > thead > .row > .col.quote-client-name,
table.dataTable > tbody tr th.quote-client-name,
table.dataTable > tbody tr td.quote-client-name,
table.dataTable > tbody tr > .col.quote-client-name,
table.dataTable > tbody > .row th.quote-client-name,
table.dataTable > tbody > .row td.quote-client-name,
table.dataTable > tbody > .row > .col.quote-client-name,
table.dataTable > .simple-table-header tr th.quote-client-name,
table.dataTable > .simple-table-header tr td.quote-client-name,
table.dataTable > .simple-table-header tr > .col.quote-client-name,
table.dataTable > .simple-table-header > .row th.quote-client-name,
table.dataTable > .simple-table-header > .row td.quote-client-name,
table.dataTable > .simple-table-header > .row > .col.quote-client-name,
table.dataTable > .simple-table-body tr th.quote-client-name,
table.dataTable > .simple-table-body tr td.quote-client-name,
table.dataTable > .simple-table-body tr > .col.quote-client-name,
table.dataTable > .simple-table-body > .row th.quote-client-name,
table.dataTable > .simple-table-body > .row td.quote-client-name,
table.dataTable > .simple-table-body > .row > .col.quote-client-name,
table.dataTable > .simple-table-footer tr th.quote-client-name,
table.dataTable > .simple-table-footer tr td.quote-client-name,
table.dataTable > .simple-table-footer tr > .col.quote-client-name,
table.dataTable > .simple-table-footer > .row th.quote-client-name,
table.dataTable > .simple-table-footer > .row td.quote-client-name,
table.dataTable > .simple-table-footer > .row > .col.quote-client-name,
.table-responsive > table > thead tr th.quote-client-name,
.table-responsive > table > thead tr td.quote-client-name,
.table-responsive > table > thead tr > .col.quote-client-name,
.table-responsive > table > thead > .row th.quote-client-name,
.table-responsive > table > thead > .row td.quote-client-name,
.table-responsive > table > thead > .row > .col.quote-client-name,
.table-responsive > table > tbody tr th.quote-client-name,
.table-responsive > table > tbody tr td.quote-client-name,
.table-responsive > table > tbody tr > .col.quote-client-name,
.table-responsive > table > tbody > .row th.quote-client-name,
.table-responsive > table > tbody > .row td.quote-client-name,
.table-responsive > table > tbody > .row > .col.quote-client-name,
.table-responsive > table > .simple-table-header tr th.quote-client-name,
.table-responsive > table > .simple-table-header tr td.quote-client-name,
.table-responsive > table > .simple-table-header tr > .col.quote-client-name,
.table-responsive > table > .simple-table-header > .row th.quote-client-name,
.table-responsive > table > .simple-table-header > .row td.quote-client-name,
.table-responsive > table > .simple-table-header > .row > .col.quote-client-name,
.table-responsive > table > .simple-table-body tr th.quote-client-name,
.table-responsive > table > .simple-table-body tr td.quote-client-name,
.table-responsive > table > .simple-table-body tr > .col.quote-client-name,
.table-responsive > table > .simple-table-body > .row th.quote-client-name,
.table-responsive > table > .simple-table-body > .row td.quote-client-name,
.table-responsive > table > .simple-table-body > .row > .col.quote-client-name,
.table-responsive > table > .simple-table-footer tr th.quote-client-name,
.table-responsive > table > .simple-table-footer tr td.quote-client-name,
.table-responsive > table > .simple-table-footer tr > .col.quote-client-name,
.table-responsive > table > .simple-table-footer > .row th.quote-client-name,
.table-responsive > table > .simple-table-footer > .row td.quote-client-name,
.table-responsive > table > .simple-table-footer > .row > .col.quote-client-name,
.simple-table > thead tr th.quote-client-name,
.simple-table > thead tr td.quote-client-name,
.simple-table > thead tr > .col.quote-client-name,
.simple-table > thead > .row th.quote-client-name,
.simple-table > thead > .row td.quote-client-name,
.simple-table > thead > .row > .col.quote-client-name,
.simple-table > tbody tr th.quote-client-name,
.simple-table > tbody tr td.quote-client-name,
.simple-table > tbody tr > .col.quote-client-name,
.simple-table > tbody > .row th.quote-client-name,
.simple-table > tbody > .row td.quote-client-name,
.simple-table > tbody > .row > .col.quote-client-name,
.simple-table > .simple-table-header tr th.quote-client-name,
.simple-table > .simple-table-header tr td.quote-client-name,
.simple-table > .simple-table-header tr > .col.quote-client-name,
.simple-table > .simple-table-header > .row th.quote-client-name,
.simple-table > .simple-table-header > .row td.quote-client-name,
.simple-table > .simple-table-header > .row > .col.quote-client-name,
.simple-table > .simple-table-body tr th.quote-client-name,
.simple-table > .simple-table-body tr td.quote-client-name,
.simple-table > .simple-table-body tr > .col.quote-client-name,
.simple-table > .simple-table-body > .row th.quote-client-name,
.simple-table > .simple-table-body > .row td.quote-client-name,
.simple-table > .simple-table-body > .row > .col.quote-client-name,
.simple-table > .simple-table-footer tr th.quote-client-name,
.simple-table > .simple-table-footer tr td.quote-client-name,
.simple-table > .simple-table-footer tr > .col.quote-client-name,
.simple-table > .simple-table-footer > .row th.quote-client-name,
.simple-table > .simple-table-footer > .row td.quote-client-name,
.simple-table > .simple-table-footer > .row > .col.quote-client-name {
  order: 0;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
  min-width: 130px;
  display: none;
}
@media (min-width: 768px) {
  table.dataTable > thead tr th.quote-client-name,
  table.dataTable > thead tr td.quote-client-name,
  table.dataTable > thead tr > .col.quote-client-name,
  table.dataTable > thead > .row th.quote-client-name,
  table.dataTable > thead > .row td.quote-client-name,
  table.dataTable > thead > .row > .col.quote-client-name,
  table.dataTable > tbody tr th.quote-client-name,
  table.dataTable > tbody tr td.quote-client-name,
  table.dataTable > tbody tr > .col.quote-client-name,
  table.dataTable > tbody > .row th.quote-client-name,
  table.dataTable > tbody > .row td.quote-client-name,
  table.dataTable > tbody > .row > .col.quote-client-name,
  table.dataTable > .simple-table-header tr th.quote-client-name,
  table.dataTable > .simple-table-header tr td.quote-client-name,
  table.dataTable > .simple-table-header tr > .col.quote-client-name,
  table.dataTable > .simple-table-header > .row th.quote-client-name,
  table.dataTable > .simple-table-header > .row td.quote-client-name,
  table.dataTable > .simple-table-header > .row > .col.quote-client-name,
  table.dataTable > .simple-table-body tr th.quote-client-name,
  table.dataTable > .simple-table-body tr td.quote-client-name,
  table.dataTable > .simple-table-body tr > .col.quote-client-name,
  table.dataTable > .simple-table-body > .row th.quote-client-name,
  table.dataTable > .simple-table-body > .row td.quote-client-name,
  table.dataTable > .simple-table-body > .row > .col.quote-client-name,
  table.dataTable > .simple-table-footer tr th.quote-client-name,
  table.dataTable > .simple-table-footer tr td.quote-client-name,
  table.dataTable > .simple-table-footer tr > .col.quote-client-name,
  table.dataTable > .simple-table-footer > .row th.quote-client-name,
  table.dataTable > .simple-table-footer > .row td.quote-client-name,
  table.dataTable > .simple-table-footer > .row > .col.quote-client-name,
  .table-responsive > table > thead tr th.quote-client-name,
  .table-responsive > table > thead tr td.quote-client-name,
  .table-responsive > table > thead tr > .col.quote-client-name,
  .table-responsive > table > thead > .row th.quote-client-name,
  .table-responsive > table > thead > .row td.quote-client-name,
  .table-responsive > table > thead > .row > .col.quote-client-name,
  .table-responsive > table > tbody tr th.quote-client-name,
  .table-responsive > table > tbody tr td.quote-client-name,
  .table-responsive > table > tbody tr > .col.quote-client-name,
  .table-responsive > table > tbody > .row th.quote-client-name,
  .table-responsive > table > tbody > .row td.quote-client-name,
  .table-responsive > table > tbody > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-header tr th.quote-client-name,
  .table-responsive > table > .simple-table-header tr td.quote-client-name,
  .table-responsive > table > .simple-table-header tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-header > .row th.quote-client-name,
  .table-responsive > table > .simple-table-header > .row td.quote-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-body tr th.quote-client-name,
  .table-responsive > table > .simple-table-body tr td.quote-client-name,
  .table-responsive > table > .simple-table-body tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-body > .row th.quote-client-name,
  .table-responsive > table > .simple-table-body > .row td.quote-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer tr th.quote-client-name,
  .table-responsive > table > .simple-table-footer tr td.quote-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row th.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row td.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-client-name,
  .simple-table > thead tr th.quote-client-name,
  .simple-table > thead tr td.quote-client-name,
  .simple-table > thead tr > .col.quote-client-name,
  .simple-table > thead > .row th.quote-client-name,
  .simple-table > thead > .row td.quote-client-name,
  .simple-table > thead > .row > .col.quote-client-name,
  .simple-table > tbody tr th.quote-client-name,
  .simple-table > tbody tr td.quote-client-name,
  .simple-table > tbody tr > .col.quote-client-name,
  .simple-table > tbody > .row th.quote-client-name,
  .simple-table > tbody > .row td.quote-client-name,
  .simple-table > tbody > .row > .col.quote-client-name,
  .simple-table > .simple-table-header tr th.quote-client-name,
  .simple-table > .simple-table-header tr td.quote-client-name,
  .simple-table > .simple-table-header tr > .col.quote-client-name,
  .simple-table > .simple-table-header > .row th.quote-client-name,
  .simple-table > .simple-table-header > .row td.quote-client-name,
  .simple-table > .simple-table-header > .row > .col.quote-client-name,
  .simple-table > .simple-table-body tr th.quote-client-name,
  .simple-table > .simple-table-body tr td.quote-client-name,
  .simple-table > .simple-table-body tr > .col.quote-client-name,
  .simple-table > .simple-table-body > .row th.quote-client-name,
  .simple-table > .simple-table-body > .row td.quote-client-name,
  .simple-table > .simple-table-body > .row > .col.quote-client-name,
  .simple-table > .simple-table-footer tr th.quote-client-name,
  .simple-table > .simple-table-footer tr td.quote-client-name,
  .simple-table > .simple-table-footer tr > .col.quote-client-name,
  .simple-table > .simple-table-footer > .row th.quote-client-name,
  .simple-table > .simple-table-footer > .row td.quote-client-name,
  .simple-table > .simple-table-footer > .row > .col.quote-client-name {
    display: flex;
    order: 0;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
  }
}
@media (min-width: 1024px) {
  table.dataTable > thead tr th.quote-client-name,
  table.dataTable > thead tr td.quote-client-name,
  table.dataTable > thead tr > .col.quote-client-name,
  table.dataTable > thead > .row th.quote-client-name,
  table.dataTable > thead > .row td.quote-client-name,
  table.dataTable > thead > .row > .col.quote-client-name,
  table.dataTable > tbody tr th.quote-client-name,
  table.dataTable > tbody tr td.quote-client-name,
  table.dataTable > tbody tr > .col.quote-client-name,
  table.dataTable > tbody > .row th.quote-client-name,
  table.dataTable > tbody > .row td.quote-client-name,
  table.dataTable > tbody > .row > .col.quote-client-name,
  table.dataTable > .simple-table-header tr th.quote-client-name,
  table.dataTable > .simple-table-header tr td.quote-client-name,
  table.dataTable > .simple-table-header tr > .col.quote-client-name,
  table.dataTable > .simple-table-header > .row th.quote-client-name,
  table.dataTable > .simple-table-header > .row td.quote-client-name,
  table.dataTable > .simple-table-header > .row > .col.quote-client-name,
  table.dataTable > .simple-table-body tr th.quote-client-name,
  table.dataTable > .simple-table-body tr td.quote-client-name,
  table.dataTable > .simple-table-body tr > .col.quote-client-name,
  table.dataTable > .simple-table-body > .row th.quote-client-name,
  table.dataTable > .simple-table-body > .row td.quote-client-name,
  table.dataTable > .simple-table-body > .row > .col.quote-client-name,
  table.dataTable > .simple-table-footer tr th.quote-client-name,
  table.dataTable > .simple-table-footer tr td.quote-client-name,
  table.dataTable > .simple-table-footer tr > .col.quote-client-name,
  table.dataTable > .simple-table-footer > .row th.quote-client-name,
  table.dataTable > .simple-table-footer > .row td.quote-client-name,
  table.dataTable > .simple-table-footer > .row > .col.quote-client-name,
  .table-responsive > table > thead tr th.quote-client-name,
  .table-responsive > table > thead tr td.quote-client-name,
  .table-responsive > table > thead tr > .col.quote-client-name,
  .table-responsive > table > thead > .row th.quote-client-name,
  .table-responsive > table > thead > .row td.quote-client-name,
  .table-responsive > table > thead > .row > .col.quote-client-name,
  .table-responsive > table > tbody tr th.quote-client-name,
  .table-responsive > table > tbody tr td.quote-client-name,
  .table-responsive > table > tbody tr > .col.quote-client-name,
  .table-responsive > table > tbody > .row th.quote-client-name,
  .table-responsive > table > tbody > .row td.quote-client-name,
  .table-responsive > table > tbody > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-header tr th.quote-client-name,
  .table-responsive > table > .simple-table-header tr td.quote-client-name,
  .table-responsive > table > .simple-table-header tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-header > .row th.quote-client-name,
  .table-responsive > table > .simple-table-header > .row td.quote-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-body tr th.quote-client-name,
  .table-responsive > table > .simple-table-body tr td.quote-client-name,
  .table-responsive > table > .simple-table-body tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-body > .row th.quote-client-name,
  .table-responsive > table > .simple-table-body > .row td.quote-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer tr th.quote-client-name,
  .table-responsive > table > .simple-table-footer tr td.quote-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row th.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row td.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-client-name,
  .simple-table > thead tr th.quote-client-name,
  .simple-table > thead tr td.quote-client-name,
  .simple-table > thead tr > .col.quote-client-name,
  .simple-table > thead > .row th.quote-client-name,
  .simple-table > thead > .row td.quote-client-name,
  .simple-table > thead > .row > .col.quote-client-name,
  .simple-table > tbody tr th.quote-client-name,
  .simple-table > tbody tr td.quote-client-name,
  .simple-table > tbody tr > .col.quote-client-name,
  .simple-table > tbody > .row th.quote-client-name,
  .simple-table > tbody > .row td.quote-client-name,
  .simple-table > tbody > .row > .col.quote-client-name,
  .simple-table > .simple-table-header tr th.quote-client-name,
  .simple-table > .simple-table-header tr td.quote-client-name,
  .simple-table > .simple-table-header tr > .col.quote-client-name,
  .simple-table > .simple-table-header > .row th.quote-client-name,
  .simple-table > .simple-table-header > .row td.quote-client-name,
  .simple-table > .simple-table-header > .row > .col.quote-client-name,
  .simple-table > .simple-table-body tr th.quote-client-name,
  .simple-table > .simple-table-body tr td.quote-client-name,
  .simple-table > .simple-table-body tr > .col.quote-client-name,
  .simple-table > .simple-table-body > .row th.quote-client-name,
  .simple-table > .simple-table-body > .row td.quote-client-name,
  .simple-table > .simple-table-body > .row > .col.quote-client-name,
  .simple-table > .simple-table-footer tr th.quote-client-name,
  .simple-table > .simple-table-footer tr td.quote-client-name,
  .simple-table > .simple-table-footer tr > .col.quote-client-name,
  .simple-table > .simple-table-footer > .row th.quote-client-name,
  .simple-table > .simple-table-footer > .row td.quote-client-name,
  .simple-table > .simple-table-footer > .row > .col.quote-client-name {
    order: 0;
    flex: 0 0 200px;
    max-width: 200px;
    width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 1600px) {
  table.dataTable > thead tr th.quote-client-name,
  table.dataTable > thead tr td.quote-client-name,
  table.dataTable > thead tr > .col.quote-client-name,
  table.dataTable > thead > .row th.quote-client-name,
  table.dataTable > thead > .row td.quote-client-name,
  table.dataTable > thead > .row > .col.quote-client-name,
  table.dataTable > tbody tr th.quote-client-name,
  table.dataTable > tbody tr td.quote-client-name,
  table.dataTable > tbody tr > .col.quote-client-name,
  table.dataTable > tbody > .row th.quote-client-name,
  table.dataTable > tbody > .row td.quote-client-name,
  table.dataTable > tbody > .row > .col.quote-client-name,
  table.dataTable > .simple-table-header tr th.quote-client-name,
  table.dataTable > .simple-table-header tr td.quote-client-name,
  table.dataTable > .simple-table-header tr > .col.quote-client-name,
  table.dataTable > .simple-table-header > .row th.quote-client-name,
  table.dataTable > .simple-table-header > .row td.quote-client-name,
  table.dataTable > .simple-table-header > .row > .col.quote-client-name,
  table.dataTable > .simple-table-body tr th.quote-client-name,
  table.dataTable > .simple-table-body tr td.quote-client-name,
  table.dataTable > .simple-table-body tr > .col.quote-client-name,
  table.dataTable > .simple-table-body > .row th.quote-client-name,
  table.dataTable > .simple-table-body > .row td.quote-client-name,
  table.dataTable > .simple-table-body > .row > .col.quote-client-name,
  table.dataTable > .simple-table-footer tr th.quote-client-name,
  table.dataTable > .simple-table-footer tr td.quote-client-name,
  table.dataTable > .simple-table-footer tr > .col.quote-client-name,
  table.dataTable > .simple-table-footer > .row th.quote-client-name,
  table.dataTable > .simple-table-footer > .row td.quote-client-name,
  table.dataTable > .simple-table-footer > .row > .col.quote-client-name,
  .table-responsive > table > thead tr th.quote-client-name,
  .table-responsive > table > thead tr td.quote-client-name,
  .table-responsive > table > thead tr > .col.quote-client-name,
  .table-responsive > table > thead > .row th.quote-client-name,
  .table-responsive > table > thead > .row td.quote-client-name,
  .table-responsive > table > thead > .row > .col.quote-client-name,
  .table-responsive > table > tbody tr th.quote-client-name,
  .table-responsive > table > tbody tr td.quote-client-name,
  .table-responsive > table > tbody tr > .col.quote-client-name,
  .table-responsive > table > tbody > .row th.quote-client-name,
  .table-responsive > table > tbody > .row td.quote-client-name,
  .table-responsive > table > tbody > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-header tr th.quote-client-name,
  .table-responsive > table > .simple-table-header tr td.quote-client-name,
  .table-responsive > table > .simple-table-header tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-header > .row th.quote-client-name,
  .table-responsive > table > .simple-table-header > .row td.quote-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-body tr th.quote-client-name,
  .table-responsive > table > .simple-table-body tr td.quote-client-name,
  .table-responsive > table > .simple-table-body tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-body > .row th.quote-client-name,
  .table-responsive > table > .simple-table-body > .row td.quote-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer tr th.quote-client-name,
  .table-responsive > table > .simple-table-footer tr td.quote-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row th.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row td.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-client-name,
  .simple-table > thead tr th.quote-client-name,
  .simple-table > thead tr td.quote-client-name,
  .simple-table > thead tr > .col.quote-client-name,
  .simple-table > thead > .row th.quote-client-name,
  .simple-table > thead > .row td.quote-client-name,
  .simple-table > thead > .row > .col.quote-client-name,
  .simple-table > tbody tr th.quote-client-name,
  .simple-table > tbody tr td.quote-client-name,
  .simple-table > tbody tr > .col.quote-client-name,
  .simple-table > tbody > .row th.quote-client-name,
  .simple-table > tbody > .row td.quote-client-name,
  .simple-table > tbody > .row > .col.quote-client-name,
  .simple-table > .simple-table-header tr th.quote-client-name,
  .simple-table > .simple-table-header tr td.quote-client-name,
  .simple-table > .simple-table-header tr > .col.quote-client-name,
  .simple-table > .simple-table-header > .row th.quote-client-name,
  .simple-table > .simple-table-header > .row td.quote-client-name,
  .simple-table > .simple-table-header > .row > .col.quote-client-name,
  .simple-table > .simple-table-body tr th.quote-client-name,
  .simple-table > .simple-table-body tr td.quote-client-name,
  .simple-table > .simple-table-body tr > .col.quote-client-name,
  .simple-table > .simple-table-body > .row th.quote-client-name,
  .simple-table > .simple-table-body > .row td.quote-client-name,
  .simple-table > .simple-table-body > .row > .col.quote-client-name,
  .simple-table > .simple-table-footer tr th.quote-client-name,
  .simple-table > .simple-table-footer tr td.quote-client-name,
  .simple-table > .simple-table-footer tr > .col.quote-client-name,
  .simple-table > .simple-table-footer > .row th.quote-client-name,
  .simple-table > .simple-table-footer > .row td.quote-client-name,
  .simple-table > .simple-table-footer > .row > .col.quote-client-name {
    order: 0;
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
  }
}
@media (min-width: 1921px) {
  table.dataTable > thead tr th.quote-client-name,
  table.dataTable > thead tr td.quote-client-name,
  table.dataTable > thead tr > .col.quote-client-name,
  table.dataTable > thead > .row th.quote-client-name,
  table.dataTable > thead > .row td.quote-client-name,
  table.dataTable > thead > .row > .col.quote-client-name,
  table.dataTable > tbody tr th.quote-client-name,
  table.dataTable > tbody tr td.quote-client-name,
  table.dataTable > tbody tr > .col.quote-client-name,
  table.dataTable > tbody > .row th.quote-client-name,
  table.dataTable > tbody > .row td.quote-client-name,
  table.dataTable > tbody > .row > .col.quote-client-name,
  table.dataTable > .simple-table-header tr th.quote-client-name,
  table.dataTable > .simple-table-header tr td.quote-client-name,
  table.dataTable > .simple-table-header tr > .col.quote-client-name,
  table.dataTable > .simple-table-header > .row th.quote-client-name,
  table.dataTable > .simple-table-header > .row td.quote-client-name,
  table.dataTable > .simple-table-header > .row > .col.quote-client-name,
  table.dataTable > .simple-table-body tr th.quote-client-name,
  table.dataTable > .simple-table-body tr td.quote-client-name,
  table.dataTable > .simple-table-body tr > .col.quote-client-name,
  table.dataTable > .simple-table-body > .row th.quote-client-name,
  table.dataTable > .simple-table-body > .row td.quote-client-name,
  table.dataTable > .simple-table-body > .row > .col.quote-client-name,
  table.dataTable > .simple-table-footer tr th.quote-client-name,
  table.dataTable > .simple-table-footer tr td.quote-client-name,
  table.dataTable > .simple-table-footer tr > .col.quote-client-name,
  table.dataTable > .simple-table-footer > .row th.quote-client-name,
  table.dataTable > .simple-table-footer > .row td.quote-client-name,
  table.dataTable > .simple-table-footer > .row > .col.quote-client-name,
  .table-responsive > table > thead tr th.quote-client-name,
  .table-responsive > table > thead tr td.quote-client-name,
  .table-responsive > table > thead tr > .col.quote-client-name,
  .table-responsive > table > thead > .row th.quote-client-name,
  .table-responsive > table > thead > .row td.quote-client-name,
  .table-responsive > table > thead > .row > .col.quote-client-name,
  .table-responsive > table > tbody tr th.quote-client-name,
  .table-responsive > table > tbody tr td.quote-client-name,
  .table-responsive > table > tbody tr > .col.quote-client-name,
  .table-responsive > table > tbody > .row th.quote-client-name,
  .table-responsive > table > tbody > .row td.quote-client-name,
  .table-responsive > table > tbody > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-header tr th.quote-client-name,
  .table-responsive > table > .simple-table-header tr td.quote-client-name,
  .table-responsive > table > .simple-table-header tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-header > .row th.quote-client-name,
  .table-responsive > table > .simple-table-header > .row td.quote-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-body tr th.quote-client-name,
  .table-responsive > table > .simple-table-body tr td.quote-client-name,
  .table-responsive > table > .simple-table-body tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-body > .row th.quote-client-name,
  .table-responsive > table > .simple-table-body > .row td.quote-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer tr th.quote-client-name,
  .table-responsive > table > .simple-table-footer tr td.quote-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row th.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row td.quote-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-client-name,
  .simple-table > thead tr th.quote-client-name,
  .simple-table > thead tr td.quote-client-name,
  .simple-table > thead tr > .col.quote-client-name,
  .simple-table > thead > .row th.quote-client-name,
  .simple-table > thead > .row td.quote-client-name,
  .simple-table > thead > .row > .col.quote-client-name,
  .simple-table > tbody tr th.quote-client-name,
  .simple-table > tbody tr td.quote-client-name,
  .simple-table > tbody tr > .col.quote-client-name,
  .simple-table > tbody > .row th.quote-client-name,
  .simple-table > tbody > .row td.quote-client-name,
  .simple-table > tbody > .row > .col.quote-client-name,
  .simple-table > .simple-table-header tr th.quote-client-name,
  .simple-table > .simple-table-header tr td.quote-client-name,
  .simple-table > .simple-table-header tr > .col.quote-client-name,
  .simple-table > .simple-table-header > .row th.quote-client-name,
  .simple-table > .simple-table-header > .row td.quote-client-name,
  .simple-table > .simple-table-header > .row > .col.quote-client-name,
  .simple-table > .simple-table-body tr th.quote-client-name,
  .simple-table > .simple-table-body tr td.quote-client-name,
  .simple-table > .simple-table-body tr > .col.quote-client-name,
  .simple-table > .simple-table-body > .row th.quote-client-name,
  .simple-table > .simple-table-body > .row td.quote-client-name,
  .simple-table > .simple-table-body > .row > .col.quote-client-name,
  .simple-table > .simple-table-footer tr th.quote-client-name,
  .simple-table > .simple-table-footer tr td.quote-client-name,
  .simple-table > .simple-table-footer tr > .col.quote-client-name,
  .simple-table > .simple-table-footer > .row th.quote-client-name,
  .simple-table > .simple-table-footer > .row td.quote-client-name,
  .simple-table > .simple-table-footer > .row > .col.quote-client-name {
    order: 0;
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
    min-width: 300px;
  }
}
table.dataTable > thead tr th.quote-created-by,
table.dataTable > thead tr td.quote-created-by,
table.dataTable > thead tr > .col.quote-created-by,
table.dataTable > thead > .row th.quote-created-by,
table.dataTable > thead > .row td.quote-created-by,
table.dataTable > thead > .row > .col.quote-created-by,
table.dataTable > tbody tr th.quote-created-by,
table.dataTable > tbody tr td.quote-created-by,
table.dataTable > tbody tr > .col.quote-created-by,
table.dataTable > tbody > .row th.quote-created-by,
table.dataTable > tbody > .row td.quote-created-by,
table.dataTable > tbody > .row > .col.quote-created-by,
table.dataTable > .simple-table-header tr th.quote-created-by,
table.dataTable > .simple-table-header tr td.quote-created-by,
table.dataTable > .simple-table-header tr > .col.quote-created-by,
table.dataTable > .simple-table-header > .row th.quote-created-by,
table.dataTable > .simple-table-header > .row td.quote-created-by,
table.dataTable > .simple-table-header > .row > .col.quote-created-by,
table.dataTable > .simple-table-body tr th.quote-created-by,
table.dataTable > .simple-table-body tr td.quote-created-by,
table.dataTable > .simple-table-body tr > .col.quote-created-by,
table.dataTable > .simple-table-body > .row th.quote-created-by,
table.dataTable > .simple-table-body > .row td.quote-created-by,
table.dataTable > .simple-table-body > .row > .col.quote-created-by,
table.dataTable > .simple-table-footer tr th.quote-created-by,
table.dataTable > .simple-table-footer tr td.quote-created-by,
table.dataTable > .simple-table-footer tr > .col.quote-created-by,
table.dataTable > .simple-table-footer > .row th.quote-created-by,
table.dataTable > .simple-table-footer > .row td.quote-created-by,
table.dataTable > .simple-table-footer > .row > .col.quote-created-by,
.table-responsive > table > thead tr th.quote-created-by,
.table-responsive > table > thead tr td.quote-created-by,
.table-responsive > table > thead tr > .col.quote-created-by,
.table-responsive > table > thead > .row th.quote-created-by,
.table-responsive > table > thead > .row td.quote-created-by,
.table-responsive > table > thead > .row > .col.quote-created-by,
.table-responsive > table > tbody tr th.quote-created-by,
.table-responsive > table > tbody tr td.quote-created-by,
.table-responsive > table > tbody tr > .col.quote-created-by,
.table-responsive > table > tbody > .row th.quote-created-by,
.table-responsive > table > tbody > .row td.quote-created-by,
.table-responsive > table > tbody > .row > .col.quote-created-by,
.table-responsive > table > .simple-table-header tr th.quote-created-by,
.table-responsive > table > .simple-table-header tr td.quote-created-by,
.table-responsive > table > .simple-table-header tr > .col.quote-created-by,
.table-responsive > table > .simple-table-header > .row th.quote-created-by,
.table-responsive > table > .simple-table-header > .row td.quote-created-by,
.table-responsive > table > .simple-table-header > .row > .col.quote-created-by,
.table-responsive > table > .simple-table-body tr th.quote-created-by,
.table-responsive > table > .simple-table-body tr td.quote-created-by,
.table-responsive > table > .simple-table-body tr > .col.quote-created-by,
.table-responsive > table > .simple-table-body > .row th.quote-created-by,
.table-responsive > table > .simple-table-body > .row td.quote-created-by,
.table-responsive > table > .simple-table-body > .row > .col.quote-created-by,
.table-responsive > table > .simple-table-footer tr th.quote-created-by,
.table-responsive > table > .simple-table-footer tr td.quote-created-by,
.table-responsive > table > .simple-table-footer tr > .col.quote-created-by,
.table-responsive > table > .simple-table-footer > .row th.quote-created-by,
.table-responsive > table > .simple-table-footer > .row td.quote-created-by,
.table-responsive > table > .simple-table-footer > .row > .col.quote-created-by,
.simple-table > thead tr th.quote-created-by,
.simple-table > thead tr td.quote-created-by,
.simple-table > thead tr > .col.quote-created-by,
.simple-table > thead > .row th.quote-created-by,
.simple-table > thead > .row td.quote-created-by,
.simple-table > thead > .row > .col.quote-created-by,
.simple-table > tbody tr th.quote-created-by,
.simple-table > tbody tr td.quote-created-by,
.simple-table > tbody tr > .col.quote-created-by,
.simple-table > tbody > .row th.quote-created-by,
.simple-table > tbody > .row td.quote-created-by,
.simple-table > tbody > .row > .col.quote-created-by,
.simple-table > .simple-table-header tr th.quote-created-by,
.simple-table > .simple-table-header tr td.quote-created-by,
.simple-table > .simple-table-header tr > .col.quote-created-by,
.simple-table > .simple-table-header > .row th.quote-created-by,
.simple-table > .simple-table-header > .row td.quote-created-by,
.simple-table > .simple-table-header > .row > .col.quote-created-by,
.simple-table > .simple-table-body tr th.quote-created-by,
.simple-table > .simple-table-body tr td.quote-created-by,
.simple-table > .simple-table-body tr > .col.quote-created-by,
.simple-table > .simple-table-body > .row th.quote-created-by,
.simple-table > .simple-table-body > .row td.quote-created-by,
.simple-table > .simple-table-body > .row > .col.quote-created-by,
.simple-table > .simple-table-footer tr th.quote-created-by,
.simple-table > .simple-table-footer tr td.quote-created-by,
.simple-table > .simple-table-footer tr > .col.quote-created-by,
.simple-table > .simple-table-footer > .row th.quote-created-by,
.simple-table > .simple-table-footer > .row td.quote-created-by,
.simple-table > .simple-table-footer > .row > .col.quote-created-by {
  order: 0;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.quote-created-by,
  table.dataTable > thead tr td.quote-created-by,
  table.dataTable > thead tr > .col.quote-created-by,
  table.dataTable > thead > .row th.quote-created-by,
  table.dataTable > thead > .row td.quote-created-by,
  table.dataTable > thead > .row > .col.quote-created-by,
  table.dataTable > tbody tr th.quote-created-by,
  table.dataTable > tbody tr td.quote-created-by,
  table.dataTable > tbody tr > .col.quote-created-by,
  table.dataTable > tbody > .row th.quote-created-by,
  table.dataTable > tbody > .row td.quote-created-by,
  table.dataTable > tbody > .row > .col.quote-created-by,
  table.dataTable > .simple-table-header tr th.quote-created-by,
  table.dataTable > .simple-table-header tr td.quote-created-by,
  table.dataTable > .simple-table-header tr > .col.quote-created-by,
  table.dataTable > .simple-table-header > .row th.quote-created-by,
  table.dataTable > .simple-table-header > .row td.quote-created-by,
  table.dataTable > .simple-table-header > .row > .col.quote-created-by,
  table.dataTable > .simple-table-body tr th.quote-created-by,
  table.dataTable > .simple-table-body tr td.quote-created-by,
  table.dataTable > .simple-table-body tr > .col.quote-created-by,
  table.dataTable > .simple-table-body > .row th.quote-created-by,
  table.dataTable > .simple-table-body > .row td.quote-created-by,
  table.dataTable > .simple-table-body > .row > .col.quote-created-by,
  table.dataTable > .simple-table-footer tr th.quote-created-by,
  table.dataTable > .simple-table-footer tr td.quote-created-by,
  table.dataTable > .simple-table-footer tr > .col.quote-created-by,
  table.dataTable > .simple-table-footer > .row th.quote-created-by,
  table.dataTable > .simple-table-footer > .row td.quote-created-by,
  table.dataTable > .simple-table-footer > .row > .col.quote-created-by,
  .table-responsive > table > thead tr th.quote-created-by,
  .table-responsive > table > thead tr td.quote-created-by,
  .table-responsive > table > thead tr > .col.quote-created-by,
  .table-responsive > table > thead > .row th.quote-created-by,
  .table-responsive > table > thead > .row td.quote-created-by,
  .table-responsive > table > thead > .row > .col.quote-created-by,
  .table-responsive > table > tbody tr th.quote-created-by,
  .table-responsive > table > tbody tr td.quote-created-by,
  .table-responsive > table > tbody tr > .col.quote-created-by,
  .table-responsive > table > tbody > .row th.quote-created-by,
  .table-responsive > table > tbody > .row td.quote-created-by,
  .table-responsive > table > tbody > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-header tr th.quote-created-by,
  .table-responsive > table > .simple-table-header tr td.quote-created-by,
  .table-responsive > table > .simple-table-header tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-header > .row th.quote-created-by,
  .table-responsive > table > .simple-table-header > .row td.quote-created-by,
  .table-responsive > table > .simple-table-header > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-body tr th.quote-created-by,
  .table-responsive > table > .simple-table-body tr td.quote-created-by,
  .table-responsive > table > .simple-table-body tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-body > .row th.quote-created-by,
  .table-responsive > table > .simple-table-body > .row td.quote-created-by,
  .table-responsive > table > .simple-table-body > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-footer tr th.quote-created-by,
  .table-responsive > table > .simple-table-footer tr td.quote-created-by,
  .table-responsive > table > .simple-table-footer tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row th.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row td.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-created-by,
  .simple-table > thead tr th.quote-created-by,
  .simple-table > thead tr td.quote-created-by,
  .simple-table > thead tr > .col.quote-created-by,
  .simple-table > thead > .row th.quote-created-by,
  .simple-table > thead > .row td.quote-created-by,
  .simple-table > thead > .row > .col.quote-created-by,
  .simple-table > tbody tr th.quote-created-by,
  .simple-table > tbody tr td.quote-created-by,
  .simple-table > tbody tr > .col.quote-created-by,
  .simple-table > tbody > .row th.quote-created-by,
  .simple-table > tbody > .row td.quote-created-by,
  .simple-table > tbody > .row > .col.quote-created-by,
  .simple-table > .simple-table-header tr th.quote-created-by,
  .simple-table > .simple-table-header tr td.quote-created-by,
  .simple-table > .simple-table-header tr > .col.quote-created-by,
  .simple-table > .simple-table-header > .row th.quote-created-by,
  .simple-table > .simple-table-header > .row td.quote-created-by,
  .simple-table > .simple-table-header > .row > .col.quote-created-by,
  .simple-table > .simple-table-body tr th.quote-created-by,
  .simple-table > .simple-table-body tr td.quote-created-by,
  .simple-table > .simple-table-body tr > .col.quote-created-by,
  .simple-table > .simple-table-body > .row th.quote-created-by,
  .simple-table > .simple-table-body > .row td.quote-created-by,
  .simple-table > .simple-table-body > .row > .col.quote-created-by,
  .simple-table > .simple-table-footer tr th.quote-created-by,
  .simple-table > .simple-table-footer tr td.quote-created-by,
  .simple-table > .simple-table-footer tr > .col.quote-created-by,
  .simple-table > .simple-table-footer > .row th.quote-created-by,
  .simple-table > .simple-table-footer > .row td.quote-created-by,
  .simple-table > .simple-table-footer > .row > .col.quote-created-by {
    order: 0;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.quote-created-by,
  table.dataTable > thead tr td.quote-created-by,
  table.dataTable > thead tr > .col.quote-created-by,
  table.dataTable > thead > .row th.quote-created-by,
  table.dataTable > thead > .row td.quote-created-by,
  table.dataTable > thead > .row > .col.quote-created-by,
  table.dataTable > tbody tr th.quote-created-by,
  table.dataTable > tbody tr td.quote-created-by,
  table.dataTable > tbody tr > .col.quote-created-by,
  table.dataTable > tbody > .row th.quote-created-by,
  table.dataTable > tbody > .row td.quote-created-by,
  table.dataTable > tbody > .row > .col.quote-created-by,
  table.dataTable > .simple-table-header tr th.quote-created-by,
  table.dataTable > .simple-table-header tr td.quote-created-by,
  table.dataTable > .simple-table-header tr > .col.quote-created-by,
  table.dataTable > .simple-table-header > .row th.quote-created-by,
  table.dataTable > .simple-table-header > .row td.quote-created-by,
  table.dataTable > .simple-table-header > .row > .col.quote-created-by,
  table.dataTable > .simple-table-body tr th.quote-created-by,
  table.dataTable > .simple-table-body tr td.quote-created-by,
  table.dataTable > .simple-table-body tr > .col.quote-created-by,
  table.dataTable > .simple-table-body > .row th.quote-created-by,
  table.dataTable > .simple-table-body > .row td.quote-created-by,
  table.dataTable > .simple-table-body > .row > .col.quote-created-by,
  table.dataTable > .simple-table-footer tr th.quote-created-by,
  table.dataTable > .simple-table-footer tr td.quote-created-by,
  table.dataTable > .simple-table-footer tr > .col.quote-created-by,
  table.dataTable > .simple-table-footer > .row th.quote-created-by,
  table.dataTable > .simple-table-footer > .row td.quote-created-by,
  table.dataTable > .simple-table-footer > .row > .col.quote-created-by,
  .table-responsive > table > thead tr th.quote-created-by,
  .table-responsive > table > thead tr td.quote-created-by,
  .table-responsive > table > thead tr > .col.quote-created-by,
  .table-responsive > table > thead > .row th.quote-created-by,
  .table-responsive > table > thead > .row td.quote-created-by,
  .table-responsive > table > thead > .row > .col.quote-created-by,
  .table-responsive > table > tbody tr th.quote-created-by,
  .table-responsive > table > tbody tr td.quote-created-by,
  .table-responsive > table > tbody tr > .col.quote-created-by,
  .table-responsive > table > tbody > .row th.quote-created-by,
  .table-responsive > table > tbody > .row td.quote-created-by,
  .table-responsive > table > tbody > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-header tr th.quote-created-by,
  .table-responsive > table > .simple-table-header tr td.quote-created-by,
  .table-responsive > table > .simple-table-header tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-header > .row th.quote-created-by,
  .table-responsive > table > .simple-table-header > .row td.quote-created-by,
  .table-responsive > table > .simple-table-header > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-body tr th.quote-created-by,
  .table-responsive > table > .simple-table-body tr td.quote-created-by,
  .table-responsive > table > .simple-table-body tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-body > .row th.quote-created-by,
  .table-responsive > table > .simple-table-body > .row td.quote-created-by,
  .table-responsive > table > .simple-table-body > .row > .col.quote-created-by,
  .table-responsive > table > .simple-table-footer tr th.quote-created-by,
  .table-responsive > table > .simple-table-footer tr td.quote-created-by,
  .table-responsive > table > .simple-table-footer tr > .col.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row th.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row td.quote-created-by,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-created-by,
  .simple-table > thead tr th.quote-created-by,
  .simple-table > thead tr td.quote-created-by,
  .simple-table > thead tr > .col.quote-created-by,
  .simple-table > thead > .row th.quote-created-by,
  .simple-table > thead > .row td.quote-created-by,
  .simple-table > thead > .row > .col.quote-created-by,
  .simple-table > tbody tr th.quote-created-by,
  .simple-table > tbody tr td.quote-created-by,
  .simple-table > tbody tr > .col.quote-created-by,
  .simple-table > tbody > .row th.quote-created-by,
  .simple-table > tbody > .row td.quote-created-by,
  .simple-table > tbody > .row > .col.quote-created-by,
  .simple-table > .simple-table-header tr th.quote-created-by,
  .simple-table > .simple-table-header tr td.quote-created-by,
  .simple-table > .simple-table-header tr > .col.quote-created-by,
  .simple-table > .simple-table-header > .row th.quote-created-by,
  .simple-table > .simple-table-header > .row td.quote-created-by,
  .simple-table > .simple-table-header > .row > .col.quote-created-by,
  .simple-table > .simple-table-body tr th.quote-created-by,
  .simple-table > .simple-table-body tr td.quote-created-by,
  .simple-table > .simple-table-body tr > .col.quote-created-by,
  .simple-table > .simple-table-body > .row th.quote-created-by,
  .simple-table > .simple-table-body > .row td.quote-created-by,
  .simple-table > .simple-table-body > .row > .col.quote-created-by,
  .simple-table > .simple-table-footer tr th.quote-created-by,
  .simple-table > .simple-table-footer tr td.quote-created-by,
  .simple-table > .simple-table-footer tr > .col.quote-created-by,
  .simple-table > .simple-table-footer > .row th.quote-created-by,
  .simple-table > .simple-table-footer > .row td.quote-created-by,
  .simple-table > .simple-table-footer > .row > .col.quote-created-by {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-modified-date,
table.dataTable > thead tr td.quote-modified-date,
table.dataTable > thead tr > .col.quote-modified-date,
table.dataTable > thead > .row th.quote-modified-date,
table.dataTable > thead > .row td.quote-modified-date,
table.dataTable > thead > .row > .col.quote-modified-date,
table.dataTable > tbody tr th.quote-modified-date,
table.dataTable > tbody tr td.quote-modified-date,
table.dataTable > tbody tr > .col.quote-modified-date,
table.dataTable > tbody > .row th.quote-modified-date,
table.dataTable > tbody > .row td.quote-modified-date,
table.dataTable > tbody > .row > .col.quote-modified-date,
table.dataTable > .simple-table-header tr th.quote-modified-date,
table.dataTable > .simple-table-header tr td.quote-modified-date,
table.dataTable > .simple-table-header tr > .col.quote-modified-date,
table.dataTable > .simple-table-header > .row th.quote-modified-date,
table.dataTable > .simple-table-header > .row td.quote-modified-date,
table.dataTable > .simple-table-header > .row > .col.quote-modified-date,
table.dataTable > .simple-table-body tr th.quote-modified-date,
table.dataTable > .simple-table-body tr td.quote-modified-date,
table.dataTable > .simple-table-body tr > .col.quote-modified-date,
table.dataTable > .simple-table-body > .row th.quote-modified-date,
table.dataTable > .simple-table-body > .row td.quote-modified-date,
table.dataTable > .simple-table-body > .row > .col.quote-modified-date,
table.dataTable > .simple-table-footer tr th.quote-modified-date,
table.dataTable > .simple-table-footer tr td.quote-modified-date,
table.dataTable > .simple-table-footer tr > .col.quote-modified-date,
table.dataTable > .simple-table-footer > .row th.quote-modified-date,
table.dataTable > .simple-table-footer > .row td.quote-modified-date,
table.dataTable > .simple-table-footer > .row > .col.quote-modified-date,
.table-responsive > table > thead tr th.quote-modified-date,
.table-responsive > table > thead tr td.quote-modified-date,
.table-responsive > table > thead tr > .col.quote-modified-date,
.table-responsive > table > thead > .row th.quote-modified-date,
.table-responsive > table > thead > .row td.quote-modified-date,
.table-responsive > table > thead > .row > .col.quote-modified-date,
.table-responsive > table > tbody tr th.quote-modified-date,
.table-responsive > table > tbody tr td.quote-modified-date,
.table-responsive > table > tbody tr > .col.quote-modified-date,
.table-responsive > table > tbody > .row th.quote-modified-date,
.table-responsive > table > tbody > .row td.quote-modified-date,
.table-responsive > table > tbody > .row > .col.quote-modified-date,
.table-responsive > table > .simple-table-header tr th.quote-modified-date,
.table-responsive > table > .simple-table-header tr td.quote-modified-date,
.table-responsive > table > .simple-table-header tr > .col.quote-modified-date,
.table-responsive > table > .simple-table-header > .row th.quote-modified-date,
.table-responsive > table > .simple-table-header > .row td.quote-modified-date,
.table-responsive > table > .simple-table-header > .row > .col.quote-modified-date,
.table-responsive > table > .simple-table-body tr th.quote-modified-date,
.table-responsive > table > .simple-table-body tr td.quote-modified-date,
.table-responsive > table > .simple-table-body tr > .col.quote-modified-date,
.table-responsive > table > .simple-table-body > .row th.quote-modified-date,
.table-responsive > table > .simple-table-body > .row td.quote-modified-date,
.table-responsive > table > .simple-table-body > .row > .col.quote-modified-date,
.table-responsive > table > .simple-table-footer tr th.quote-modified-date,
.table-responsive > table > .simple-table-footer tr td.quote-modified-date,
.table-responsive > table > .simple-table-footer tr > .col.quote-modified-date,
.table-responsive > table > .simple-table-footer > .row th.quote-modified-date,
.table-responsive > table > .simple-table-footer > .row td.quote-modified-date,
.table-responsive > table > .simple-table-footer > .row > .col.quote-modified-date,
.simple-table > thead tr th.quote-modified-date,
.simple-table > thead tr td.quote-modified-date,
.simple-table > thead tr > .col.quote-modified-date,
.simple-table > thead > .row th.quote-modified-date,
.simple-table > thead > .row td.quote-modified-date,
.simple-table > thead > .row > .col.quote-modified-date,
.simple-table > tbody tr th.quote-modified-date,
.simple-table > tbody tr td.quote-modified-date,
.simple-table > tbody tr > .col.quote-modified-date,
.simple-table > tbody > .row th.quote-modified-date,
.simple-table > tbody > .row td.quote-modified-date,
.simple-table > tbody > .row > .col.quote-modified-date,
.simple-table > .simple-table-header tr th.quote-modified-date,
.simple-table > .simple-table-header tr td.quote-modified-date,
.simple-table > .simple-table-header tr > .col.quote-modified-date,
.simple-table > .simple-table-header > .row th.quote-modified-date,
.simple-table > .simple-table-header > .row td.quote-modified-date,
.simple-table > .simple-table-header > .row > .col.quote-modified-date,
.simple-table > .simple-table-body tr th.quote-modified-date,
.simple-table > .simple-table-body tr td.quote-modified-date,
.simple-table > .simple-table-body tr > .col.quote-modified-date,
.simple-table > .simple-table-body > .row th.quote-modified-date,
.simple-table > .simple-table-body > .row td.quote-modified-date,
.simple-table > .simple-table-body > .row > .col.quote-modified-date,
.simple-table > .simple-table-footer tr th.quote-modified-date,
.simple-table > .simple-table-footer tr td.quote-modified-date,
.simple-table > .simple-table-footer tr > .col.quote-modified-date,
.simple-table > .simple-table-footer > .row th.quote-modified-date,
.simple-table > .simple-table-footer > .row td.quote-modified-date,
.simple-table > .simple-table-footer > .row > .col.quote-modified-date {
  order: 0;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  min-width: 180px;
}
@media (max-width: 1367.98px) {
  table.dataTable > thead tr th.quote-modified-date,
  table.dataTable > thead tr td.quote-modified-date,
  table.dataTable > thead tr > .col.quote-modified-date,
  table.dataTable > thead > .row th.quote-modified-date,
  table.dataTable > thead > .row td.quote-modified-date,
  table.dataTable > thead > .row > .col.quote-modified-date,
  table.dataTable > tbody tr th.quote-modified-date,
  table.dataTable > tbody tr td.quote-modified-date,
  table.dataTable > tbody tr > .col.quote-modified-date,
  table.dataTable > tbody > .row th.quote-modified-date,
  table.dataTable > tbody > .row td.quote-modified-date,
  table.dataTable > tbody > .row > .col.quote-modified-date,
  table.dataTable > .simple-table-header tr th.quote-modified-date,
  table.dataTable > .simple-table-header tr td.quote-modified-date,
  table.dataTable > .simple-table-header tr > .col.quote-modified-date,
  table.dataTable > .simple-table-header > .row th.quote-modified-date,
  table.dataTable > .simple-table-header > .row td.quote-modified-date,
  table.dataTable > .simple-table-header > .row > .col.quote-modified-date,
  table.dataTable > .simple-table-body tr th.quote-modified-date,
  table.dataTable > .simple-table-body tr td.quote-modified-date,
  table.dataTable > .simple-table-body tr > .col.quote-modified-date,
  table.dataTable > .simple-table-body > .row th.quote-modified-date,
  table.dataTable > .simple-table-body > .row td.quote-modified-date,
  table.dataTable > .simple-table-body > .row > .col.quote-modified-date,
  table.dataTable > .simple-table-footer tr th.quote-modified-date,
  table.dataTable > .simple-table-footer tr td.quote-modified-date,
  table.dataTable > .simple-table-footer tr > .col.quote-modified-date,
  table.dataTable > .simple-table-footer > .row th.quote-modified-date,
  table.dataTable > .simple-table-footer > .row td.quote-modified-date,
  table.dataTable > .simple-table-footer > .row > .col.quote-modified-date,
  .table-responsive > table > thead tr th.quote-modified-date,
  .table-responsive > table > thead tr td.quote-modified-date,
  .table-responsive > table > thead tr > .col.quote-modified-date,
  .table-responsive > table > thead > .row th.quote-modified-date,
  .table-responsive > table > thead > .row td.quote-modified-date,
  .table-responsive > table > thead > .row > .col.quote-modified-date,
  .table-responsive > table > tbody tr th.quote-modified-date,
  .table-responsive > table > tbody tr td.quote-modified-date,
  .table-responsive > table > tbody tr > .col.quote-modified-date,
  .table-responsive > table > tbody > .row th.quote-modified-date,
  .table-responsive > table > tbody > .row td.quote-modified-date,
  .table-responsive > table > tbody > .row > .col.quote-modified-date,
  .table-responsive > table > .simple-table-header tr th.quote-modified-date,
  .table-responsive > table > .simple-table-header tr td.quote-modified-date,
  .table-responsive > table > .simple-table-header tr > .col.quote-modified-date,
  .table-responsive > table > .simple-table-header > .row th.quote-modified-date,
  .table-responsive > table > .simple-table-header > .row td.quote-modified-date,
  .table-responsive > table > .simple-table-header > .row > .col.quote-modified-date,
  .table-responsive > table > .simple-table-body tr th.quote-modified-date,
  .table-responsive > table > .simple-table-body tr td.quote-modified-date,
  .table-responsive > table > .simple-table-body tr > .col.quote-modified-date,
  .table-responsive > table > .simple-table-body > .row th.quote-modified-date,
  .table-responsive > table > .simple-table-body > .row td.quote-modified-date,
  .table-responsive > table > .simple-table-body > .row > .col.quote-modified-date,
  .table-responsive > table > .simple-table-footer tr th.quote-modified-date,
  .table-responsive > table > .simple-table-footer tr td.quote-modified-date,
  .table-responsive > table > .simple-table-footer tr > .col.quote-modified-date,
  .table-responsive > table > .simple-table-footer > .row th.quote-modified-date,
  .table-responsive > table > .simple-table-footer > .row td.quote-modified-date,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-modified-date,
  .simple-table > thead tr th.quote-modified-date,
  .simple-table > thead tr td.quote-modified-date,
  .simple-table > thead tr > .col.quote-modified-date,
  .simple-table > thead > .row th.quote-modified-date,
  .simple-table > thead > .row td.quote-modified-date,
  .simple-table > thead > .row > .col.quote-modified-date,
  .simple-table > tbody tr th.quote-modified-date,
  .simple-table > tbody tr td.quote-modified-date,
  .simple-table > tbody tr > .col.quote-modified-date,
  .simple-table > tbody > .row th.quote-modified-date,
  .simple-table > tbody > .row td.quote-modified-date,
  .simple-table > tbody > .row > .col.quote-modified-date,
  .simple-table > .simple-table-header tr th.quote-modified-date,
  .simple-table > .simple-table-header tr td.quote-modified-date,
  .simple-table > .simple-table-header tr > .col.quote-modified-date,
  .simple-table > .simple-table-header > .row th.quote-modified-date,
  .simple-table > .simple-table-header > .row td.quote-modified-date,
  .simple-table > .simple-table-header > .row > .col.quote-modified-date,
  .simple-table > .simple-table-body tr th.quote-modified-date,
  .simple-table > .simple-table-body tr td.quote-modified-date,
  .simple-table > .simple-table-body tr > .col.quote-modified-date,
  .simple-table > .simple-table-body > .row th.quote-modified-date,
  .simple-table > .simple-table-body > .row td.quote-modified-date,
  .simple-table > .simple-table-body > .row > .col.quote-modified-date,
  .simple-table > .simple-table-footer tr th.quote-modified-date,
  .simple-table > .simple-table-footer tr td.quote-modified-date,
  .simple-table > .simple-table-footer tr > .col.quote-modified-date,
  .simple-table > .simple-table-footer > .row th.quote-modified-date,
  .simple-table > .simple-table-footer > .row td.quote-modified-date,
  .simple-table > .simple-table-footer > .row > .col.quote-modified-date {
    display: none !important;
  }
}
table.dataTable > thead tr th.project-number,
table.dataTable > thead tr td.project-number,
table.dataTable > thead tr > .col.project-number,
table.dataTable > thead > .row th.project-number,
table.dataTable > thead > .row td.project-number,
table.dataTable > thead > .row > .col.project-number,
table.dataTable > tbody tr th.project-number,
table.dataTable > tbody tr td.project-number,
table.dataTable > tbody tr > .col.project-number,
table.dataTable > tbody > .row th.project-number,
table.dataTable > tbody > .row td.project-number,
table.dataTable > tbody > .row > .col.project-number,
table.dataTable > .simple-table-header tr th.project-number,
table.dataTable > .simple-table-header tr td.project-number,
table.dataTable > .simple-table-header tr > .col.project-number,
table.dataTable > .simple-table-header > .row th.project-number,
table.dataTable > .simple-table-header > .row td.project-number,
table.dataTable > .simple-table-header > .row > .col.project-number,
table.dataTable > .simple-table-body tr th.project-number,
table.dataTable > .simple-table-body tr td.project-number,
table.dataTable > .simple-table-body tr > .col.project-number,
table.dataTable > .simple-table-body > .row th.project-number,
table.dataTable > .simple-table-body > .row td.project-number,
table.dataTable > .simple-table-body > .row > .col.project-number,
table.dataTable > .simple-table-footer tr th.project-number,
table.dataTable > .simple-table-footer tr td.project-number,
table.dataTable > .simple-table-footer tr > .col.project-number,
table.dataTable > .simple-table-footer > .row th.project-number,
table.dataTable > .simple-table-footer > .row td.project-number,
table.dataTable > .simple-table-footer > .row > .col.project-number,
.table-responsive > table > thead tr th.project-number,
.table-responsive > table > thead tr td.project-number,
.table-responsive > table > thead tr > .col.project-number,
.table-responsive > table > thead > .row th.project-number,
.table-responsive > table > thead > .row td.project-number,
.table-responsive > table > thead > .row > .col.project-number,
.table-responsive > table > tbody tr th.project-number,
.table-responsive > table > tbody tr td.project-number,
.table-responsive > table > tbody tr > .col.project-number,
.table-responsive > table > tbody > .row th.project-number,
.table-responsive > table > tbody > .row td.project-number,
.table-responsive > table > tbody > .row > .col.project-number,
.table-responsive > table > .simple-table-header tr th.project-number,
.table-responsive > table > .simple-table-header tr td.project-number,
.table-responsive > table > .simple-table-header tr > .col.project-number,
.table-responsive > table > .simple-table-header > .row th.project-number,
.table-responsive > table > .simple-table-header > .row td.project-number,
.table-responsive > table > .simple-table-header > .row > .col.project-number,
.table-responsive > table > .simple-table-body tr th.project-number,
.table-responsive > table > .simple-table-body tr td.project-number,
.table-responsive > table > .simple-table-body tr > .col.project-number,
.table-responsive > table > .simple-table-body > .row th.project-number,
.table-responsive > table > .simple-table-body > .row td.project-number,
.table-responsive > table > .simple-table-body > .row > .col.project-number,
.table-responsive > table > .simple-table-footer tr th.project-number,
.table-responsive > table > .simple-table-footer tr td.project-number,
.table-responsive > table > .simple-table-footer tr > .col.project-number,
.table-responsive > table > .simple-table-footer > .row th.project-number,
.table-responsive > table > .simple-table-footer > .row td.project-number,
.table-responsive > table > .simple-table-footer > .row > .col.project-number,
.simple-table > thead tr th.project-number,
.simple-table > thead tr td.project-number,
.simple-table > thead tr > .col.project-number,
.simple-table > thead > .row th.project-number,
.simple-table > thead > .row td.project-number,
.simple-table > thead > .row > .col.project-number,
.simple-table > tbody tr th.project-number,
.simple-table > tbody tr td.project-number,
.simple-table > tbody tr > .col.project-number,
.simple-table > tbody > .row th.project-number,
.simple-table > tbody > .row td.project-number,
.simple-table > tbody > .row > .col.project-number,
.simple-table > .simple-table-header tr th.project-number,
.simple-table > .simple-table-header tr td.project-number,
.simple-table > .simple-table-header tr > .col.project-number,
.simple-table > .simple-table-header > .row th.project-number,
.simple-table > .simple-table-header > .row td.project-number,
.simple-table > .simple-table-header > .row > .col.project-number,
.simple-table > .simple-table-body tr th.project-number,
.simple-table > .simple-table-body tr td.project-number,
.simple-table > .simple-table-body tr > .col.project-number,
.simple-table > .simple-table-body > .row th.project-number,
.simple-table > .simple-table-body > .row td.project-number,
.simple-table > .simple-table-body > .row > .col.project-number,
.simple-table > .simple-table-footer tr th.project-number,
.simple-table > .simple-table-footer tr td.project-number,
.simple-table > .simple-table-footer tr > .col.project-number,
.simple-table > .simple-table-footer > .row th.project-number,
.simple-table > .simple-table-footer > .row td.project-number,
.simple-table > .simple-table-footer > .row > .col.project-number {
  order: 0;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  min-width: 180px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.project-number,
  table.dataTable > thead tr td.project-number,
  table.dataTable > thead tr > .col.project-number,
  table.dataTable > thead > .row th.project-number,
  table.dataTable > thead > .row td.project-number,
  table.dataTable > thead > .row > .col.project-number,
  table.dataTable > tbody tr th.project-number,
  table.dataTable > tbody tr td.project-number,
  table.dataTable > tbody tr > .col.project-number,
  table.dataTable > tbody > .row th.project-number,
  table.dataTable > tbody > .row td.project-number,
  table.dataTable > tbody > .row > .col.project-number,
  table.dataTable > .simple-table-header tr th.project-number,
  table.dataTable > .simple-table-header tr td.project-number,
  table.dataTable > .simple-table-header tr > .col.project-number,
  table.dataTable > .simple-table-header > .row th.project-number,
  table.dataTable > .simple-table-header > .row td.project-number,
  table.dataTable > .simple-table-header > .row > .col.project-number,
  table.dataTable > .simple-table-body tr th.project-number,
  table.dataTable > .simple-table-body tr td.project-number,
  table.dataTable > .simple-table-body tr > .col.project-number,
  table.dataTable > .simple-table-body > .row th.project-number,
  table.dataTable > .simple-table-body > .row td.project-number,
  table.dataTable > .simple-table-body > .row > .col.project-number,
  table.dataTable > .simple-table-footer tr th.project-number,
  table.dataTable > .simple-table-footer tr td.project-number,
  table.dataTable > .simple-table-footer tr > .col.project-number,
  table.dataTable > .simple-table-footer > .row th.project-number,
  table.dataTable > .simple-table-footer > .row td.project-number,
  table.dataTable > .simple-table-footer > .row > .col.project-number,
  .table-responsive > table > thead tr th.project-number,
  .table-responsive > table > thead tr td.project-number,
  .table-responsive > table > thead tr > .col.project-number,
  .table-responsive > table > thead > .row th.project-number,
  .table-responsive > table > thead > .row td.project-number,
  .table-responsive > table > thead > .row > .col.project-number,
  .table-responsive > table > tbody tr th.project-number,
  .table-responsive > table > tbody tr td.project-number,
  .table-responsive > table > tbody tr > .col.project-number,
  .table-responsive > table > tbody > .row th.project-number,
  .table-responsive > table > tbody > .row td.project-number,
  .table-responsive > table > tbody > .row > .col.project-number,
  .table-responsive > table > .simple-table-header tr th.project-number,
  .table-responsive > table > .simple-table-header tr td.project-number,
  .table-responsive > table > .simple-table-header tr > .col.project-number,
  .table-responsive > table > .simple-table-header > .row th.project-number,
  .table-responsive > table > .simple-table-header > .row td.project-number,
  .table-responsive > table > .simple-table-header > .row > .col.project-number,
  .table-responsive > table > .simple-table-body tr th.project-number,
  .table-responsive > table > .simple-table-body tr td.project-number,
  .table-responsive > table > .simple-table-body tr > .col.project-number,
  .table-responsive > table > .simple-table-body > .row th.project-number,
  .table-responsive > table > .simple-table-body > .row td.project-number,
  .table-responsive > table > .simple-table-body > .row > .col.project-number,
  .table-responsive > table > .simple-table-footer tr th.project-number,
  .table-responsive > table > .simple-table-footer tr td.project-number,
  .table-responsive > table > .simple-table-footer tr > .col.project-number,
  .table-responsive > table > .simple-table-footer > .row th.project-number,
  .table-responsive > table > .simple-table-footer > .row td.project-number,
  .table-responsive > table > .simple-table-footer > .row > .col.project-number,
  .simple-table > thead tr th.project-number,
  .simple-table > thead tr td.project-number,
  .simple-table > thead tr > .col.project-number,
  .simple-table > thead > .row th.project-number,
  .simple-table > thead > .row td.project-number,
  .simple-table > thead > .row > .col.project-number,
  .simple-table > tbody tr th.project-number,
  .simple-table > tbody tr td.project-number,
  .simple-table > tbody tr > .col.project-number,
  .simple-table > tbody > .row th.project-number,
  .simple-table > tbody > .row td.project-number,
  .simple-table > tbody > .row > .col.project-number,
  .simple-table > .simple-table-header tr th.project-number,
  .simple-table > .simple-table-header tr td.project-number,
  .simple-table > .simple-table-header tr > .col.project-number,
  .simple-table > .simple-table-header > .row th.project-number,
  .simple-table > .simple-table-header > .row td.project-number,
  .simple-table > .simple-table-header > .row > .col.project-number,
  .simple-table > .simple-table-body tr th.project-number,
  .simple-table > .simple-table-body tr td.project-number,
  .simple-table > .simple-table-body tr > .col.project-number,
  .simple-table > .simple-table-body > .row th.project-number,
  .simple-table > .simple-table-body > .row td.project-number,
  .simple-table > .simple-table-body > .row > .col.project-number,
  .simple-table > .simple-table-footer tr th.project-number,
  .simple-table > .simple-table-footer tr td.project-number,
  .simple-table > .simple-table-footer tr > .col.project-number,
  .simple-table > .simple-table-footer > .row th.project-number,
  .simple-table > .simple-table-footer > .row td.project-number,
  .simple-table > .simple-table-footer > .row > .col.project-number {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.project-title,
table.dataTable > thead tr td.project-title,
table.dataTable > thead tr > .col.project-title,
table.dataTable > thead > .row th.project-title,
table.dataTable > thead > .row td.project-title,
table.dataTable > thead > .row > .col.project-title,
table.dataTable > tbody tr th.project-title,
table.dataTable > tbody tr td.project-title,
table.dataTable > tbody tr > .col.project-title,
table.dataTable > tbody > .row th.project-title,
table.dataTable > tbody > .row td.project-title,
table.dataTable > tbody > .row > .col.project-title,
table.dataTable > .simple-table-header tr th.project-title,
table.dataTable > .simple-table-header tr td.project-title,
table.dataTable > .simple-table-header tr > .col.project-title,
table.dataTable > .simple-table-header > .row th.project-title,
table.dataTable > .simple-table-header > .row td.project-title,
table.dataTable > .simple-table-header > .row > .col.project-title,
table.dataTable > .simple-table-body tr th.project-title,
table.dataTable > .simple-table-body tr td.project-title,
table.dataTable > .simple-table-body tr > .col.project-title,
table.dataTable > .simple-table-body > .row th.project-title,
table.dataTable > .simple-table-body > .row td.project-title,
table.dataTable > .simple-table-body > .row > .col.project-title,
table.dataTable > .simple-table-footer tr th.project-title,
table.dataTable > .simple-table-footer tr td.project-title,
table.dataTable > .simple-table-footer tr > .col.project-title,
table.dataTable > .simple-table-footer > .row th.project-title,
table.dataTable > .simple-table-footer > .row td.project-title,
table.dataTable > .simple-table-footer > .row > .col.project-title,
.table-responsive > table > thead tr th.project-title,
.table-responsive > table > thead tr td.project-title,
.table-responsive > table > thead tr > .col.project-title,
.table-responsive > table > thead > .row th.project-title,
.table-responsive > table > thead > .row td.project-title,
.table-responsive > table > thead > .row > .col.project-title,
.table-responsive > table > tbody tr th.project-title,
.table-responsive > table > tbody tr td.project-title,
.table-responsive > table > tbody tr > .col.project-title,
.table-responsive > table > tbody > .row th.project-title,
.table-responsive > table > tbody > .row td.project-title,
.table-responsive > table > tbody > .row > .col.project-title,
.table-responsive > table > .simple-table-header tr th.project-title,
.table-responsive > table > .simple-table-header tr td.project-title,
.table-responsive > table > .simple-table-header tr > .col.project-title,
.table-responsive > table > .simple-table-header > .row th.project-title,
.table-responsive > table > .simple-table-header > .row td.project-title,
.table-responsive > table > .simple-table-header > .row > .col.project-title,
.table-responsive > table > .simple-table-body tr th.project-title,
.table-responsive > table > .simple-table-body tr td.project-title,
.table-responsive > table > .simple-table-body tr > .col.project-title,
.table-responsive > table > .simple-table-body > .row th.project-title,
.table-responsive > table > .simple-table-body > .row td.project-title,
.table-responsive > table > .simple-table-body > .row > .col.project-title,
.table-responsive > table > .simple-table-footer tr th.project-title,
.table-responsive > table > .simple-table-footer tr td.project-title,
.table-responsive > table > .simple-table-footer tr > .col.project-title,
.table-responsive > table > .simple-table-footer > .row th.project-title,
.table-responsive > table > .simple-table-footer > .row td.project-title,
.table-responsive > table > .simple-table-footer > .row > .col.project-title,
.simple-table > thead tr th.project-title,
.simple-table > thead tr td.project-title,
.simple-table > thead tr > .col.project-title,
.simple-table > thead > .row th.project-title,
.simple-table > thead > .row td.project-title,
.simple-table > thead > .row > .col.project-title,
.simple-table > tbody tr th.project-title,
.simple-table > tbody tr td.project-title,
.simple-table > tbody tr > .col.project-title,
.simple-table > tbody > .row th.project-title,
.simple-table > tbody > .row td.project-title,
.simple-table > tbody > .row > .col.project-title,
.simple-table > .simple-table-header tr th.project-title,
.simple-table > .simple-table-header tr td.project-title,
.simple-table > .simple-table-header tr > .col.project-title,
.simple-table > .simple-table-header > .row th.project-title,
.simple-table > .simple-table-header > .row td.project-title,
.simple-table > .simple-table-header > .row > .col.project-title,
.simple-table > .simple-table-body tr th.project-title,
.simple-table > .simple-table-body tr td.project-title,
.simple-table > .simple-table-body tr > .col.project-title,
.simple-table > .simple-table-body > .row th.project-title,
.simple-table > .simple-table-body > .row td.project-title,
.simple-table > .simple-table-body > .row > .col.project-title,
.simple-table > .simple-table-footer tr th.project-title,
.simple-table > .simple-table-footer tr td.project-title,
.simple-table > .simple-table-footer tr > .col.project-title,
.simple-table > .simple-table-footer > .row th.project-title,
.simple-table > .simple-table-footer > .row td.project-title,
.simple-table > .simple-table-footer > .row > .col.project-title {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.project-client,
table.dataTable > thead tr td.project-client,
table.dataTable > thead tr > .col.project-client,
table.dataTable > thead > .row th.project-client,
table.dataTable > thead > .row td.project-client,
table.dataTable > thead > .row > .col.project-client,
table.dataTable > tbody tr th.project-client,
table.dataTable > tbody tr td.project-client,
table.dataTable > tbody tr > .col.project-client,
table.dataTable > tbody > .row th.project-client,
table.dataTable > tbody > .row td.project-client,
table.dataTable > tbody > .row > .col.project-client,
table.dataTable > .simple-table-header tr th.project-client,
table.dataTable > .simple-table-header tr td.project-client,
table.dataTable > .simple-table-header tr > .col.project-client,
table.dataTable > .simple-table-header > .row th.project-client,
table.dataTable > .simple-table-header > .row td.project-client,
table.dataTable > .simple-table-header > .row > .col.project-client,
table.dataTable > .simple-table-body tr th.project-client,
table.dataTable > .simple-table-body tr td.project-client,
table.dataTable > .simple-table-body tr > .col.project-client,
table.dataTable > .simple-table-body > .row th.project-client,
table.dataTable > .simple-table-body > .row td.project-client,
table.dataTable > .simple-table-body > .row > .col.project-client,
table.dataTable > .simple-table-footer tr th.project-client,
table.dataTable > .simple-table-footer tr td.project-client,
table.dataTable > .simple-table-footer tr > .col.project-client,
table.dataTable > .simple-table-footer > .row th.project-client,
table.dataTable > .simple-table-footer > .row td.project-client,
table.dataTable > .simple-table-footer > .row > .col.project-client,
.table-responsive > table > thead tr th.project-client,
.table-responsive > table > thead tr td.project-client,
.table-responsive > table > thead tr > .col.project-client,
.table-responsive > table > thead > .row th.project-client,
.table-responsive > table > thead > .row td.project-client,
.table-responsive > table > thead > .row > .col.project-client,
.table-responsive > table > tbody tr th.project-client,
.table-responsive > table > tbody tr td.project-client,
.table-responsive > table > tbody tr > .col.project-client,
.table-responsive > table > tbody > .row th.project-client,
.table-responsive > table > tbody > .row td.project-client,
.table-responsive > table > tbody > .row > .col.project-client,
.table-responsive > table > .simple-table-header tr th.project-client,
.table-responsive > table > .simple-table-header tr td.project-client,
.table-responsive > table > .simple-table-header tr > .col.project-client,
.table-responsive > table > .simple-table-header > .row th.project-client,
.table-responsive > table > .simple-table-header > .row td.project-client,
.table-responsive > table > .simple-table-header > .row > .col.project-client,
.table-responsive > table > .simple-table-body tr th.project-client,
.table-responsive > table > .simple-table-body tr td.project-client,
.table-responsive > table > .simple-table-body tr > .col.project-client,
.table-responsive > table > .simple-table-body > .row th.project-client,
.table-responsive > table > .simple-table-body > .row td.project-client,
.table-responsive > table > .simple-table-body > .row > .col.project-client,
.table-responsive > table > .simple-table-footer tr th.project-client,
.table-responsive > table > .simple-table-footer tr td.project-client,
.table-responsive > table > .simple-table-footer tr > .col.project-client,
.table-responsive > table > .simple-table-footer > .row th.project-client,
.table-responsive > table > .simple-table-footer > .row td.project-client,
.table-responsive > table > .simple-table-footer > .row > .col.project-client,
.simple-table > thead tr th.project-client,
.simple-table > thead tr td.project-client,
.simple-table > thead tr > .col.project-client,
.simple-table > thead > .row th.project-client,
.simple-table > thead > .row td.project-client,
.simple-table > thead > .row > .col.project-client,
.simple-table > tbody tr th.project-client,
.simple-table > tbody tr td.project-client,
.simple-table > tbody tr > .col.project-client,
.simple-table > tbody > .row th.project-client,
.simple-table > tbody > .row td.project-client,
.simple-table > tbody > .row > .col.project-client,
.simple-table > .simple-table-header tr th.project-client,
.simple-table > .simple-table-header tr td.project-client,
.simple-table > .simple-table-header tr > .col.project-client,
.simple-table > .simple-table-header > .row th.project-client,
.simple-table > .simple-table-header > .row td.project-client,
.simple-table > .simple-table-header > .row > .col.project-client,
.simple-table > .simple-table-body tr th.project-client,
.simple-table > .simple-table-body tr td.project-client,
.simple-table > .simple-table-body tr > .col.project-client,
.simple-table > .simple-table-body > .row th.project-client,
.simple-table > .simple-table-body > .row td.project-client,
.simple-table > .simple-table-body > .row > .col.project-client,
.simple-table > .simple-table-footer tr th.project-client,
.simple-table > .simple-table-footer tr td.project-client,
.simple-table > .simple-table-footer tr > .col.project-client,
.simple-table > .simple-table-footer > .row th.project-client,
.simple-table > .simple-table-footer > .row td.project-client,
.simple-table > .simple-table-footer > .row > .col.project-client {
  order: 0;
  flex: 0 0 460px;
  max-width: 460px;
  width: 460px;
  min-width: 460px;
}
@media (max-width: 1920.98px) {
  table.dataTable > thead tr th.project-client,
  table.dataTable > thead tr td.project-client,
  table.dataTable > thead tr > .col.project-client,
  table.dataTable > thead > .row th.project-client,
  table.dataTable > thead > .row td.project-client,
  table.dataTable > thead > .row > .col.project-client,
  table.dataTable > tbody tr th.project-client,
  table.dataTable > tbody tr td.project-client,
  table.dataTable > tbody tr > .col.project-client,
  table.dataTable > tbody > .row th.project-client,
  table.dataTable > tbody > .row td.project-client,
  table.dataTable > tbody > .row > .col.project-client,
  table.dataTable > .simple-table-header tr th.project-client,
  table.dataTable > .simple-table-header tr td.project-client,
  table.dataTable > .simple-table-header tr > .col.project-client,
  table.dataTable > .simple-table-header > .row th.project-client,
  table.dataTable > .simple-table-header > .row td.project-client,
  table.dataTable > .simple-table-header > .row > .col.project-client,
  table.dataTable > .simple-table-body tr th.project-client,
  table.dataTable > .simple-table-body tr td.project-client,
  table.dataTable > .simple-table-body tr > .col.project-client,
  table.dataTable > .simple-table-body > .row th.project-client,
  table.dataTable > .simple-table-body > .row td.project-client,
  table.dataTable > .simple-table-body > .row > .col.project-client,
  table.dataTable > .simple-table-footer tr th.project-client,
  table.dataTable > .simple-table-footer tr td.project-client,
  table.dataTable > .simple-table-footer tr > .col.project-client,
  table.dataTable > .simple-table-footer > .row th.project-client,
  table.dataTable > .simple-table-footer > .row td.project-client,
  table.dataTable > .simple-table-footer > .row > .col.project-client,
  .table-responsive > table > thead tr th.project-client,
  .table-responsive > table > thead tr td.project-client,
  .table-responsive > table > thead tr > .col.project-client,
  .table-responsive > table > thead > .row th.project-client,
  .table-responsive > table > thead > .row td.project-client,
  .table-responsive > table > thead > .row > .col.project-client,
  .table-responsive > table > tbody tr th.project-client,
  .table-responsive > table > tbody tr td.project-client,
  .table-responsive > table > tbody tr > .col.project-client,
  .table-responsive > table > tbody > .row th.project-client,
  .table-responsive > table > tbody > .row td.project-client,
  .table-responsive > table > tbody > .row > .col.project-client,
  .table-responsive > table > .simple-table-header tr th.project-client,
  .table-responsive > table > .simple-table-header tr td.project-client,
  .table-responsive > table > .simple-table-header tr > .col.project-client,
  .table-responsive > table > .simple-table-header > .row th.project-client,
  .table-responsive > table > .simple-table-header > .row td.project-client,
  .table-responsive > table > .simple-table-header > .row > .col.project-client,
  .table-responsive > table > .simple-table-body tr th.project-client,
  .table-responsive > table > .simple-table-body tr td.project-client,
  .table-responsive > table > .simple-table-body tr > .col.project-client,
  .table-responsive > table > .simple-table-body > .row th.project-client,
  .table-responsive > table > .simple-table-body > .row td.project-client,
  .table-responsive > table > .simple-table-body > .row > .col.project-client,
  .table-responsive > table > .simple-table-footer tr th.project-client,
  .table-responsive > table > .simple-table-footer tr td.project-client,
  .table-responsive > table > .simple-table-footer tr > .col.project-client,
  .table-responsive > table > .simple-table-footer > .row th.project-client,
  .table-responsive > table > .simple-table-footer > .row td.project-client,
  .table-responsive > table > .simple-table-footer > .row > .col.project-client,
  .simple-table > thead tr th.project-client,
  .simple-table > thead tr td.project-client,
  .simple-table > thead tr > .col.project-client,
  .simple-table > thead > .row th.project-client,
  .simple-table > thead > .row td.project-client,
  .simple-table > thead > .row > .col.project-client,
  .simple-table > tbody tr th.project-client,
  .simple-table > tbody tr td.project-client,
  .simple-table > tbody tr > .col.project-client,
  .simple-table > tbody > .row th.project-client,
  .simple-table > tbody > .row td.project-client,
  .simple-table > tbody > .row > .col.project-client,
  .simple-table > .simple-table-header tr th.project-client,
  .simple-table > .simple-table-header tr td.project-client,
  .simple-table > .simple-table-header tr > .col.project-client,
  .simple-table > .simple-table-header > .row th.project-client,
  .simple-table > .simple-table-header > .row td.project-client,
  .simple-table > .simple-table-header > .row > .col.project-client,
  .simple-table > .simple-table-body tr th.project-client,
  .simple-table > .simple-table-body tr td.project-client,
  .simple-table > .simple-table-body tr > .col.project-client,
  .simple-table > .simple-table-body > .row th.project-client,
  .simple-table > .simple-table-body > .row td.project-client,
  .simple-table > .simple-table-body > .row > .col.project-client,
  .simple-table > .simple-table-footer tr th.project-client,
  .simple-table > .simple-table-footer tr td.project-client,
  .simple-table > .simple-table-footer tr > .col.project-client,
  .simple-table > .simple-table-footer > .row th.project-client,
  .simple-table > .simple-table-footer > .row td.project-client,
  .simple-table > .simple-table-footer > .row > .col.project-client {
    order: 0;
    flex: 0 0 360px;
    max-width: 360px;
    width: 360px;
    min-width: 360px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.project-client,
  table.dataTable > thead tr td.project-client,
  table.dataTable > thead tr > .col.project-client,
  table.dataTable > thead > .row th.project-client,
  table.dataTable > thead > .row td.project-client,
  table.dataTable > thead > .row > .col.project-client,
  table.dataTable > tbody tr th.project-client,
  table.dataTable > tbody tr td.project-client,
  table.dataTable > tbody tr > .col.project-client,
  table.dataTable > tbody > .row th.project-client,
  table.dataTable > tbody > .row td.project-client,
  table.dataTable > tbody > .row > .col.project-client,
  table.dataTable > .simple-table-header tr th.project-client,
  table.dataTable > .simple-table-header tr td.project-client,
  table.dataTable > .simple-table-header tr > .col.project-client,
  table.dataTable > .simple-table-header > .row th.project-client,
  table.dataTable > .simple-table-header > .row td.project-client,
  table.dataTable > .simple-table-header > .row > .col.project-client,
  table.dataTable > .simple-table-body tr th.project-client,
  table.dataTable > .simple-table-body tr td.project-client,
  table.dataTable > .simple-table-body tr > .col.project-client,
  table.dataTable > .simple-table-body > .row th.project-client,
  table.dataTable > .simple-table-body > .row td.project-client,
  table.dataTable > .simple-table-body > .row > .col.project-client,
  table.dataTable > .simple-table-footer tr th.project-client,
  table.dataTable > .simple-table-footer tr td.project-client,
  table.dataTable > .simple-table-footer tr > .col.project-client,
  table.dataTable > .simple-table-footer > .row th.project-client,
  table.dataTable > .simple-table-footer > .row td.project-client,
  table.dataTable > .simple-table-footer > .row > .col.project-client,
  .table-responsive > table > thead tr th.project-client,
  .table-responsive > table > thead tr td.project-client,
  .table-responsive > table > thead tr > .col.project-client,
  .table-responsive > table > thead > .row th.project-client,
  .table-responsive > table > thead > .row td.project-client,
  .table-responsive > table > thead > .row > .col.project-client,
  .table-responsive > table > tbody tr th.project-client,
  .table-responsive > table > tbody tr td.project-client,
  .table-responsive > table > tbody tr > .col.project-client,
  .table-responsive > table > tbody > .row th.project-client,
  .table-responsive > table > tbody > .row td.project-client,
  .table-responsive > table > tbody > .row > .col.project-client,
  .table-responsive > table > .simple-table-header tr th.project-client,
  .table-responsive > table > .simple-table-header tr td.project-client,
  .table-responsive > table > .simple-table-header tr > .col.project-client,
  .table-responsive > table > .simple-table-header > .row th.project-client,
  .table-responsive > table > .simple-table-header > .row td.project-client,
  .table-responsive > table > .simple-table-header > .row > .col.project-client,
  .table-responsive > table > .simple-table-body tr th.project-client,
  .table-responsive > table > .simple-table-body tr td.project-client,
  .table-responsive > table > .simple-table-body tr > .col.project-client,
  .table-responsive > table > .simple-table-body > .row th.project-client,
  .table-responsive > table > .simple-table-body > .row td.project-client,
  .table-responsive > table > .simple-table-body > .row > .col.project-client,
  .table-responsive > table > .simple-table-footer tr th.project-client,
  .table-responsive > table > .simple-table-footer tr td.project-client,
  .table-responsive > table > .simple-table-footer tr > .col.project-client,
  .table-responsive > table > .simple-table-footer > .row th.project-client,
  .table-responsive > table > .simple-table-footer > .row td.project-client,
  .table-responsive > table > .simple-table-footer > .row > .col.project-client,
  .simple-table > thead tr th.project-client,
  .simple-table > thead tr td.project-client,
  .simple-table > thead tr > .col.project-client,
  .simple-table > thead > .row th.project-client,
  .simple-table > thead > .row td.project-client,
  .simple-table > thead > .row > .col.project-client,
  .simple-table > tbody tr th.project-client,
  .simple-table > tbody tr td.project-client,
  .simple-table > tbody tr > .col.project-client,
  .simple-table > tbody > .row th.project-client,
  .simple-table > tbody > .row td.project-client,
  .simple-table > tbody > .row > .col.project-client,
  .simple-table > .simple-table-header tr th.project-client,
  .simple-table > .simple-table-header tr td.project-client,
  .simple-table > .simple-table-header tr > .col.project-client,
  .simple-table > .simple-table-header > .row th.project-client,
  .simple-table > .simple-table-header > .row td.project-client,
  .simple-table > .simple-table-header > .row > .col.project-client,
  .simple-table > .simple-table-body tr th.project-client,
  .simple-table > .simple-table-body tr td.project-client,
  .simple-table > .simple-table-body tr > .col.project-client,
  .simple-table > .simple-table-body > .row th.project-client,
  .simple-table > .simple-table-body > .row td.project-client,
  .simple-table > .simple-table-body > .row > .col.project-client,
  .simple-table > .simple-table-footer tr th.project-client,
  .simple-table > .simple-table-footer tr td.project-client,
  .simple-table > .simple-table-footer tr > .col.project-client,
  .simple-table > .simple-table-footer > .row th.project-client,
  .simple-table > .simple-table-footer > .row td.project-client,
  .simple-table > .simple-table-footer > .row > .col.project-client {
    order: 0;
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.project-client,
  table.dataTable > thead tr td.project-client,
  table.dataTable > thead tr > .col.project-client,
  table.dataTable > thead > .row th.project-client,
  table.dataTable > thead > .row td.project-client,
  table.dataTable > thead > .row > .col.project-client,
  table.dataTable > tbody tr th.project-client,
  table.dataTable > tbody tr td.project-client,
  table.dataTable > tbody tr > .col.project-client,
  table.dataTable > tbody > .row th.project-client,
  table.dataTable > tbody > .row td.project-client,
  table.dataTable > tbody > .row > .col.project-client,
  table.dataTable > .simple-table-header tr th.project-client,
  table.dataTable > .simple-table-header tr td.project-client,
  table.dataTable > .simple-table-header tr > .col.project-client,
  table.dataTable > .simple-table-header > .row th.project-client,
  table.dataTable > .simple-table-header > .row td.project-client,
  table.dataTable > .simple-table-header > .row > .col.project-client,
  table.dataTable > .simple-table-body tr th.project-client,
  table.dataTable > .simple-table-body tr td.project-client,
  table.dataTable > .simple-table-body tr > .col.project-client,
  table.dataTable > .simple-table-body > .row th.project-client,
  table.dataTable > .simple-table-body > .row td.project-client,
  table.dataTable > .simple-table-body > .row > .col.project-client,
  table.dataTable > .simple-table-footer tr th.project-client,
  table.dataTable > .simple-table-footer tr td.project-client,
  table.dataTable > .simple-table-footer tr > .col.project-client,
  table.dataTable > .simple-table-footer > .row th.project-client,
  table.dataTable > .simple-table-footer > .row td.project-client,
  table.dataTable > .simple-table-footer > .row > .col.project-client,
  .table-responsive > table > thead tr th.project-client,
  .table-responsive > table > thead tr td.project-client,
  .table-responsive > table > thead tr > .col.project-client,
  .table-responsive > table > thead > .row th.project-client,
  .table-responsive > table > thead > .row td.project-client,
  .table-responsive > table > thead > .row > .col.project-client,
  .table-responsive > table > tbody tr th.project-client,
  .table-responsive > table > tbody tr td.project-client,
  .table-responsive > table > tbody tr > .col.project-client,
  .table-responsive > table > tbody > .row th.project-client,
  .table-responsive > table > tbody > .row td.project-client,
  .table-responsive > table > tbody > .row > .col.project-client,
  .table-responsive > table > .simple-table-header tr th.project-client,
  .table-responsive > table > .simple-table-header tr td.project-client,
  .table-responsive > table > .simple-table-header tr > .col.project-client,
  .table-responsive > table > .simple-table-header > .row th.project-client,
  .table-responsive > table > .simple-table-header > .row td.project-client,
  .table-responsive > table > .simple-table-header > .row > .col.project-client,
  .table-responsive > table > .simple-table-body tr th.project-client,
  .table-responsive > table > .simple-table-body tr td.project-client,
  .table-responsive > table > .simple-table-body tr > .col.project-client,
  .table-responsive > table > .simple-table-body > .row th.project-client,
  .table-responsive > table > .simple-table-body > .row td.project-client,
  .table-responsive > table > .simple-table-body > .row > .col.project-client,
  .table-responsive > table > .simple-table-footer tr th.project-client,
  .table-responsive > table > .simple-table-footer tr td.project-client,
  .table-responsive > table > .simple-table-footer tr > .col.project-client,
  .table-responsive > table > .simple-table-footer > .row th.project-client,
  .table-responsive > table > .simple-table-footer > .row td.project-client,
  .table-responsive > table > .simple-table-footer > .row > .col.project-client,
  .simple-table > thead tr th.project-client,
  .simple-table > thead tr td.project-client,
  .simple-table > thead tr > .col.project-client,
  .simple-table > thead > .row th.project-client,
  .simple-table > thead > .row td.project-client,
  .simple-table > thead > .row > .col.project-client,
  .simple-table > tbody tr th.project-client,
  .simple-table > tbody tr td.project-client,
  .simple-table > tbody tr > .col.project-client,
  .simple-table > tbody > .row th.project-client,
  .simple-table > tbody > .row td.project-client,
  .simple-table > tbody > .row > .col.project-client,
  .simple-table > .simple-table-header tr th.project-client,
  .simple-table > .simple-table-header tr td.project-client,
  .simple-table > .simple-table-header tr > .col.project-client,
  .simple-table > .simple-table-header > .row th.project-client,
  .simple-table > .simple-table-header > .row td.project-client,
  .simple-table > .simple-table-header > .row > .col.project-client,
  .simple-table > .simple-table-body tr th.project-client,
  .simple-table > .simple-table-body tr td.project-client,
  .simple-table > .simple-table-body tr > .col.project-client,
  .simple-table > .simple-table-body > .row th.project-client,
  .simple-table > .simple-table-body > .row td.project-client,
  .simple-table > .simple-table-body > .row > .col.project-client,
  .simple-table > .simple-table-footer tr th.project-client,
  .simple-table > .simple-table-footer tr td.project-client,
  .simple-table > .simple-table-footer tr > .col.project-client,
  .simple-table > .simple-table-footer > .row th.project-client,
  .simple-table > .simple-table-footer > .row td.project-client,
  .simple-table > .simple-table-footer > .row > .col.project-client {
    order: 0;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
  }
}
table.dataTable > thead tr th.project-client-name,
table.dataTable > thead tr td.project-client-name,
table.dataTable > thead tr > .col.project-client-name,
table.dataTable > thead > .row th.project-client-name,
table.dataTable > thead > .row td.project-client-name,
table.dataTable > thead > .row > .col.project-client-name,
table.dataTable > tbody tr th.project-client-name,
table.dataTable > tbody tr td.project-client-name,
table.dataTable > tbody tr > .col.project-client-name,
table.dataTable > tbody > .row th.project-client-name,
table.dataTable > tbody > .row td.project-client-name,
table.dataTable > tbody > .row > .col.project-client-name,
table.dataTable > .simple-table-header tr th.project-client-name,
table.dataTable > .simple-table-header tr td.project-client-name,
table.dataTable > .simple-table-header tr > .col.project-client-name,
table.dataTable > .simple-table-header > .row th.project-client-name,
table.dataTable > .simple-table-header > .row td.project-client-name,
table.dataTable > .simple-table-header > .row > .col.project-client-name,
table.dataTable > .simple-table-body tr th.project-client-name,
table.dataTable > .simple-table-body tr td.project-client-name,
table.dataTable > .simple-table-body tr > .col.project-client-name,
table.dataTable > .simple-table-body > .row th.project-client-name,
table.dataTable > .simple-table-body > .row td.project-client-name,
table.dataTable > .simple-table-body > .row > .col.project-client-name,
table.dataTable > .simple-table-footer tr th.project-client-name,
table.dataTable > .simple-table-footer tr td.project-client-name,
table.dataTable > .simple-table-footer tr > .col.project-client-name,
table.dataTable > .simple-table-footer > .row th.project-client-name,
table.dataTable > .simple-table-footer > .row td.project-client-name,
table.dataTable > .simple-table-footer > .row > .col.project-client-name,
.table-responsive > table > thead tr th.project-client-name,
.table-responsive > table > thead tr td.project-client-name,
.table-responsive > table > thead tr > .col.project-client-name,
.table-responsive > table > thead > .row th.project-client-name,
.table-responsive > table > thead > .row td.project-client-name,
.table-responsive > table > thead > .row > .col.project-client-name,
.table-responsive > table > tbody tr th.project-client-name,
.table-responsive > table > tbody tr td.project-client-name,
.table-responsive > table > tbody tr > .col.project-client-name,
.table-responsive > table > tbody > .row th.project-client-name,
.table-responsive > table > tbody > .row td.project-client-name,
.table-responsive > table > tbody > .row > .col.project-client-name,
.table-responsive > table > .simple-table-header tr th.project-client-name,
.table-responsive > table > .simple-table-header tr td.project-client-name,
.table-responsive > table > .simple-table-header tr > .col.project-client-name,
.table-responsive > table > .simple-table-header > .row th.project-client-name,
.table-responsive > table > .simple-table-header > .row td.project-client-name,
.table-responsive > table > .simple-table-header > .row > .col.project-client-name,
.table-responsive > table > .simple-table-body tr th.project-client-name,
.table-responsive > table > .simple-table-body tr td.project-client-name,
.table-responsive > table > .simple-table-body tr > .col.project-client-name,
.table-responsive > table > .simple-table-body > .row th.project-client-name,
.table-responsive > table > .simple-table-body > .row td.project-client-name,
.table-responsive > table > .simple-table-body > .row > .col.project-client-name,
.table-responsive > table > .simple-table-footer tr th.project-client-name,
.table-responsive > table > .simple-table-footer tr td.project-client-name,
.table-responsive > table > .simple-table-footer tr > .col.project-client-name,
.table-responsive > table > .simple-table-footer > .row th.project-client-name,
.table-responsive > table > .simple-table-footer > .row td.project-client-name,
.table-responsive > table > .simple-table-footer > .row > .col.project-client-name,
.simple-table > thead tr th.project-client-name,
.simple-table > thead tr td.project-client-name,
.simple-table > thead tr > .col.project-client-name,
.simple-table > thead > .row th.project-client-name,
.simple-table > thead > .row td.project-client-name,
.simple-table > thead > .row > .col.project-client-name,
.simple-table > tbody tr th.project-client-name,
.simple-table > tbody tr td.project-client-name,
.simple-table > tbody tr > .col.project-client-name,
.simple-table > tbody > .row th.project-client-name,
.simple-table > tbody > .row td.project-client-name,
.simple-table > tbody > .row > .col.project-client-name,
.simple-table > .simple-table-header tr th.project-client-name,
.simple-table > .simple-table-header tr td.project-client-name,
.simple-table > .simple-table-header tr > .col.project-client-name,
.simple-table > .simple-table-header > .row th.project-client-name,
.simple-table > .simple-table-header > .row td.project-client-name,
.simple-table > .simple-table-header > .row > .col.project-client-name,
.simple-table > .simple-table-body tr th.project-client-name,
.simple-table > .simple-table-body tr td.project-client-name,
.simple-table > .simple-table-body tr > .col.project-client-name,
.simple-table > .simple-table-body > .row th.project-client-name,
.simple-table > .simple-table-body > .row td.project-client-name,
.simple-table > .simple-table-body > .row > .col.project-client-name,
.simple-table > .simple-table-footer tr th.project-client-name,
.simple-table > .simple-table-footer tr td.project-client-name,
.simple-table > .simple-table-footer tr > .col.project-client-name,
.simple-table > .simple-table-footer > .row th.project-client-name,
.simple-table > .simple-table-footer > .row td.project-client-name,
.simple-table > .simple-table-footer > .row > .col.project-client-name {
  order: 0;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  min-width: 240px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.project-client-name,
  table.dataTable > thead tr td.project-client-name,
  table.dataTable > thead tr > .col.project-client-name,
  table.dataTable > thead > .row th.project-client-name,
  table.dataTable > thead > .row td.project-client-name,
  table.dataTable > thead > .row > .col.project-client-name,
  table.dataTable > tbody tr th.project-client-name,
  table.dataTable > tbody tr td.project-client-name,
  table.dataTable > tbody tr > .col.project-client-name,
  table.dataTable > tbody > .row th.project-client-name,
  table.dataTable > tbody > .row td.project-client-name,
  table.dataTable > tbody > .row > .col.project-client-name,
  table.dataTable > .simple-table-header tr th.project-client-name,
  table.dataTable > .simple-table-header tr td.project-client-name,
  table.dataTable > .simple-table-header tr > .col.project-client-name,
  table.dataTable > .simple-table-header > .row th.project-client-name,
  table.dataTable > .simple-table-header > .row td.project-client-name,
  table.dataTable > .simple-table-header > .row > .col.project-client-name,
  table.dataTable > .simple-table-body tr th.project-client-name,
  table.dataTable > .simple-table-body tr td.project-client-name,
  table.dataTable > .simple-table-body tr > .col.project-client-name,
  table.dataTable > .simple-table-body > .row th.project-client-name,
  table.dataTable > .simple-table-body > .row td.project-client-name,
  table.dataTable > .simple-table-body > .row > .col.project-client-name,
  table.dataTable > .simple-table-footer tr th.project-client-name,
  table.dataTable > .simple-table-footer tr td.project-client-name,
  table.dataTable > .simple-table-footer tr > .col.project-client-name,
  table.dataTable > .simple-table-footer > .row th.project-client-name,
  table.dataTable > .simple-table-footer > .row td.project-client-name,
  table.dataTable > .simple-table-footer > .row > .col.project-client-name,
  .table-responsive > table > thead tr th.project-client-name,
  .table-responsive > table > thead tr td.project-client-name,
  .table-responsive > table > thead tr > .col.project-client-name,
  .table-responsive > table > thead > .row th.project-client-name,
  .table-responsive > table > thead > .row td.project-client-name,
  .table-responsive > table > thead > .row > .col.project-client-name,
  .table-responsive > table > tbody tr th.project-client-name,
  .table-responsive > table > tbody tr td.project-client-name,
  .table-responsive > table > tbody tr > .col.project-client-name,
  .table-responsive > table > tbody > .row th.project-client-name,
  .table-responsive > table > tbody > .row td.project-client-name,
  .table-responsive > table > tbody > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-header tr th.project-client-name,
  .table-responsive > table > .simple-table-header tr td.project-client-name,
  .table-responsive > table > .simple-table-header tr > .col.project-client-name,
  .table-responsive > table > .simple-table-header > .row th.project-client-name,
  .table-responsive > table > .simple-table-header > .row td.project-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-body tr th.project-client-name,
  .table-responsive > table > .simple-table-body tr td.project-client-name,
  .table-responsive > table > .simple-table-body tr > .col.project-client-name,
  .table-responsive > table > .simple-table-body > .row th.project-client-name,
  .table-responsive > table > .simple-table-body > .row td.project-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-footer tr th.project-client-name,
  .table-responsive > table > .simple-table-footer tr td.project-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.project-client-name,
  .table-responsive > table > .simple-table-footer > .row th.project-client-name,
  .table-responsive > table > .simple-table-footer > .row td.project-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.project-client-name,
  .simple-table > thead tr th.project-client-name,
  .simple-table > thead tr td.project-client-name,
  .simple-table > thead tr > .col.project-client-name,
  .simple-table > thead > .row th.project-client-name,
  .simple-table > thead > .row td.project-client-name,
  .simple-table > thead > .row > .col.project-client-name,
  .simple-table > tbody tr th.project-client-name,
  .simple-table > tbody tr td.project-client-name,
  .simple-table > tbody tr > .col.project-client-name,
  .simple-table > tbody > .row th.project-client-name,
  .simple-table > tbody > .row td.project-client-name,
  .simple-table > tbody > .row > .col.project-client-name,
  .simple-table > .simple-table-header tr th.project-client-name,
  .simple-table > .simple-table-header tr td.project-client-name,
  .simple-table > .simple-table-header tr > .col.project-client-name,
  .simple-table > .simple-table-header > .row th.project-client-name,
  .simple-table > .simple-table-header > .row td.project-client-name,
  .simple-table > .simple-table-header > .row > .col.project-client-name,
  .simple-table > .simple-table-body tr th.project-client-name,
  .simple-table > .simple-table-body tr td.project-client-name,
  .simple-table > .simple-table-body tr > .col.project-client-name,
  .simple-table > .simple-table-body > .row th.project-client-name,
  .simple-table > .simple-table-body > .row td.project-client-name,
  .simple-table > .simple-table-body > .row > .col.project-client-name,
  .simple-table > .simple-table-footer tr th.project-client-name,
  .simple-table > .simple-table-footer tr td.project-client-name,
  .simple-table > .simple-table-footer tr > .col.project-client-name,
  .simple-table > .simple-table-footer > .row th.project-client-name,
  .simple-table > .simple-table-footer > .row td.project-client-name,
  .simple-table > .simple-table-footer > .row > .col.project-client-name {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.project-client-name,
  table.dataTable > thead tr td.project-client-name,
  table.dataTable > thead tr > .col.project-client-name,
  table.dataTable > thead > .row th.project-client-name,
  table.dataTable > thead > .row td.project-client-name,
  table.dataTable > thead > .row > .col.project-client-name,
  table.dataTable > tbody tr th.project-client-name,
  table.dataTable > tbody tr td.project-client-name,
  table.dataTable > tbody tr > .col.project-client-name,
  table.dataTable > tbody > .row th.project-client-name,
  table.dataTable > tbody > .row td.project-client-name,
  table.dataTable > tbody > .row > .col.project-client-name,
  table.dataTable > .simple-table-header tr th.project-client-name,
  table.dataTable > .simple-table-header tr td.project-client-name,
  table.dataTable > .simple-table-header tr > .col.project-client-name,
  table.dataTable > .simple-table-header > .row th.project-client-name,
  table.dataTable > .simple-table-header > .row td.project-client-name,
  table.dataTable > .simple-table-header > .row > .col.project-client-name,
  table.dataTable > .simple-table-body tr th.project-client-name,
  table.dataTable > .simple-table-body tr td.project-client-name,
  table.dataTable > .simple-table-body tr > .col.project-client-name,
  table.dataTable > .simple-table-body > .row th.project-client-name,
  table.dataTable > .simple-table-body > .row td.project-client-name,
  table.dataTable > .simple-table-body > .row > .col.project-client-name,
  table.dataTable > .simple-table-footer tr th.project-client-name,
  table.dataTable > .simple-table-footer tr td.project-client-name,
  table.dataTable > .simple-table-footer tr > .col.project-client-name,
  table.dataTable > .simple-table-footer > .row th.project-client-name,
  table.dataTable > .simple-table-footer > .row td.project-client-name,
  table.dataTable > .simple-table-footer > .row > .col.project-client-name,
  .table-responsive > table > thead tr th.project-client-name,
  .table-responsive > table > thead tr td.project-client-name,
  .table-responsive > table > thead tr > .col.project-client-name,
  .table-responsive > table > thead > .row th.project-client-name,
  .table-responsive > table > thead > .row td.project-client-name,
  .table-responsive > table > thead > .row > .col.project-client-name,
  .table-responsive > table > tbody tr th.project-client-name,
  .table-responsive > table > tbody tr td.project-client-name,
  .table-responsive > table > tbody tr > .col.project-client-name,
  .table-responsive > table > tbody > .row th.project-client-name,
  .table-responsive > table > tbody > .row td.project-client-name,
  .table-responsive > table > tbody > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-header tr th.project-client-name,
  .table-responsive > table > .simple-table-header tr td.project-client-name,
  .table-responsive > table > .simple-table-header tr > .col.project-client-name,
  .table-responsive > table > .simple-table-header > .row th.project-client-name,
  .table-responsive > table > .simple-table-header > .row td.project-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-body tr th.project-client-name,
  .table-responsive > table > .simple-table-body tr td.project-client-name,
  .table-responsive > table > .simple-table-body tr > .col.project-client-name,
  .table-responsive > table > .simple-table-body > .row th.project-client-name,
  .table-responsive > table > .simple-table-body > .row td.project-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.project-client-name,
  .table-responsive > table > .simple-table-footer tr th.project-client-name,
  .table-responsive > table > .simple-table-footer tr td.project-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.project-client-name,
  .table-responsive > table > .simple-table-footer > .row th.project-client-name,
  .table-responsive > table > .simple-table-footer > .row td.project-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.project-client-name,
  .simple-table > thead tr th.project-client-name,
  .simple-table > thead tr td.project-client-name,
  .simple-table > thead tr > .col.project-client-name,
  .simple-table > thead > .row th.project-client-name,
  .simple-table > thead > .row td.project-client-name,
  .simple-table > thead > .row > .col.project-client-name,
  .simple-table > tbody tr th.project-client-name,
  .simple-table > tbody tr td.project-client-name,
  .simple-table > tbody tr > .col.project-client-name,
  .simple-table > tbody > .row th.project-client-name,
  .simple-table > tbody > .row td.project-client-name,
  .simple-table > tbody > .row > .col.project-client-name,
  .simple-table > .simple-table-header tr th.project-client-name,
  .simple-table > .simple-table-header tr td.project-client-name,
  .simple-table > .simple-table-header tr > .col.project-client-name,
  .simple-table > .simple-table-header > .row th.project-client-name,
  .simple-table > .simple-table-header > .row td.project-client-name,
  .simple-table > .simple-table-header > .row > .col.project-client-name,
  .simple-table > .simple-table-body tr th.project-client-name,
  .simple-table > .simple-table-body tr td.project-client-name,
  .simple-table > .simple-table-body tr > .col.project-client-name,
  .simple-table > .simple-table-body > .row th.project-client-name,
  .simple-table > .simple-table-body > .row td.project-client-name,
  .simple-table > .simple-table-body > .row > .col.project-client-name,
  .simple-table > .simple-table-footer tr th.project-client-name,
  .simple-table > .simple-table-footer tr td.project-client-name,
  .simple-table > .simple-table-footer tr > .col.project-client-name,
  .simple-table > .simple-table-footer > .row th.project-client-name,
  .simple-table > .simple-table-footer > .row td.project-client-name,
  .simple-table > .simple-table-footer > .row > .col.project-client-name {
    display: none !important;
  }
}
table.dataTable > thead tr th.project-modified-date,
table.dataTable > thead tr td.project-modified-date,
table.dataTable > thead tr > .col.project-modified-date,
table.dataTable > thead > .row th.project-modified-date,
table.dataTable > thead > .row td.project-modified-date,
table.dataTable > thead > .row > .col.project-modified-date,
table.dataTable > tbody tr th.project-modified-date,
table.dataTable > tbody tr td.project-modified-date,
table.dataTable > tbody tr > .col.project-modified-date,
table.dataTable > tbody > .row th.project-modified-date,
table.dataTable > tbody > .row td.project-modified-date,
table.dataTable > tbody > .row > .col.project-modified-date,
table.dataTable > .simple-table-header tr th.project-modified-date,
table.dataTable > .simple-table-header tr td.project-modified-date,
table.dataTable > .simple-table-header tr > .col.project-modified-date,
table.dataTable > .simple-table-header > .row th.project-modified-date,
table.dataTable > .simple-table-header > .row td.project-modified-date,
table.dataTable > .simple-table-header > .row > .col.project-modified-date,
table.dataTable > .simple-table-body tr th.project-modified-date,
table.dataTable > .simple-table-body tr td.project-modified-date,
table.dataTable > .simple-table-body tr > .col.project-modified-date,
table.dataTable > .simple-table-body > .row th.project-modified-date,
table.dataTable > .simple-table-body > .row td.project-modified-date,
table.dataTable > .simple-table-body > .row > .col.project-modified-date,
table.dataTable > .simple-table-footer tr th.project-modified-date,
table.dataTable > .simple-table-footer tr td.project-modified-date,
table.dataTable > .simple-table-footer tr > .col.project-modified-date,
table.dataTable > .simple-table-footer > .row th.project-modified-date,
table.dataTable > .simple-table-footer > .row td.project-modified-date,
table.dataTable > .simple-table-footer > .row > .col.project-modified-date,
.table-responsive > table > thead tr th.project-modified-date,
.table-responsive > table > thead tr td.project-modified-date,
.table-responsive > table > thead tr > .col.project-modified-date,
.table-responsive > table > thead > .row th.project-modified-date,
.table-responsive > table > thead > .row td.project-modified-date,
.table-responsive > table > thead > .row > .col.project-modified-date,
.table-responsive > table > tbody tr th.project-modified-date,
.table-responsive > table > tbody tr td.project-modified-date,
.table-responsive > table > tbody tr > .col.project-modified-date,
.table-responsive > table > tbody > .row th.project-modified-date,
.table-responsive > table > tbody > .row td.project-modified-date,
.table-responsive > table > tbody > .row > .col.project-modified-date,
.table-responsive > table > .simple-table-header tr th.project-modified-date,
.table-responsive > table > .simple-table-header tr td.project-modified-date,
.table-responsive > table > .simple-table-header tr > .col.project-modified-date,
.table-responsive > table > .simple-table-header > .row th.project-modified-date,
.table-responsive > table > .simple-table-header > .row td.project-modified-date,
.table-responsive > table > .simple-table-header > .row > .col.project-modified-date,
.table-responsive > table > .simple-table-body tr th.project-modified-date,
.table-responsive > table > .simple-table-body tr td.project-modified-date,
.table-responsive > table > .simple-table-body tr > .col.project-modified-date,
.table-responsive > table > .simple-table-body > .row th.project-modified-date,
.table-responsive > table > .simple-table-body > .row td.project-modified-date,
.table-responsive > table > .simple-table-body > .row > .col.project-modified-date,
.table-responsive > table > .simple-table-footer tr th.project-modified-date,
.table-responsive > table > .simple-table-footer tr td.project-modified-date,
.table-responsive > table > .simple-table-footer tr > .col.project-modified-date,
.table-responsive > table > .simple-table-footer > .row th.project-modified-date,
.table-responsive > table > .simple-table-footer > .row td.project-modified-date,
.table-responsive > table > .simple-table-footer > .row > .col.project-modified-date,
.simple-table > thead tr th.project-modified-date,
.simple-table > thead tr td.project-modified-date,
.simple-table > thead tr > .col.project-modified-date,
.simple-table > thead > .row th.project-modified-date,
.simple-table > thead > .row td.project-modified-date,
.simple-table > thead > .row > .col.project-modified-date,
.simple-table > tbody tr th.project-modified-date,
.simple-table > tbody tr td.project-modified-date,
.simple-table > tbody tr > .col.project-modified-date,
.simple-table > tbody > .row th.project-modified-date,
.simple-table > tbody > .row td.project-modified-date,
.simple-table > tbody > .row > .col.project-modified-date,
.simple-table > .simple-table-header tr th.project-modified-date,
.simple-table > .simple-table-header tr td.project-modified-date,
.simple-table > .simple-table-header tr > .col.project-modified-date,
.simple-table > .simple-table-header > .row th.project-modified-date,
.simple-table > .simple-table-header > .row td.project-modified-date,
.simple-table > .simple-table-header > .row > .col.project-modified-date,
.simple-table > .simple-table-body tr th.project-modified-date,
.simple-table > .simple-table-body tr td.project-modified-date,
.simple-table > .simple-table-body tr > .col.project-modified-date,
.simple-table > .simple-table-body > .row th.project-modified-date,
.simple-table > .simple-table-body > .row td.project-modified-date,
.simple-table > .simple-table-body > .row > .col.project-modified-date,
.simple-table > .simple-table-footer tr th.project-modified-date,
.simple-table > .simple-table-footer tr td.project-modified-date,
.simple-table > .simple-table-footer tr > .col.project-modified-date,
.simple-table > .simple-table-footer > .row th.project-modified-date,
.simple-table > .simple-table-footer > .row td.project-modified-date,
.simple-table > .simple-table-footer > .row > .col.project-modified-date {
  order: 0;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.project-modified-date,
  table.dataTable > thead tr td.project-modified-date,
  table.dataTable > thead tr > .col.project-modified-date,
  table.dataTable > thead > .row th.project-modified-date,
  table.dataTable > thead > .row td.project-modified-date,
  table.dataTable > thead > .row > .col.project-modified-date,
  table.dataTable > tbody tr th.project-modified-date,
  table.dataTable > tbody tr td.project-modified-date,
  table.dataTable > tbody tr > .col.project-modified-date,
  table.dataTable > tbody > .row th.project-modified-date,
  table.dataTable > tbody > .row td.project-modified-date,
  table.dataTable > tbody > .row > .col.project-modified-date,
  table.dataTable > .simple-table-header tr th.project-modified-date,
  table.dataTable > .simple-table-header tr td.project-modified-date,
  table.dataTable > .simple-table-header tr > .col.project-modified-date,
  table.dataTable > .simple-table-header > .row th.project-modified-date,
  table.dataTable > .simple-table-header > .row td.project-modified-date,
  table.dataTable > .simple-table-header > .row > .col.project-modified-date,
  table.dataTable > .simple-table-body tr th.project-modified-date,
  table.dataTable > .simple-table-body tr td.project-modified-date,
  table.dataTable > .simple-table-body tr > .col.project-modified-date,
  table.dataTable > .simple-table-body > .row th.project-modified-date,
  table.dataTable > .simple-table-body > .row td.project-modified-date,
  table.dataTable > .simple-table-body > .row > .col.project-modified-date,
  table.dataTable > .simple-table-footer tr th.project-modified-date,
  table.dataTable > .simple-table-footer tr td.project-modified-date,
  table.dataTable > .simple-table-footer tr > .col.project-modified-date,
  table.dataTable > .simple-table-footer > .row th.project-modified-date,
  table.dataTable > .simple-table-footer > .row td.project-modified-date,
  table.dataTable > .simple-table-footer > .row > .col.project-modified-date,
  .table-responsive > table > thead tr th.project-modified-date,
  .table-responsive > table > thead tr td.project-modified-date,
  .table-responsive > table > thead tr > .col.project-modified-date,
  .table-responsive > table > thead > .row th.project-modified-date,
  .table-responsive > table > thead > .row td.project-modified-date,
  .table-responsive > table > thead > .row > .col.project-modified-date,
  .table-responsive > table > tbody tr th.project-modified-date,
  .table-responsive > table > tbody tr td.project-modified-date,
  .table-responsive > table > tbody tr > .col.project-modified-date,
  .table-responsive > table > tbody > .row th.project-modified-date,
  .table-responsive > table > tbody > .row td.project-modified-date,
  .table-responsive > table > tbody > .row > .col.project-modified-date,
  .table-responsive > table > .simple-table-header tr th.project-modified-date,
  .table-responsive > table > .simple-table-header tr td.project-modified-date,
  .table-responsive > table > .simple-table-header tr > .col.project-modified-date,
  .table-responsive > table > .simple-table-header > .row th.project-modified-date,
  .table-responsive > table > .simple-table-header > .row td.project-modified-date,
  .table-responsive > table > .simple-table-header > .row > .col.project-modified-date,
  .table-responsive > table > .simple-table-body tr th.project-modified-date,
  .table-responsive > table > .simple-table-body tr td.project-modified-date,
  .table-responsive > table > .simple-table-body tr > .col.project-modified-date,
  .table-responsive > table > .simple-table-body > .row th.project-modified-date,
  .table-responsive > table > .simple-table-body > .row td.project-modified-date,
  .table-responsive > table > .simple-table-body > .row > .col.project-modified-date,
  .table-responsive > table > .simple-table-footer tr th.project-modified-date,
  .table-responsive > table > .simple-table-footer tr td.project-modified-date,
  .table-responsive > table > .simple-table-footer tr > .col.project-modified-date,
  .table-responsive > table > .simple-table-footer > .row th.project-modified-date,
  .table-responsive > table > .simple-table-footer > .row td.project-modified-date,
  .table-responsive > table > .simple-table-footer > .row > .col.project-modified-date,
  .simple-table > thead tr th.project-modified-date,
  .simple-table > thead tr td.project-modified-date,
  .simple-table > thead tr > .col.project-modified-date,
  .simple-table > thead > .row th.project-modified-date,
  .simple-table > thead > .row td.project-modified-date,
  .simple-table > thead > .row > .col.project-modified-date,
  .simple-table > tbody tr th.project-modified-date,
  .simple-table > tbody tr td.project-modified-date,
  .simple-table > tbody tr > .col.project-modified-date,
  .simple-table > tbody > .row th.project-modified-date,
  .simple-table > tbody > .row td.project-modified-date,
  .simple-table > tbody > .row > .col.project-modified-date,
  .simple-table > .simple-table-header tr th.project-modified-date,
  .simple-table > .simple-table-header tr td.project-modified-date,
  .simple-table > .simple-table-header tr > .col.project-modified-date,
  .simple-table > .simple-table-header > .row th.project-modified-date,
  .simple-table > .simple-table-header > .row td.project-modified-date,
  .simple-table > .simple-table-header > .row > .col.project-modified-date,
  .simple-table > .simple-table-body tr th.project-modified-date,
  .simple-table > .simple-table-body tr td.project-modified-date,
  .simple-table > .simple-table-body tr > .col.project-modified-date,
  .simple-table > .simple-table-body > .row th.project-modified-date,
  .simple-table > .simple-table-body > .row td.project-modified-date,
  .simple-table > .simple-table-body > .row > .col.project-modified-date,
  .simple-table > .simple-table-footer tr th.project-modified-date,
  .simple-table > .simple-table-footer tr td.project-modified-date,
  .simple-table > .simple-table-footer tr > .col.project-modified-date,
  .simple-table > .simple-table-footer > .row th.project-modified-date,
  .simple-table > .simple-table-footer > .row td.project-modified-date,
  .simple-table > .simple-table-footer > .row > .col.project-modified-date {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-item-no,
table.dataTable > thead tr td.quote-item-no,
table.dataTable > thead tr > .col.quote-item-no,
table.dataTable > thead > .row th.quote-item-no,
table.dataTable > thead > .row td.quote-item-no,
table.dataTable > thead > .row > .col.quote-item-no,
table.dataTable > tbody tr th.quote-item-no,
table.dataTable > tbody tr td.quote-item-no,
table.dataTable > tbody tr > .col.quote-item-no,
table.dataTable > tbody > .row th.quote-item-no,
table.dataTable > tbody > .row td.quote-item-no,
table.dataTable > tbody > .row > .col.quote-item-no,
table.dataTable > .simple-table-header tr th.quote-item-no,
table.dataTable > .simple-table-header tr td.quote-item-no,
table.dataTable > .simple-table-header tr > .col.quote-item-no,
table.dataTable > .simple-table-header > .row th.quote-item-no,
table.dataTable > .simple-table-header > .row td.quote-item-no,
table.dataTable > .simple-table-header > .row > .col.quote-item-no,
table.dataTable > .simple-table-body tr th.quote-item-no,
table.dataTable > .simple-table-body tr td.quote-item-no,
table.dataTable > .simple-table-body tr > .col.quote-item-no,
table.dataTable > .simple-table-body > .row th.quote-item-no,
table.dataTable > .simple-table-body > .row td.quote-item-no,
table.dataTable > .simple-table-body > .row > .col.quote-item-no,
table.dataTable > .simple-table-footer tr th.quote-item-no,
table.dataTable > .simple-table-footer tr td.quote-item-no,
table.dataTable > .simple-table-footer tr > .col.quote-item-no,
table.dataTable > .simple-table-footer > .row th.quote-item-no,
table.dataTable > .simple-table-footer > .row td.quote-item-no,
table.dataTable > .simple-table-footer > .row > .col.quote-item-no,
.table-responsive > table > thead tr th.quote-item-no,
.table-responsive > table > thead tr td.quote-item-no,
.table-responsive > table > thead tr > .col.quote-item-no,
.table-responsive > table > thead > .row th.quote-item-no,
.table-responsive > table > thead > .row td.quote-item-no,
.table-responsive > table > thead > .row > .col.quote-item-no,
.table-responsive > table > tbody tr th.quote-item-no,
.table-responsive > table > tbody tr td.quote-item-no,
.table-responsive > table > tbody tr > .col.quote-item-no,
.table-responsive > table > tbody > .row th.quote-item-no,
.table-responsive > table > tbody > .row td.quote-item-no,
.table-responsive > table > tbody > .row > .col.quote-item-no,
.table-responsive > table > .simple-table-header tr th.quote-item-no,
.table-responsive > table > .simple-table-header tr td.quote-item-no,
.table-responsive > table > .simple-table-header tr > .col.quote-item-no,
.table-responsive > table > .simple-table-header > .row th.quote-item-no,
.table-responsive > table > .simple-table-header > .row td.quote-item-no,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-no,
.table-responsive > table > .simple-table-body tr th.quote-item-no,
.table-responsive > table > .simple-table-body tr td.quote-item-no,
.table-responsive > table > .simple-table-body tr > .col.quote-item-no,
.table-responsive > table > .simple-table-body > .row th.quote-item-no,
.table-responsive > table > .simple-table-body > .row td.quote-item-no,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-no,
.table-responsive > table > .simple-table-footer tr th.quote-item-no,
.table-responsive > table > .simple-table-footer tr td.quote-item-no,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-no,
.table-responsive > table > .simple-table-footer > .row th.quote-item-no,
.table-responsive > table > .simple-table-footer > .row td.quote-item-no,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-no,
.simple-table > thead tr th.quote-item-no,
.simple-table > thead tr td.quote-item-no,
.simple-table > thead tr > .col.quote-item-no,
.simple-table > thead > .row th.quote-item-no,
.simple-table > thead > .row td.quote-item-no,
.simple-table > thead > .row > .col.quote-item-no,
.simple-table > tbody tr th.quote-item-no,
.simple-table > tbody tr td.quote-item-no,
.simple-table > tbody tr > .col.quote-item-no,
.simple-table > tbody > .row th.quote-item-no,
.simple-table > tbody > .row td.quote-item-no,
.simple-table > tbody > .row > .col.quote-item-no,
.simple-table > .simple-table-header tr th.quote-item-no,
.simple-table > .simple-table-header tr td.quote-item-no,
.simple-table > .simple-table-header tr > .col.quote-item-no,
.simple-table > .simple-table-header > .row th.quote-item-no,
.simple-table > .simple-table-header > .row td.quote-item-no,
.simple-table > .simple-table-header > .row > .col.quote-item-no,
.simple-table > .simple-table-body tr th.quote-item-no,
.simple-table > .simple-table-body tr td.quote-item-no,
.simple-table > .simple-table-body tr > .col.quote-item-no,
.simple-table > .simple-table-body > .row th.quote-item-no,
.simple-table > .simple-table-body > .row td.quote-item-no,
.simple-table > .simple-table-body > .row > .col.quote-item-no,
.simple-table > .simple-table-footer tr th.quote-item-no,
.simple-table > .simple-table-footer tr td.quote-item-no,
.simple-table > .simple-table-footer tr > .col.quote-item-no,
.simple-table > .simple-table-footer > .row th.quote-item-no,
.simple-table > .simple-table-footer > .row td.quote-item-no,
.simple-table > .simple-table-footer > .row > .col.quote-item-no {
  order: 0;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  min-width: 80px;
}
table.dataTable > thead tr th.quote-item-no > .power-user,
table.dataTable > thead tr td.quote-item-no > .power-user,
table.dataTable > thead tr > .col.quote-item-no > .power-user,
table.dataTable > thead > .row th.quote-item-no > .power-user,
table.dataTable > thead > .row td.quote-item-no > .power-user,
table.dataTable > thead > .row > .col.quote-item-no > .power-user,
table.dataTable > tbody tr th.quote-item-no > .power-user,
table.dataTable > tbody tr td.quote-item-no > .power-user,
table.dataTable > tbody tr > .col.quote-item-no > .power-user,
table.dataTable > tbody > .row th.quote-item-no > .power-user,
table.dataTable > tbody > .row td.quote-item-no > .power-user,
table.dataTable > tbody > .row > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-header tr th.quote-item-no > .power-user,
table.dataTable > .simple-table-header tr td.quote-item-no > .power-user,
table.dataTable > .simple-table-header tr > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-header > .row th.quote-item-no > .power-user,
table.dataTable > .simple-table-header > .row td.quote-item-no > .power-user,
table.dataTable > .simple-table-header > .row > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-body tr th.quote-item-no > .power-user,
table.dataTable > .simple-table-body tr td.quote-item-no > .power-user,
table.dataTable > .simple-table-body tr > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-body > .row th.quote-item-no > .power-user,
table.dataTable > .simple-table-body > .row td.quote-item-no > .power-user,
table.dataTable > .simple-table-body > .row > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-footer tr th.quote-item-no > .power-user,
table.dataTable > .simple-table-footer tr td.quote-item-no > .power-user,
table.dataTable > .simple-table-footer tr > .col.quote-item-no > .power-user,
table.dataTable > .simple-table-footer > .row th.quote-item-no > .power-user,
table.dataTable > .simple-table-footer > .row td.quote-item-no > .power-user,
table.dataTable > .simple-table-footer > .row > .col.quote-item-no > .power-user,
.table-responsive > table > thead tr th.quote-item-no > .power-user,
.table-responsive > table > thead tr td.quote-item-no > .power-user,
.table-responsive > table > thead tr > .col.quote-item-no > .power-user,
.table-responsive > table > thead > .row th.quote-item-no > .power-user,
.table-responsive > table > thead > .row td.quote-item-no > .power-user,
.table-responsive > table > thead > .row > .col.quote-item-no > .power-user,
.table-responsive > table > tbody tr th.quote-item-no > .power-user,
.table-responsive > table > tbody tr td.quote-item-no > .power-user,
.table-responsive > table > tbody tr > .col.quote-item-no > .power-user,
.table-responsive > table > tbody > .row th.quote-item-no > .power-user,
.table-responsive > table > tbody > .row td.quote-item-no > .power-user,
.table-responsive > table > tbody > .row > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header tr th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header tr td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header tr > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header > .row th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header > .row td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body tr th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body tr td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body tr > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body > .row th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body > .row td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer tr th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer tr td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer > .row th.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer > .row td.quote-item-no > .power-user,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-no > .power-user,
.simple-table > thead tr th.quote-item-no > .power-user,
.simple-table > thead tr td.quote-item-no > .power-user,
.simple-table > thead tr > .col.quote-item-no > .power-user,
.simple-table > thead > .row th.quote-item-no > .power-user,
.simple-table > thead > .row td.quote-item-no > .power-user,
.simple-table > thead > .row > .col.quote-item-no > .power-user,
.simple-table > tbody tr th.quote-item-no > .power-user,
.simple-table > tbody tr td.quote-item-no > .power-user,
.simple-table > tbody tr > .col.quote-item-no > .power-user,
.simple-table > tbody > .row th.quote-item-no > .power-user,
.simple-table > tbody > .row td.quote-item-no > .power-user,
.simple-table > tbody > .row > .col.quote-item-no > .power-user,
.simple-table > .simple-table-header tr th.quote-item-no > .power-user,
.simple-table > .simple-table-header tr td.quote-item-no > .power-user,
.simple-table > .simple-table-header tr > .col.quote-item-no > .power-user,
.simple-table > .simple-table-header > .row th.quote-item-no > .power-user,
.simple-table > .simple-table-header > .row td.quote-item-no > .power-user,
.simple-table > .simple-table-header > .row > .col.quote-item-no > .power-user,
.simple-table > .simple-table-body tr th.quote-item-no > .power-user,
.simple-table > .simple-table-body tr td.quote-item-no > .power-user,
.simple-table > .simple-table-body tr > .col.quote-item-no > .power-user,
.simple-table > .simple-table-body > .row th.quote-item-no > .power-user,
.simple-table > .simple-table-body > .row td.quote-item-no > .power-user,
.simple-table > .simple-table-body > .row > .col.quote-item-no > .power-user,
.simple-table > .simple-table-footer tr th.quote-item-no > .power-user,
.simple-table > .simple-table-footer tr td.quote-item-no > .power-user,
.simple-table > .simple-table-footer tr > .col.quote-item-no > .power-user,
.simple-table > .simple-table-footer > .row th.quote-item-no > .power-user,
.simple-table > .simple-table-footer > .row td.quote-item-no > .power-user,
.simple-table > .simple-table-footer > .row > .col.quote-item-no > .power-user {
  position: relative;
  display: inline;
  margin-left: 0.25rem;
}
table.dataTable > thead tr th.quote-item-no > .power-user:before,
table.dataTable > thead tr td.quote-item-no > .power-user:before,
table.dataTable > thead tr > .col.quote-item-no > .power-user:before,
table.dataTable > thead > .row th.quote-item-no > .power-user:before,
table.dataTable > thead > .row td.quote-item-no > .power-user:before,
table.dataTable > thead > .row > .col.quote-item-no > .power-user:before,
table.dataTable > tbody tr th.quote-item-no > .power-user:before,
table.dataTable > tbody tr td.quote-item-no > .power-user:before,
table.dataTable > tbody tr > .col.quote-item-no > .power-user:before,
table.dataTable > tbody > .row th.quote-item-no > .power-user:before,
table.dataTable > tbody > .row td.quote-item-no > .power-user:before,
table.dataTable > tbody > .row > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header tr th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header tr td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header tr > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header > .row th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header > .row td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-header > .row > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body tr th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body tr td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body tr > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body > .row th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body > .row td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-body > .row > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer tr th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer tr td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer tr > .col.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer > .row th.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer > .row td.quote-item-no > .power-user:before,
table.dataTable > .simple-table-footer > .row > .col.quote-item-no > .power-user:before,
.table-responsive > table > thead tr th.quote-item-no > .power-user:before,
.table-responsive > table > thead tr td.quote-item-no > .power-user:before,
.table-responsive > table > thead tr > .col.quote-item-no > .power-user:before,
.table-responsive > table > thead > .row th.quote-item-no > .power-user:before,
.table-responsive > table > thead > .row td.quote-item-no > .power-user:before,
.table-responsive > table > thead > .row > .col.quote-item-no > .power-user:before,
.table-responsive > table > tbody tr th.quote-item-no > .power-user:before,
.table-responsive > table > tbody tr td.quote-item-no > .power-user:before,
.table-responsive > table > tbody tr > .col.quote-item-no > .power-user:before,
.table-responsive > table > tbody > .row th.quote-item-no > .power-user:before,
.table-responsive > table > tbody > .row td.quote-item-no > .power-user:before,
.table-responsive > table > tbody > .row > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header tr th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header tr td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header tr > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header > .row th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header > .row td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body tr th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body tr td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body tr > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body > .row th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body > .row td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer tr th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer tr td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer > .row th.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer > .row td.quote-item-no > .power-user:before,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-no > .power-user:before,
.simple-table > thead tr th.quote-item-no > .power-user:before,
.simple-table > thead tr td.quote-item-no > .power-user:before,
.simple-table > thead tr > .col.quote-item-no > .power-user:before,
.simple-table > thead > .row th.quote-item-no > .power-user:before,
.simple-table > thead > .row td.quote-item-no > .power-user:before,
.simple-table > thead > .row > .col.quote-item-no > .power-user:before,
.simple-table > tbody tr th.quote-item-no > .power-user:before,
.simple-table > tbody tr td.quote-item-no > .power-user:before,
.simple-table > tbody tr > .col.quote-item-no > .power-user:before,
.simple-table > tbody > .row th.quote-item-no > .power-user:before,
.simple-table > tbody > .row td.quote-item-no > .power-user:before,
.simple-table > tbody > .row > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-header tr th.quote-item-no > .power-user:before,
.simple-table > .simple-table-header tr td.quote-item-no > .power-user:before,
.simple-table > .simple-table-header tr > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-header > .row th.quote-item-no > .power-user:before,
.simple-table > .simple-table-header > .row td.quote-item-no > .power-user:before,
.simple-table > .simple-table-header > .row > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-body tr th.quote-item-no > .power-user:before,
.simple-table > .simple-table-body tr td.quote-item-no > .power-user:before,
.simple-table > .simple-table-body tr > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-body > .row th.quote-item-no > .power-user:before,
.simple-table > .simple-table-body > .row td.quote-item-no > .power-user:before,
.simple-table > .simple-table-body > .row > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer tr th.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer tr td.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer tr > .col.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer > .row th.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer > .row td.quote-item-no > .power-user:before,
.simple-table > .simple-table-footer > .row > .col.quote-item-no > .power-user:before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.quote-item-no,
  table.dataTable > thead tr td.quote-item-no,
  table.dataTable > thead tr > .col.quote-item-no,
  table.dataTable > thead > .row th.quote-item-no,
  table.dataTable > thead > .row td.quote-item-no,
  table.dataTable > thead > .row > .col.quote-item-no,
  table.dataTable > tbody tr th.quote-item-no,
  table.dataTable > tbody tr td.quote-item-no,
  table.dataTable > tbody tr > .col.quote-item-no,
  table.dataTable > tbody > .row th.quote-item-no,
  table.dataTable > tbody > .row td.quote-item-no,
  table.dataTable > tbody > .row > .col.quote-item-no,
  table.dataTable > .simple-table-header tr th.quote-item-no,
  table.dataTable > .simple-table-header tr td.quote-item-no,
  table.dataTable > .simple-table-header tr > .col.quote-item-no,
  table.dataTable > .simple-table-header > .row th.quote-item-no,
  table.dataTable > .simple-table-header > .row td.quote-item-no,
  table.dataTable > .simple-table-header > .row > .col.quote-item-no,
  table.dataTable > .simple-table-body tr th.quote-item-no,
  table.dataTable > .simple-table-body tr td.quote-item-no,
  table.dataTable > .simple-table-body tr > .col.quote-item-no,
  table.dataTable > .simple-table-body > .row th.quote-item-no,
  table.dataTable > .simple-table-body > .row td.quote-item-no,
  table.dataTable > .simple-table-body > .row > .col.quote-item-no,
  table.dataTable > .simple-table-footer tr th.quote-item-no,
  table.dataTable > .simple-table-footer tr td.quote-item-no,
  table.dataTable > .simple-table-footer tr > .col.quote-item-no,
  table.dataTable > .simple-table-footer > .row th.quote-item-no,
  table.dataTable > .simple-table-footer > .row td.quote-item-no,
  table.dataTable > .simple-table-footer > .row > .col.quote-item-no,
  .table-responsive > table > thead tr th.quote-item-no,
  .table-responsive > table > thead tr td.quote-item-no,
  .table-responsive > table > thead tr > .col.quote-item-no,
  .table-responsive > table > thead > .row th.quote-item-no,
  .table-responsive > table > thead > .row td.quote-item-no,
  .table-responsive > table > thead > .row > .col.quote-item-no,
  .table-responsive > table > tbody tr th.quote-item-no,
  .table-responsive > table > tbody tr td.quote-item-no,
  .table-responsive > table > tbody tr > .col.quote-item-no,
  .table-responsive > table > tbody > .row th.quote-item-no,
  .table-responsive > table > tbody > .row td.quote-item-no,
  .table-responsive > table > tbody > .row > .col.quote-item-no,
  .table-responsive > table > .simple-table-header tr th.quote-item-no,
  .table-responsive > table > .simple-table-header tr td.quote-item-no,
  .table-responsive > table > .simple-table-header tr > .col.quote-item-no,
  .table-responsive > table > .simple-table-header > .row th.quote-item-no,
  .table-responsive > table > .simple-table-header > .row td.quote-item-no,
  .table-responsive > table > .simple-table-header > .row > .col.quote-item-no,
  .table-responsive > table > .simple-table-body tr th.quote-item-no,
  .table-responsive > table > .simple-table-body tr td.quote-item-no,
  .table-responsive > table > .simple-table-body tr > .col.quote-item-no,
  .table-responsive > table > .simple-table-body > .row th.quote-item-no,
  .table-responsive > table > .simple-table-body > .row td.quote-item-no,
  .table-responsive > table > .simple-table-body > .row > .col.quote-item-no,
  .table-responsive > table > .simple-table-footer tr th.quote-item-no,
  .table-responsive > table > .simple-table-footer tr td.quote-item-no,
  .table-responsive > table > .simple-table-footer tr > .col.quote-item-no,
  .table-responsive > table > .simple-table-footer > .row th.quote-item-no,
  .table-responsive > table > .simple-table-footer > .row td.quote-item-no,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-item-no,
  .simple-table > thead tr th.quote-item-no,
  .simple-table > thead tr td.quote-item-no,
  .simple-table > thead tr > .col.quote-item-no,
  .simple-table > thead > .row th.quote-item-no,
  .simple-table > thead > .row td.quote-item-no,
  .simple-table > thead > .row > .col.quote-item-no,
  .simple-table > tbody tr th.quote-item-no,
  .simple-table > tbody tr td.quote-item-no,
  .simple-table > tbody tr > .col.quote-item-no,
  .simple-table > tbody > .row th.quote-item-no,
  .simple-table > tbody > .row td.quote-item-no,
  .simple-table > tbody > .row > .col.quote-item-no,
  .simple-table > .simple-table-header tr th.quote-item-no,
  .simple-table > .simple-table-header tr td.quote-item-no,
  .simple-table > .simple-table-header tr > .col.quote-item-no,
  .simple-table > .simple-table-header > .row th.quote-item-no,
  .simple-table > .simple-table-header > .row td.quote-item-no,
  .simple-table > .simple-table-header > .row > .col.quote-item-no,
  .simple-table > .simple-table-body tr th.quote-item-no,
  .simple-table > .simple-table-body tr td.quote-item-no,
  .simple-table > .simple-table-body tr > .col.quote-item-no,
  .simple-table > .simple-table-body > .row th.quote-item-no,
  .simple-table > .simple-table-body > .row td.quote-item-no,
  .simple-table > .simple-table-body > .row > .col.quote-item-no,
  .simple-table > .simple-table-footer tr th.quote-item-no,
  .simple-table > .simple-table-footer tr td.quote-item-no,
  .simple-table > .simple-table-footer tr > .col.quote-item-no,
  .simple-table > .simple-table-footer > .row th.quote-item-no,
  .simple-table > .simple-table-footer > .row td.quote-item-no,
  .simple-table > .simple-table-footer > .row > .col.quote-item-no {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-item-image,
table.dataTable > thead tr td.quote-item-image,
table.dataTable > thead tr > .col.quote-item-image,
table.dataTable > thead > .row th.quote-item-image,
table.dataTable > thead > .row td.quote-item-image,
table.dataTable > thead > .row > .col.quote-item-image,
table.dataTable > tbody tr th.quote-item-image,
table.dataTable > tbody tr td.quote-item-image,
table.dataTable > tbody tr > .col.quote-item-image,
table.dataTable > tbody > .row th.quote-item-image,
table.dataTable > tbody > .row td.quote-item-image,
table.dataTable > tbody > .row > .col.quote-item-image,
table.dataTable > .simple-table-header tr th.quote-item-image,
table.dataTable > .simple-table-header tr td.quote-item-image,
table.dataTable > .simple-table-header tr > .col.quote-item-image,
table.dataTable > .simple-table-header > .row th.quote-item-image,
table.dataTable > .simple-table-header > .row td.quote-item-image,
table.dataTable > .simple-table-header > .row > .col.quote-item-image,
table.dataTable > .simple-table-body tr th.quote-item-image,
table.dataTable > .simple-table-body tr td.quote-item-image,
table.dataTable > .simple-table-body tr > .col.quote-item-image,
table.dataTable > .simple-table-body > .row th.quote-item-image,
table.dataTable > .simple-table-body > .row td.quote-item-image,
table.dataTable > .simple-table-body > .row > .col.quote-item-image,
table.dataTable > .simple-table-footer tr th.quote-item-image,
table.dataTable > .simple-table-footer tr td.quote-item-image,
table.dataTable > .simple-table-footer tr > .col.quote-item-image,
table.dataTable > .simple-table-footer > .row th.quote-item-image,
table.dataTable > .simple-table-footer > .row td.quote-item-image,
table.dataTable > .simple-table-footer > .row > .col.quote-item-image,
.table-responsive > table > thead tr th.quote-item-image,
.table-responsive > table > thead tr td.quote-item-image,
.table-responsive > table > thead tr > .col.quote-item-image,
.table-responsive > table > thead > .row th.quote-item-image,
.table-responsive > table > thead > .row td.quote-item-image,
.table-responsive > table > thead > .row > .col.quote-item-image,
.table-responsive > table > tbody tr th.quote-item-image,
.table-responsive > table > tbody tr td.quote-item-image,
.table-responsive > table > tbody tr > .col.quote-item-image,
.table-responsive > table > tbody > .row th.quote-item-image,
.table-responsive > table > tbody > .row td.quote-item-image,
.table-responsive > table > tbody > .row > .col.quote-item-image,
.table-responsive > table > .simple-table-header tr th.quote-item-image,
.table-responsive > table > .simple-table-header tr td.quote-item-image,
.table-responsive > table > .simple-table-header tr > .col.quote-item-image,
.table-responsive > table > .simple-table-header > .row th.quote-item-image,
.table-responsive > table > .simple-table-header > .row td.quote-item-image,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-image,
.table-responsive > table > .simple-table-body tr th.quote-item-image,
.table-responsive > table > .simple-table-body tr td.quote-item-image,
.table-responsive > table > .simple-table-body tr > .col.quote-item-image,
.table-responsive > table > .simple-table-body > .row th.quote-item-image,
.table-responsive > table > .simple-table-body > .row td.quote-item-image,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-image,
.table-responsive > table > .simple-table-footer tr th.quote-item-image,
.table-responsive > table > .simple-table-footer tr td.quote-item-image,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-image,
.table-responsive > table > .simple-table-footer > .row th.quote-item-image,
.table-responsive > table > .simple-table-footer > .row td.quote-item-image,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-image,
.simple-table > thead tr th.quote-item-image,
.simple-table > thead tr td.quote-item-image,
.simple-table > thead tr > .col.quote-item-image,
.simple-table > thead > .row th.quote-item-image,
.simple-table > thead > .row td.quote-item-image,
.simple-table > thead > .row > .col.quote-item-image,
.simple-table > tbody tr th.quote-item-image,
.simple-table > tbody tr td.quote-item-image,
.simple-table > tbody tr > .col.quote-item-image,
.simple-table > tbody > .row th.quote-item-image,
.simple-table > tbody > .row td.quote-item-image,
.simple-table > tbody > .row > .col.quote-item-image,
.simple-table > .simple-table-header tr th.quote-item-image,
.simple-table > .simple-table-header tr td.quote-item-image,
.simple-table > .simple-table-header tr > .col.quote-item-image,
.simple-table > .simple-table-header > .row th.quote-item-image,
.simple-table > .simple-table-header > .row td.quote-item-image,
.simple-table > .simple-table-header > .row > .col.quote-item-image,
.simple-table > .simple-table-body tr th.quote-item-image,
.simple-table > .simple-table-body tr td.quote-item-image,
.simple-table > .simple-table-body tr > .col.quote-item-image,
.simple-table > .simple-table-body > .row th.quote-item-image,
.simple-table > .simple-table-body > .row td.quote-item-image,
.simple-table > .simple-table-body > .row > .col.quote-item-image,
.simple-table > .simple-table-footer tr th.quote-item-image,
.simple-table > .simple-table-footer tr td.quote-item-image,
.simple-table > .simple-table-footer tr > .col.quote-item-image,
.simple-table > .simple-table-footer > .row th.quote-item-image,
.simple-table > .simple-table-footer > .row td.quote-item-image,
.simple-table > .simple-table-footer > .row > .col.quote-item-image {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.quote-item-image,
  table.dataTable > thead tr td.quote-item-image,
  table.dataTable > thead tr > .col.quote-item-image,
  table.dataTable > thead > .row th.quote-item-image,
  table.dataTable > thead > .row td.quote-item-image,
  table.dataTable > thead > .row > .col.quote-item-image,
  table.dataTable > tbody tr th.quote-item-image,
  table.dataTable > tbody tr td.quote-item-image,
  table.dataTable > tbody tr > .col.quote-item-image,
  table.dataTable > tbody > .row th.quote-item-image,
  table.dataTable > tbody > .row td.quote-item-image,
  table.dataTable > tbody > .row > .col.quote-item-image,
  table.dataTable > .simple-table-header tr th.quote-item-image,
  table.dataTable > .simple-table-header tr td.quote-item-image,
  table.dataTable > .simple-table-header tr > .col.quote-item-image,
  table.dataTable > .simple-table-header > .row th.quote-item-image,
  table.dataTable > .simple-table-header > .row td.quote-item-image,
  table.dataTable > .simple-table-header > .row > .col.quote-item-image,
  table.dataTable > .simple-table-body tr th.quote-item-image,
  table.dataTable > .simple-table-body tr td.quote-item-image,
  table.dataTable > .simple-table-body tr > .col.quote-item-image,
  table.dataTable > .simple-table-body > .row th.quote-item-image,
  table.dataTable > .simple-table-body > .row td.quote-item-image,
  table.dataTable > .simple-table-body > .row > .col.quote-item-image,
  table.dataTable > .simple-table-footer tr th.quote-item-image,
  table.dataTable > .simple-table-footer tr td.quote-item-image,
  table.dataTable > .simple-table-footer tr > .col.quote-item-image,
  table.dataTable > .simple-table-footer > .row th.quote-item-image,
  table.dataTable > .simple-table-footer > .row td.quote-item-image,
  table.dataTable > .simple-table-footer > .row > .col.quote-item-image,
  .table-responsive > table > thead tr th.quote-item-image,
  .table-responsive > table > thead tr td.quote-item-image,
  .table-responsive > table > thead tr > .col.quote-item-image,
  .table-responsive > table > thead > .row th.quote-item-image,
  .table-responsive > table > thead > .row td.quote-item-image,
  .table-responsive > table > thead > .row > .col.quote-item-image,
  .table-responsive > table > tbody tr th.quote-item-image,
  .table-responsive > table > tbody tr td.quote-item-image,
  .table-responsive > table > tbody tr > .col.quote-item-image,
  .table-responsive > table > tbody > .row th.quote-item-image,
  .table-responsive > table > tbody > .row td.quote-item-image,
  .table-responsive > table > tbody > .row > .col.quote-item-image,
  .table-responsive > table > .simple-table-header tr th.quote-item-image,
  .table-responsive > table > .simple-table-header tr td.quote-item-image,
  .table-responsive > table > .simple-table-header tr > .col.quote-item-image,
  .table-responsive > table > .simple-table-header > .row th.quote-item-image,
  .table-responsive > table > .simple-table-header > .row td.quote-item-image,
  .table-responsive > table > .simple-table-header > .row > .col.quote-item-image,
  .table-responsive > table > .simple-table-body tr th.quote-item-image,
  .table-responsive > table > .simple-table-body tr td.quote-item-image,
  .table-responsive > table > .simple-table-body tr > .col.quote-item-image,
  .table-responsive > table > .simple-table-body > .row th.quote-item-image,
  .table-responsive > table > .simple-table-body > .row td.quote-item-image,
  .table-responsive > table > .simple-table-body > .row > .col.quote-item-image,
  .table-responsive > table > .simple-table-footer tr th.quote-item-image,
  .table-responsive > table > .simple-table-footer tr td.quote-item-image,
  .table-responsive > table > .simple-table-footer tr > .col.quote-item-image,
  .table-responsive > table > .simple-table-footer > .row th.quote-item-image,
  .table-responsive > table > .simple-table-footer > .row td.quote-item-image,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-item-image,
  .simple-table > thead tr th.quote-item-image,
  .simple-table > thead tr td.quote-item-image,
  .simple-table > thead tr > .col.quote-item-image,
  .simple-table > thead > .row th.quote-item-image,
  .simple-table > thead > .row td.quote-item-image,
  .simple-table > thead > .row > .col.quote-item-image,
  .simple-table > tbody tr th.quote-item-image,
  .simple-table > tbody tr td.quote-item-image,
  .simple-table > tbody tr > .col.quote-item-image,
  .simple-table > tbody > .row th.quote-item-image,
  .simple-table > tbody > .row td.quote-item-image,
  .simple-table > tbody > .row > .col.quote-item-image,
  .simple-table > .simple-table-header tr th.quote-item-image,
  .simple-table > .simple-table-header tr td.quote-item-image,
  .simple-table > .simple-table-header tr > .col.quote-item-image,
  .simple-table > .simple-table-header > .row th.quote-item-image,
  .simple-table > .simple-table-header > .row td.quote-item-image,
  .simple-table > .simple-table-header > .row > .col.quote-item-image,
  .simple-table > .simple-table-body tr th.quote-item-image,
  .simple-table > .simple-table-body tr td.quote-item-image,
  .simple-table > .simple-table-body tr > .col.quote-item-image,
  .simple-table > .simple-table-body > .row th.quote-item-image,
  .simple-table > .simple-table-body > .row td.quote-item-image,
  .simple-table > .simple-table-body > .row > .col.quote-item-image,
  .simple-table > .simple-table-footer tr th.quote-item-image,
  .simple-table > .simple-table-footer tr td.quote-item-image,
  .simple-table > .simple-table-footer tr > .col.quote-item-image,
  .simple-table > .simple-table-footer > .row th.quote-item-image,
  .simple-table > .simple-table-footer > .row td.quote-item-image,
  .simple-table > .simple-table-footer > .row > .col.quote-item-image {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-item-title,
table.dataTable > thead tr td.quote-item-title,
table.dataTable > thead tr > .col.quote-item-title,
table.dataTable > thead > .row th.quote-item-title,
table.dataTable > thead > .row td.quote-item-title,
table.dataTable > thead > .row > .col.quote-item-title,
table.dataTable > tbody tr th.quote-item-title,
table.dataTable > tbody tr td.quote-item-title,
table.dataTable > tbody tr > .col.quote-item-title,
table.dataTable > tbody > .row th.quote-item-title,
table.dataTable > tbody > .row td.quote-item-title,
table.dataTable > tbody > .row > .col.quote-item-title,
table.dataTable > .simple-table-header tr th.quote-item-title,
table.dataTable > .simple-table-header tr td.quote-item-title,
table.dataTable > .simple-table-header tr > .col.quote-item-title,
table.dataTable > .simple-table-header > .row th.quote-item-title,
table.dataTable > .simple-table-header > .row td.quote-item-title,
table.dataTable > .simple-table-header > .row > .col.quote-item-title,
table.dataTable > .simple-table-body tr th.quote-item-title,
table.dataTable > .simple-table-body tr td.quote-item-title,
table.dataTable > .simple-table-body tr > .col.quote-item-title,
table.dataTable > .simple-table-body > .row th.quote-item-title,
table.dataTable > .simple-table-body > .row td.quote-item-title,
table.dataTable > .simple-table-body > .row > .col.quote-item-title,
table.dataTable > .simple-table-footer tr th.quote-item-title,
table.dataTable > .simple-table-footer tr td.quote-item-title,
table.dataTable > .simple-table-footer tr > .col.quote-item-title,
table.dataTable > .simple-table-footer > .row th.quote-item-title,
table.dataTable > .simple-table-footer > .row td.quote-item-title,
table.dataTable > .simple-table-footer > .row > .col.quote-item-title,
.table-responsive > table > thead tr th.quote-item-title,
.table-responsive > table > thead tr td.quote-item-title,
.table-responsive > table > thead tr > .col.quote-item-title,
.table-responsive > table > thead > .row th.quote-item-title,
.table-responsive > table > thead > .row td.quote-item-title,
.table-responsive > table > thead > .row > .col.quote-item-title,
.table-responsive > table > tbody tr th.quote-item-title,
.table-responsive > table > tbody tr td.quote-item-title,
.table-responsive > table > tbody tr > .col.quote-item-title,
.table-responsive > table > tbody > .row th.quote-item-title,
.table-responsive > table > tbody > .row td.quote-item-title,
.table-responsive > table > tbody > .row > .col.quote-item-title,
.table-responsive > table > .simple-table-header tr th.quote-item-title,
.table-responsive > table > .simple-table-header tr td.quote-item-title,
.table-responsive > table > .simple-table-header tr > .col.quote-item-title,
.table-responsive > table > .simple-table-header > .row th.quote-item-title,
.table-responsive > table > .simple-table-header > .row td.quote-item-title,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-title,
.table-responsive > table > .simple-table-body tr th.quote-item-title,
.table-responsive > table > .simple-table-body tr td.quote-item-title,
.table-responsive > table > .simple-table-body tr > .col.quote-item-title,
.table-responsive > table > .simple-table-body > .row th.quote-item-title,
.table-responsive > table > .simple-table-body > .row td.quote-item-title,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-title,
.table-responsive > table > .simple-table-footer tr th.quote-item-title,
.table-responsive > table > .simple-table-footer tr td.quote-item-title,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-title,
.table-responsive > table > .simple-table-footer > .row th.quote-item-title,
.table-responsive > table > .simple-table-footer > .row td.quote-item-title,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-title,
.simple-table > thead tr th.quote-item-title,
.simple-table > thead tr td.quote-item-title,
.simple-table > thead tr > .col.quote-item-title,
.simple-table > thead > .row th.quote-item-title,
.simple-table > thead > .row td.quote-item-title,
.simple-table > thead > .row > .col.quote-item-title,
.simple-table > tbody tr th.quote-item-title,
.simple-table > tbody tr td.quote-item-title,
.simple-table > tbody tr > .col.quote-item-title,
.simple-table > tbody > .row th.quote-item-title,
.simple-table > tbody > .row td.quote-item-title,
.simple-table > tbody > .row > .col.quote-item-title,
.simple-table > .simple-table-header tr th.quote-item-title,
.simple-table > .simple-table-header tr td.quote-item-title,
.simple-table > .simple-table-header tr > .col.quote-item-title,
.simple-table > .simple-table-header > .row th.quote-item-title,
.simple-table > .simple-table-header > .row td.quote-item-title,
.simple-table > .simple-table-header > .row > .col.quote-item-title,
.simple-table > .simple-table-body tr th.quote-item-title,
.simple-table > .simple-table-body tr td.quote-item-title,
.simple-table > .simple-table-body tr > .col.quote-item-title,
.simple-table > .simple-table-body > .row th.quote-item-title,
.simple-table > .simple-table-body > .row td.quote-item-title,
.simple-table > .simple-table-body > .row > .col.quote-item-title,
.simple-table > .simple-table-footer tr th.quote-item-title,
.simple-table > .simple-table-footer tr td.quote-item-title,
.simple-table > .simple-table-footer tr > .col.quote-item-title,
.simple-table > .simple-table-footer > .row th.quote-item-title,
.simple-table > .simple-table-footer > .row td.quote-item-title,
.simple-table > .simple-table-footer > .row > .col.quote-item-title {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.quote-item-description,
table.dataTable > thead tr td.quote-item-description,
table.dataTable > thead tr > .col.quote-item-description,
table.dataTable > thead > .row th.quote-item-description,
table.dataTable > thead > .row td.quote-item-description,
table.dataTable > thead > .row > .col.quote-item-description,
table.dataTable > tbody tr th.quote-item-description,
table.dataTable > tbody tr td.quote-item-description,
table.dataTable > tbody tr > .col.quote-item-description,
table.dataTable > tbody > .row th.quote-item-description,
table.dataTable > tbody > .row td.quote-item-description,
table.dataTable > tbody > .row > .col.quote-item-description,
table.dataTable > .simple-table-header tr th.quote-item-description,
table.dataTable > .simple-table-header tr td.quote-item-description,
table.dataTable > .simple-table-header tr > .col.quote-item-description,
table.dataTable > .simple-table-header > .row th.quote-item-description,
table.dataTable > .simple-table-header > .row td.quote-item-description,
table.dataTable > .simple-table-header > .row > .col.quote-item-description,
table.dataTable > .simple-table-body tr th.quote-item-description,
table.dataTable > .simple-table-body tr td.quote-item-description,
table.dataTable > .simple-table-body tr > .col.quote-item-description,
table.dataTable > .simple-table-body > .row th.quote-item-description,
table.dataTable > .simple-table-body > .row td.quote-item-description,
table.dataTable > .simple-table-body > .row > .col.quote-item-description,
table.dataTable > .simple-table-footer tr th.quote-item-description,
table.dataTable > .simple-table-footer tr td.quote-item-description,
table.dataTable > .simple-table-footer tr > .col.quote-item-description,
table.dataTable > .simple-table-footer > .row th.quote-item-description,
table.dataTable > .simple-table-footer > .row td.quote-item-description,
table.dataTable > .simple-table-footer > .row > .col.quote-item-description,
.table-responsive > table > thead tr th.quote-item-description,
.table-responsive > table > thead tr td.quote-item-description,
.table-responsive > table > thead tr > .col.quote-item-description,
.table-responsive > table > thead > .row th.quote-item-description,
.table-responsive > table > thead > .row td.quote-item-description,
.table-responsive > table > thead > .row > .col.quote-item-description,
.table-responsive > table > tbody tr th.quote-item-description,
.table-responsive > table > tbody tr td.quote-item-description,
.table-responsive > table > tbody tr > .col.quote-item-description,
.table-responsive > table > tbody > .row th.quote-item-description,
.table-responsive > table > tbody > .row td.quote-item-description,
.table-responsive > table > tbody > .row > .col.quote-item-description,
.table-responsive > table > .simple-table-header tr th.quote-item-description,
.table-responsive > table > .simple-table-header tr td.quote-item-description,
.table-responsive > table > .simple-table-header tr > .col.quote-item-description,
.table-responsive > table > .simple-table-header > .row th.quote-item-description,
.table-responsive > table > .simple-table-header > .row td.quote-item-description,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-description,
.table-responsive > table > .simple-table-body tr th.quote-item-description,
.table-responsive > table > .simple-table-body tr td.quote-item-description,
.table-responsive > table > .simple-table-body tr > .col.quote-item-description,
.table-responsive > table > .simple-table-body > .row th.quote-item-description,
.table-responsive > table > .simple-table-body > .row td.quote-item-description,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-description,
.table-responsive > table > .simple-table-footer tr th.quote-item-description,
.table-responsive > table > .simple-table-footer tr td.quote-item-description,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-description,
.table-responsive > table > .simple-table-footer > .row th.quote-item-description,
.table-responsive > table > .simple-table-footer > .row td.quote-item-description,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-description,
.simple-table > thead tr th.quote-item-description,
.simple-table > thead tr td.quote-item-description,
.simple-table > thead tr > .col.quote-item-description,
.simple-table > thead > .row th.quote-item-description,
.simple-table > thead > .row td.quote-item-description,
.simple-table > thead > .row > .col.quote-item-description,
.simple-table > tbody tr th.quote-item-description,
.simple-table > tbody tr td.quote-item-description,
.simple-table > tbody tr > .col.quote-item-description,
.simple-table > tbody > .row th.quote-item-description,
.simple-table > tbody > .row td.quote-item-description,
.simple-table > tbody > .row > .col.quote-item-description,
.simple-table > .simple-table-header tr th.quote-item-description,
.simple-table > .simple-table-header tr td.quote-item-description,
.simple-table > .simple-table-header tr > .col.quote-item-description,
.simple-table > .simple-table-header > .row th.quote-item-description,
.simple-table > .simple-table-header > .row td.quote-item-description,
.simple-table > .simple-table-header > .row > .col.quote-item-description,
.simple-table > .simple-table-body tr th.quote-item-description,
.simple-table > .simple-table-body tr td.quote-item-description,
.simple-table > .simple-table-body tr > .col.quote-item-description,
.simple-table > .simple-table-body > .row th.quote-item-description,
.simple-table > .simple-table-body > .row td.quote-item-description,
.simple-table > .simple-table-body > .row > .col.quote-item-description,
.simple-table > .simple-table-footer tr th.quote-item-description,
.simple-table > .simple-table-footer tr td.quote-item-description,
.simple-table > .simple-table-footer tr > .col.quote-item-description,
.simple-table > .simple-table-footer > .row th.quote-item-description,
.simple-table > .simple-table-footer > .row td.quote-item-description,
.simple-table > .simple-table-footer > .row > .col.quote-item-description {
  order: 0;
  flex: 0 0 480px;
  max-width: 480px;
  width: 480px;
  min-width: 480px;
}
@media (max-width: 1920.98px) {
  table.dataTable > thead tr th.quote-item-description,
  table.dataTable > thead tr td.quote-item-description,
  table.dataTable > thead tr > .col.quote-item-description,
  table.dataTable > thead > .row th.quote-item-description,
  table.dataTable > thead > .row td.quote-item-description,
  table.dataTable > thead > .row > .col.quote-item-description,
  table.dataTable > tbody tr th.quote-item-description,
  table.dataTable > tbody tr td.quote-item-description,
  table.dataTable > tbody tr > .col.quote-item-description,
  table.dataTable > tbody > .row th.quote-item-description,
  table.dataTable > tbody > .row td.quote-item-description,
  table.dataTable > tbody > .row > .col.quote-item-description,
  table.dataTable > .simple-table-header tr th.quote-item-description,
  table.dataTable > .simple-table-header tr td.quote-item-description,
  table.dataTable > .simple-table-header tr > .col.quote-item-description,
  table.dataTable > .simple-table-header > .row th.quote-item-description,
  table.dataTable > .simple-table-header > .row td.quote-item-description,
  table.dataTable > .simple-table-header > .row > .col.quote-item-description,
  table.dataTable > .simple-table-body tr th.quote-item-description,
  table.dataTable > .simple-table-body tr td.quote-item-description,
  table.dataTable > .simple-table-body tr > .col.quote-item-description,
  table.dataTable > .simple-table-body > .row th.quote-item-description,
  table.dataTable > .simple-table-body > .row td.quote-item-description,
  table.dataTable > .simple-table-body > .row > .col.quote-item-description,
  table.dataTable > .simple-table-footer tr th.quote-item-description,
  table.dataTable > .simple-table-footer tr td.quote-item-description,
  table.dataTable > .simple-table-footer tr > .col.quote-item-description,
  table.dataTable > .simple-table-footer > .row th.quote-item-description,
  table.dataTable > .simple-table-footer > .row td.quote-item-description,
  table.dataTable > .simple-table-footer > .row > .col.quote-item-description,
  .table-responsive > table > thead tr th.quote-item-description,
  .table-responsive > table > thead tr td.quote-item-description,
  .table-responsive > table > thead tr > .col.quote-item-description,
  .table-responsive > table > thead > .row th.quote-item-description,
  .table-responsive > table > thead > .row td.quote-item-description,
  .table-responsive > table > thead > .row > .col.quote-item-description,
  .table-responsive > table > tbody tr th.quote-item-description,
  .table-responsive > table > tbody tr td.quote-item-description,
  .table-responsive > table > tbody tr > .col.quote-item-description,
  .table-responsive > table > tbody > .row th.quote-item-description,
  .table-responsive > table > tbody > .row td.quote-item-description,
  .table-responsive > table > tbody > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-header tr th.quote-item-description,
  .table-responsive > table > .simple-table-header tr td.quote-item-description,
  .table-responsive > table > .simple-table-header tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-header > .row th.quote-item-description,
  .table-responsive > table > .simple-table-header > .row td.quote-item-description,
  .table-responsive > table > .simple-table-header > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-body tr th.quote-item-description,
  .table-responsive > table > .simple-table-body tr td.quote-item-description,
  .table-responsive > table > .simple-table-body tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-body > .row th.quote-item-description,
  .table-responsive > table > .simple-table-body > .row td.quote-item-description,
  .table-responsive > table > .simple-table-body > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-footer tr th.quote-item-description,
  .table-responsive > table > .simple-table-footer tr td.quote-item-description,
  .table-responsive > table > .simple-table-footer tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row th.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row td.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-item-description,
  .simple-table > thead tr th.quote-item-description,
  .simple-table > thead tr td.quote-item-description,
  .simple-table > thead tr > .col.quote-item-description,
  .simple-table > thead > .row th.quote-item-description,
  .simple-table > thead > .row td.quote-item-description,
  .simple-table > thead > .row > .col.quote-item-description,
  .simple-table > tbody tr th.quote-item-description,
  .simple-table > tbody tr td.quote-item-description,
  .simple-table > tbody tr > .col.quote-item-description,
  .simple-table > tbody > .row th.quote-item-description,
  .simple-table > tbody > .row td.quote-item-description,
  .simple-table > tbody > .row > .col.quote-item-description,
  .simple-table > .simple-table-header tr th.quote-item-description,
  .simple-table > .simple-table-header tr td.quote-item-description,
  .simple-table > .simple-table-header tr > .col.quote-item-description,
  .simple-table > .simple-table-header > .row th.quote-item-description,
  .simple-table > .simple-table-header > .row td.quote-item-description,
  .simple-table > .simple-table-header > .row > .col.quote-item-description,
  .simple-table > .simple-table-body tr th.quote-item-description,
  .simple-table > .simple-table-body tr td.quote-item-description,
  .simple-table > .simple-table-body tr > .col.quote-item-description,
  .simple-table > .simple-table-body > .row th.quote-item-description,
  .simple-table > .simple-table-body > .row td.quote-item-description,
  .simple-table > .simple-table-body > .row > .col.quote-item-description,
  .simple-table > .simple-table-footer tr th.quote-item-description,
  .simple-table > .simple-table-footer tr td.quote-item-description,
  .simple-table > .simple-table-footer tr > .col.quote-item-description,
  .simple-table > .simple-table-footer > .row th.quote-item-description,
  .simple-table > .simple-table-footer > .row td.quote-item-description,
  .simple-table > .simple-table-footer > .row > .col.quote-item-description {
    order: 0;
    flex: 0 0 360px;
    max-width: 360px;
    width: 360px;
    min-width: 360px;
  }
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.quote-item-description,
  table.dataTable > thead tr td.quote-item-description,
  table.dataTable > thead tr > .col.quote-item-description,
  table.dataTable > thead > .row th.quote-item-description,
  table.dataTable > thead > .row td.quote-item-description,
  table.dataTable > thead > .row > .col.quote-item-description,
  table.dataTable > tbody tr th.quote-item-description,
  table.dataTable > tbody tr td.quote-item-description,
  table.dataTable > tbody tr > .col.quote-item-description,
  table.dataTable > tbody > .row th.quote-item-description,
  table.dataTable > tbody > .row td.quote-item-description,
  table.dataTable > tbody > .row > .col.quote-item-description,
  table.dataTable > .simple-table-header tr th.quote-item-description,
  table.dataTable > .simple-table-header tr td.quote-item-description,
  table.dataTable > .simple-table-header tr > .col.quote-item-description,
  table.dataTable > .simple-table-header > .row th.quote-item-description,
  table.dataTable > .simple-table-header > .row td.quote-item-description,
  table.dataTable > .simple-table-header > .row > .col.quote-item-description,
  table.dataTable > .simple-table-body tr th.quote-item-description,
  table.dataTable > .simple-table-body tr td.quote-item-description,
  table.dataTable > .simple-table-body tr > .col.quote-item-description,
  table.dataTable > .simple-table-body > .row th.quote-item-description,
  table.dataTable > .simple-table-body > .row td.quote-item-description,
  table.dataTable > .simple-table-body > .row > .col.quote-item-description,
  table.dataTable > .simple-table-footer tr th.quote-item-description,
  table.dataTable > .simple-table-footer tr td.quote-item-description,
  table.dataTable > .simple-table-footer tr > .col.quote-item-description,
  table.dataTable > .simple-table-footer > .row th.quote-item-description,
  table.dataTable > .simple-table-footer > .row td.quote-item-description,
  table.dataTable > .simple-table-footer > .row > .col.quote-item-description,
  .table-responsive > table > thead tr th.quote-item-description,
  .table-responsive > table > thead tr td.quote-item-description,
  .table-responsive > table > thead tr > .col.quote-item-description,
  .table-responsive > table > thead > .row th.quote-item-description,
  .table-responsive > table > thead > .row td.quote-item-description,
  .table-responsive > table > thead > .row > .col.quote-item-description,
  .table-responsive > table > tbody tr th.quote-item-description,
  .table-responsive > table > tbody tr td.quote-item-description,
  .table-responsive > table > tbody tr > .col.quote-item-description,
  .table-responsive > table > tbody > .row th.quote-item-description,
  .table-responsive > table > tbody > .row td.quote-item-description,
  .table-responsive > table > tbody > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-header tr th.quote-item-description,
  .table-responsive > table > .simple-table-header tr td.quote-item-description,
  .table-responsive > table > .simple-table-header tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-header > .row th.quote-item-description,
  .table-responsive > table > .simple-table-header > .row td.quote-item-description,
  .table-responsive > table > .simple-table-header > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-body tr th.quote-item-description,
  .table-responsive > table > .simple-table-body tr td.quote-item-description,
  .table-responsive > table > .simple-table-body tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-body > .row th.quote-item-description,
  .table-responsive > table > .simple-table-body > .row td.quote-item-description,
  .table-responsive > table > .simple-table-body > .row > .col.quote-item-description,
  .table-responsive > table > .simple-table-footer tr th.quote-item-description,
  .table-responsive > table > .simple-table-footer tr td.quote-item-description,
  .table-responsive > table > .simple-table-footer tr > .col.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row th.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row td.quote-item-description,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-item-description,
  .simple-table > thead tr th.quote-item-description,
  .simple-table > thead tr td.quote-item-description,
  .simple-table > thead tr > .col.quote-item-description,
  .simple-table > thead > .row th.quote-item-description,
  .simple-table > thead > .row td.quote-item-description,
  .simple-table > thead > .row > .col.quote-item-description,
  .simple-table > tbody tr th.quote-item-description,
  .simple-table > tbody tr td.quote-item-description,
  .simple-table > tbody tr > .col.quote-item-description,
  .simple-table > tbody > .row th.quote-item-description,
  .simple-table > tbody > .row td.quote-item-description,
  .simple-table > tbody > .row > .col.quote-item-description,
  .simple-table > .simple-table-header tr th.quote-item-description,
  .simple-table > .simple-table-header tr td.quote-item-description,
  .simple-table > .simple-table-header tr > .col.quote-item-description,
  .simple-table > .simple-table-header > .row th.quote-item-description,
  .simple-table > .simple-table-header > .row td.quote-item-description,
  .simple-table > .simple-table-header > .row > .col.quote-item-description,
  .simple-table > .simple-table-body tr th.quote-item-description,
  .simple-table > .simple-table-body tr td.quote-item-description,
  .simple-table > .simple-table-body tr > .col.quote-item-description,
  .simple-table > .simple-table-body > .row th.quote-item-description,
  .simple-table > .simple-table-body > .row td.quote-item-description,
  .simple-table > .simple-table-body > .row > .col.quote-item-description,
  .simple-table > .simple-table-footer tr th.quote-item-description,
  .simple-table > .simple-table-footer tr td.quote-item-description,
  .simple-table > .simple-table-footer tr > .col.quote-item-description,
  .simple-table > .simple-table-footer > .row th.quote-item-description,
  .simple-table > .simple-table-footer > .row td.quote-item-description,
  .simple-table > .simple-table-footer > .row > .col.quote-item-description {
    order: 0;
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
  }
}
table.dataTable > thead tr th.quote-item-quantity,
table.dataTable > thead tr td.quote-item-quantity,
table.dataTable > thead tr > .col.quote-item-quantity,
table.dataTable > thead > .row th.quote-item-quantity,
table.dataTable > thead > .row td.quote-item-quantity,
table.dataTable > thead > .row > .col.quote-item-quantity,
table.dataTable > tbody tr th.quote-item-quantity,
table.dataTable > tbody tr td.quote-item-quantity,
table.dataTable > tbody tr > .col.quote-item-quantity,
table.dataTable > tbody > .row th.quote-item-quantity,
table.dataTable > tbody > .row td.quote-item-quantity,
table.dataTable > tbody > .row > .col.quote-item-quantity,
table.dataTable > .simple-table-header tr th.quote-item-quantity,
table.dataTable > .simple-table-header tr td.quote-item-quantity,
table.dataTable > .simple-table-header tr > .col.quote-item-quantity,
table.dataTable > .simple-table-header > .row th.quote-item-quantity,
table.dataTable > .simple-table-header > .row td.quote-item-quantity,
table.dataTable > .simple-table-header > .row > .col.quote-item-quantity,
table.dataTable > .simple-table-body tr th.quote-item-quantity,
table.dataTable > .simple-table-body tr td.quote-item-quantity,
table.dataTable > .simple-table-body tr > .col.quote-item-quantity,
table.dataTable > .simple-table-body > .row th.quote-item-quantity,
table.dataTable > .simple-table-body > .row td.quote-item-quantity,
table.dataTable > .simple-table-body > .row > .col.quote-item-quantity,
table.dataTable > .simple-table-footer tr th.quote-item-quantity,
table.dataTable > .simple-table-footer tr td.quote-item-quantity,
table.dataTable > .simple-table-footer tr > .col.quote-item-quantity,
table.dataTable > .simple-table-footer > .row th.quote-item-quantity,
table.dataTable > .simple-table-footer > .row td.quote-item-quantity,
table.dataTable > .simple-table-footer > .row > .col.quote-item-quantity,
.table-responsive > table > thead tr th.quote-item-quantity,
.table-responsive > table > thead tr td.quote-item-quantity,
.table-responsive > table > thead tr > .col.quote-item-quantity,
.table-responsive > table > thead > .row th.quote-item-quantity,
.table-responsive > table > thead > .row td.quote-item-quantity,
.table-responsive > table > thead > .row > .col.quote-item-quantity,
.table-responsive > table > tbody tr th.quote-item-quantity,
.table-responsive > table > tbody tr td.quote-item-quantity,
.table-responsive > table > tbody tr > .col.quote-item-quantity,
.table-responsive > table > tbody > .row th.quote-item-quantity,
.table-responsive > table > tbody > .row td.quote-item-quantity,
.table-responsive > table > tbody > .row > .col.quote-item-quantity,
.table-responsive > table > .simple-table-header tr th.quote-item-quantity,
.table-responsive > table > .simple-table-header tr td.quote-item-quantity,
.table-responsive > table > .simple-table-header tr > .col.quote-item-quantity,
.table-responsive > table > .simple-table-header > .row th.quote-item-quantity,
.table-responsive > table > .simple-table-header > .row td.quote-item-quantity,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-quantity,
.table-responsive > table > .simple-table-body tr th.quote-item-quantity,
.table-responsive > table > .simple-table-body tr td.quote-item-quantity,
.table-responsive > table > .simple-table-body tr > .col.quote-item-quantity,
.table-responsive > table > .simple-table-body > .row th.quote-item-quantity,
.table-responsive > table > .simple-table-body > .row td.quote-item-quantity,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-quantity,
.table-responsive > table > .simple-table-footer tr th.quote-item-quantity,
.table-responsive > table > .simple-table-footer tr td.quote-item-quantity,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-quantity,
.table-responsive > table > .simple-table-footer > .row th.quote-item-quantity,
.table-responsive > table > .simple-table-footer > .row td.quote-item-quantity,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-quantity,
.simple-table > thead tr th.quote-item-quantity,
.simple-table > thead tr td.quote-item-quantity,
.simple-table > thead tr > .col.quote-item-quantity,
.simple-table > thead > .row th.quote-item-quantity,
.simple-table > thead > .row td.quote-item-quantity,
.simple-table > thead > .row > .col.quote-item-quantity,
.simple-table > tbody tr th.quote-item-quantity,
.simple-table > tbody tr td.quote-item-quantity,
.simple-table > tbody tr > .col.quote-item-quantity,
.simple-table > tbody > .row th.quote-item-quantity,
.simple-table > tbody > .row td.quote-item-quantity,
.simple-table > tbody > .row > .col.quote-item-quantity,
.simple-table > .simple-table-header tr th.quote-item-quantity,
.simple-table > .simple-table-header tr td.quote-item-quantity,
.simple-table > .simple-table-header tr > .col.quote-item-quantity,
.simple-table > .simple-table-header > .row th.quote-item-quantity,
.simple-table > .simple-table-header > .row td.quote-item-quantity,
.simple-table > .simple-table-header > .row > .col.quote-item-quantity,
.simple-table > .simple-table-body tr th.quote-item-quantity,
.simple-table > .simple-table-body tr td.quote-item-quantity,
.simple-table > .simple-table-body tr > .col.quote-item-quantity,
.simple-table > .simple-table-body > .row th.quote-item-quantity,
.simple-table > .simple-table-body > .row td.quote-item-quantity,
.simple-table > .simple-table-body > .row > .col.quote-item-quantity,
.simple-table > .simple-table-footer tr th.quote-item-quantity,
.simple-table > .simple-table-footer tr td.quote-item-quantity,
.simple-table > .simple-table-footer tr > .col.quote-item-quantity,
.simple-table > .simple-table-footer > .row th.quote-item-quantity,
.simple-table > .simple-table-footer > .row td.quote-item-quantity,
.simple-table > .simple-table-footer > .row > .col.quote-item-quantity {
  order: 0;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  min-width: 80px;
}
table.dataTable > thead tr th.quote-item-modified,
table.dataTable > thead tr td.quote-item-modified,
table.dataTable > thead tr > .col.quote-item-modified,
table.dataTable > thead > .row th.quote-item-modified,
table.dataTable > thead > .row td.quote-item-modified,
table.dataTable > thead > .row > .col.quote-item-modified,
table.dataTable > tbody tr th.quote-item-modified,
table.dataTable > tbody tr td.quote-item-modified,
table.dataTable > tbody tr > .col.quote-item-modified,
table.dataTable > tbody > .row th.quote-item-modified,
table.dataTable > tbody > .row td.quote-item-modified,
table.dataTable > tbody > .row > .col.quote-item-modified,
table.dataTable > .simple-table-header tr th.quote-item-modified,
table.dataTable > .simple-table-header tr td.quote-item-modified,
table.dataTable > .simple-table-header tr > .col.quote-item-modified,
table.dataTable > .simple-table-header > .row th.quote-item-modified,
table.dataTable > .simple-table-header > .row td.quote-item-modified,
table.dataTable > .simple-table-header > .row > .col.quote-item-modified,
table.dataTable > .simple-table-body tr th.quote-item-modified,
table.dataTable > .simple-table-body tr td.quote-item-modified,
table.dataTable > .simple-table-body tr > .col.quote-item-modified,
table.dataTable > .simple-table-body > .row th.quote-item-modified,
table.dataTable > .simple-table-body > .row td.quote-item-modified,
table.dataTable > .simple-table-body > .row > .col.quote-item-modified,
table.dataTable > .simple-table-footer tr th.quote-item-modified,
table.dataTable > .simple-table-footer tr td.quote-item-modified,
table.dataTable > .simple-table-footer tr > .col.quote-item-modified,
table.dataTable > .simple-table-footer > .row th.quote-item-modified,
table.dataTable > .simple-table-footer > .row td.quote-item-modified,
table.dataTable > .simple-table-footer > .row > .col.quote-item-modified,
.table-responsive > table > thead tr th.quote-item-modified,
.table-responsive > table > thead tr td.quote-item-modified,
.table-responsive > table > thead tr > .col.quote-item-modified,
.table-responsive > table > thead > .row th.quote-item-modified,
.table-responsive > table > thead > .row td.quote-item-modified,
.table-responsive > table > thead > .row > .col.quote-item-modified,
.table-responsive > table > tbody tr th.quote-item-modified,
.table-responsive > table > tbody tr td.quote-item-modified,
.table-responsive > table > tbody tr > .col.quote-item-modified,
.table-responsive > table > tbody > .row th.quote-item-modified,
.table-responsive > table > tbody > .row td.quote-item-modified,
.table-responsive > table > tbody > .row > .col.quote-item-modified,
.table-responsive > table > .simple-table-header tr th.quote-item-modified,
.table-responsive > table > .simple-table-header tr td.quote-item-modified,
.table-responsive > table > .simple-table-header tr > .col.quote-item-modified,
.table-responsive > table > .simple-table-header > .row th.quote-item-modified,
.table-responsive > table > .simple-table-header > .row td.quote-item-modified,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-modified,
.table-responsive > table > .simple-table-body tr th.quote-item-modified,
.table-responsive > table > .simple-table-body tr td.quote-item-modified,
.table-responsive > table > .simple-table-body tr > .col.quote-item-modified,
.table-responsive > table > .simple-table-body > .row th.quote-item-modified,
.table-responsive > table > .simple-table-body > .row td.quote-item-modified,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-modified,
.table-responsive > table > .simple-table-footer tr th.quote-item-modified,
.table-responsive > table > .simple-table-footer tr td.quote-item-modified,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-modified,
.table-responsive > table > .simple-table-footer > .row th.quote-item-modified,
.table-responsive > table > .simple-table-footer > .row td.quote-item-modified,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-modified,
.simple-table > thead tr th.quote-item-modified,
.simple-table > thead tr td.quote-item-modified,
.simple-table > thead tr > .col.quote-item-modified,
.simple-table > thead > .row th.quote-item-modified,
.simple-table > thead > .row td.quote-item-modified,
.simple-table > thead > .row > .col.quote-item-modified,
.simple-table > tbody tr th.quote-item-modified,
.simple-table > tbody tr td.quote-item-modified,
.simple-table > tbody tr > .col.quote-item-modified,
.simple-table > tbody > .row th.quote-item-modified,
.simple-table > tbody > .row td.quote-item-modified,
.simple-table > tbody > .row > .col.quote-item-modified,
.simple-table > .simple-table-header tr th.quote-item-modified,
.simple-table > .simple-table-header tr td.quote-item-modified,
.simple-table > .simple-table-header tr > .col.quote-item-modified,
.simple-table > .simple-table-header > .row th.quote-item-modified,
.simple-table > .simple-table-header > .row td.quote-item-modified,
.simple-table > .simple-table-header > .row > .col.quote-item-modified,
.simple-table > .simple-table-body tr th.quote-item-modified,
.simple-table > .simple-table-body tr td.quote-item-modified,
.simple-table > .simple-table-body tr > .col.quote-item-modified,
.simple-table > .simple-table-body > .row th.quote-item-modified,
.simple-table > .simple-table-body > .row td.quote-item-modified,
.simple-table > .simple-table-body > .row > .col.quote-item-modified,
.simple-table > .simple-table-footer tr th.quote-item-modified,
.simple-table > .simple-table-footer tr td.quote-item-modified,
.simple-table > .simple-table-footer tr > .col.quote-item-modified,
.simple-table > .simple-table-footer > .row th.quote-item-modified,
.simple-table > .simple-table-footer > .row td.quote-item-modified,
.simple-table > .simple-table-footer > .row > .col.quote-item-modified {
  order: 0;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.quote-item-modified,
  table.dataTable > thead tr td.quote-item-modified,
  table.dataTable > thead tr > .col.quote-item-modified,
  table.dataTable > thead > .row th.quote-item-modified,
  table.dataTable > thead > .row td.quote-item-modified,
  table.dataTable > thead > .row > .col.quote-item-modified,
  table.dataTable > tbody tr th.quote-item-modified,
  table.dataTable > tbody tr td.quote-item-modified,
  table.dataTable > tbody tr > .col.quote-item-modified,
  table.dataTable > tbody > .row th.quote-item-modified,
  table.dataTable > tbody > .row td.quote-item-modified,
  table.dataTable > tbody > .row > .col.quote-item-modified,
  table.dataTable > .simple-table-header tr th.quote-item-modified,
  table.dataTable > .simple-table-header tr td.quote-item-modified,
  table.dataTable > .simple-table-header tr > .col.quote-item-modified,
  table.dataTable > .simple-table-header > .row th.quote-item-modified,
  table.dataTable > .simple-table-header > .row td.quote-item-modified,
  table.dataTable > .simple-table-header > .row > .col.quote-item-modified,
  table.dataTable > .simple-table-body tr th.quote-item-modified,
  table.dataTable > .simple-table-body tr td.quote-item-modified,
  table.dataTable > .simple-table-body tr > .col.quote-item-modified,
  table.dataTable > .simple-table-body > .row th.quote-item-modified,
  table.dataTable > .simple-table-body > .row td.quote-item-modified,
  table.dataTable > .simple-table-body > .row > .col.quote-item-modified,
  table.dataTable > .simple-table-footer tr th.quote-item-modified,
  table.dataTable > .simple-table-footer tr td.quote-item-modified,
  table.dataTable > .simple-table-footer tr > .col.quote-item-modified,
  table.dataTable > .simple-table-footer > .row th.quote-item-modified,
  table.dataTable > .simple-table-footer > .row td.quote-item-modified,
  table.dataTable > .simple-table-footer > .row > .col.quote-item-modified,
  .table-responsive > table > thead tr th.quote-item-modified,
  .table-responsive > table > thead tr td.quote-item-modified,
  .table-responsive > table > thead tr > .col.quote-item-modified,
  .table-responsive > table > thead > .row th.quote-item-modified,
  .table-responsive > table > thead > .row td.quote-item-modified,
  .table-responsive > table > thead > .row > .col.quote-item-modified,
  .table-responsive > table > tbody tr th.quote-item-modified,
  .table-responsive > table > tbody tr td.quote-item-modified,
  .table-responsive > table > tbody tr > .col.quote-item-modified,
  .table-responsive > table > tbody > .row th.quote-item-modified,
  .table-responsive > table > tbody > .row td.quote-item-modified,
  .table-responsive > table > tbody > .row > .col.quote-item-modified,
  .table-responsive > table > .simple-table-header tr th.quote-item-modified,
  .table-responsive > table > .simple-table-header tr td.quote-item-modified,
  .table-responsive > table > .simple-table-header tr > .col.quote-item-modified,
  .table-responsive > table > .simple-table-header > .row th.quote-item-modified,
  .table-responsive > table > .simple-table-header > .row td.quote-item-modified,
  .table-responsive > table > .simple-table-header > .row > .col.quote-item-modified,
  .table-responsive > table > .simple-table-body tr th.quote-item-modified,
  .table-responsive > table > .simple-table-body tr td.quote-item-modified,
  .table-responsive > table > .simple-table-body tr > .col.quote-item-modified,
  .table-responsive > table > .simple-table-body > .row th.quote-item-modified,
  .table-responsive > table > .simple-table-body > .row td.quote-item-modified,
  .table-responsive > table > .simple-table-body > .row > .col.quote-item-modified,
  .table-responsive > table > .simple-table-footer tr th.quote-item-modified,
  .table-responsive > table > .simple-table-footer tr td.quote-item-modified,
  .table-responsive > table > .simple-table-footer tr > .col.quote-item-modified,
  .table-responsive > table > .simple-table-footer > .row th.quote-item-modified,
  .table-responsive > table > .simple-table-footer > .row td.quote-item-modified,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-item-modified,
  .simple-table > thead tr th.quote-item-modified,
  .simple-table > thead tr td.quote-item-modified,
  .simple-table > thead tr > .col.quote-item-modified,
  .simple-table > thead > .row th.quote-item-modified,
  .simple-table > thead > .row td.quote-item-modified,
  .simple-table > thead > .row > .col.quote-item-modified,
  .simple-table > tbody tr th.quote-item-modified,
  .simple-table > tbody tr td.quote-item-modified,
  .simple-table > tbody tr > .col.quote-item-modified,
  .simple-table > tbody > .row th.quote-item-modified,
  .simple-table > tbody > .row td.quote-item-modified,
  .simple-table > tbody > .row > .col.quote-item-modified,
  .simple-table > .simple-table-header tr th.quote-item-modified,
  .simple-table > .simple-table-header tr td.quote-item-modified,
  .simple-table > .simple-table-header tr > .col.quote-item-modified,
  .simple-table > .simple-table-header > .row th.quote-item-modified,
  .simple-table > .simple-table-header > .row td.quote-item-modified,
  .simple-table > .simple-table-header > .row > .col.quote-item-modified,
  .simple-table > .simple-table-body tr th.quote-item-modified,
  .simple-table > .simple-table-body tr td.quote-item-modified,
  .simple-table > .simple-table-body tr > .col.quote-item-modified,
  .simple-table > .simple-table-body > .row th.quote-item-modified,
  .simple-table > .simple-table-body > .row td.quote-item-modified,
  .simple-table > .simple-table-body > .row > .col.quote-item-modified,
  .simple-table > .simple-table-footer tr th.quote-item-modified,
  .simple-table > .simple-table-footer tr td.quote-item-modified,
  .simple-table > .simple-table-footer tr > .col.quote-item-modified,
  .simple-table > .simple-table-footer > .row th.quote-item-modified,
  .simple-table > .simple-table-footer > .row td.quote-item-modified,
  .simple-table > .simple-table-footer > .row > .col.quote-item-modified {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-calc-col,
table.dataTable > thead tr td.quote-calc-col,
table.dataTable > thead tr > .col.quote-calc-col,
table.dataTable > thead > .row th.quote-calc-col,
table.dataTable > thead > .row td.quote-calc-col,
table.dataTable > thead > .row > .col.quote-calc-col,
table.dataTable > tbody tr th.quote-calc-col,
table.dataTable > tbody tr td.quote-calc-col,
table.dataTable > tbody tr > .col.quote-calc-col,
table.dataTable > tbody > .row th.quote-calc-col,
table.dataTable > tbody > .row td.quote-calc-col,
table.dataTable > tbody > .row > .col.quote-calc-col,
table.dataTable > .simple-table-header tr th.quote-calc-col,
table.dataTable > .simple-table-header tr td.quote-calc-col,
table.dataTable > .simple-table-header tr > .col.quote-calc-col,
table.dataTable > .simple-table-header > .row th.quote-calc-col,
table.dataTable > .simple-table-header > .row td.quote-calc-col,
table.dataTable > .simple-table-header > .row > .col.quote-calc-col,
table.dataTable > .simple-table-body tr th.quote-calc-col,
table.dataTable > .simple-table-body tr td.quote-calc-col,
table.dataTable > .simple-table-body tr > .col.quote-calc-col,
table.dataTable > .simple-table-body > .row th.quote-calc-col,
table.dataTable > .simple-table-body > .row td.quote-calc-col,
table.dataTable > .simple-table-body > .row > .col.quote-calc-col,
table.dataTable > .simple-table-footer tr th.quote-calc-col,
table.dataTable > .simple-table-footer tr td.quote-calc-col,
table.dataTable > .simple-table-footer tr > .col.quote-calc-col,
table.dataTable > .simple-table-footer > .row th.quote-calc-col,
table.dataTable > .simple-table-footer > .row td.quote-calc-col,
table.dataTable > .simple-table-footer > .row > .col.quote-calc-col,
.table-responsive > table > thead tr th.quote-calc-col,
.table-responsive > table > thead tr td.quote-calc-col,
.table-responsive > table > thead tr > .col.quote-calc-col,
.table-responsive > table > thead > .row th.quote-calc-col,
.table-responsive > table > thead > .row td.quote-calc-col,
.table-responsive > table > thead > .row > .col.quote-calc-col,
.table-responsive > table > tbody tr th.quote-calc-col,
.table-responsive > table > tbody tr td.quote-calc-col,
.table-responsive > table > tbody tr > .col.quote-calc-col,
.table-responsive > table > tbody > .row th.quote-calc-col,
.table-responsive > table > tbody > .row td.quote-calc-col,
.table-responsive > table > tbody > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-header tr th.quote-calc-col,
.table-responsive > table > .simple-table-header tr td.quote-calc-col,
.table-responsive > table > .simple-table-header tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-header > .row th.quote-calc-col,
.table-responsive > table > .simple-table-header > .row td.quote-calc-col,
.table-responsive > table > .simple-table-header > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-body tr th.quote-calc-col,
.table-responsive > table > .simple-table-body tr td.quote-calc-col,
.table-responsive > table > .simple-table-body tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-body > .row th.quote-calc-col,
.table-responsive > table > .simple-table-body > .row td.quote-calc-col,
.table-responsive > table > .simple-table-body > .row > .col.quote-calc-col,
.table-responsive > table > .simple-table-footer tr th.quote-calc-col,
.table-responsive > table > .simple-table-footer tr td.quote-calc-col,
.table-responsive > table > .simple-table-footer tr > .col.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row th.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row td.quote-calc-col,
.table-responsive > table > .simple-table-footer > .row > .col.quote-calc-col,
.simple-table > thead tr th.quote-calc-col,
.simple-table > thead tr td.quote-calc-col,
.simple-table > thead tr > .col.quote-calc-col,
.simple-table > thead > .row th.quote-calc-col,
.simple-table > thead > .row td.quote-calc-col,
.simple-table > thead > .row > .col.quote-calc-col,
.simple-table > tbody tr th.quote-calc-col,
.simple-table > tbody tr td.quote-calc-col,
.simple-table > tbody tr > .col.quote-calc-col,
.simple-table > tbody > .row th.quote-calc-col,
.simple-table > tbody > .row td.quote-calc-col,
.simple-table > tbody > .row > .col.quote-calc-col,
.simple-table > .simple-table-header tr th.quote-calc-col,
.simple-table > .simple-table-header tr td.quote-calc-col,
.simple-table > .simple-table-header tr > .col.quote-calc-col,
.simple-table > .simple-table-header > .row th.quote-calc-col,
.simple-table > .simple-table-header > .row td.quote-calc-col,
.simple-table > .simple-table-header > .row > .col.quote-calc-col,
.simple-table > .simple-table-body tr th.quote-calc-col,
.simple-table > .simple-table-body tr td.quote-calc-col,
.simple-table > .simple-table-body tr > .col.quote-calc-col,
.simple-table > .simple-table-body > .row th.quote-calc-col,
.simple-table > .simple-table-body > .row td.quote-calc-col,
.simple-table > .simple-table-body > .row > .col.quote-calc-col,
.simple-table > .simple-table-footer tr th.quote-calc-col,
.simple-table > .simple-table-footer tr td.quote-calc-col,
.simple-table > .simple-table-footer tr > .col.quote-calc-col,
.simple-table > .simple-table-footer > .row th.quote-calc-col,
.simple-table > .simple-table-footer > .row td.quote-calc-col,
.simple-table > .simple-table-footer > .row > .col.quote-calc-col {
  order: 0;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}
@media (max-width: 1367.98px) {
  table.dataTable > thead tr th.quote-calc-col,
  table.dataTable > thead tr td.quote-calc-col,
  table.dataTable > thead tr > .col.quote-calc-col,
  table.dataTable > thead > .row th.quote-calc-col,
  table.dataTable > thead > .row td.quote-calc-col,
  table.dataTable > thead > .row > .col.quote-calc-col,
  table.dataTable > tbody tr th.quote-calc-col,
  table.dataTable > tbody tr td.quote-calc-col,
  table.dataTable > tbody tr > .col.quote-calc-col,
  table.dataTable > tbody > .row th.quote-calc-col,
  table.dataTable > tbody > .row td.quote-calc-col,
  table.dataTable > tbody > .row > .col.quote-calc-col,
  table.dataTable > .simple-table-header tr th.quote-calc-col,
  table.dataTable > .simple-table-header tr td.quote-calc-col,
  table.dataTable > .simple-table-header tr > .col.quote-calc-col,
  table.dataTable > .simple-table-header > .row th.quote-calc-col,
  table.dataTable > .simple-table-header > .row td.quote-calc-col,
  table.dataTable > .simple-table-header > .row > .col.quote-calc-col,
  table.dataTable > .simple-table-body tr th.quote-calc-col,
  table.dataTable > .simple-table-body tr td.quote-calc-col,
  table.dataTable > .simple-table-body tr > .col.quote-calc-col,
  table.dataTable > .simple-table-body > .row th.quote-calc-col,
  table.dataTable > .simple-table-body > .row td.quote-calc-col,
  table.dataTable > .simple-table-body > .row > .col.quote-calc-col,
  table.dataTable > .simple-table-footer tr th.quote-calc-col,
  table.dataTable > .simple-table-footer tr td.quote-calc-col,
  table.dataTable > .simple-table-footer tr > .col.quote-calc-col,
  table.dataTable > .simple-table-footer > .row th.quote-calc-col,
  table.dataTable > .simple-table-footer > .row td.quote-calc-col,
  table.dataTable > .simple-table-footer > .row > .col.quote-calc-col,
  .table-responsive > table > thead tr th.quote-calc-col,
  .table-responsive > table > thead tr td.quote-calc-col,
  .table-responsive > table > thead tr > .col.quote-calc-col,
  .table-responsive > table > thead > .row th.quote-calc-col,
  .table-responsive > table > thead > .row td.quote-calc-col,
  .table-responsive > table > thead > .row > .col.quote-calc-col,
  .table-responsive > table > tbody tr th.quote-calc-col,
  .table-responsive > table > tbody tr td.quote-calc-col,
  .table-responsive > table > tbody tr > .col.quote-calc-col,
  .table-responsive > table > tbody > .row th.quote-calc-col,
  .table-responsive > table > tbody > .row td.quote-calc-col,
  .table-responsive > table > tbody > .row > .col.quote-calc-col,
  .table-responsive > table > .simple-table-header tr th.quote-calc-col,
  .table-responsive > table > .simple-table-header tr td.quote-calc-col,
  .table-responsive > table > .simple-table-header tr > .col.quote-calc-col,
  .table-responsive > table > .simple-table-header > .row th.quote-calc-col,
  .table-responsive > table > .simple-table-header > .row td.quote-calc-col,
  .table-responsive > table > .simple-table-header > .row > .col.quote-calc-col,
  .table-responsive > table > .simple-table-body tr th.quote-calc-col,
  .table-responsive > table > .simple-table-body tr td.quote-calc-col,
  .table-responsive > table > .simple-table-body tr > .col.quote-calc-col,
  .table-responsive > table > .simple-table-body > .row th.quote-calc-col,
  .table-responsive > table > .simple-table-body > .row td.quote-calc-col,
  .table-responsive > table > .simple-table-body > .row > .col.quote-calc-col,
  .table-responsive > table > .simple-table-footer tr th.quote-calc-col,
  .table-responsive > table > .simple-table-footer tr td.quote-calc-col,
  .table-responsive > table > .simple-table-footer tr > .col.quote-calc-col,
  .table-responsive > table > .simple-table-footer > .row th.quote-calc-col,
  .table-responsive > table > .simple-table-footer > .row td.quote-calc-col,
  .table-responsive > table > .simple-table-footer > .row > .col.quote-calc-col,
  .simple-table > thead tr th.quote-calc-col,
  .simple-table > thead tr td.quote-calc-col,
  .simple-table > thead tr > .col.quote-calc-col,
  .simple-table > thead > .row th.quote-calc-col,
  .simple-table > thead > .row td.quote-calc-col,
  .simple-table > thead > .row > .col.quote-calc-col,
  .simple-table > tbody tr th.quote-calc-col,
  .simple-table > tbody tr td.quote-calc-col,
  .simple-table > tbody tr > .col.quote-calc-col,
  .simple-table > tbody > .row th.quote-calc-col,
  .simple-table > tbody > .row td.quote-calc-col,
  .simple-table > tbody > .row > .col.quote-calc-col,
  .simple-table > .simple-table-header tr th.quote-calc-col,
  .simple-table > .simple-table-header tr td.quote-calc-col,
  .simple-table > .simple-table-header tr > .col.quote-calc-col,
  .simple-table > .simple-table-header > .row th.quote-calc-col,
  .simple-table > .simple-table-header > .row td.quote-calc-col,
  .simple-table > .simple-table-header > .row > .col.quote-calc-col,
  .simple-table > .simple-table-body tr th.quote-calc-col,
  .simple-table > .simple-table-body tr td.quote-calc-col,
  .simple-table > .simple-table-body tr > .col.quote-calc-col,
  .simple-table > .simple-table-body > .row th.quote-calc-col,
  .simple-table > .simple-table-body > .row td.quote-calc-col,
  .simple-table > .simple-table-body > .row > .col.quote-calc-col,
  .simple-table > .simple-table-footer tr th.quote-calc-col,
  .simple-table > .simple-table-footer tr td.quote-calc-col,
  .simple-table > .simple-table-footer tr > .col.quote-calc-col,
  .simple-table > .simple-table-footer > .row th.quote-calc-col,
  .simple-table > .simple-table-footer > .row td.quote-calc-col,
  .simple-table > .simple-table-footer > .row > .col.quote-calc-col {
    display: none !important;
  }
}
table.dataTable > thead tr th.quote-item-price,
table.dataTable > thead tr td.quote-item-price,
table.dataTable > thead tr > .col.quote-item-price,
table.dataTable > thead > .row th.quote-item-price,
table.dataTable > thead > .row td.quote-item-price,
table.dataTable > thead > .row > .col.quote-item-price,
table.dataTable > tbody tr th.quote-item-price,
table.dataTable > tbody tr td.quote-item-price,
table.dataTable > tbody tr > .col.quote-item-price,
table.dataTable > tbody > .row th.quote-item-price,
table.dataTable > tbody > .row td.quote-item-price,
table.dataTable > tbody > .row > .col.quote-item-price,
table.dataTable > .simple-table-header tr th.quote-item-price,
table.dataTable > .simple-table-header tr td.quote-item-price,
table.dataTable > .simple-table-header tr > .col.quote-item-price,
table.dataTable > .simple-table-header > .row th.quote-item-price,
table.dataTable > .simple-table-header > .row td.quote-item-price,
table.dataTable > .simple-table-header > .row > .col.quote-item-price,
table.dataTable > .simple-table-body tr th.quote-item-price,
table.dataTable > .simple-table-body tr td.quote-item-price,
table.dataTable > .simple-table-body tr > .col.quote-item-price,
table.dataTable > .simple-table-body > .row th.quote-item-price,
table.dataTable > .simple-table-body > .row td.quote-item-price,
table.dataTable > .simple-table-body > .row > .col.quote-item-price,
table.dataTable > .simple-table-footer tr th.quote-item-price,
table.dataTable > .simple-table-footer tr td.quote-item-price,
table.dataTable > .simple-table-footer tr > .col.quote-item-price,
table.dataTable > .simple-table-footer > .row th.quote-item-price,
table.dataTable > .simple-table-footer > .row td.quote-item-price,
table.dataTable > .simple-table-footer > .row > .col.quote-item-price,
.table-responsive > table > thead tr th.quote-item-price,
.table-responsive > table > thead tr td.quote-item-price,
.table-responsive > table > thead tr > .col.quote-item-price,
.table-responsive > table > thead > .row th.quote-item-price,
.table-responsive > table > thead > .row td.quote-item-price,
.table-responsive > table > thead > .row > .col.quote-item-price,
.table-responsive > table > tbody tr th.quote-item-price,
.table-responsive > table > tbody tr td.quote-item-price,
.table-responsive > table > tbody tr > .col.quote-item-price,
.table-responsive > table > tbody > .row th.quote-item-price,
.table-responsive > table > tbody > .row td.quote-item-price,
.table-responsive > table > tbody > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-header tr th.quote-item-price,
.table-responsive > table > .simple-table-header tr td.quote-item-price,
.table-responsive > table > .simple-table-header tr > .col.quote-item-price,
.table-responsive > table > .simple-table-header > .row th.quote-item-price,
.table-responsive > table > .simple-table-header > .row td.quote-item-price,
.table-responsive > table > .simple-table-header > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-body tr th.quote-item-price,
.table-responsive > table > .simple-table-body tr td.quote-item-price,
.table-responsive > table > .simple-table-body tr > .col.quote-item-price,
.table-responsive > table > .simple-table-body > .row th.quote-item-price,
.table-responsive > table > .simple-table-body > .row td.quote-item-price,
.table-responsive > table > .simple-table-body > .row > .col.quote-item-price,
.table-responsive > table > .simple-table-footer tr th.quote-item-price,
.table-responsive > table > .simple-table-footer tr td.quote-item-price,
.table-responsive > table > .simple-table-footer tr > .col.quote-item-price,
.table-responsive > table > .simple-table-footer > .row th.quote-item-price,
.table-responsive > table > .simple-table-footer > .row td.quote-item-price,
.table-responsive > table > .simple-table-footer > .row > .col.quote-item-price,
.simple-table > thead tr th.quote-item-price,
.simple-table > thead tr td.quote-item-price,
.simple-table > thead tr > .col.quote-item-price,
.simple-table > thead > .row th.quote-item-price,
.simple-table > thead > .row td.quote-item-price,
.simple-table > thead > .row > .col.quote-item-price,
.simple-table > tbody tr th.quote-item-price,
.simple-table > tbody tr td.quote-item-price,
.simple-table > tbody tr > .col.quote-item-price,
.simple-table > tbody > .row th.quote-item-price,
.simple-table > tbody > .row td.quote-item-price,
.simple-table > tbody > .row > .col.quote-item-price,
.simple-table > .simple-table-header tr th.quote-item-price,
.simple-table > .simple-table-header tr td.quote-item-price,
.simple-table > .simple-table-header tr > .col.quote-item-price,
.simple-table > .simple-table-header > .row th.quote-item-price,
.simple-table > .simple-table-header > .row td.quote-item-price,
.simple-table > .simple-table-header > .row > .col.quote-item-price,
.simple-table > .simple-table-body tr th.quote-item-price,
.simple-table > .simple-table-body tr td.quote-item-price,
.simple-table > .simple-table-body tr > .col.quote-item-price,
.simple-table > .simple-table-body > .row th.quote-item-price,
.simple-table > .simple-table-body > .row td.quote-item-price,
.simple-table > .simple-table-body > .row > .col.quote-item-price,
.simple-table > .simple-table-footer tr th.quote-item-price,
.simple-table > .simple-table-footer tr td.quote-item-price,
.simple-table > .simple-table-footer tr > .col.quote-item-price,
.simple-table > .simple-table-footer > .row th.quote-item-price,
.simple-table > .simple-table-footer > .row td.quote-item-price,
.simple-table > .simple-table-footer > .row > .col.quote-item-price {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
table.dataTable > thead tr th.project-quote-created-date,
table.dataTable > thead tr td.project-quote-created-date,
table.dataTable > thead tr > .col.project-quote-created-date,
table.dataTable > thead > .row th.project-quote-created-date,
table.dataTable > thead > .row td.project-quote-created-date,
table.dataTable > thead > .row > .col.project-quote-created-date,
table.dataTable > tbody tr th.project-quote-created-date,
table.dataTable > tbody tr td.project-quote-created-date,
table.dataTable > tbody tr > .col.project-quote-created-date,
table.dataTable > tbody > .row th.project-quote-created-date,
table.dataTable > tbody > .row td.project-quote-created-date,
table.dataTable > tbody > .row > .col.project-quote-created-date,
table.dataTable > .simple-table-header tr th.project-quote-created-date,
table.dataTable > .simple-table-header tr td.project-quote-created-date,
table.dataTable > .simple-table-header tr > .col.project-quote-created-date,
table.dataTable > .simple-table-header > .row th.project-quote-created-date,
table.dataTable > .simple-table-header > .row td.project-quote-created-date,
table.dataTable > .simple-table-header > .row > .col.project-quote-created-date,
table.dataTable > .simple-table-body tr th.project-quote-created-date,
table.dataTable > .simple-table-body tr td.project-quote-created-date,
table.dataTable > .simple-table-body tr > .col.project-quote-created-date,
table.dataTable > .simple-table-body > .row th.project-quote-created-date,
table.dataTable > .simple-table-body > .row td.project-quote-created-date,
table.dataTable > .simple-table-body > .row > .col.project-quote-created-date,
table.dataTable > .simple-table-footer tr th.project-quote-created-date,
table.dataTable > .simple-table-footer tr td.project-quote-created-date,
table.dataTable > .simple-table-footer tr > .col.project-quote-created-date,
table.dataTable > .simple-table-footer > .row th.project-quote-created-date,
table.dataTable > .simple-table-footer > .row td.project-quote-created-date,
table.dataTable > .simple-table-footer > .row > .col.project-quote-created-date,
.table-responsive > table > thead tr th.project-quote-created-date,
.table-responsive > table > thead tr td.project-quote-created-date,
.table-responsive > table > thead tr > .col.project-quote-created-date,
.table-responsive > table > thead > .row th.project-quote-created-date,
.table-responsive > table > thead > .row td.project-quote-created-date,
.table-responsive > table > thead > .row > .col.project-quote-created-date,
.table-responsive > table > tbody tr th.project-quote-created-date,
.table-responsive > table > tbody tr td.project-quote-created-date,
.table-responsive > table > tbody tr > .col.project-quote-created-date,
.table-responsive > table > tbody > .row th.project-quote-created-date,
.table-responsive > table > tbody > .row td.project-quote-created-date,
.table-responsive > table > tbody > .row > .col.project-quote-created-date,
.table-responsive > table > .simple-table-header tr th.project-quote-created-date,
.table-responsive > table > .simple-table-header tr td.project-quote-created-date,
.table-responsive > table > .simple-table-header tr > .col.project-quote-created-date,
.table-responsive > table > .simple-table-header > .row th.project-quote-created-date,
.table-responsive > table > .simple-table-header > .row td.project-quote-created-date,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-created-date,
.table-responsive > table > .simple-table-body tr th.project-quote-created-date,
.table-responsive > table > .simple-table-body tr td.project-quote-created-date,
.table-responsive > table > .simple-table-body tr > .col.project-quote-created-date,
.table-responsive > table > .simple-table-body > .row th.project-quote-created-date,
.table-responsive > table > .simple-table-body > .row td.project-quote-created-date,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-created-date,
.table-responsive > table > .simple-table-footer tr th.project-quote-created-date,
.table-responsive > table > .simple-table-footer tr td.project-quote-created-date,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-created-date,
.table-responsive > table > .simple-table-footer > .row th.project-quote-created-date,
.table-responsive > table > .simple-table-footer > .row td.project-quote-created-date,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-created-date,
.simple-table > thead tr th.project-quote-created-date,
.simple-table > thead tr td.project-quote-created-date,
.simple-table > thead tr > .col.project-quote-created-date,
.simple-table > thead > .row th.project-quote-created-date,
.simple-table > thead > .row td.project-quote-created-date,
.simple-table > thead > .row > .col.project-quote-created-date,
.simple-table > tbody tr th.project-quote-created-date,
.simple-table > tbody tr td.project-quote-created-date,
.simple-table > tbody tr > .col.project-quote-created-date,
.simple-table > tbody > .row th.project-quote-created-date,
.simple-table > tbody > .row td.project-quote-created-date,
.simple-table > tbody > .row > .col.project-quote-created-date,
.simple-table > .simple-table-header tr th.project-quote-created-date,
.simple-table > .simple-table-header tr td.project-quote-created-date,
.simple-table > .simple-table-header tr > .col.project-quote-created-date,
.simple-table > .simple-table-header > .row th.project-quote-created-date,
.simple-table > .simple-table-header > .row td.project-quote-created-date,
.simple-table > .simple-table-header > .row > .col.project-quote-created-date,
.simple-table > .simple-table-body tr th.project-quote-created-date,
.simple-table > .simple-table-body tr td.project-quote-created-date,
.simple-table > .simple-table-body tr > .col.project-quote-created-date,
.simple-table > .simple-table-body > .row th.project-quote-created-date,
.simple-table > .simple-table-body > .row td.project-quote-created-date,
.simple-table > .simple-table-body > .row > .col.project-quote-created-date,
.simple-table > .simple-table-footer tr th.project-quote-created-date,
.simple-table > .simple-table-footer tr td.project-quote-created-date,
.simple-table > .simple-table-footer tr > .col.project-quote-created-date,
.simple-table > .simple-table-footer > .row th.project-quote-created-date,
.simple-table > .simple-table-footer > .row td.project-quote-created-date,
.simple-table > .simple-table-footer > .row > .col.project-quote-created-date {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
table.dataTable > thead tr th.project-quote-number,
table.dataTable > thead tr td.project-quote-number,
table.dataTable > thead tr > .col.project-quote-number,
table.dataTable > thead > .row th.project-quote-number,
table.dataTable > thead > .row td.project-quote-number,
table.dataTable > thead > .row > .col.project-quote-number,
table.dataTable > tbody tr th.project-quote-number,
table.dataTable > tbody tr td.project-quote-number,
table.dataTable > tbody tr > .col.project-quote-number,
table.dataTable > tbody > .row th.project-quote-number,
table.dataTable > tbody > .row td.project-quote-number,
table.dataTable > tbody > .row > .col.project-quote-number,
table.dataTable > .simple-table-header tr th.project-quote-number,
table.dataTable > .simple-table-header tr td.project-quote-number,
table.dataTable > .simple-table-header tr > .col.project-quote-number,
table.dataTable > .simple-table-header > .row th.project-quote-number,
table.dataTable > .simple-table-header > .row td.project-quote-number,
table.dataTable > .simple-table-header > .row > .col.project-quote-number,
table.dataTable > .simple-table-body tr th.project-quote-number,
table.dataTable > .simple-table-body tr td.project-quote-number,
table.dataTable > .simple-table-body tr > .col.project-quote-number,
table.dataTable > .simple-table-body > .row th.project-quote-number,
table.dataTable > .simple-table-body > .row td.project-quote-number,
table.dataTable > .simple-table-body > .row > .col.project-quote-number,
table.dataTable > .simple-table-footer tr th.project-quote-number,
table.dataTable > .simple-table-footer tr td.project-quote-number,
table.dataTable > .simple-table-footer tr > .col.project-quote-number,
table.dataTable > .simple-table-footer > .row th.project-quote-number,
table.dataTable > .simple-table-footer > .row td.project-quote-number,
table.dataTable > .simple-table-footer > .row > .col.project-quote-number,
.table-responsive > table > thead tr th.project-quote-number,
.table-responsive > table > thead tr td.project-quote-number,
.table-responsive > table > thead tr > .col.project-quote-number,
.table-responsive > table > thead > .row th.project-quote-number,
.table-responsive > table > thead > .row td.project-quote-number,
.table-responsive > table > thead > .row > .col.project-quote-number,
.table-responsive > table > tbody tr th.project-quote-number,
.table-responsive > table > tbody tr td.project-quote-number,
.table-responsive > table > tbody tr > .col.project-quote-number,
.table-responsive > table > tbody > .row th.project-quote-number,
.table-responsive > table > tbody > .row td.project-quote-number,
.table-responsive > table > tbody > .row > .col.project-quote-number,
.table-responsive > table > .simple-table-header tr th.project-quote-number,
.table-responsive > table > .simple-table-header tr td.project-quote-number,
.table-responsive > table > .simple-table-header tr > .col.project-quote-number,
.table-responsive > table > .simple-table-header > .row th.project-quote-number,
.table-responsive > table > .simple-table-header > .row td.project-quote-number,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-number,
.table-responsive > table > .simple-table-body tr th.project-quote-number,
.table-responsive > table > .simple-table-body tr td.project-quote-number,
.table-responsive > table > .simple-table-body tr > .col.project-quote-number,
.table-responsive > table > .simple-table-body > .row th.project-quote-number,
.table-responsive > table > .simple-table-body > .row td.project-quote-number,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-number,
.table-responsive > table > .simple-table-footer tr th.project-quote-number,
.table-responsive > table > .simple-table-footer tr td.project-quote-number,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-number,
.table-responsive > table > .simple-table-footer > .row th.project-quote-number,
.table-responsive > table > .simple-table-footer > .row td.project-quote-number,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-number,
.simple-table > thead tr th.project-quote-number,
.simple-table > thead tr td.project-quote-number,
.simple-table > thead tr > .col.project-quote-number,
.simple-table > thead > .row th.project-quote-number,
.simple-table > thead > .row td.project-quote-number,
.simple-table > thead > .row > .col.project-quote-number,
.simple-table > tbody tr th.project-quote-number,
.simple-table > tbody tr td.project-quote-number,
.simple-table > tbody tr > .col.project-quote-number,
.simple-table > tbody > .row th.project-quote-number,
.simple-table > tbody > .row td.project-quote-number,
.simple-table > tbody > .row > .col.project-quote-number,
.simple-table > .simple-table-header tr th.project-quote-number,
.simple-table > .simple-table-header tr td.project-quote-number,
.simple-table > .simple-table-header tr > .col.project-quote-number,
.simple-table > .simple-table-header > .row th.project-quote-number,
.simple-table > .simple-table-header > .row td.project-quote-number,
.simple-table > .simple-table-header > .row > .col.project-quote-number,
.simple-table > .simple-table-body tr th.project-quote-number,
.simple-table > .simple-table-body tr td.project-quote-number,
.simple-table > .simple-table-body tr > .col.project-quote-number,
.simple-table > .simple-table-body > .row th.project-quote-number,
.simple-table > .simple-table-body > .row td.project-quote-number,
.simple-table > .simple-table-body > .row > .col.project-quote-number,
.simple-table > .simple-table-footer tr th.project-quote-number,
.simple-table > .simple-table-footer tr td.project-quote-number,
.simple-table > .simple-table-footer tr > .col.project-quote-number,
.simple-table > .simple-table-footer > .row th.project-quote-number,
.simple-table > .simple-table-footer > .row td.project-quote-number,
.simple-table > .simple-table-footer > .row > .col.project-quote-number {
  order: 0;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  min-width: 180px;
}
table.dataTable > thead tr th.project-quote-title,
table.dataTable > thead tr td.project-quote-title,
table.dataTable > thead tr > .col.project-quote-title,
table.dataTable > thead > .row th.project-quote-title,
table.dataTable > thead > .row td.project-quote-title,
table.dataTable > thead > .row > .col.project-quote-title,
table.dataTable > tbody tr th.project-quote-title,
table.dataTable > tbody tr td.project-quote-title,
table.dataTable > tbody tr > .col.project-quote-title,
table.dataTable > tbody > .row th.project-quote-title,
table.dataTable > tbody > .row td.project-quote-title,
table.dataTable > tbody > .row > .col.project-quote-title,
table.dataTable > .simple-table-header tr th.project-quote-title,
table.dataTable > .simple-table-header tr td.project-quote-title,
table.dataTable > .simple-table-header tr > .col.project-quote-title,
table.dataTable > .simple-table-header > .row th.project-quote-title,
table.dataTable > .simple-table-header > .row td.project-quote-title,
table.dataTable > .simple-table-header > .row > .col.project-quote-title,
table.dataTable > .simple-table-body tr th.project-quote-title,
table.dataTable > .simple-table-body tr td.project-quote-title,
table.dataTable > .simple-table-body tr > .col.project-quote-title,
table.dataTable > .simple-table-body > .row th.project-quote-title,
table.dataTable > .simple-table-body > .row td.project-quote-title,
table.dataTable > .simple-table-body > .row > .col.project-quote-title,
table.dataTable > .simple-table-footer tr th.project-quote-title,
table.dataTable > .simple-table-footer tr td.project-quote-title,
table.dataTable > .simple-table-footer tr > .col.project-quote-title,
table.dataTable > .simple-table-footer > .row th.project-quote-title,
table.dataTable > .simple-table-footer > .row td.project-quote-title,
table.dataTable > .simple-table-footer > .row > .col.project-quote-title,
.table-responsive > table > thead tr th.project-quote-title,
.table-responsive > table > thead tr td.project-quote-title,
.table-responsive > table > thead tr > .col.project-quote-title,
.table-responsive > table > thead > .row th.project-quote-title,
.table-responsive > table > thead > .row td.project-quote-title,
.table-responsive > table > thead > .row > .col.project-quote-title,
.table-responsive > table > tbody tr th.project-quote-title,
.table-responsive > table > tbody tr td.project-quote-title,
.table-responsive > table > tbody tr > .col.project-quote-title,
.table-responsive > table > tbody > .row th.project-quote-title,
.table-responsive > table > tbody > .row td.project-quote-title,
.table-responsive > table > tbody > .row > .col.project-quote-title,
.table-responsive > table > .simple-table-header tr th.project-quote-title,
.table-responsive > table > .simple-table-header tr td.project-quote-title,
.table-responsive > table > .simple-table-header tr > .col.project-quote-title,
.table-responsive > table > .simple-table-header > .row th.project-quote-title,
.table-responsive > table > .simple-table-header > .row td.project-quote-title,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-title,
.table-responsive > table > .simple-table-body tr th.project-quote-title,
.table-responsive > table > .simple-table-body tr td.project-quote-title,
.table-responsive > table > .simple-table-body tr > .col.project-quote-title,
.table-responsive > table > .simple-table-body > .row th.project-quote-title,
.table-responsive > table > .simple-table-body > .row td.project-quote-title,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-title,
.table-responsive > table > .simple-table-footer tr th.project-quote-title,
.table-responsive > table > .simple-table-footer tr td.project-quote-title,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-title,
.table-responsive > table > .simple-table-footer > .row th.project-quote-title,
.table-responsive > table > .simple-table-footer > .row td.project-quote-title,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-title,
.simple-table > thead tr th.project-quote-title,
.simple-table > thead tr td.project-quote-title,
.simple-table > thead tr > .col.project-quote-title,
.simple-table > thead > .row th.project-quote-title,
.simple-table > thead > .row td.project-quote-title,
.simple-table > thead > .row > .col.project-quote-title,
.simple-table > tbody tr th.project-quote-title,
.simple-table > tbody tr td.project-quote-title,
.simple-table > tbody tr > .col.project-quote-title,
.simple-table > tbody > .row th.project-quote-title,
.simple-table > tbody > .row td.project-quote-title,
.simple-table > tbody > .row > .col.project-quote-title,
.simple-table > .simple-table-header tr th.project-quote-title,
.simple-table > .simple-table-header tr td.project-quote-title,
.simple-table > .simple-table-header tr > .col.project-quote-title,
.simple-table > .simple-table-header > .row th.project-quote-title,
.simple-table > .simple-table-header > .row td.project-quote-title,
.simple-table > .simple-table-header > .row > .col.project-quote-title,
.simple-table > .simple-table-body tr th.project-quote-title,
.simple-table > .simple-table-body tr td.project-quote-title,
.simple-table > .simple-table-body tr > .col.project-quote-title,
.simple-table > .simple-table-body > .row th.project-quote-title,
.simple-table > .simple-table-body > .row td.project-quote-title,
.simple-table > .simple-table-body > .row > .col.project-quote-title,
.simple-table > .simple-table-footer tr th.project-quote-title,
.simple-table > .simple-table-footer tr td.project-quote-title,
.simple-table > .simple-table-footer tr > .col.project-quote-title,
.simple-table > .simple-table-footer > .row th.project-quote-title,
.simple-table > .simple-table-footer > .row td.project-quote-title,
.simple-table > .simple-table-footer > .row > .col.project-quote-title {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.project-quote-type,
table.dataTable > thead tr td.project-quote-type,
table.dataTable > thead tr > .col.project-quote-type,
table.dataTable > thead > .row th.project-quote-type,
table.dataTable > thead > .row td.project-quote-type,
table.dataTable > thead > .row > .col.project-quote-type,
table.dataTable > tbody tr th.project-quote-type,
table.dataTable > tbody tr td.project-quote-type,
table.dataTable > tbody tr > .col.project-quote-type,
table.dataTable > tbody > .row th.project-quote-type,
table.dataTable > tbody > .row td.project-quote-type,
table.dataTable > tbody > .row > .col.project-quote-type,
table.dataTable > .simple-table-header tr th.project-quote-type,
table.dataTable > .simple-table-header tr td.project-quote-type,
table.dataTable > .simple-table-header tr > .col.project-quote-type,
table.dataTable > .simple-table-header > .row th.project-quote-type,
table.dataTable > .simple-table-header > .row td.project-quote-type,
table.dataTable > .simple-table-header > .row > .col.project-quote-type,
table.dataTable > .simple-table-body tr th.project-quote-type,
table.dataTable > .simple-table-body tr td.project-quote-type,
table.dataTable > .simple-table-body tr > .col.project-quote-type,
table.dataTable > .simple-table-body > .row th.project-quote-type,
table.dataTable > .simple-table-body > .row td.project-quote-type,
table.dataTable > .simple-table-body > .row > .col.project-quote-type,
table.dataTable > .simple-table-footer tr th.project-quote-type,
table.dataTable > .simple-table-footer tr td.project-quote-type,
table.dataTable > .simple-table-footer tr > .col.project-quote-type,
table.dataTable > .simple-table-footer > .row th.project-quote-type,
table.dataTable > .simple-table-footer > .row td.project-quote-type,
table.dataTable > .simple-table-footer > .row > .col.project-quote-type,
.table-responsive > table > thead tr th.project-quote-type,
.table-responsive > table > thead tr td.project-quote-type,
.table-responsive > table > thead tr > .col.project-quote-type,
.table-responsive > table > thead > .row th.project-quote-type,
.table-responsive > table > thead > .row td.project-quote-type,
.table-responsive > table > thead > .row > .col.project-quote-type,
.table-responsive > table > tbody tr th.project-quote-type,
.table-responsive > table > tbody tr td.project-quote-type,
.table-responsive > table > tbody tr > .col.project-quote-type,
.table-responsive > table > tbody > .row th.project-quote-type,
.table-responsive > table > tbody > .row td.project-quote-type,
.table-responsive > table > tbody > .row > .col.project-quote-type,
.table-responsive > table > .simple-table-header tr th.project-quote-type,
.table-responsive > table > .simple-table-header tr td.project-quote-type,
.table-responsive > table > .simple-table-header tr > .col.project-quote-type,
.table-responsive > table > .simple-table-header > .row th.project-quote-type,
.table-responsive > table > .simple-table-header > .row td.project-quote-type,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-type,
.table-responsive > table > .simple-table-body tr th.project-quote-type,
.table-responsive > table > .simple-table-body tr td.project-quote-type,
.table-responsive > table > .simple-table-body tr > .col.project-quote-type,
.table-responsive > table > .simple-table-body > .row th.project-quote-type,
.table-responsive > table > .simple-table-body > .row td.project-quote-type,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-type,
.table-responsive > table > .simple-table-footer tr th.project-quote-type,
.table-responsive > table > .simple-table-footer tr td.project-quote-type,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-type,
.table-responsive > table > .simple-table-footer > .row th.project-quote-type,
.table-responsive > table > .simple-table-footer > .row td.project-quote-type,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-type,
.simple-table > thead tr th.project-quote-type,
.simple-table > thead tr td.project-quote-type,
.simple-table > thead tr > .col.project-quote-type,
.simple-table > thead > .row th.project-quote-type,
.simple-table > thead > .row td.project-quote-type,
.simple-table > thead > .row > .col.project-quote-type,
.simple-table > tbody tr th.project-quote-type,
.simple-table > tbody tr td.project-quote-type,
.simple-table > tbody tr > .col.project-quote-type,
.simple-table > tbody > .row th.project-quote-type,
.simple-table > tbody > .row td.project-quote-type,
.simple-table > tbody > .row > .col.project-quote-type,
.simple-table > .simple-table-header tr th.project-quote-type,
.simple-table > .simple-table-header tr td.project-quote-type,
.simple-table > .simple-table-header tr > .col.project-quote-type,
.simple-table > .simple-table-header > .row th.project-quote-type,
.simple-table > .simple-table-header > .row td.project-quote-type,
.simple-table > .simple-table-header > .row > .col.project-quote-type,
.simple-table > .simple-table-body tr th.project-quote-type,
.simple-table > .simple-table-body tr td.project-quote-type,
.simple-table > .simple-table-body tr > .col.project-quote-type,
.simple-table > .simple-table-body > .row th.project-quote-type,
.simple-table > .simple-table-body > .row td.project-quote-type,
.simple-table > .simple-table-body > .row > .col.project-quote-type,
.simple-table > .simple-table-footer tr th.project-quote-type,
.simple-table > .simple-table-footer tr td.project-quote-type,
.simple-table > .simple-table-footer tr > .col.project-quote-type,
.simple-table > .simple-table-footer > .row th.project-quote-type,
.simple-table > .simple-table-footer > .row td.project-quote-type,
.simple-table > .simple-table-footer > .row > .col.project-quote-type {
  order: 0;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.project-quote-type,
  table.dataTable > thead tr td.project-quote-type,
  table.dataTable > thead tr > .col.project-quote-type,
  table.dataTable > thead > .row th.project-quote-type,
  table.dataTable > thead > .row td.project-quote-type,
  table.dataTable > thead > .row > .col.project-quote-type,
  table.dataTable > tbody tr th.project-quote-type,
  table.dataTable > tbody tr td.project-quote-type,
  table.dataTable > tbody tr > .col.project-quote-type,
  table.dataTable > tbody > .row th.project-quote-type,
  table.dataTable > tbody > .row td.project-quote-type,
  table.dataTable > tbody > .row > .col.project-quote-type,
  table.dataTable > .simple-table-header tr th.project-quote-type,
  table.dataTable > .simple-table-header tr td.project-quote-type,
  table.dataTable > .simple-table-header tr > .col.project-quote-type,
  table.dataTable > .simple-table-header > .row th.project-quote-type,
  table.dataTable > .simple-table-header > .row td.project-quote-type,
  table.dataTable > .simple-table-header > .row > .col.project-quote-type,
  table.dataTable > .simple-table-body tr th.project-quote-type,
  table.dataTable > .simple-table-body tr td.project-quote-type,
  table.dataTable > .simple-table-body tr > .col.project-quote-type,
  table.dataTable > .simple-table-body > .row th.project-quote-type,
  table.dataTable > .simple-table-body > .row td.project-quote-type,
  table.dataTable > .simple-table-body > .row > .col.project-quote-type,
  table.dataTable > .simple-table-footer tr th.project-quote-type,
  table.dataTable > .simple-table-footer tr td.project-quote-type,
  table.dataTable > .simple-table-footer tr > .col.project-quote-type,
  table.dataTable > .simple-table-footer > .row th.project-quote-type,
  table.dataTable > .simple-table-footer > .row td.project-quote-type,
  table.dataTable > .simple-table-footer > .row > .col.project-quote-type,
  .table-responsive > table > thead tr th.project-quote-type,
  .table-responsive > table > thead tr td.project-quote-type,
  .table-responsive > table > thead tr > .col.project-quote-type,
  .table-responsive > table > thead > .row th.project-quote-type,
  .table-responsive > table > thead > .row td.project-quote-type,
  .table-responsive > table > thead > .row > .col.project-quote-type,
  .table-responsive > table > tbody tr th.project-quote-type,
  .table-responsive > table > tbody tr td.project-quote-type,
  .table-responsive > table > tbody tr > .col.project-quote-type,
  .table-responsive > table > tbody > .row th.project-quote-type,
  .table-responsive > table > tbody > .row td.project-quote-type,
  .table-responsive > table > tbody > .row > .col.project-quote-type,
  .table-responsive > table > .simple-table-header tr th.project-quote-type,
  .table-responsive > table > .simple-table-header tr td.project-quote-type,
  .table-responsive > table > .simple-table-header tr > .col.project-quote-type,
  .table-responsive > table > .simple-table-header > .row th.project-quote-type,
  .table-responsive > table > .simple-table-header > .row td.project-quote-type,
  .table-responsive > table > .simple-table-header > .row > .col.project-quote-type,
  .table-responsive > table > .simple-table-body tr th.project-quote-type,
  .table-responsive > table > .simple-table-body tr td.project-quote-type,
  .table-responsive > table > .simple-table-body tr > .col.project-quote-type,
  .table-responsive > table > .simple-table-body > .row th.project-quote-type,
  .table-responsive > table > .simple-table-body > .row td.project-quote-type,
  .table-responsive > table > .simple-table-body > .row > .col.project-quote-type,
  .table-responsive > table > .simple-table-footer tr th.project-quote-type,
  .table-responsive > table > .simple-table-footer tr td.project-quote-type,
  .table-responsive > table > .simple-table-footer tr > .col.project-quote-type,
  .table-responsive > table > .simple-table-footer > .row th.project-quote-type,
  .table-responsive > table > .simple-table-footer > .row td.project-quote-type,
  .table-responsive > table > .simple-table-footer > .row > .col.project-quote-type,
  .simple-table > thead tr th.project-quote-type,
  .simple-table > thead tr td.project-quote-type,
  .simple-table > thead tr > .col.project-quote-type,
  .simple-table > thead > .row th.project-quote-type,
  .simple-table > thead > .row td.project-quote-type,
  .simple-table > thead > .row > .col.project-quote-type,
  .simple-table > tbody tr th.project-quote-type,
  .simple-table > tbody tr td.project-quote-type,
  .simple-table > tbody tr > .col.project-quote-type,
  .simple-table > tbody > .row th.project-quote-type,
  .simple-table > tbody > .row td.project-quote-type,
  .simple-table > tbody > .row > .col.project-quote-type,
  .simple-table > .simple-table-header tr th.project-quote-type,
  .simple-table > .simple-table-header tr td.project-quote-type,
  .simple-table > .simple-table-header tr > .col.project-quote-type,
  .simple-table > .simple-table-header > .row th.project-quote-type,
  .simple-table > .simple-table-header > .row td.project-quote-type,
  .simple-table > .simple-table-header > .row > .col.project-quote-type,
  .simple-table > .simple-table-body tr th.project-quote-type,
  .simple-table > .simple-table-body tr td.project-quote-type,
  .simple-table > .simple-table-body tr > .col.project-quote-type,
  .simple-table > .simple-table-body > .row th.project-quote-type,
  .simple-table > .simple-table-body > .row td.project-quote-type,
  .simple-table > .simple-table-body > .row > .col.project-quote-type,
  .simple-table > .simple-table-footer tr th.project-quote-type,
  .simple-table > .simple-table-footer tr td.project-quote-type,
  .simple-table > .simple-table-footer tr > .col.project-quote-type,
  .simple-table > .simple-table-footer > .row th.project-quote-type,
  .simple-table > .simple-table-footer > .row td.project-quote-type,
  .simple-table > .simple-table-footer > .row > .col.project-quote-type {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.project-quote-state,
table.dataTable > thead tr td.project-quote-state,
table.dataTable > thead tr > .col.project-quote-state,
table.dataTable > thead > .row th.project-quote-state,
table.dataTable > thead > .row td.project-quote-state,
table.dataTable > thead > .row > .col.project-quote-state,
table.dataTable > tbody tr th.project-quote-state,
table.dataTable > tbody tr td.project-quote-state,
table.dataTable > tbody tr > .col.project-quote-state,
table.dataTable > tbody > .row th.project-quote-state,
table.dataTable > tbody > .row td.project-quote-state,
table.dataTable > tbody > .row > .col.project-quote-state,
table.dataTable > .simple-table-header tr th.project-quote-state,
table.dataTable > .simple-table-header tr td.project-quote-state,
table.dataTable > .simple-table-header tr > .col.project-quote-state,
table.dataTable > .simple-table-header > .row th.project-quote-state,
table.dataTable > .simple-table-header > .row td.project-quote-state,
table.dataTable > .simple-table-header > .row > .col.project-quote-state,
table.dataTable > .simple-table-body tr th.project-quote-state,
table.dataTable > .simple-table-body tr td.project-quote-state,
table.dataTable > .simple-table-body tr > .col.project-quote-state,
table.dataTable > .simple-table-body > .row th.project-quote-state,
table.dataTable > .simple-table-body > .row td.project-quote-state,
table.dataTable > .simple-table-body > .row > .col.project-quote-state,
table.dataTable > .simple-table-footer tr th.project-quote-state,
table.dataTable > .simple-table-footer tr td.project-quote-state,
table.dataTable > .simple-table-footer tr > .col.project-quote-state,
table.dataTable > .simple-table-footer > .row th.project-quote-state,
table.dataTable > .simple-table-footer > .row td.project-quote-state,
table.dataTable > .simple-table-footer > .row > .col.project-quote-state,
.table-responsive > table > thead tr th.project-quote-state,
.table-responsive > table > thead tr td.project-quote-state,
.table-responsive > table > thead tr > .col.project-quote-state,
.table-responsive > table > thead > .row th.project-quote-state,
.table-responsive > table > thead > .row td.project-quote-state,
.table-responsive > table > thead > .row > .col.project-quote-state,
.table-responsive > table > tbody tr th.project-quote-state,
.table-responsive > table > tbody tr td.project-quote-state,
.table-responsive > table > tbody tr > .col.project-quote-state,
.table-responsive > table > tbody > .row th.project-quote-state,
.table-responsive > table > tbody > .row td.project-quote-state,
.table-responsive > table > tbody > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-header tr th.project-quote-state,
.table-responsive > table > .simple-table-header tr td.project-quote-state,
.table-responsive > table > .simple-table-header tr > .col.project-quote-state,
.table-responsive > table > .simple-table-header > .row th.project-quote-state,
.table-responsive > table > .simple-table-header > .row td.project-quote-state,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-body tr th.project-quote-state,
.table-responsive > table > .simple-table-body tr td.project-quote-state,
.table-responsive > table > .simple-table-body tr > .col.project-quote-state,
.table-responsive > table > .simple-table-body > .row th.project-quote-state,
.table-responsive > table > .simple-table-body > .row td.project-quote-state,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-state,
.table-responsive > table > .simple-table-footer tr th.project-quote-state,
.table-responsive > table > .simple-table-footer tr td.project-quote-state,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-state,
.table-responsive > table > .simple-table-footer > .row th.project-quote-state,
.table-responsive > table > .simple-table-footer > .row td.project-quote-state,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-state,
.simple-table > thead tr th.project-quote-state,
.simple-table > thead tr td.project-quote-state,
.simple-table > thead tr > .col.project-quote-state,
.simple-table > thead > .row th.project-quote-state,
.simple-table > thead > .row td.project-quote-state,
.simple-table > thead > .row > .col.project-quote-state,
.simple-table > tbody tr th.project-quote-state,
.simple-table > tbody tr td.project-quote-state,
.simple-table > tbody tr > .col.project-quote-state,
.simple-table > tbody > .row th.project-quote-state,
.simple-table > tbody > .row td.project-quote-state,
.simple-table > tbody > .row > .col.project-quote-state,
.simple-table > .simple-table-header tr th.project-quote-state,
.simple-table > .simple-table-header tr td.project-quote-state,
.simple-table > .simple-table-header tr > .col.project-quote-state,
.simple-table > .simple-table-header > .row th.project-quote-state,
.simple-table > .simple-table-header > .row td.project-quote-state,
.simple-table > .simple-table-header > .row > .col.project-quote-state,
.simple-table > .simple-table-body tr th.project-quote-state,
.simple-table > .simple-table-body tr td.project-quote-state,
.simple-table > .simple-table-body tr > .col.project-quote-state,
.simple-table > .simple-table-body > .row th.project-quote-state,
.simple-table > .simple-table-body > .row td.project-quote-state,
.simple-table > .simple-table-body > .row > .col.project-quote-state,
.simple-table > .simple-table-footer tr th.project-quote-state,
.simple-table > .simple-table-footer tr td.project-quote-state,
.simple-table > .simple-table-footer tr > .col.project-quote-state,
.simple-table > .simple-table-footer > .row th.project-quote-state,
.simple-table > .simple-table-footer > .row td.project-quote-state,
.simple-table > .simple-table-footer > .row > .col.project-quote-state {
  order: 0;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.project-quote-state,
  table.dataTable > thead tr td.project-quote-state,
  table.dataTable > thead tr > .col.project-quote-state,
  table.dataTable > thead > .row th.project-quote-state,
  table.dataTable > thead > .row td.project-quote-state,
  table.dataTable > thead > .row > .col.project-quote-state,
  table.dataTable > tbody tr th.project-quote-state,
  table.dataTable > tbody tr td.project-quote-state,
  table.dataTable > tbody tr > .col.project-quote-state,
  table.dataTable > tbody > .row th.project-quote-state,
  table.dataTable > tbody > .row td.project-quote-state,
  table.dataTable > tbody > .row > .col.project-quote-state,
  table.dataTable > .simple-table-header tr th.project-quote-state,
  table.dataTable > .simple-table-header tr td.project-quote-state,
  table.dataTable > .simple-table-header tr > .col.project-quote-state,
  table.dataTable > .simple-table-header > .row th.project-quote-state,
  table.dataTable > .simple-table-header > .row td.project-quote-state,
  table.dataTable > .simple-table-header > .row > .col.project-quote-state,
  table.dataTable > .simple-table-body tr th.project-quote-state,
  table.dataTable > .simple-table-body tr td.project-quote-state,
  table.dataTable > .simple-table-body tr > .col.project-quote-state,
  table.dataTable > .simple-table-body > .row th.project-quote-state,
  table.dataTable > .simple-table-body > .row td.project-quote-state,
  table.dataTable > .simple-table-body > .row > .col.project-quote-state,
  table.dataTable > .simple-table-footer tr th.project-quote-state,
  table.dataTable > .simple-table-footer tr td.project-quote-state,
  table.dataTable > .simple-table-footer tr > .col.project-quote-state,
  table.dataTable > .simple-table-footer > .row th.project-quote-state,
  table.dataTable > .simple-table-footer > .row td.project-quote-state,
  table.dataTable > .simple-table-footer > .row > .col.project-quote-state,
  .table-responsive > table > thead tr th.project-quote-state,
  .table-responsive > table > thead tr td.project-quote-state,
  .table-responsive > table > thead tr > .col.project-quote-state,
  .table-responsive > table > thead > .row th.project-quote-state,
  .table-responsive > table > thead > .row td.project-quote-state,
  .table-responsive > table > thead > .row > .col.project-quote-state,
  .table-responsive > table > tbody tr th.project-quote-state,
  .table-responsive > table > tbody tr td.project-quote-state,
  .table-responsive > table > tbody tr > .col.project-quote-state,
  .table-responsive > table > tbody > .row th.project-quote-state,
  .table-responsive > table > tbody > .row td.project-quote-state,
  .table-responsive > table > tbody > .row > .col.project-quote-state,
  .table-responsive > table > .simple-table-header tr th.project-quote-state,
  .table-responsive > table > .simple-table-header tr td.project-quote-state,
  .table-responsive > table > .simple-table-header tr > .col.project-quote-state,
  .table-responsive > table > .simple-table-header > .row th.project-quote-state,
  .table-responsive > table > .simple-table-header > .row td.project-quote-state,
  .table-responsive > table > .simple-table-header > .row > .col.project-quote-state,
  .table-responsive > table > .simple-table-body tr th.project-quote-state,
  .table-responsive > table > .simple-table-body tr td.project-quote-state,
  .table-responsive > table > .simple-table-body tr > .col.project-quote-state,
  .table-responsive > table > .simple-table-body > .row th.project-quote-state,
  .table-responsive > table > .simple-table-body > .row td.project-quote-state,
  .table-responsive > table > .simple-table-body > .row > .col.project-quote-state,
  .table-responsive > table > .simple-table-footer tr th.project-quote-state,
  .table-responsive > table > .simple-table-footer tr td.project-quote-state,
  .table-responsive > table > .simple-table-footer tr > .col.project-quote-state,
  .table-responsive > table > .simple-table-footer > .row th.project-quote-state,
  .table-responsive > table > .simple-table-footer > .row td.project-quote-state,
  .table-responsive > table > .simple-table-footer > .row > .col.project-quote-state,
  .simple-table > thead tr th.project-quote-state,
  .simple-table > thead tr td.project-quote-state,
  .simple-table > thead tr > .col.project-quote-state,
  .simple-table > thead > .row th.project-quote-state,
  .simple-table > thead > .row td.project-quote-state,
  .simple-table > thead > .row > .col.project-quote-state,
  .simple-table > tbody tr th.project-quote-state,
  .simple-table > tbody tr td.project-quote-state,
  .simple-table > tbody tr > .col.project-quote-state,
  .simple-table > tbody > .row th.project-quote-state,
  .simple-table > tbody > .row td.project-quote-state,
  .simple-table > tbody > .row > .col.project-quote-state,
  .simple-table > .simple-table-header tr th.project-quote-state,
  .simple-table > .simple-table-header tr td.project-quote-state,
  .simple-table > .simple-table-header tr > .col.project-quote-state,
  .simple-table > .simple-table-header > .row th.project-quote-state,
  .simple-table > .simple-table-header > .row td.project-quote-state,
  .simple-table > .simple-table-header > .row > .col.project-quote-state,
  .simple-table > .simple-table-body tr th.project-quote-state,
  .simple-table > .simple-table-body tr td.project-quote-state,
  .simple-table > .simple-table-body tr > .col.project-quote-state,
  .simple-table > .simple-table-body > .row th.project-quote-state,
  .simple-table > .simple-table-body > .row td.project-quote-state,
  .simple-table > .simple-table-body > .row > .col.project-quote-state,
  .simple-table > .simple-table-footer tr th.project-quote-state,
  .simple-table > .simple-table-footer tr td.project-quote-state,
  .simple-table > .simple-table-footer tr > .col.project-quote-state,
  .simple-table > .simple-table-footer > .row th.project-quote-state,
  .simple-table > .simple-table-footer > .row td.project-quote-state,
  .simple-table > .simple-table-footer > .row > .col.project-quote-state {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.project-quote-price,
table.dataTable > thead tr td.project-quote-price,
table.dataTable > thead tr > .col.project-quote-price,
table.dataTable > thead > .row th.project-quote-price,
table.dataTable > thead > .row td.project-quote-price,
table.dataTable > thead > .row > .col.project-quote-price,
table.dataTable > tbody tr th.project-quote-price,
table.dataTable > tbody tr td.project-quote-price,
table.dataTable > tbody tr > .col.project-quote-price,
table.dataTable > tbody > .row th.project-quote-price,
table.dataTable > tbody > .row td.project-quote-price,
table.dataTable > tbody > .row > .col.project-quote-price,
table.dataTable > .simple-table-header tr th.project-quote-price,
table.dataTable > .simple-table-header tr td.project-quote-price,
table.dataTable > .simple-table-header tr > .col.project-quote-price,
table.dataTable > .simple-table-header > .row th.project-quote-price,
table.dataTable > .simple-table-header > .row td.project-quote-price,
table.dataTable > .simple-table-header > .row > .col.project-quote-price,
table.dataTable > .simple-table-body tr th.project-quote-price,
table.dataTable > .simple-table-body tr td.project-quote-price,
table.dataTable > .simple-table-body tr > .col.project-quote-price,
table.dataTable > .simple-table-body > .row th.project-quote-price,
table.dataTable > .simple-table-body > .row td.project-quote-price,
table.dataTable > .simple-table-body > .row > .col.project-quote-price,
table.dataTable > .simple-table-footer tr th.project-quote-price,
table.dataTable > .simple-table-footer tr td.project-quote-price,
table.dataTable > .simple-table-footer tr > .col.project-quote-price,
table.dataTable > .simple-table-footer > .row th.project-quote-price,
table.dataTable > .simple-table-footer > .row td.project-quote-price,
table.dataTable > .simple-table-footer > .row > .col.project-quote-price,
.table-responsive > table > thead tr th.project-quote-price,
.table-responsive > table > thead tr td.project-quote-price,
.table-responsive > table > thead tr > .col.project-quote-price,
.table-responsive > table > thead > .row th.project-quote-price,
.table-responsive > table > thead > .row td.project-quote-price,
.table-responsive > table > thead > .row > .col.project-quote-price,
.table-responsive > table > tbody tr th.project-quote-price,
.table-responsive > table > tbody tr td.project-quote-price,
.table-responsive > table > tbody tr > .col.project-quote-price,
.table-responsive > table > tbody > .row th.project-quote-price,
.table-responsive > table > tbody > .row td.project-quote-price,
.table-responsive > table > tbody > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-header tr th.project-quote-price,
.table-responsive > table > .simple-table-header tr td.project-quote-price,
.table-responsive > table > .simple-table-header tr > .col.project-quote-price,
.table-responsive > table > .simple-table-header > .row th.project-quote-price,
.table-responsive > table > .simple-table-header > .row td.project-quote-price,
.table-responsive > table > .simple-table-header > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-body tr th.project-quote-price,
.table-responsive > table > .simple-table-body tr td.project-quote-price,
.table-responsive > table > .simple-table-body tr > .col.project-quote-price,
.table-responsive > table > .simple-table-body > .row th.project-quote-price,
.table-responsive > table > .simple-table-body > .row td.project-quote-price,
.table-responsive > table > .simple-table-body > .row > .col.project-quote-price,
.table-responsive > table > .simple-table-footer tr th.project-quote-price,
.table-responsive > table > .simple-table-footer tr td.project-quote-price,
.table-responsive > table > .simple-table-footer tr > .col.project-quote-price,
.table-responsive > table > .simple-table-footer > .row th.project-quote-price,
.table-responsive > table > .simple-table-footer > .row td.project-quote-price,
.table-responsive > table > .simple-table-footer > .row > .col.project-quote-price,
.simple-table > thead tr th.project-quote-price,
.simple-table > thead tr td.project-quote-price,
.simple-table > thead tr > .col.project-quote-price,
.simple-table > thead > .row th.project-quote-price,
.simple-table > thead > .row td.project-quote-price,
.simple-table > thead > .row > .col.project-quote-price,
.simple-table > tbody tr th.project-quote-price,
.simple-table > tbody tr td.project-quote-price,
.simple-table > tbody tr > .col.project-quote-price,
.simple-table > tbody > .row th.project-quote-price,
.simple-table > tbody > .row td.project-quote-price,
.simple-table > tbody > .row > .col.project-quote-price,
.simple-table > .simple-table-header tr th.project-quote-price,
.simple-table > .simple-table-header tr td.project-quote-price,
.simple-table > .simple-table-header tr > .col.project-quote-price,
.simple-table > .simple-table-header > .row th.project-quote-price,
.simple-table > .simple-table-header > .row td.project-quote-price,
.simple-table > .simple-table-header > .row > .col.project-quote-price,
.simple-table > .simple-table-body tr th.project-quote-price,
.simple-table > .simple-table-body tr td.project-quote-price,
.simple-table > .simple-table-body tr > .col.project-quote-price,
.simple-table > .simple-table-body > .row th.project-quote-price,
.simple-table > .simple-table-body > .row td.project-quote-price,
.simple-table > .simple-table-body > .row > .col.project-quote-price,
.simple-table > .simple-table-footer tr th.project-quote-price,
.simple-table > .simple-table-footer tr td.project-quote-price,
.simple-table > .simple-table-footer tr > .col.project-quote-price,
.simple-table > .simple-table-footer > .row th.project-quote-price,
.simple-table > .simple-table-footer > .row td.project-quote-price,
.simple-table > .simple-table-footer > .row > .col.project-quote-price {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
table.dataTable > thead tr th.project-order-number,
table.dataTable > thead tr td.project-order-number,
table.dataTable > thead tr > .col.project-order-number,
table.dataTable > thead > .row th.project-order-number,
table.dataTable > thead > .row td.project-order-number,
table.dataTable > thead > .row > .col.project-order-number,
table.dataTable > tbody tr th.project-order-number,
table.dataTable > tbody tr td.project-order-number,
table.dataTable > tbody tr > .col.project-order-number,
table.dataTable > tbody > .row th.project-order-number,
table.dataTable > tbody > .row td.project-order-number,
table.dataTable > tbody > .row > .col.project-order-number,
table.dataTable > .simple-table-header tr th.project-order-number,
table.dataTable > .simple-table-header tr td.project-order-number,
table.dataTable > .simple-table-header tr > .col.project-order-number,
table.dataTable > .simple-table-header > .row th.project-order-number,
table.dataTable > .simple-table-header > .row td.project-order-number,
table.dataTable > .simple-table-header > .row > .col.project-order-number,
table.dataTable > .simple-table-body tr th.project-order-number,
table.dataTable > .simple-table-body tr td.project-order-number,
table.dataTable > .simple-table-body tr > .col.project-order-number,
table.dataTable > .simple-table-body > .row th.project-order-number,
table.dataTable > .simple-table-body > .row td.project-order-number,
table.dataTable > .simple-table-body > .row > .col.project-order-number,
table.dataTable > .simple-table-footer tr th.project-order-number,
table.dataTable > .simple-table-footer tr td.project-order-number,
table.dataTable > .simple-table-footer tr > .col.project-order-number,
table.dataTable > .simple-table-footer > .row th.project-order-number,
table.dataTable > .simple-table-footer > .row td.project-order-number,
table.dataTable > .simple-table-footer > .row > .col.project-order-number,
.table-responsive > table > thead tr th.project-order-number,
.table-responsive > table > thead tr td.project-order-number,
.table-responsive > table > thead tr > .col.project-order-number,
.table-responsive > table > thead > .row th.project-order-number,
.table-responsive > table > thead > .row td.project-order-number,
.table-responsive > table > thead > .row > .col.project-order-number,
.table-responsive > table > tbody tr th.project-order-number,
.table-responsive > table > tbody tr td.project-order-number,
.table-responsive > table > tbody tr > .col.project-order-number,
.table-responsive > table > tbody > .row th.project-order-number,
.table-responsive > table > tbody > .row td.project-order-number,
.table-responsive > table > tbody > .row > .col.project-order-number,
.table-responsive > table > .simple-table-header tr th.project-order-number,
.table-responsive > table > .simple-table-header tr td.project-order-number,
.table-responsive > table > .simple-table-header tr > .col.project-order-number,
.table-responsive > table > .simple-table-header > .row th.project-order-number,
.table-responsive > table > .simple-table-header > .row td.project-order-number,
.table-responsive > table > .simple-table-header > .row > .col.project-order-number,
.table-responsive > table > .simple-table-body tr th.project-order-number,
.table-responsive > table > .simple-table-body tr td.project-order-number,
.table-responsive > table > .simple-table-body tr > .col.project-order-number,
.table-responsive > table > .simple-table-body > .row th.project-order-number,
.table-responsive > table > .simple-table-body > .row td.project-order-number,
.table-responsive > table > .simple-table-body > .row > .col.project-order-number,
.table-responsive > table > .simple-table-footer tr th.project-order-number,
.table-responsive > table > .simple-table-footer tr td.project-order-number,
.table-responsive > table > .simple-table-footer tr > .col.project-order-number,
.table-responsive > table > .simple-table-footer > .row th.project-order-number,
.table-responsive > table > .simple-table-footer > .row td.project-order-number,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-number,
.simple-table > thead tr th.project-order-number,
.simple-table > thead tr td.project-order-number,
.simple-table > thead tr > .col.project-order-number,
.simple-table > thead > .row th.project-order-number,
.simple-table > thead > .row td.project-order-number,
.simple-table > thead > .row > .col.project-order-number,
.simple-table > tbody tr th.project-order-number,
.simple-table > tbody tr td.project-order-number,
.simple-table > tbody tr > .col.project-order-number,
.simple-table > tbody > .row th.project-order-number,
.simple-table > tbody > .row td.project-order-number,
.simple-table > tbody > .row > .col.project-order-number,
.simple-table > .simple-table-header tr th.project-order-number,
.simple-table > .simple-table-header tr td.project-order-number,
.simple-table > .simple-table-header tr > .col.project-order-number,
.simple-table > .simple-table-header > .row th.project-order-number,
.simple-table > .simple-table-header > .row td.project-order-number,
.simple-table > .simple-table-header > .row > .col.project-order-number,
.simple-table > .simple-table-body tr th.project-order-number,
.simple-table > .simple-table-body tr td.project-order-number,
.simple-table > .simple-table-body tr > .col.project-order-number,
.simple-table > .simple-table-body > .row th.project-order-number,
.simple-table > .simple-table-body > .row td.project-order-number,
.simple-table > .simple-table-body > .row > .col.project-order-number,
.simple-table > .simple-table-footer tr th.project-order-number,
.simple-table > .simple-table-footer tr td.project-order-number,
.simple-table > .simple-table-footer tr > .col.project-order-number,
.simple-table > .simple-table-footer > .row th.project-order-number,
.simple-table > .simple-table-footer > .row td.project-order-number,
.simple-table > .simple-table-footer > .row > .col.project-order-number {
  order: 0;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  min-width: 300px;
}
table.dataTable > thead tr th.project-order-quote-number,
table.dataTable > thead tr td.project-order-quote-number,
table.dataTable > thead tr > .col.project-order-quote-number,
table.dataTable > thead > .row th.project-order-quote-number,
table.dataTable > thead > .row td.project-order-quote-number,
table.dataTable > thead > .row > .col.project-order-quote-number,
table.dataTable > tbody tr th.project-order-quote-number,
table.dataTable > tbody tr td.project-order-quote-number,
table.dataTable > tbody tr > .col.project-order-quote-number,
table.dataTable > tbody > .row th.project-order-quote-number,
table.dataTable > tbody > .row td.project-order-quote-number,
table.dataTable > tbody > .row > .col.project-order-quote-number,
table.dataTable > .simple-table-header tr th.project-order-quote-number,
table.dataTable > .simple-table-header tr td.project-order-quote-number,
table.dataTable > .simple-table-header tr > .col.project-order-quote-number,
table.dataTable > .simple-table-header > .row th.project-order-quote-number,
table.dataTable > .simple-table-header > .row td.project-order-quote-number,
table.dataTable > .simple-table-header > .row > .col.project-order-quote-number,
table.dataTable > .simple-table-body tr th.project-order-quote-number,
table.dataTable > .simple-table-body tr td.project-order-quote-number,
table.dataTable > .simple-table-body tr > .col.project-order-quote-number,
table.dataTable > .simple-table-body > .row th.project-order-quote-number,
table.dataTable > .simple-table-body > .row td.project-order-quote-number,
table.dataTable > .simple-table-body > .row > .col.project-order-quote-number,
table.dataTable > .simple-table-footer tr th.project-order-quote-number,
table.dataTable > .simple-table-footer tr td.project-order-quote-number,
table.dataTable > .simple-table-footer tr > .col.project-order-quote-number,
table.dataTable > .simple-table-footer > .row th.project-order-quote-number,
table.dataTable > .simple-table-footer > .row td.project-order-quote-number,
table.dataTable > .simple-table-footer > .row > .col.project-order-quote-number,
.table-responsive > table > thead tr th.project-order-quote-number,
.table-responsive > table > thead tr td.project-order-quote-number,
.table-responsive > table > thead tr > .col.project-order-quote-number,
.table-responsive > table > thead > .row th.project-order-quote-number,
.table-responsive > table > thead > .row td.project-order-quote-number,
.table-responsive > table > thead > .row > .col.project-order-quote-number,
.table-responsive > table > tbody tr th.project-order-quote-number,
.table-responsive > table > tbody tr td.project-order-quote-number,
.table-responsive > table > tbody tr > .col.project-order-quote-number,
.table-responsive > table > tbody > .row th.project-order-quote-number,
.table-responsive > table > tbody > .row td.project-order-quote-number,
.table-responsive > table > tbody > .row > .col.project-order-quote-number,
.table-responsive > table > .simple-table-header tr th.project-order-quote-number,
.table-responsive > table > .simple-table-header tr td.project-order-quote-number,
.table-responsive > table > .simple-table-header tr > .col.project-order-quote-number,
.table-responsive > table > .simple-table-header > .row th.project-order-quote-number,
.table-responsive > table > .simple-table-header > .row td.project-order-quote-number,
.table-responsive > table > .simple-table-header > .row > .col.project-order-quote-number,
.table-responsive > table > .simple-table-body tr th.project-order-quote-number,
.table-responsive > table > .simple-table-body tr td.project-order-quote-number,
.table-responsive > table > .simple-table-body tr > .col.project-order-quote-number,
.table-responsive > table > .simple-table-body > .row th.project-order-quote-number,
.table-responsive > table > .simple-table-body > .row td.project-order-quote-number,
.table-responsive > table > .simple-table-body > .row > .col.project-order-quote-number,
.table-responsive > table > .simple-table-footer tr th.project-order-quote-number,
.table-responsive > table > .simple-table-footer tr td.project-order-quote-number,
.table-responsive > table > .simple-table-footer tr > .col.project-order-quote-number,
.table-responsive > table > .simple-table-footer > .row th.project-order-quote-number,
.table-responsive > table > .simple-table-footer > .row td.project-order-quote-number,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-quote-number,
.simple-table > thead tr th.project-order-quote-number,
.simple-table > thead tr td.project-order-quote-number,
.simple-table > thead tr > .col.project-order-quote-number,
.simple-table > thead > .row th.project-order-quote-number,
.simple-table > thead > .row td.project-order-quote-number,
.simple-table > thead > .row > .col.project-order-quote-number,
.simple-table > tbody tr th.project-order-quote-number,
.simple-table > tbody tr td.project-order-quote-number,
.simple-table > tbody tr > .col.project-order-quote-number,
.simple-table > tbody > .row th.project-order-quote-number,
.simple-table > tbody > .row td.project-order-quote-number,
.simple-table > tbody > .row > .col.project-order-quote-number,
.simple-table > .simple-table-header tr th.project-order-quote-number,
.simple-table > .simple-table-header tr td.project-order-quote-number,
.simple-table > .simple-table-header tr > .col.project-order-quote-number,
.simple-table > .simple-table-header > .row th.project-order-quote-number,
.simple-table > .simple-table-header > .row td.project-order-quote-number,
.simple-table > .simple-table-header > .row > .col.project-order-quote-number,
.simple-table > .simple-table-body tr th.project-order-quote-number,
.simple-table > .simple-table-body tr td.project-order-quote-number,
.simple-table > .simple-table-body tr > .col.project-order-quote-number,
.simple-table > .simple-table-body > .row th.project-order-quote-number,
.simple-table > .simple-table-body > .row td.project-order-quote-number,
.simple-table > .simple-table-body > .row > .col.project-order-quote-number,
.simple-table > .simple-table-footer tr th.project-order-quote-number,
.simple-table > .simple-table-footer tr td.project-order-quote-number,
.simple-table > .simple-table-footer tr > .col.project-order-quote-number,
.simple-table > .simple-table-footer > .row th.project-order-quote-number,
.simple-table > .simple-table-footer > .row td.project-order-quote-number,
.simple-table > .simple-table-footer > .row > .col.project-order-quote-number {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.project-order-state,
table.dataTable > thead tr td.project-order-state,
table.dataTable > thead tr > .col.project-order-state,
table.dataTable > thead > .row th.project-order-state,
table.dataTable > thead > .row td.project-order-state,
table.dataTable > thead > .row > .col.project-order-state,
table.dataTable > tbody tr th.project-order-state,
table.dataTable > tbody tr td.project-order-state,
table.dataTable > tbody tr > .col.project-order-state,
table.dataTable > tbody > .row th.project-order-state,
table.dataTable > tbody > .row td.project-order-state,
table.dataTable > tbody > .row > .col.project-order-state,
table.dataTable > .simple-table-header tr th.project-order-state,
table.dataTable > .simple-table-header tr td.project-order-state,
table.dataTable > .simple-table-header tr > .col.project-order-state,
table.dataTable > .simple-table-header > .row th.project-order-state,
table.dataTable > .simple-table-header > .row td.project-order-state,
table.dataTable > .simple-table-header > .row > .col.project-order-state,
table.dataTable > .simple-table-body tr th.project-order-state,
table.dataTable > .simple-table-body tr td.project-order-state,
table.dataTable > .simple-table-body tr > .col.project-order-state,
table.dataTable > .simple-table-body > .row th.project-order-state,
table.dataTable > .simple-table-body > .row td.project-order-state,
table.dataTable > .simple-table-body > .row > .col.project-order-state,
table.dataTable > .simple-table-footer tr th.project-order-state,
table.dataTable > .simple-table-footer tr td.project-order-state,
table.dataTable > .simple-table-footer tr > .col.project-order-state,
table.dataTable > .simple-table-footer > .row th.project-order-state,
table.dataTable > .simple-table-footer > .row td.project-order-state,
table.dataTable > .simple-table-footer > .row > .col.project-order-state,
.table-responsive > table > thead tr th.project-order-state,
.table-responsive > table > thead tr td.project-order-state,
.table-responsive > table > thead tr > .col.project-order-state,
.table-responsive > table > thead > .row th.project-order-state,
.table-responsive > table > thead > .row td.project-order-state,
.table-responsive > table > thead > .row > .col.project-order-state,
.table-responsive > table > tbody tr th.project-order-state,
.table-responsive > table > tbody tr td.project-order-state,
.table-responsive > table > tbody tr > .col.project-order-state,
.table-responsive > table > tbody > .row th.project-order-state,
.table-responsive > table > tbody > .row td.project-order-state,
.table-responsive > table > tbody > .row > .col.project-order-state,
.table-responsive > table > .simple-table-header tr th.project-order-state,
.table-responsive > table > .simple-table-header tr td.project-order-state,
.table-responsive > table > .simple-table-header tr > .col.project-order-state,
.table-responsive > table > .simple-table-header > .row th.project-order-state,
.table-responsive > table > .simple-table-header > .row td.project-order-state,
.table-responsive > table > .simple-table-header > .row > .col.project-order-state,
.table-responsive > table > .simple-table-body tr th.project-order-state,
.table-responsive > table > .simple-table-body tr td.project-order-state,
.table-responsive > table > .simple-table-body tr > .col.project-order-state,
.table-responsive > table > .simple-table-body > .row th.project-order-state,
.table-responsive > table > .simple-table-body > .row td.project-order-state,
.table-responsive > table > .simple-table-body > .row > .col.project-order-state,
.table-responsive > table > .simple-table-footer tr th.project-order-state,
.table-responsive > table > .simple-table-footer tr td.project-order-state,
.table-responsive > table > .simple-table-footer tr > .col.project-order-state,
.table-responsive > table > .simple-table-footer > .row th.project-order-state,
.table-responsive > table > .simple-table-footer > .row td.project-order-state,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-state,
.simple-table > thead tr th.project-order-state,
.simple-table > thead tr td.project-order-state,
.simple-table > thead tr > .col.project-order-state,
.simple-table > thead > .row th.project-order-state,
.simple-table > thead > .row td.project-order-state,
.simple-table > thead > .row > .col.project-order-state,
.simple-table > tbody tr th.project-order-state,
.simple-table > tbody tr td.project-order-state,
.simple-table > tbody tr > .col.project-order-state,
.simple-table > tbody > .row th.project-order-state,
.simple-table > tbody > .row td.project-order-state,
.simple-table > tbody > .row > .col.project-order-state,
.simple-table > .simple-table-header tr th.project-order-state,
.simple-table > .simple-table-header tr td.project-order-state,
.simple-table > .simple-table-header tr > .col.project-order-state,
.simple-table > .simple-table-header > .row th.project-order-state,
.simple-table > .simple-table-header > .row td.project-order-state,
.simple-table > .simple-table-header > .row > .col.project-order-state,
.simple-table > .simple-table-body tr th.project-order-state,
.simple-table > .simple-table-body tr td.project-order-state,
.simple-table > .simple-table-body tr > .col.project-order-state,
.simple-table > .simple-table-body > .row th.project-order-state,
.simple-table > .simple-table-body > .row td.project-order-state,
.simple-table > .simple-table-body > .row > .col.project-order-state,
.simple-table > .simple-table-footer tr th.project-order-state,
.simple-table > .simple-table-footer tr td.project-order-state,
.simple-table > .simple-table-footer tr > .col.project-order-state,
.simple-table > .simple-table-footer > .row th.project-order-state,
.simple-table > .simple-table-footer > .row td.project-order-state,
.simple-table > .simple-table-footer > .row > .col.project-order-state {
  order: 0;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.project-order-state,
  table.dataTable > thead tr td.project-order-state,
  table.dataTable > thead tr > .col.project-order-state,
  table.dataTable > thead > .row th.project-order-state,
  table.dataTable > thead > .row td.project-order-state,
  table.dataTable > thead > .row > .col.project-order-state,
  table.dataTable > tbody tr th.project-order-state,
  table.dataTable > tbody tr td.project-order-state,
  table.dataTable > tbody tr > .col.project-order-state,
  table.dataTable > tbody > .row th.project-order-state,
  table.dataTable > tbody > .row td.project-order-state,
  table.dataTable > tbody > .row > .col.project-order-state,
  table.dataTable > .simple-table-header tr th.project-order-state,
  table.dataTable > .simple-table-header tr td.project-order-state,
  table.dataTable > .simple-table-header tr > .col.project-order-state,
  table.dataTable > .simple-table-header > .row th.project-order-state,
  table.dataTable > .simple-table-header > .row td.project-order-state,
  table.dataTable > .simple-table-header > .row > .col.project-order-state,
  table.dataTable > .simple-table-body tr th.project-order-state,
  table.dataTable > .simple-table-body tr td.project-order-state,
  table.dataTable > .simple-table-body tr > .col.project-order-state,
  table.dataTable > .simple-table-body > .row th.project-order-state,
  table.dataTable > .simple-table-body > .row td.project-order-state,
  table.dataTable > .simple-table-body > .row > .col.project-order-state,
  table.dataTable > .simple-table-footer tr th.project-order-state,
  table.dataTable > .simple-table-footer tr td.project-order-state,
  table.dataTable > .simple-table-footer tr > .col.project-order-state,
  table.dataTable > .simple-table-footer > .row th.project-order-state,
  table.dataTable > .simple-table-footer > .row td.project-order-state,
  table.dataTable > .simple-table-footer > .row > .col.project-order-state,
  .table-responsive > table > thead tr th.project-order-state,
  .table-responsive > table > thead tr td.project-order-state,
  .table-responsive > table > thead tr > .col.project-order-state,
  .table-responsive > table > thead > .row th.project-order-state,
  .table-responsive > table > thead > .row td.project-order-state,
  .table-responsive > table > thead > .row > .col.project-order-state,
  .table-responsive > table > tbody tr th.project-order-state,
  .table-responsive > table > tbody tr td.project-order-state,
  .table-responsive > table > tbody tr > .col.project-order-state,
  .table-responsive > table > tbody > .row th.project-order-state,
  .table-responsive > table > tbody > .row td.project-order-state,
  .table-responsive > table > tbody > .row > .col.project-order-state,
  .table-responsive > table > .simple-table-header tr th.project-order-state,
  .table-responsive > table > .simple-table-header tr td.project-order-state,
  .table-responsive > table > .simple-table-header tr > .col.project-order-state,
  .table-responsive > table > .simple-table-header > .row th.project-order-state,
  .table-responsive > table > .simple-table-header > .row td.project-order-state,
  .table-responsive > table > .simple-table-header > .row > .col.project-order-state,
  .table-responsive > table > .simple-table-body tr th.project-order-state,
  .table-responsive > table > .simple-table-body tr td.project-order-state,
  .table-responsive > table > .simple-table-body tr > .col.project-order-state,
  .table-responsive > table > .simple-table-body > .row th.project-order-state,
  .table-responsive > table > .simple-table-body > .row td.project-order-state,
  .table-responsive > table > .simple-table-body > .row > .col.project-order-state,
  .table-responsive > table > .simple-table-footer tr th.project-order-state,
  .table-responsive > table > .simple-table-footer tr td.project-order-state,
  .table-responsive > table > .simple-table-footer tr > .col.project-order-state,
  .table-responsive > table > .simple-table-footer > .row th.project-order-state,
  .table-responsive > table > .simple-table-footer > .row td.project-order-state,
  .table-responsive > table > .simple-table-footer > .row > .col.project-order-state,
  .simple-table > thead tr th.project-order-state,
  .simple-table > thead tr td.project-order-state,
  .simple-table > thead tr > .col.project-order-state,
  .simple-table > thead > .row th.project-order-state,
  .simple-table > thead > .row td.project-order-state,
  .simple-table > thead > .row > .col.project-order-state,
  .simple-table > tbody tr th.project-order-state,
  .simple-table > tbody tr td.project-order-state,
  .simple-table > tbody tr > .col.project-order-state,
  .simple-table > tbody > .row th.project-order-state,
  .simple-table > tbody > .row td.project-order-state,
  .simple-table > tbody > .row > .col.project-order-state,
  .simple-table > .simple-table-header tr th.project-order-state,
  .simple-table > .simple-table-header tr td.project-order-state,
  .simple-table > .simple-table-header tr > .col.project-order-state,
  .simple-table > .simple-table-header > .row th.project-order-state,
  .simple-table > .simple-table-header > .row td.project-order-state,
  .simple-table > .simple-table-header > .row > .col.project-order-state,
  .simple-table > .simple-table-body tr th.project-order-state,
  .simple-table > .simple-table-body tr td.project-order-state,
  .simple-table > .simple-table-body tr > .col.project-order-state,
  .simple-table > .simple-table-body > .row th.project-order-state,
  .simple-table > .simple-table-body > .row td.project-order-state,
  .simple-table > .simple-table-body > .row > .col.project-order-state,
  .simple-table > .simple-table-footer tr th.project-order-state,
  .simple-table > .simple-table-footer tr td.project-order-state,
  .simple-table > .simple-table-footer tr > .col.project-order-state,
  .simple-table > .simple-table-footer > .row th.project-order-state,
  .simple-table > .simple-table-footer > .row td.project-order-state,
  .simple-table > .simple-table-footer > .row > .col.project-order-state {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.project-order-price,
table.dataTable > thead tr td.project-order-price,
table.dataTable > thead tr > .col.project-order-price,
table.dataTable > thead > .row th.project-order-price,
table.dataTable > thead > .row td.project-order-price,
table.dataTable > thead > .row > .col.project-order-price,
table.dataTable > tbody tr th.project-order-price,
table.dataTable > tbody tr td.project-order-price,
table.dataTable > tbody tr > .col.project-order-price,
table.dataTable > tbody > .row th.project-order-price,
table.dataTable > tbody > .row td.project-order-price,
table.dataTable > tbody > .row > .col.project-order-price,
table.dataTable > .simple-table-header tr th.project-order-price,
table.dataTable > .simple-table-header tr td.project-order-price,
table.dataTable > .simple-table-header tr > .col.project-order-price,
table.dataTable > .simple-table-header > .row th.project-order-price,
table.dataTable > .simple-table-header > .row td.project-order-price,
table.dataTable > .simple-table-header > .row > .col.project-order-price,
table.dataTable > .simple-table-body tr th.project-order-price,
table.dataTable > .simple-table-body tr td.project-order-price,
table.dataTable > .simple-table-body tr > .col.project-order-price,
table.dataTable > .simple-table-body > .row th.project-order-price,
table.dataTable > .simple-table-body > .row td.project-order-price,
table.dataTable > .simple-table-body > .row > .col.project-order-price,
table.dataTable > .simple-table-footer tr th.project-order-price,
table.dataTable > .simple-table-footer tr td.project-order-price,
table.dataTable > .simple-table-footer tr > .col.project-order-price,
table.dataTable > .simple-table-footer > .row th.project-order-price,
table.dataTable > .simple-table-footer > .row td.project-order-price,
table.dataTable > .simple-table-footer > .row > .col.project-order-price,
.table-responsive > table > thead tr th.project-order-price,
.table-responsive > table > thead tr td.project-order-price,
.table-responsive > table > thead tr > .col.project-order-price,
.table-responsive > table > thead > .row th.project-order-price,
.table-responsive > table > thead > .row td.project-order-price,
.table-responsive > table > thead > .row > .col.project-order-price,
.table-responsive > table > tbody tr th.project-order-price,
.table-responsive > table > tbody tr td.project-order-price,
.table-responsive > table > tbody tr > .col.project-order-price,
.table-responsive > table > tbody > .row th.project-order-price,
.table-responsive > table > tbody > .row td.project-order-price,
.table-responsive > table > tbody > .row > .col.project-order-price,
.table-responsive > table > .simple-table-header tr th.project-order-price,
.table-responsive > table > .simple-table-header tr td.project-order-price,
.table-responsive > table > .simple-table-header tr > .col.project-order-price,
.table-responsive > table > .simple-table-header > .row th.project-order-price,
.table-responsive > table > .simple-table-header > .row td.project-order-price,
.table-responsive > table > .simple-table-header > .row > .col.project-order-price,
.table-responsive > table > .simple-table-body tr th.project-order-price,
.table-responsive > table > .simple-table-body tr td.project-order-price,
.table-responsive > table > .simple-table-body tr > .col.project-order-price,
.table-responsive > table > .simple-table-body > .row th.project-order-price,
.table-responsive > table > .simple-table-body > .row td.project-order-price,
.table-responsive > table > .simple-table-body > .row > .col.project-order-price,
.table-responsive > table > .simple-table-footer tr th.project-order-price,
.table-responsive > table > .simple-table-footer tr td.project-order-price,
.table-responsive > table > .simple-table-footer tr > .col.project-order-price,
.table-responsive > table > .simple-table-footer > .row th.project-order-price,
.table-responsive > table > .simple-table-footer > .row td.project-order-price,
.table-responsive > table > .simple-table-footer > .row > .col.project-order-price,
.simple-table > thead tr th.project-order-price,
.simple-table > thead tr td.project-order-price,
.simple-table > thead tr > .col.project-order-price,
.simple-table > thead > .row th.project-order-price,
.simple-table > thead > .row td.project-order-price,
.simple-table > thead > .row > .col.project-order-price,
.simple-table > tbody tr th.project-order-price,
.simple-table > tbody tr td.project-order-price,
.simple-table > tbody tr > .col.project-order-price,
.simple-table > tbody > .row th.project-order-price,
.simple-table > tbody > .row td.project-order-price,
.simple-table > tbody > .row > .col.project-order-price,
.simple-table > .simple-table-header tr th.project-order-price,
.simple-table > .simple-table-header tr td.project-order-price,
.simple-table > .simple-table-header tr > .col.project-order-price,
.simple-table > .simple-table-header > .row th.project-order-price,
.simple-table > .simple-table-header > .row td.project-order-price,
.simple-table > .simple-table-header > .row > .col.project-order-price,
.simple-table > .simple-table-body tr th.project-order-price,
.simple-table > .simple-table-body tr td.project-order-price,
.simple-table > .simple-table-body tr > .col.project-order-price,
.simple-table > .simple-table-body > .row th.project-order-price,
.simple-table > .simple-table-body > .row td.project-order-price,
.simple-table > .simple-table-body > .row > .col.project-order-price,
.simple-table > .simple-table-footer tr th.project-order-price,
.simple-table > .simple-table-footer tr td.project-order-price,
.simple-table > .simple-table-footer tr > .col.project-order-price,
.simple-table > .simple-table-footer > .row th.project-order-price,
.simple-table > .simple-table-footer > .row td.project-order-price,
.simple-table > .simple-table-footer > .row > .col.project-order-price {
  order: 0;
  flex: 0 0 170px;
  max-width: 170px;
  width: 170px;
  min-width: 170px;
  padding-right: 60px !important;
}
table.dataTable > thead tr th.order-item-row,
table.dataTable > thead tr td.order-item-row,
table.dataTable > thead tr > .col.order-item-row,
table.dataTable > thead > .row th.order-item-row,
table.dataTable > thead > .row td.order-item-row,
table.dataTable > thead > .row > .col.order-item-row,
table.dataTable > tbody tr th.order-item-row,
table.dataTable > tbody tr td.order-item-row,
table.dataTable > tbody tr > .col.order-item-row,
table.dataTable > tbody > .row th.order-item-row,
table.dataTable > tbody > .row td.order-item-row,
table.dataTable > tbody > .row > .col.order-item-row,
table.dataTable > .simple-table-header tr th.order-item-row,
table.dataTable > .simple-table-header tr td.order-item-row,
table.dataTable > .simple-table-header tr > .col.order-item-row,
table.dataTable > .simple-table-header > .row th.order-item-row,
table.dataTable > .simple-table-header > .row td.order-item-row,
table.dataTable > .simple-table-header > .row > .col.order-item-row,
table.dataTable > .simple-table-body tr th.order-item-row,
table.dataTable > .simple-table-body tr td.order-item-row,
table.dataTable > .simple-table-body tr > .col.order-item-row,
table.dataTable > .simple-table-body > .row th.order-item-row,
table.dataTable > .simple-table-body > .row td.order-item-row,
table.dataTable > .simple-table-body > .row > .col.order-item-row,
table.dataTable > .simple-table-footer tr th.order-item-row,
table.dataTable > .simple-table-footer tr td.order-item-row,
table.dataTable > .simple-table-footer tr > .col.order-item-row,
table.dataTable > .simple-table-footer > .row th.order-item-row,
table.dataTable > .simple-table-footer > .row td.order-item-row,
table.dataTable > .simple-table-footer > .row > .col.order-item-row,
.table-responsive > table > thead tr th.order-item-row,
.table-responsive > table > thead tr td.order-item-row,
.table-responsive > table > thead tr > .col.order-item-row,
.table-responsive > table > thead > .row th.order-item-row,
.table-responsive > table > thead > .row td.order-item-row,
.table-responsive > table > thead > .row > .col.order-item-row,
.table-responsive > table > tbody tr th.order-item-row,
.table-responsive > table > tbody tr td.order-item-row,
.table-responsive > table > tbody tr > .col.order-item-row,
.table-responsive > table > tbody > .row th.order-item-row,
.table-responsive > table > tbody > .row td.order-item-row,
.table-responsive > table > tbody > .row > .col.order-item-row,
.table-responsive > table > .simple-table-header tr th.order-item-row,
.table-responsive > table > .simple-table-header tr td.order-item-row,
.table-responsive > table > .simple-table-header tr > .col.order-item-row,
.table-responsive > table > .simple-table-header > .row th.order-item-row,
.table-responsive > table > .simple-table-header > .row td.order-item-row,
.table-responsive > table > .simple-table-header > .row > .col.order-item-row,
.table-responsive > table > .simple-table-body tr th.order-item-row,
.table-responsive > table > .simple-table-body tr td.order-item-row,
.table-responsive > table > .simple-table-body tr > .col.order-item-row,
.table-responsive > table > .simple-table-body > .row th.order-item-row,
.table-responsive > table > .simple-table-body > .row td.order-item-row,
.table-responsive > table > .simple-table-body > .row > .col.order-item-row,
.table-responsive > table > .simple-table-footer tr th.order-item-row,
.table-responsive > table > .simple-table-footer tr td.order-item-row,
.table-responsive > table > .simple-table-footer tr > .col.order-item-row,
.table-responsive > table > .simple-table-footer > .row th.order-item-row,
.table-responsive > table > .simple-table-footer > .row td.order-item-row,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-row,
.simple-table > thead tr th.order-item-row,
.simple-table > thead tr td.order-item-row,
.simple-table > thead tr > .col.order-item-row,
.simple-table > thead > .row th.order-item-row,
.simple-table > thead > .row td.order-item-row,
.simple-table > thead > .row > .col.order-item-row,
.simple-table > tbody tr th.order-item-row,
.simple-table > tbody tr td.order-item-row,
.simple-table > tbody tr > .col.order-item-row,
.simple-table > tbody > .row th.order-item-row,
.simple-table > tbody > .row td.order-item-row,
.simple-table > tbody > .row > .col.order-item-row,
.simple-table > .simple-table-header tr th.order-item-row,
.simple-table > .simple-table-header tr td.order-item-row,
.simple-table > .simple-table-header tr > .col.order-item-row,
.simple-table > .simple-table-header > .row th.order-item-row,
.simple-table > .simple-table-header > .row td.order-item-row,
.simple-table > .simple-table-header > .row > .col.order-item-row,
.simple-table > .simple-table-body tr th.order-item-row,
.simple-table > .simple-table-body tr td.order-item-row,
.simple-table > .simple-table-body tr > .col.order-item-row,
.simple-table > .simple-table-body > .row th.order-item-row,
.simple-table > .simple-table-body > .row td.order-item-row,
.simple-table > .simple-table-body > .row > .col.order-item-row,
.simple-table > .simple-table-footer tr th.order-item-row,
.simple-table > .simple-table-footer tr td.order-item-row,
.simple-table > .simple-table-footer tr > .col.order-item-row,
.simple-table > .simple-table-footer > .row th.order-item-row,
.simple-table > .simple-table-footer > .row td.order-item-row,
.simple-table > .simple-table-footer > .row > .col.order-item-row {
  order: 0;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  min-width: 80px;
}
table.dataTable > thead tr th.order-item-row > .power-user,
table.dataTable > thead tr td.order-item-row > .power-user,
table.dataTable > thead tr > .col.order-item-row > .power-user,
table.dataTable > thead > .row th.order-item-row > .power-user,
table.dataTable > thead > .row td.order-item-row > .power-user,
table.dataTable > thead > .row > .col.order-item-row > .power-user,
table.dataTable > tbody tr th.order-item-row > .power-user,
table.dataTable > tbody tr td.order-item-row > .power-user,
table.dataTable > tbody tr > .col.order-item-row > .power-user,
table.dataTable > tbody > .row th.order-item-row > .power-user,
table.dataTable > tbody > .row td.order-item-row > .power-user,
table.dataTable > tbody > .row > .col.order-item-row > .power-user,
table.dataTable > .simple-table-header tr th.order-item-row > .power-user,
table.dataTable > .simple-table-header tr td.order-item-row > .power-user,
table.dataTable > .simple-table-header tr > .col.order-item-row > .power-user,
table.dataTable > .simple-table-header > .row th.order-item-row > .power-user,
table.dataTable > .simple-table-header > .row td.order-item-row > .power-user,
table.dataTable > .simple-table-header > .row > .col.order-item-row > .power-user,
table.dataTable > .simple-table-body tr th.order-item-row > .power-user,
table.dataTable > .simple-table-body tr td.order-item-row > .power-user,
table.dataTable > .simple-table-body tr > .col.order-item-row > .power-user,
table.dataTable > .simple-table-body > .row th.order-item-row > .power-user,
table.dataTable > .simple-table-body > .row td.order-item-row > .power-user,
table.dataTable > .simple-table-body > .row > .col.order-item-row > .power-user,
table.dataTable > .simple-table-footer tr th.order-item-row > .power-user,
table.dataTable > .simple-table-footer tr td.order-item-row > .power-user,
table.dataTable > .simple-table-footer tr > .col.order-item-row > .power-user,
table.dataTable > .simple-table-footer > .row th.order-item-row > .power-user,
table.dataTable > .simple-table-footer > .row td.order-item-row > .power-user,
table.dataTable > .simple-table-footer > .row > .col.order-item-row > .power-user,
.table-responsive > table > thead tr th.order-item-row > .power-user,
.table-responsive > table > thead tr td.order-item-row > .power-user,
.table-responsive > table > thead tr > .col.order-item-row > .power-user,
.table-responsive > table > thead > .row th.order-item-row > .power-user,
.table-responsive > table > thead > .row td.order-item-row > .power-user,
.table-responsive > table > thead > .row > .col.order-item-row > .power-user,
.table-responsive > table > tbody tr th.order-item-row > .power-user,
.table-responsive > table > tbody tr td.order-item-row > .power-user,
.table-responsive > table > tbody tr > .col.order-item-row > .power-user,
.table-responsive > table > tbody > .row th.order-item-row > .power-user,
.table-responsive > table > tbody > .row td.order-item-row > .power-user,
.table-responsive > table > tbody > .row > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-header tr th.order-item-row > .power-user,
.table-responsive > table > .simple-table-header tr td.order-item-row > .power-user,
.table-responsive > table > .simple-table-header tr > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-header > .row th.order-item-row > .power-user,
.table-responsive > table > .simple-table-header > .row td.order-item-row > .power-user,
.table-responsive > table > .simple-table-header > .row > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-body tr th.order-item-row > .power-user,
.table-responsive > table > .simple-table-body tr td.order-item-row > .power-user,
.table-responsive > table > .simple-table-body tr > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-body > .row th.order-item-row > .power-user,
.table-responsive > table > .simple-table-body > .row td.order-item-row > .power-user,
.table-responsive > table > .simple-table-body > .row > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer tr th.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer tr td.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer tr > .col.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer > .row th.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer > .row td.order-item-row > .power-user,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-row > .power-user,
.simple-table > thead tr th.order-item-row > .power-user,
.simple-table > thead tr td.order-item-row > .power-user,
.simple-table > thead tr > .col.order-item-row > .power-user,
.simple-table > thead > .row th.order-item-row > .power-user,
.simple-table > thead > .row td.order-item-row > .power-user,
.simple-table > thead > .row > .col.order-item-row > .power-user,
.simple-table > tbody tr th.order-item-row > .power-user,
.simple-table > tbody tr td.order-item-row > .power-user,
.simple-table > tbody tr > .col.order-item-row > .power-user,
.simple-table > tbody > .row th.order-item-row > .power-user,
.simple-table > tbody > .row td.order-item-row > .power-user,
.simple-table > tbody > .row > .col.order-item-row > .power-user,
.simple-table > .simple-table-header tr th.order-item-row > .power-user,
.simple-table > .simple-table-header tr td.order-item-row > .power-user,
.simple-table > .simple-table-header tr > .col.order-item-row > .power-user,
.simple-table > .simple-table-header > .row th.order-item-row > .power-user,
.simple-table > .simple-table-header > .row td.order-item-row > .power-user,
.simple-table > .simple-table-header > .row > .col.order-item-row > .power-user,
.simple-table > .simple-table-body tr th.order-item-row > .power-user,
.simple-table > .simple-table-body tr td.order-item-row > .power-user,
.simple-table > .simple-table-body tr > .col.order-item-row > .power-user,
.simple-table > .simple-table-body > .row th.order-item-row > .power-user,
.simple-table > .simple-table-body > .row td.order-item-row > .power-user,
.simple-table > .simple-table-body > .row > .col.order-item-row > .power-user,
.simple-table > .simple-table-footer tr th.order-item-row > .power-user,
.simple-table > .simple-table-footer tr td.order-item-row > .power-user,
.simple-table > .simple-table-footer tr > .col.order-item-row > .power-user,
.simple-table > .simple-table-footer > .row th.order-item-row > .power-user,
.simple-table > .simple-table-footer > .row td.order-item-row > .power-user,
.simple-table > .simple-table-footer > .row > .col.order-item-row > .power-user {
  position: relative;
  display: inline;
  margin-left: 0.25rem;
}
table.dataTable > thead tr th.order-item-row > .power-user:before,
table.dataTable > thead tr td.order-item-row > .power-user:before,
table.dataTable > thead tr > .col.order-item-row > .power-user:before,
table.dataTable > thead > .row th.order-item-row > .power-user:before,
table.dataTable > thead > .row td.order-item-row > .power-user:before,
table.dataTable > thead > .row > .col.order-item-row > .power-user:before,
table.dataTable > tbody tr th.order-item-row > .power-user:before,
table.dataTable > tbody tr td.order-item-row > .power-user:before,
table.dataTable > tbody tr > .col.order-item-row > .power-user:before,
table.dataTable > tbody > .row th.order-item-row > .power-user:before,
table.dataTable > tbody > .row td.order-item-row > .power-user:before,
table.dataTable > tbody > .row > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-header tr th.order-item-row > .power-user:before,
table.dataTable > .simple-table-header tr td.order-item-row > .power-user:before,
table.dataTable > .simple-table-header tr > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-header > .row th.order-item-row > .power-user:before,
table.dataTable > .simple-table-header > .row td.order-item-row > .power-user:before,
table.dataTable > .simple-table-header > .row > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-body tr th.order-item-row > .power-user:before,
table.dataTable > .simple-table-body tr td.order-item-row > .power-user:before,
table.dataTable > .simple-table-body tr > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-body > .row th.order-item-row > .power-user:before,
table.dataTable > .simple-table-body > .row td.order-item-row > .power-user:before,
table.dataTable > .simple-table-body > .row > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer tr th.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer tr td.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer tr > .col.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer > .row th.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer > .row td.order-item-row > .power-user:before,
table.dataTable > .simple-table-footer > .row > .col.order-item-row > .power-user:before,
.table-responsive > table > thead tr th.order-item-row > .power-user:before,
.table-responsive > table > thead tr td.order-item-row > .power-user:before,
.table-responsive > table > thead tr > .col.order-item-row > .power-user:before,
.table-responsive > table > thead > .row th.order-item-row > .power-user:before,
.table-responsive > table > thead > .row td.order-item-row > .power-user:before,
.table-responsive > table > thead > .row > .col.order-item-row > .power-user:before,
.table-responsive > table > tbody tr th.order-item-row > .power-user:before,
.table-responsive > table > tbody tr td.order-item-row > .power-user:before,
.table-responsive > table > tbody tr > .col.order-item-row > .power-user:before,
.table-responsive > table > tbody > .row th.order-item-row > .power-user:before,
.table-responsive > table > tbody > .row td.order-item-row > .power-user:before,
.table-responsive > table > tbody > .row > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header tr th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header tr td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header tr > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header > .row th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header > .row td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-header > .row > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body tr th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body tr td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body tr > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body > .row th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body > .row td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-body > .row > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer tr th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer tr td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer tr > .col.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer > .row th.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer > .row td.order-item-row > .power-user:before,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-row > .power-user:before,
.simple-table > thead tr th.order-item-row > .power-user:before,
.simple-table > thead tr td.order-item-row > .power-user:before,
.simple-table > thead tr > .col.order-item-row > .power-user:before,
.simple-table > thead > .row th.order-item-row > .power-user:before,
.simple-table > thead > .row td.order-item-row > .power-user:before,
.simple-table > thead > .row > .col.order-item-row > .power-user:before,
.simple-table > tbody tr th.order-item-row > .power-user:before,
.simple-table > tbody tr td.order-item-row > .power-user:before,
.simple-table > tbody tr > .col.order-item-row > .power-user:before,
.simple-table > tbody > .row th.order-item-row > .power-user:before,
.simple-table > tbody > .row td.order-item-row > .power-user:before,
.simple-table > tbody > .row > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-header tr th.order-item-row > .power-user:before,
.simple-table > .simple-table-header tr td.order-item-row > .power-user:before,
.simple-table > .simple-table-header tr > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-header > .row th.order-item-row > .power-user:before,
.simple-table > .simple-table-header > .row td.order-item-row > .power-user:before,
.simple-table > .simple-table-header > .row > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-body tr th.order-item-row > .power-user:before,
.simple-table > .simple-table-body tr td.order-item-row > .power-user:before,
.simple-table > .simple-table-body tr > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-body > .row th.order-item-row > .power-user:before,
.simple-table > .simple-table-body > .row td.order-item-row > .power-user:before,
.simple-table > .simple-table-body > .row > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-footer tr th.order-item-row > .power-user:before,
.simple-table > .simple-table-footer tr td.order-item-row > .power-user:before,
.simple-table > .simple-table-footer tr > .col.order-item-row > .power-user:before,
.simple-table > .simple-table-footer > .row th.order-item-row > .power-user:before,
.simple-table > .simple-table-footer > .row td.order-item-row > .power-user:before,
.simple-table > .simple-table-footer > .row > .col.order-item-row > .power-user:before {
  position: absolute;
  content: "\f0e7";
  display: block;
  left: -12px;
  top: calc(50% - 8px);
  font-family: "Font Awesome 6 Free";
  color: var(--body-color);
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  table.dataTable > thead tr th.order-item-row,
  table.dataTable > thead tr td.order-item-row,
  table.dataTable > thead tr > .col.order-item-row,
  table.dataTable > thead > .row th.order-item-row,
  table.dataTable > thead > .row td.order-item-row,
  table.dataTable > thead > .row > .col.order-item-row,
  table.dataTable > tbody tr th.order-item-row,
  table.dataTable > tbody tr td.order-item-row,
  table.dataTable > tbody tr > .col.order-item-row,
  table.dataTable > tbody > .row th.order-item-row,
  table.dataTable > tbody > .row td.order-item-row,
  table.dataTable > tbody > .row > .col.order-item-row,
  table.dataTable > .simple-table-header tr th.order-item-row,
  table.dataTable > .simple-table-header tr td.order-item-row,
  table.dataTable > .simple-table-header tr > .col.order-item-row,
  table.dataTable > .simple-table-header > .row th.order-item-row,
  table.dataTable > .simple-table-header > .row td.order-item-row,
  table.dataTable > .simple-table-header > .row > .col.order-item-row,
  table.dataTable > .simple-table-body tr th.order-item-row,
  table.dataTable > .simple-table-body tr td.order-item-row,
  table.dataTable > .simple-table-body tr > .col.order-item-row,
  table.dataTable > .simple-table-body > .row th.order-item-row,
  table.dataTable > .simple-table-body > .row td.order-item-row,
  table.dataTable > .simple-table-body > .row > .col.order-item-row,
  table.dataTable > .simple-table-footer tr th.order-item-row,
  table.dataTable > .simple-table-footer tr td.order-item-row,
  table.dataTable > .simple-table-footer tr > .col.order-item-row,
  table.dataTable > .simple-table-footer > .row th.order-item-row,
  table.dataTable > .simple-table-footer > .row td.order-item-row,
  table.dataTable > .simple-table-footer > .row > .col.order-item-row,
  .table-responsive > table > thead tr th.order-item-row,
  .table-responsive > table > thead tr td.order-item-row,
  .table-responsive > table > thead tr > .col.order-item-row,
  .table-responsive > table > thead > .row th.order-item-row,
  .table-responsive > table > thead > .row td.order-item-row,
  .table-responsive > table > thead > .row > .col.order-item-row,
  .table-responsive > table > tbody tr th.order-item-row,
  .table-responsive > table > tbody tr td.order-item-row,
  .table-responsive > table > tbody tr > .col.order-item-row,
  .table-responsive > table > tbody > .row th.order-item-row,
  .table-responsive > table > tbody > .row td.order-item-row,
  .table-responsive > table > tbody > .row > .col.order-item-row,
  .table-responsive > table > .simple-table-header tr th.order-item-row,
  .table-responsive > table > .simple-table-header tr td.order-item-row,
  .table-responsive > table > .simple-table-header tr > .col.order-item-row,
  .table-responsive > table > .simple-table-header > .row th.order-item-row,
  .table-responsive > table > .simple-table-header > .row td.order-item-row,
  .table-responsive > table > .simple-table-header > .row > .col.order-item-row,
  .table-responsive > table > .simple-table-body tr th.order-item-row,
  .table-responsive > table > .simple-table-body tr td.order-item-row,
  .table-responsive > table > .simple-table-body tr > .col.order-item-row,
  .table-responsive > table > .simple-table-body > .row th.order-item-row,
  .table-responsive > table > .simple-table-body > .row td.order-item-row,
  .table-responsive > table > .simple-table-body > .row > .col.order-item-row,
  .table-responsive > table > .simple-table-footer tr th.order-item-row,
  .table-responsive > table > .simple-table-footer tr td.order-item-row,
  .table-responsive > table > .simple-table-footer tr > .col.order-item-row,
  .table-responsive > table > .simple-table-footer > .row th.order-item-row,
  .table-responsive > table > .simple-table-footer > .row td.order-item-row,
  .table-responsive > table > .simple-table-footer > .row > .col.order-item-row,
  .simple-table > thead tr th.order-item-row,
  .simple-table > thead tr td.order-item-row,
  .simple-table > thead tr > .col.order-item-row,
  .simple-table > thead > .row th.order-item-row,
  .simple-table > thead > .row td.order-item-row,
  .simple-table > thead > .row > .col.order-item-row,
  .simple-table > tbody tr th.order-item-row,
  .simple-table > tbody tr td.order-item-row,
  .simple-table > tbody tr > .col.order-item-row,
  .simple-table > tbody > .row th.order-item-row,
  .simple-table > tbody > .row td.order-item-row,
  .simple-table > tbody > .row > .col.order-item-row,
  .simple-table > .simple-table-header tr th.order-item-row,
  .simple-table > .simple-table-header tr td.order-item-row,
  .simple-table > .simple-table-header tr > .col.order-item-row,
  .simple-table > .simple-table-header > .row th.order-item-row,
  .simple-table > .simple-table-header > .row td.order-item-row,
  .simple-table > .simple-table-header > .row > .col.order-item-row,
  .simple-table > .simple-table-body tr th.order-item-row,
  .simple-table > .simple-table-body tr td.order-item-row,
  .simple-table > .simple-table-body tr > .col.order-item-row,
  .simple-table > .simple-table-body > .row th.order-item-row,
  .simple-table > .simple-table-body > .row td.order-item-row,
  .simple-table > .simple-table-body > .row > .col.order-item-row,
  .simple-table > .simple-table-footer tr th.order-item-row,
  .simple-table > .simple-table-footer tr td.order-item-row,
  .simple-table > .simple-table-footer tr > .col.order-item-row,
  .simple-table > .simple-table-footer > .row th.order-item-row,
  .simple-table > .simple-table-footer > .row td.order-item-row,
  .simple-table > .simple-table-footer > .row > .col.order-item-row {
    display: none !important;
  }
}
table.dataTable > thead tr th.order-item-image,
table.dataTable > thead tr td.order-item-image,
table.dataTable > thead tr > .col.order-item-image,
table.dataTable > thead > .row th.order-item-image,
table.dataTable > thead > .row td.order-item-image,
table.dataTable > thead > .row > .col.order-item-image,
table.dataTable > tbody tr th.order-item-image,
table.dataTable > tbody tr td.order-item-image,
table.dataTable > tbody tr > .col.order-item-image,
table.dataTable > tbody > .row th.order-item-image,
table.dataTable > tbody > .row td.order-item-image,
table.dataTable > tbody > .row > .col.order-item-image,
table.dataTable > .simple-table-header tr th.order-item-image,
table.dataTable > .simple-table-header tr td.order-item-image,
table.dataTable > .simple-table-header tr > .col.order-item-image,
table.dataTable > .simple-table-header > .row th.order-item-image,
table.dataTable > .simple-table-header > .row td.order-item-image,
table.dataTable > .simple-table-header > .row > .col.order-item-image,
table.dataTable > .simple-table-body tr th.order-item-image,
table.dataTable > .simple-table-body tr td.order-item-image,
table.dataTable > .simple-table-body tr > .col.order-item-image,
table.dataTable > .simple-table-body > .row th.order-item-image,
table.dataTable > .simple-table-body > .row td.order-item-image,
table.dataTable > .simple-table-body > .row > .col.order-item-image,
table.dataTable > .simple-table-footer tr th.order-item-image,
table.dataTable > .simple-table-footer tr td.order-item-image,
table.dataTable > .simple-table-footer tr > .col.order-item-image,
table.dataTable > .simple-table-footer > .row th.order-item-image,
table.dataTable > .simple-table-footer > .row td.order-item-image,
table.dataTable > .simple-table-footer > .row > .col.order-item-image,
.table-responsive > table > thead tr th.order-item-image,
.table-responsive > table > thead tr td.order-item-image,
.table-responsive > table > thead tr > .col.order-item-image,
.table-responsive > table > thead > .row th.order-item-image,
.table-responsive > table > thead > .row td.order-item-image,
.table-responsive > table > thead > .row > .col.order-item-image,
.table-responsive > table > tbody tr th.order-item-image,
.table-responsive > table > tbody tr td.order-item-image,
.table-responsive > table > tbody tr > .col.order-item-image,
.table-responsive > table > tbody > .row th.order-item-image,
.table-responsive > table > tbody > .row td.order-item-image,
.table-responsive > table > tbody > .row > .col.order-item-image,
.table-responsive > table > .simple-table-header tr th.order-item-image,
.table-responsive > table > .simple-table-header tr td.order-item-image,
.table-responsive > table > .simple-table-header tr > .col.order-item-image,
.table-responsive > table > .simple-table-header > .row th.order-item-image,
.table-responsive > table > .simple-table-header > .row td.order-item-image,
.table-responsive > table > .simple-table-header > .row > .col.order-item-image,
.table-responsive > table > .simple-table-body tr th.order-item-image,
.table-responsive > table > .simple-table-body tr td.order-item-image,
.table-responsive > table > .simple-table-body tr > .col.order-item-image,
.table-responsive > table > .simple-table-body > .row th.order-item-image,
.table-responsive > table > .simple-table-body > .row td.order-item-image,
.table-responsive > table > .simple-table-body > .row > .col.order-item-image,
.table-responsive > table > .simple-table-footer tr th.order-item-image,
.table-responsive > table > .simple-table-footer tr td.order-item-image,
.table-responsive > table > .simple-table-footer tr > .col.order-item-image,
.table-responsive > table > .simple-table-footer > .row th.order-item-image,
.table-responsive > table > .simple-table-footer > .row td.order-item-image,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-image,
.simple-table > thead tr th.order-item-image,
.simple-table > thead tr td.order-item-image,
.simple-table > thead tr > .col.order-item-image,
.simple-table > thead > .row th.order-item-image,
.simple-table > thead > .row td.order-item-image,
.simple-table > thead > .row > .col.order-item-image,
.simple-table > tbody tr th.order-item-image,
.simple-table > tbody tr td.order-item-image,
.simple-table > tbody tr > .col.order-item-image,
.simple-table > tbody > .row th.order-item-image,
.simple-table > tbody > .row td.order-item-image,
.simple-table > tbody > .row > .col.order-item-image,
.simple-table > .simple-table-header tr th.order-item-image,
.simple-table > .simple-table-header tr td.order-item-image,
.simple-table > .simple-table-header tr > .col.order-item-image,
.simple-table > .simple-table-header > .row th.order-item-image,
.simple-table > .simple-table-header > .row td.order-item-image,
.simple-table > .simple-table-header > .row > .col.order-item-image,
.simple-table > .simple-table-body tr th.order-item-image,
.simple-table > .simple-table-body tr td.order-item-image,
.simple-table > .simple-table-body tr > .col.order-item-image,
.simple-table > .simple-table-body > .row th.order-item-image,
.simple-table > .simple-table-body > .row td.order-item-image,
.simple-table > .simple-table-body > .row > .col.order-item-image,
.simple-table > .simple-table-footer tr th.order-item-image,
.simple-table > .simple-table-footer tr td.order-item-image,
.simple-table > .simple-table-footer tr > .col.order-item-image,
.simple-table > .simple-table-footer > .row th.order-item-image,
.simple-table > .simple-table-footer > .row td.order-item-image,
.simple-table > .simple-table-footer > .row > .col.order-item-image {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
table.dataTable > thead tr th.order-item-title,
table.dataTable > thead tr td.order-item-title,
table.dataTable > thead tr > .col.order-item-title,
table.dataTable > thead > .row th.order-item-title,
table.dataTable > thead > .row td.order-item-title,
table.dataTable > thead > .row > .col.order-item-title,
table.dataTable > tbody tr th.order-item-title,
table.dataTable > tbody tr td.order-item-title,
table.dataTable > tbody tr > .col.order-item-title,
table.dataTable > tbody > .row th.order-item-title,
table.dataTable > tbody > .row td.order-item-title,
table.dataTable > tbody > .row > .col.order-item-title,
table.dataTable > .simple-table-header tr th.order-item-title,
table.dataTable > .simple-table-header tr td.order-item-title,
table.dataTable > .simple-table-header tr > .col.order-item-title,
table.dataTable > .simple-table-header > .row th.order-item-title,
table.dataTable > .simple-table-header > .row td.order-item-title,
table.dataTable > .simple-table-header > .row > .col.order-item-title,
table.dataTable > .simple-table-body tr th.order-item-title,
table.dataTable > .simple-table-body tr td.order-item-title,
table.dataTable > .simple-table-body tr > .col.order-item-title,
table.dataTable > .simple-table-body > .row th.order-item-title,
table.dataTable > .simple-table-body > .row td.order-item-title,
table.dataTable > .simple-table-body > .row > .col.order-item-title,
table.dataTable > .simple-table-footer tr th.order-item-title,
table.dataTable > .simple-table-footer tr td.order-item-title,
table.dataTable > .simple-table-footer tr > .col.order-item-title,
table.dataTable > .simple-table-footer > .row th.order-item-title,
table.dataTable > .simple-table-footer > .row td.order-item-title,
table.dataTable > .simple-table-footer > .row > .col.order-item-title,
.table-responsive > table > thead tr th.order-item-title,
.table-responsive > table > thead tr td.order-item-title,
.table-responsive > table > thead tr > .col.order-item-title,
.table-responsive > table > thead > .row th.order-item-title,
.table-responsive > table > thead > .row td.order-item-title,
.table-responsive > table > thead > .row > .col.order-item-title,
.table-responsive > table > tbody tr th.order-item-title,
.table-responsive > table > tbody tr td.order-item-title,
.table-responsive > table > tbody tr > .col.order-item-title,
.table-responsive > table > tbody > .row th.order-item-title,
.table-responsive > table > tbody > .row td.order-item-title,
.table-responsive > table > tbody > .row > .col.order-item-title,
.table-responsive > table > .simple-table-header tr th.order-item-title,
.table-responsive > table > .simple-table-header tr td.order-item-title,
.table-responsive > table > .simple-table-header tr > .col.order-item-title,
.table-responsive > table > .simple-table-header > .row th.order-item-title,
.table-responsive > table > .simple-table-header > .row td.order-item-title,
.table-responsive > table > .simple-table-header > .row > .col.order-item-title,
.table-responsive > table > .simple-table-body tr th.order-item-title,
.table-responsive > table > .simple-table-body tr td.order-item-title,
.table-responsive > table > .simple-table-body tr > .col.order-item-title,
.table-responsive > table > .simple-table-body > .row th.order-item-title,
.table-responsive > table > .simple-table-body > .row td.order-item-title,
.table-responsive > table > .simple-table-body > .row > .col.order-item-title,
.table-responsive > table > .simple-table-footer tr th.order-item-title,
.table-responsive > table > .simple-table-footer tr td.order-item-title,
.table-responsive > table > .simple-table-footer tr > .col.order-item-title,
.table-responsive > table > .simple-table-footer > .row th.order-item-title,
.table-responsive > table > .simple-table-footer > .row td.order-item-title,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-title,
.simple-table > thead tr th.order-item-title,
.simple-table > thead tr td.order-item-title,
.simple-table > thead tr > .col.order-item-title,
.simple-table > thead > .row th.order-item-title,
.simple-table > thead > .row td.order-item-title,
.simple-table > thead > .row > .col.order-item-title,
.simple-table > tbody tr th.order-item-title,
.simple-table > tbody tr td.order-item-title,
.simple-table > tbody tr > .col.order-item-title,
.simple-table > tbody > .row th.order-item-title,
.simple-table > tbody > .row td.order-item-title,
.simple-table > tbody > .row > .col.order-item-title,
.simple-table > .simple-table-header tr th.order-item-title,
.simple-table > .simple-table-header tr td.order-item-title,
.simple-table > .simple-table-header tr > .col.order-item-title,
.simple-table > .simple-table-header > .row th.order-item-title,
.simple-table > .simple-table-header > .row td.order-item-title,
.simple-table > .simple-table-header > .row > .col.order-item-title,
.simple-table > .simple-table-body tr th.order-item-title,
.simple-table > .simple-table-body tr td.order-item-title,
.simple-table > .simple-table-body tr > .col.order-item-title,
.simple-table > .simple-table-body > .row th.order-item-title,
.simple-table > .simple-table-body > .row td.order-item-title,
.simple-table > .simple-table-body > .row > .col.order-item-title,
.simple-table > .simple-table-footer tr th.order-item-title,
.simple-table > .simple-table-footer tr td.order-item-title,
.simple-table > .simple-table-footer tr > .col.order-item-title,
.simple-table > .simple-table-footer > .row th.order-item-title,
.simple-table > .simple-table-footer > .row td.order-item-title,
.simple-table > .simple-table-footer > .row > .col.order-item-title {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.order-item-description,
table.dataTable > thead tr td.order-item-description,
table.dataTable > thead tr > .col.order-item-description,
table.dataTable > thead > .row th.order-item-description,
table.dataTable > thead > .row td.order-item-description,
table.dataTable > thead > .row > .col.order-item-description,
table.dataTable > tbody tr th.order-item-description,
table.dataTable > tbody tr td.order-item-description,
table.dataTable > tbody tr > .col.order-item-description,
table.dataTable > tbody > .row th.order-item-description,
table.dataTable > tbody > .row td.order-item-description,
table.dataTable > tbody > .row > .col.order-item-description,
table.dataTable > .simple-table-header tr th.order-item-description,
table.dataTable > .simple-table-header tr td.order-item-description,
table.dataTable > .simple-table-header tr > .col.order-item-description,
table.dataTable > .simple-table-header > .row th.order-item-description,
table.dataTable > .simple-table-header > .row td.order-item-description,
table.dataTable > .simple-table-header > .row > .col.order-item-description,
table.dataTable > .simple-table-body tr th.order-item-description,
table.dataTable > .simple-table-body tr td.order-item-description,
table.dataTable > .simple-table-body tr > .col.order-item-description,
table.dataTable > .simple-table-body > .row th.order-item-description,
table.dataTable > .simple-table-body > .row td.order-item-description,
table.dataTable > .simple-table-body > .row > .col.order-item-description,
table.dataTable > .simple-table-footer tr th.order-item-description,
table.dataTable > .simple-table-footer tr td.order-item-description,
table.dataTable > .simple-table-footer tr > .col.order-item-description,
table.dataTable > .simple-table-footer > .row th.order-item-description,
table.dataTable > .simple-table-footer > .row td.order-item-description,
table.dataTable > .simple-table-footer > .row > .col.order-item-description,
.table-responsive > table > thead tr th.order-item-description,
.table-responsive > table > thead tr td.order-item-description,
.table-responsive > table > thead tr > .col.order-item-description,
.table-responsive > table > thead > .row th.order-item-description,
.table-responsive > table > thead > .row td.order-item-description,
.table-responsive > table > thead > .row > .col.order-item-description,
.table-responsive > table > tbody tr th.order-item-description,
.table-responsive > table > tbody tr td.order-item-description,
.table-responsive > table > tbody tr > .col.order-item-description,
.table-responsive > table > tbody > .row th.order-item-description,
.table-responsive > table > tbody > .row td.order-item-description,
.table-responsive > table > tbody > .row > .col.order-item-description,
.table-responsive > table > .simple-table-header tr th.order-item-description,
.table-responsive > table > .simple-table-header tr td.order-item-description,
.table-responsive > table > .simple-table-header tr > .col.order-item-description,
.table-responsive > table > .simple-table-header > .row th.order-item-description,
.table-responsive > table > .simple-table-header > .row td.order-item-description,
.table-responsive > table > .simple-table-header > .row > .col.order-item-description,
.table-responsive > table > .simple-table-body tr th.order-item-description,
.table-responsive > table > .simple-table-body tr td.order-item-description,
.table-responsive > table > .simple-table-body tr > .col.order-item-description,
.table-responsive > table > .simple-table-body > .row th.order-item-description,
.table-responsive > table > .simple-table-body > .row td.order-item-description,
.table-responsive > table > .simple-table-body > .row > .col.order-item-description,
.table-responsive > table > .simple-table-footer tr th.order-item-description,
.table-responsive > table > .simple-table-footer tr td.order-item-description,
.table-responsive > table > .simple-table-footer tr > .col.order-item-description,
.table-responsive > table > .simple-table-footer > .row th.order-item-description,
.table-responsive > table > .simple-table-footer > .row td.order-item-description,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-description,
.simple-table > thead tr th.order-item-description,
.simple-table > thead tr td.order-item-description,
.simple-table > thead tr > .col.order-item-description,
.simple-table > thead > .row th.order-item-description,
.simple-table > thead > .row td.order-item-description,
.simple-table > thead > .row > .col.order-item-description,
.simple-table > tbody tr th.order-item-description,
.simple-table > tbody tr td.order-item-description,
.simple-table > tbody tr > .col.order-item-description,
.simple-table > tbody > .row th.order-item-description,
.simple-table > tbody > .row td.order-item-description,
.simple-table > tbody > .row > .col.order-item-description,
.simple-table > .simple-table-header tr th.order-item-description,
.simple-table > .simple-table-header tr td.order-item-description,
.simple-table > .simple-table-header tr > .col.order-item-description,
.simple-table > .simple-table-header > .row th.order-item-description,
.simple-table > .simple-table-header > .row td.order-item-description,
.simple-table > .simple-table-header > .row > .col.order-item-description,
.simple-table > .simple-table-body tr th.order-item-description,
.simple-table > .simple-table-body tr td.order-item-description,
.simple-table > .simple-table-body tr > .col.order-item-description,
.simple-table > .simple-table-body > .row th.order-item-description,
.simple-table > .simple-table-body > .row td.order-item-description,
.simple-table > .simple-table-body > .row > .col.order-item-description,
.simple-table > .simple-table-footer tr th.order-item-description,
.simple-table > .simple-table-footer tr td.order-item-description,
.simple-table > .simple-table-footer tr > .col.order-item-description,
.simple-table > .simple-table-footer > .row th.order-item-description,
.simple-table > .simple-table-footer > .row td.order-item-description,
.simple-table > .simple-table-footer > .row > .col.order-item-description {
  order: 0;
  flex: 0 0 360px;
  max-width: 360px;
  width: 360px;
  min-width: 360px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.order-item-description,
  table.dataTable > thead tr td.order-item-description,
  table.dataTable > thead tr > .col.order-item-description,
  table.dataTable > thead > .row th.order-item-description,
  table.dataTable > thead > .row td.order-item-description,
  table.dataTable > thead > .row > .col.order-item-description,
  table.dataTable > tbody tr th.order-item-description,
  table.dataTable > tbody tr td.order-item-description,
  table.dataTable > tbody tr > .col.order-item-description,
  table.dataTable > tbody > .row th.order-item-description,
  table.dataTable > tbody > .row td.order-item-description,
  table.dataTable > tbody > .row > .col.order-item-description,
  table.dataTable > .simple-table-header tr th.order-item-description,
  table.dataTable > .simple-table-header tr td.order-item-description,
  table.dataTable > .simple-table-header tr > .col.order-item-description,
  table.dataTable > .simple-table-header > .row th.order-item-description,
  table.dataTable > .simple-table-header > .row td.order-item-description,
  table.dataTable > .simple-table-header > .row > .col.order-item-description,
  table.dataTable > .simple-table-body tr th.order-item-description,
  table.dataTable > .simple-table-body tr td.order-item-description,
  table.dataTable > .simple-table-body tr > .col.order-item-description,
  table.dataTable > .simple-table-body > .row th.order-item-description,
  table.dataTable > .simple-table-body > .row td.order-item-description,
  table.dataTable > .simple-table-body > .row > .col.order-item-description,
  table.dataTable > .simple-table-footer tr th.order-item-description,
  table.dataTable > .simple-table-footer tr td.order-item-description,
  table.dataTable > .simple-table-footer tr > .col.order-item-description,
  table.dataTable > .simple-table-footer > .row th.order-item-description,
  table.dataTable > .simple-table-footer > .row td.order-item-description,
  table.dataTable > .simple-table-footer > .row > .col.order-item-description,
  .table-responsive > table > thead tr th.order-item-description,
  .table-responsive > table > thead tr td.order-item-description,
  .table-responsive > table > thead tr > .col.order-item-description,
  .table-responsive > table > thead > .row th.order-item-description,
  .table-responsive > table > thead > .row td.order-item-description,
  .table-responsive > table > thead > .row > .col.order-item-description,
  .table-responsive > table > tbody tr th.order-item-description,
  .table-responsive > table > tbody tr td.order-item-description,
  .table-responsive > table > tbody tr > .col.order-item-description,
  .table-responsive > table > tbody > .row th.order-item-description,
  .table-responsive > table > tbody > .row td.order-item-description,
  .table-responsive > table > tbody > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-header tr th.order-item-description,
  .table-responsive > table > .simple-table-header tr td.order-item-description,
  .table-responsive > table > .simple-table-header tr > .col.order-item-description,
  .table-responsive > table > .simple-table-header > .row th.order-item-description,
  .table-responsive > table > .simple-table-header > .row td.order-item-description,
  .table-responsive > table > .simple-table-header > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-body tr th.order-item-description,
  .table-responsive > table > .simple-table-body tr td.order-item-description,
  .table-responsive > table > .simple-table-body tr > .col.order-item-description,
  .table-responsive > table > .simple-table-body > .row th.order-item-description,
  .table-responsive > table > .simple-table-body > .row td.order-item-description,
  .table-responsive > table > .simple-table-body > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-footer tr th.order-item-description,
  .table-responsive > table > .simple-table-footer tr td.order-item-description,
  .table-responsive > table > .simple-table-footer tr > .col.order-item-description,
  .table-responsive > table > .simple-table-footer > .row th.order-item-description,
  .table-responsive > table > .simple-table-footer > .row td.order-item-description,
  .table-responsive > table > .simple-table-footer > .row > .col.order-item-description,
  .simple-table > thead tr th.order-item-description,
  .simple-table > thead tr td.order-item-description,
  .simple-table > thead tr > .col.order-item-description,
  .simple-table > thead > .row th.order-item-description,
  .simple-table > thead > .row td.order-item-description,
  .simple-table > thead > .row > .col.order-item-description,
  .simple-table > tbody tr th.order-item-description,
  .simple-table > tbody tr td.order-item-description,
  .simple-table > tbody tr > .col.order-item-description,
  .simple-table > tbody > .row th.order-item-description,
  .simple-table > tbody > .row td.order-item-description,
  .simple-table > tbody > .row > .col.order-item-description,
  .simple-table > .simple-table-header tr th.order-item-description,
  .simple-table > .simple-table-header tr td.order-item-description,
  .simple-table > .simple-table-header tr > .col.order-item-description,
  .simple-table > .simple-table-header > .row th.order-item-description,
  .simple-table > .simple-table-header > .row td.order-item-description,
  .simple-table > .simple-table-header > .row > .col.order-item-description,
  .simple-table > .simple-table-body tr th.order-item-description,
  .simple-table > .simple-table-body tr td.order-item-description,
  .simple-table > .simple-table-body tr > .col.order-item-description,
  .simple-table > .simple-table-body > .row th.order-item-description,
  .simple-table > .simple-table-body > .row td.order-item-description,
  .simple-table > .simple-table-body > .row > .col.order-item-description,
  .simple-table > .simple-table-footer tr th.order-item-description,
  .simple-table > .simple-table-footer tr td.order-item-description,
  .simple-table > .simple-table-footer tr > .col.order-item-description,
  .simple-table > .simple-table-footer > .row th.order-item-description,
  .simple-table > .simple-table-footer > .row td.order-item-description,
  .simple-table > .simple-table-footer > .row > .col.order-item-description {
    order: 0;
    flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    min-width: 320px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.order-item-description,
  table.dataTable > thead tr td.order-item-description,
  table.dataTable > thead tr > .col.order-item-description,
  table.dataTable > thead > .row th.order-item-description,
  table.dataTable > thead > .row td.order-item-description,
  table.dataTable > thead > .row > .col.order-item-description,
  table.dataTable > tbody tr th.order-item-description,
  table.dataTable > tbody tr td.order-item-description,
  table.dataTable > tbody tr > .col.order-item-description,
  table.dataTable > tbody > .row th.order-item-description,
  table.dataTable > tbody > .row td.order-item-description,
  table.dataTable > tbody > .row > .col.order-item-description,
  table.dataTable > .simple-table-header tr th.order-item-description,
  table.dataTable > .simple-table-header tr td.order-item-description,
  table.dataTable > .simple-table-header tr > .col.order-item-description,
  table.dataTable > .simple-table-header > .row th.order-item-description,
  table.dataTable > .simple-table-header > .row td.order-item-description,
  table.dataTable > .simple-table-header > .row > .col.order-item-description,
  table.dataTable > .simple-table-body tr th.order-item-description,
  table.dataTable > .simple-table-body tr td.order-item-description,
  table.dataTable > .simple-table-body tr > .col.order-item-description,
  table.dataTable > .simple-table-body > .row th.order-item-description,
  table.dataTable > .simple-table-body > .row td.order-item-description,
  table.dataTable > .simple-table-body > .row > .col.order-item-description,
  table.dataTable > .simple-table-footer tr th.order-item-description,
  table.dataTable > .simple-table-footer tr td.order-item-description,
  table.dataTable > .simple-table-footer tr > .col.order-item-description,
  table.dataTable > .simple-table-footer > .row th.order-item-description,
  table.dataTable > .simple-table-footer > .row td.order-item-description,
  table.dataTable > .simple-table-footer > .row > .col.order-item-description,
  .table-responsive > table > thead tr th.order-item-description,
  .table-responsive > table > thead tr td.order-item-description,
  .table-responsive > table > thead tr > .col.order-item-description,
  .table-responsive > table > thead > .row th.order-item-description,
  .table-responsive > table > thead > .row td.order-item-description,
  .table-responsive > table > thead > .row > .col.order-item-description,
  .table-responsive > table > tbody tr th.order-item-description,
  .table-responsive > table > tbody tr td.order-item-description,
  .table-responsive > table > tbody tr > .col.order-item-description,
  .table-responsive > table > tbody > .row th.order-item-description,
  .table-responsive > table > tbody > .row td.order-item-description,
  .table-responsive > table > tbody > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-header tr th.order-item-description,
  .table-responsive > table > .simple-table-header tr td.order-item-description,
  .table-responsive > table > .simple-table-header tr > .col.order-item-description,
  .table-responsive > table > .simple-table-header > .row th.order-item-description,
  .table-responsive > table > .simple-table-header > .row td.order-item-description,
  .table-responsive > table > .simple-table-header > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-body tr th.order-item-description,
  .table-responsive > table > .simple-table-body tr td.order-item-description,
  .table-responsive > table > .simple-table-body tr > .col.order-item-description,
  .table-responsive > table > .simple-table-body > .row th.order-item-description,
  .table-responsive > table > .simple-table-body > .row td.order-item-description,
  .table-responsive > table > .simple-table-body > .row > .col.order-item-description,
  .table-responsive > table > .simple-table-footer tr th.order-item-description,
  .table-responsive > table > .simple-table-footer tr td.order-item-description,
  .table-responsive > table > .simple-table-footer tr > .col.order-item-description,
  .table-responsive > table > .simple-table-footer > .row th.order-item-description,
  .table-responsive > table > .simple-table-footer > .row td.order-item-description,
  .table-responsive > table > .simple-table-footer > .row > .col.order-item-description,
  .simple-table > thead tr th.order-item-description,
  .simple-table > thead tr td.order-item-description,
  .simple-table > thead tr > .col.order-item-description,
  .simple-table > thead > .row th.order-item-description,
  .simple-table > thead > .row td.order-item-description,
  .simple-table > thead > .row > .col.order-item-description,
  .simple-table > tbody tr th.order-item-description,
  .simple-table > tbody tr td.order-item-description,
  .simple-table > tbody tr > .col.order-item-description,
  .simple-table > tbody > .row th.order-item-description,
  .simple-table > tbody > .row td.order-item-description,
  .simple-table > tbody > .row > .col.order-item-description,
  .simple-table > .simple-table-header tr th.order-item-description,
  .simple-table > .simple-table-header tr td.order-item-description,
  .simple-table > .simple-table-header tr > .col.order-item-description,
  .simple-table > .simple-table-header > .row th.order-item-description,
  .simple-table > .simple-table-header > .row td.order-item-description,
  .simple-table > .simple-table-header > .row > .col.order-item-description,
  .simple-table > .simple-table-body tr th.order-item-description,
  .simple-table > .simple-table-body tr td.order-item-description,
  .simple-table > .simple-table-body tr > .col.order-item-description,
  .simple-table > .simple-table-body > .row th.order-item-description,
  .simple-table > .simple-table-body > .row td.order-item-description,
  .simple-table > .simple-table-body > .row > .col.order-item-description,
  .simple-table > .simple-table-footer tr th.order-item-description,
  .simple-table > .simple-table-footer tr td.order-item-description,
  .simple-table > .simple-table-footer tr > .col.order-item-description,
  .simple-table > .simple-table-footer > .row th.order-item-description,
  .simple-table > .simple-table-footer > .row td.order-item-description,
  .simple-table > .simple-table-footer > .row > .col.order-item-description {
    order: 0;
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
  }
}
table.dataTable > thead tr th.order-item-quantity,
table.dataTable > thead tr td.order-item-quantity,
table.dataTable > thead tr > .col.order-item-quantity,
table.dataTable > thead > .row th.order-item-quantity,
table.dataTable > thead > .row td.order-item-quantity,
table.dataTable > thead > .row > .col.order-item-quantity,
table.dataTable > tbody tr th.order-item-quantity,
table.dataTable > tbody tr td.order-item-quantity,
table.dataTable > tbody tr > .col.order-item-quantity,
table.dataTable > tbody > .row th.order-item-quantity,
table.dataTable > tbody > .row td.order-item-quantity,
table.dataTable > tbody > .row > .col.order-item-quantity,
table.dataTable > .simple-table-header tr th.order-item-quantity,
table.dataTable > .simple-table-header tr td.order-item-quantity,
table.dataTable > .simple-table-header tr > .col.order-item-quantity,
table.dataTable > .simple-table-header > .row th.order-item-quantity,
table.dataTable > .simple-table-header > .row td.order-item-quantity,
table.dataTable > .simple-table-header > .row > .col.order-item-quantity,
table.dataTable > .simple-table-body tr th.order-item-quantity,
table.dataTable > .simple-table-body tr td.order-item-quantity,
table.dataTable > .simple-table-body tr > .col.order-item-quantity,
table.dataTable > .simple-table-body > .row th.order-item-quantity,
table.dataTable > .simple-table-body > .row td.order-item-quantity,
table.dataTable > .simple-table-body > .row > .col.order-item-quantity,
table.dataTable > .simple-table-footer tr th.order-item-quantity,
table.dataTable > .simple-table-footer tr td.order-item-quantity,
table.dataTable > .simple-table-footer tr > .col.order-item-quantity,
table.dataTable > .simple-table-footer > .row th.order-item-quantity,
table.dataTable > .simple-table-footer > .row td.order-item-quantity,
table.dataTable > .simple-table-footer > .row > .col.order-item-quantity,
.table-responsive > table > thead tr th.order-item-quantity,
.table-responsive > table > thead tr td.order-item-quantity,
.table-responsive > table > thead tr > .col.order-item-quantity,
.table-responsive > table > thead > .row th.order-item-quantity,
.table-responsive > table > thead > .row td.order-item-quantity,
.table-responsive > table > thead > .row > .col.order-item-quantity,
.table-responsive > table > tbody tr th.order-item-quantity,
.table-responsive > table > tbody tr td.order-item-quantity,
.table-responsive > table > tbody tr > .col.order-item-quantity,
.table-responsive > table > tbody > .row th.order-item-quantity,
.table-responsive > table > tbody > .row td.order-item-quantity,
.table-responsive > table > tbody > .row > .col.order-item-quantity,
.table-responsive > table > .simple-table-header tr th.order-item-quantity,
.table-responsive > table > .simple-table-header tr td.order-item-quantity,
.table-responsive > table > .simple-table-header tr > .col.order-item-quantity,
.table-responsive > table > .simple-table-header > .row th.order-item-quantity,
.table-responsive > table > .simple-table-header > .row td.order-item-quantity,
.table-responsive > table > .simple-table-header > .row > .col.order-item-quantity,
.table-responsive > table > .simple-table-body tr th.order-item-quantity,
.table-responsive > table > .simple-table-body tr td.order-item-quantity,
.table-responsive > table > .simple-table-body tr > .col.order-item-quantity,
.table-responsive > table > .simple-table-body > .row th.order-item-quantity,
.table-responsive > table > .simple-table-body > .row td.order-item-quantity,
.table-responsive > table > .simple-table-body > .row > .col.order-item-quantity,
.table-responsive > table > .simple-table-footer tr th.order-item-quantity,
.table-responsive > table > .simple-table-footer tr td.order-item-quantity,
.table-responsive > table > .simple-table-footer tr > .col.order-item-quantity,
.table-responsive > table > .simple-table-footer > .row th.order-item-quantity,
.table-responsive > table > .simple-table-footer > .row td.order-item-quantity,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-quantity,
.simple-table > thead tr th.order-item-quantity,
.simple-table > thead tr td.order-item-quantity,
.simple-table > thead tr > .col.order-item-quantity,
.simple-table > thead > .row th.order-item-quantity,
.simple-table > thead > .row td.order-item-quantity,
.simple-table > thead > .row > .col.order-item-quantity,
.simple-table > tbody tr th.order-item-quantity,
.simple-table > tbody tr td.order-item-quantity,
.simple-table > tbody tr > .col.order-item-quantity,
.simple-table > tbody > .row th.order-item-quantity,
.simple-table > tbody > .row td.order-item-quantity,
.simple-table > tbody > .row > .col.order-item-quantity,
.simple-table > .simple-table-header tr th.order-item-quantity,
.simple-table > .simple-table-header tr td.order-item-quantity,
.simple-table > .simple-table-header tr > .col.order-item-quantity,
.simple-table > .simple-table-header > .row th.order-item-quantity,
.simple-table > .simple-table-header > .row td.order-item-quantity,
.simple-table > .simple-table-header > .row > .col.order-item-quantity,
.simple-table > .simple-table-body tr th.order-item-quantity,
.simple-table > .simple-table-body tr td.order-item-quantity,
.simple-table > .simple-table-body tr > .col.order-item-quantity,
.simple-table > .simple-table-body > .row th.order-item-quantity,
.simple-table > .simple-table-body > .row td.order-item-quantity,
.simple-table > .simple-table-body > .row > .col.order-item-quantity,
.simple-table > .simple-table-footer tr th.order-item-quantity,
.simple-table > .simple-table-footer tr td.order-item-quantity,
.simple-table > .simple-table-footer tr > .col.order-item-quantity,
.simple-table > .simple-table-footer > .row th.order-item-quantity,
.simple-table > .simple-table-footer > .row td.order-item-quantity,
.simple-table > .simple-table-footer > .row > .col.order-item-quantity {
  order: 0;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}
table.dataTable > thead tr th.order-item-price,
table.dataTable > thead tr td.order-item-price,
table.dataTable > thead tr > .col.order-item-price,
table.dataTable > thead > .row th.order-item-price,
table.dataTable > thead > .row td.order-item-price,
table.dataTable > thead > .row > .col.order-item-price,
table.dataTable > tbody tr th.order-item-price,
table.dataTable > tbody tr td.order-item-price,
table.dataTable > tbody tr > .col.order-item-price,
table.dataTable > tbody > .row th.order-item-price,
table.dataTable > tbody > .row td.order-item-price,
table.dataTable > tbody > .row > .col.order-item-price,
table.dataTable > .simple-table-header tr th.order-item-price,
table.dataTable > .simple-table-header tr td.order-item-price,
table.dataTable > .simple-table-header tr > .col.order-item-price,
table.dataTable > .simple-table-header > .row th.order-item-price,
table.dataTable > .simple-table-header > .row td.order-item-price,
table.dataTable > .simple-table-header > .row > .col.order-item-price,
table.dataTable > .simple-table-body tr th.order-item-price,
table.dataTable > .simple-table-body tr td.order-item-price,
table.dataTable > .simple-table-body tr > .col.order-item-price,
table.dataTable > .simple-table-body > .row th.order-item-price,
table.dataTable > .simple-table-body > .row td.order-item-price,
table.dataTable > .simple-table-body > .row > .col.order-item-price,
table.dataTable > .simple-table-footer tr th.order-item-price,
table.dataTable > .simple-table-footer tr td.order-item-price,
table.dataTable > .simple-table-footer tr > .col.order-item-price,
table.dataTable > .simple-table-footer > .row th.order-item-price,
table.dataTable > .simple-table-footer > .row td.order-item-price,
table.dataTable > .simple-table-footer > .row > .col.order-item-price,
.table-responsive > table > thead tr th.order-item-price,
.table-responsive > table > thead tr td.order-item-price,
.table-responsive > table > thead tr > .col.order-item-price,
.table-responsive > table > thead > .row th.order-item-price,
.table-responsive > table > thead > .row td.order-item-price,
.table-responsive > table > thead > .row > .col.order-item-price,
.table-responsive > table > tbody tr th.order-item-price,
.table-responsive > table > tbody tr td.order-item-price,
.table-responsive > table > tbody tr > .col.order-item-price,
.table-responsive > table > tbody > .row th.order-item-price,
.table-responsive > table > tbody > .row td.order-item-price,
.table-responsive > table > tbody > .row > .col.order-item-price,
.table-responsive > table > .simple-table-header tr th.order-item-price,
.table-responsive > table > .simple-table-header tr td.order-item-price,
.table-responsive > table > .simple-table-header tr > .col.order-item-price,
.table-responsive > table > .simple-table-header > .row th.order-item-price,
.table-responsive > table > .simple-table-header > .row td.order-item-price,
.table-responsive > table > .simple-table-header > .row > .col.order-item-price,
.table-responsive > table > .simple-table-body tr th.order-item-price,
.table-responsive > table > .simple-table-body tr td.order-item-price,
.table-responsive > table > .simple-table-body tr > .col.order-item-price,
.table-responsive > table > .simple-table-body > .row th.order-item-price,
.table-responsive > table > .simple-table-body > .row td.order-item-price,
.table-responsive > table > .simple-table-body > .row > .col.order-item-price,
.table-responsive > table > .simple-table-footer tr th.order-item-price,
.table-responsive > table > .simple-table-footer tr td.order-item-price,
.table-responsive > table > .simple-table-footer tr > .col.order-item-price,
.table-responsive > table > .simple-table-footer > .row th.order-item-price,
.table-responsive > table > .simple-table-footer > .row td.order-item-price,
.table-responsive > table > .simple-table-footer > .row > .col.order-item-price,
.simple-table > thead tr th.order-item-price,
.simple-table > thead tr td.order-item-price,
.simple-table > thead tr > .col.order-item-price,
.simple-table > thead > .row th.order-item-price,
.simple-table > thead > .row td.order-item-price,
.simple-table > thead > .row > .col.order-item-price,
.simple-table > tbody tr th.order-item-price,
.simple-table > tbody tr td.order-item-price,
.simple-table > tbody tr > .col.order-item-price,
.simple-table > tbody > .row th.order-item-price,
.simple-table > tbody > .row td.order-item-price,
.simple-table > tbody > .row > .col.order-item-price,
.simple-table > .simple-table-header tr th.order-item-price,
.simple-table > .simple-table-header tr td.order-item-price,
.simple-table > .simple-table-header tr > .col.order-item-price,
.simple-table > .simple-table-header > .row th.order-item-price,
.simple-table > .simple-table-header > .row td.order-item-price,
.simple-table > .simple-table-header > .row > .col.order-item-price,
.simple-table > .simple-table-body tr th.order-item-price,
.simple-table > .simple-table-body tr td.order-item-price,
.simple-table > .simple-table-body tr > .col.order-item-price,
.simple-table > .simple-table-body > .row th.order-item-price,
.simple-table > .simple-table-body > .row td.order-item-price,
.simple-table > .simple-table-body > .row > .col.order-item-price,
.simple-table > .simple-table-footer tr th.order-item-price,
.simple-table > .simple-table-footer tr td.order-item-price,
.simple-table > .simple-table-footer tr > .col.order-item-price,
.simple-table > .simple-table-footer > .row th.order-item-price,
.simple-table > .simple-table-footer > .row td.order-item-price,
.simple-table > .simple-table-footer > .row > .col.order-item-price {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
table.dataTable > thead tr th.client-name,
table.dataTable > thead tr td.client-name,
table.dataTable > thead tr > .col.client-name,
table.dataTable > thead > .row th.client-name,
table.dataTable > thead > .row td.client-name,
table.dataTable > thead > .row > .col.client-name,
table.dataTable > tbody tr th.client-name,
table.dataTable > tbody tr td.client-name,
table.dataTable > tbody tr > .col.client-name,
table.dataTable > tbody > .row th.client-name,
table.dataTable > tbody > .row td.client-name,
table.dataTable > tbody > .row > .col.client-name,
table.dataTable > .simple-table-header tr th.client-name,
table.dataTable > .simple-table-header tr td.client-name,
table.dataTable > .simple-table-header tr > .col.client-name,
table.dataTable > .simple-table-header > .row th.client-name,
table.dataTable > .simple-table-header > .row td.client-name,
table.dataTable > .simple-table-header > .row > .col.client-name,
table.dataTable > .simple-table-body tr th.client-name,
table.dataTable > .simple-table-body tr td.client-name,
table.dataTable > .simple-table-body tr > .col.client-name,
table.dataTable > .simple-table-body > .row th.client-name,
table.dataTable > .simple-table-body > .row td.client-name,
table.dataTable > .simple-table-body > .row > .col.client-name,
table.dataTable > .simple-table-footer tr th.client-name,
table.dataTable > .simple-table-footer tr td.client-name,
table.dataTable > .simple-table-footer tr > .col.client-name,
table.dataTable > .simple-table-footer > .row th.client-name,
table.dataTable > .simple-table-footer > .row td.client-name,
table.dataTable > .simple-table-footer > .row > .col.client-name,
.table-responsive > table > thead tr th.client-name,
.table-responsive > table > thead tr td.client-name,
.table-responsive > table > thead tr > .col.client-name,
.table-responsive > table > thead > .row th.client-name,
.table-responsive > table > thead > .row td.client-name,
.table-responsive > table > thead > .row > .col.client-name,
.table-responsive > table > tbody tr th.client-name,
.table-responsive > table > tbody tr td.client-name,
.table-responsive > table > tbody tr > .col.client-name,
.table-responsive > table > tbody > .row th.client-name,
.table-responsive > table > tbody > .row td.client-name,
.table-responsive > table > tbody > .row > .col.client-name,
.table-responsive > table > .simple-table-header tr th.client-name,
.table-responsive > table > .simple-table-header tr td.client-name,
.table-responsive > table > .simple-table-header tr > .col.client-name,
.table-responsive > table > .simple-table-header > .row th.client-name,
.table-responsive > table > .simple-table-header > .row td.client-name,
.table-responsive > table > .simple-table-header > .row > .col.client-name,
.table-responsive > table > .simple-table-body tr th.client-name,
.table-responsive > table > .simple-table-body tr td.client-name,
.table-responsive > table > .simple-table-body tr > .col.client-name,
.table-responsive > table > .simple-table-body > .row th.client-name,
.table-responsive > table > .simple-table-body > .row td.client-name,
.table-responsive > table > .simple-table-body > .row > .col.client-name,
.table-responsive > table > .simple-table-footer tr th.client-name,
.table-responsive > table > .simple-table-footer tr td.client-name,
.table-responsive > table > .simple-table-footer tr > .col.client-name,
.table-responsive > table > .simple-table-footer > .row th.client-name,
.table-responsive > table > .simple-table-footer > .row td.client-name,
.table-responsive > table > .simple-table-footer > .row > .col.client-name,
.simple-table > thead tr th.client-name,
.simple-table > thead tr td.client-name,
.simple-table > thead tr > .col.client-name,
.simple-table > thead > .row th.client-name,
.simple-table > thead > .row td.client-name,
.simple-table > thead > .row > .col.client-name,
.simple-table > tbody tr th.client-name,
.simple-table > tbody tr td.client-name,
.simple-table > tbody tr > .col.client-name,
.simple-table > tbody > .row th.client-name,
.simple-table > tbody > .row td.client-name,
.simple-table > tbody > .row > .col.client-name,
.simple-table > .simple-table-header tr th.client-name,
.simple-table > .simple-table-header tr td.client-name,
.simple-table > .simple-table-header tr > .col.client-name,
.simple-table > .simple-table-header > .row th.client-name,
.simple-table > .simple-table-header > .row td.client-name,
.simple-table > .simple-table-header > .row > .col.client-name,
.simple-table > .simple-table-body tr th.client-name,
.simple-table > .simple-table-body tr td.client-name,
.simple-table > .simple-table-body tr > .col.client-name,
.simple-table > .simple-table-body > .row th.client-name,
.simple-table > .simple-table-body > .row td.client-name,
.simple-table > .simple-table-body > .row > .col.client-name,
.simple-table > .simple-table-footer tr th.client-name,
.simple-table > .simple-table-footer tr td.client-name,
.simple-table > .simple-table-footer tr > .col.client-name,
.simple-table > .simple-table-footer > .row th.client-name,
.simple-table > .simple-table-footer > .row td.client-name,
.simple-table > .simple-table-footer > .row > .col.client-name {
  order: 0;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
  min-width: 280px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.client-name,
  table.dataTable > thead tr td.client-name,
  table.dataTable > thead tr > .col.client-name,
  table.dataTable > thead > .row th.client-name,
  table.dataTable > thead > .row td.client-name,
  table.dataTable > thead > .row > .col.client-name,
  table.dataTable > tbody tr th.client-name,
  table.dataTable > tbody tr td.client-name,
  table.dataTable > tbody tr > .col.client-name,
  table.dataTable > tbody > .row th.client-name,
  table.dataTable > tbody > .row td.client-name,
  table.dataTable > tbody > .row > .col.client-name,
  table.dataTable > .simple-table-header tr th.client-name,
  table.dataTable > .simple-table-header tr td.client-name,
  table.dataTable > .simple-table-header tr > .col.client-name,
  table.dataTable > .simple-table-header > .row th.client-name,
  table.dataTable > .simple-table-header > .row td.client-name,
  table.dataTable > .simple-table-header > .row > .col.client-name,
  table.dataTable > .simple-table-body tr th.client-name,
  table.dataTable > .simple-table-body tr td.client-name,
  table.dataTable > .simple-table-body tr > .col.client-name,
  table.dataTable > .simple-table-body > .row th.client-name,
  table.dataTable > .simple-table-body > .row td.client-name,
  table.dataTable > .simple-table-body > .row > .col.client-name,
  table.dataTable > .simple-table-footer tr th.client-name,
  table.dataTable > .simple-table-footer tr td.client-name,
  table.dataTable > .simple-table-footer tr > .col.client-name,
  table.dataTable > .simple-table-footer > .row th.client-name,
  table.dataTable > .simple-table-footer > .row td.client-name,
  table.dataTable > .simple-table-footer > .row > .col.client-name,
  .table-responsive > table > thead tr th.client-name,
  .table-responsive > table > thead tr td.client-name,
  .table-responsive > table > thead tr > .col.client-name,
  .table-responsive > table > thead > .row th.client-name,
  .table-responsive > table > thead > .row td.client-name,
  .table-responsive > table > thead > .row > .col.client-name,
  .table-responsive > table > tbody tr th.client-name,
  .table-responsive > table > tbody tr td.client-name,
  .table-responsive > table > tbody tr > .col.client-name,
  .table-responsive > table > tbody > .row th.client-name,
  .table-responsive > table > tbody > .row td.client-name,
  .table-responsive > table > tbody > .row > .col.client-name,
  .table-responsive > table > .simple-table-header tr th.client-name,
  .table-responsive > table > .simple-table-header tr td.client-name,
  .table-responsive > table > .simple-table-header tr > .col.client-name,
  .table-responsive > table > .simple-table-header > .row th.client-name,
  .table-responsive > table > .simple-table-header > .row td.client-name,
  .table-responsive > table > .simple-table-header > .row > .col.client-name,
  .table-responsive > table > .simple-table-body tr th.client-name,
  .table-responsive > table > .simple-table-body tr td.client-name,
  .table-responsive > table > .simple-table-body tr > .col.client-name,
  .table-responsive > table > .simple-table-body > .row th.client-name,
  .table-responsive > table > .simple-table-body > .row td.client-name,
  .table-responsive > table > .simple-table-body > .row > .col.client-name,
  .table-responsive > table > .simple-table-footer tr th.client-name,
  .table-responsive > table > .simple-table-footer tr td.client-name,
  .table-responsive > table > .simple-table-footer tr > .col.client-name,
  .table-responsive > table > .simple-table-footer > .row th.client-name,
  .table-responsive > table > .simple-table-footer > .row td.client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.client-name,
  .simple-table > thead tr th.client-name,
  .simple-table > thead tr td.client-name,
  .simple-table > thead tr > .col.client-name,
  .simple-table > thead > .row th.client-name,
  .simple-table > thead > .row td.client-name,
  .simple-table > thead > .row > .col.client-name,
  .simple-table > tbody tr th.client-name,
  .simple-table > tbody tr td.client-name,
  .simple-table > tbody tr > .col.client-name,
  .simple-table > tbody > .row th.client-name,
  .simple-table > tbody > .row td.client-name,
  .simple-table > tbody > .row > .col.client-name,
  .simple-table > .simple-table-header tr th.client-name,
  .simple-table > .simple-table-header tr td.client-name,
  .simple-table > .simple-table-header tr > .col.client-name,
  .simple-table > .simple-table-header > .row th.client-name,
  .simple-table > .simple-table-header > .row td.client-name,
  .simple-table > .simple-table-header > .row > .col.client-name,
  .simple-table > .simple-table-body tr th.client-name,
  .simple-table > .simple-table-body tr td.client-name,
  .simple-table > .simple-table-body tr > .col.client-name,
  .simple-table > .simple-table-body > .row th.client-name,
  .simple-table > .simple-table-body > .row td.client-name,
  .simple-table > .simple-table-body > .row > .col.client-name,
  .simple-table > .simple-table-footer tr th.client-name,
  .simple-table > .simple-table-footer tr td.client-name,
  .simple-table > .simple-table-footer tr > .col.client-name,
  .simple-table > .simple-table-footer > .row th.client-name,
  .simple-table > .simple-table-footer > .row td.client-name,
  .simple-table > .simple-table-footer > .row > .col.client-name {
    order: 0;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
  }
}
table.dataTable > thead tr th.client-contact-name,
table.dataTable > thead tr td.client-contact-name,
table.dataTable > thead tr > .col.client-contact-name,
table.dataTable > thead > .row th.client-contact-name,
table.dataTable > thead > .row td.client-contact-name,
table.dataTable > thead > .row > .col.client-contact-name,
table.dataTable > tbody tr th.client-contact-name,
table.dataTable > tbody tr td.client-contact-name,
table.dataTable > tbody tr > .col.client-contact-name,
table.dataTable > tbody > .row th.client-contact-name,
table.dataTable > tbody > .row td.client-contact-name,
table.dataTable > tbody > .row > .col.client-contact-name,
table.dataTable > .simple-table-header tr th.client-contact-name,
table.dataTable > .simple-table-header tr td.client-contact-name,
table.dataTable > .simple-table-header tr > .col.client-contact-name,
table.dataTable > .simple-table-header > .row th.client-contact-name,
table.dataTable > .simple-table-header > .row td.client-contact-name,
table.dataTable > .simple-table-header > .row > .col.client-contact-name,
table.dataTable > .simple-table-body tr th.client-contact-name,
table.dataTable > .simple-table-body tr td.client-contact-name,
table.dataTable > .simple-table-body tr > .col.client-contact-name,
table.dataTable > .simple-table-body > .row th.client-contact-name,
table.dataTable > .simple-table-body > .row td.client-contact-name,
table.dataTable > .simple-table-body > .row > .col.client-contact-name,
table.dataTable > .simple-table-footer tr th.client-contact-name,
table.dataTable > .simple-table-footer tr td.client-contact-name,
table.dataTable > .simple-table-footer tr > .col.client-contact-name,
table.dataTable > .simple-table-footer > .row th.client-contact-name,
table.dataTable > .simple-table-footer > .row td.client-contact-name,
table.dataTable > .simple-table-footer > .row > .col.client-contact-name,
.table-responsive > table > thead tr th.client-contact-name,
.table-responsive > table > thead tr td.client-contact-name,
.table-responsive > table > thead tr > .col.client-contact-name,
.table-responsive > table > thead > .row th.client-contact-name,
.table-responsive > table > thead > .row td.client-contact-name,
.table-responsive > table > thead > .row > .col.client-contact-name,
.table-responsive > table > tbody tr th.client-contact-name,
.table-responsive > table > tbody tr td.client-contact-name,
.table-responsive > table > tbody tr > .col.client-contact-name,
.table-responsive > table > tbody > .row th.client-contact-name,
.table-responsive > table > tbody > .row td.client-contact-name,
.table-responsive > table > tbody > .row > .col.client-contact-name,
.table-responsive > table > .simple-table-header tr th.client-contact-name,
.table-responsive > table > .simple-table-header tr td.client-contact-name,
.table-responsive > table > .simple-table-header tr > .col.client-contact-name,
.table-responsive > table > .simple-table-header > .row th.client-contact-name,
.table-responsive > table > .simple-table-header > .row td.client-contact-name,
.table-responsive > table > .simple-table-header > .row > .col.client-contact-name,
.table-responsive > table > .simple-table-body tr th.client-contact-name,
.table-responsive > table > .simple-table-body tr td.client-contact-name,
.table-responsive > table > .simple-table-body tr > .col.client-contact-name,
.table-responsive > table > .simple-table-body > .row th.client-contact-name,
.table-responsive > table > .simple-table-body > .row td.client-contact-name,
.table-responsive > table > .simple-table-body > .row > .col.client-contact-name,
.table-responsive > table > .simple-table-footer tr th.client-contact-name,
.table-responsive > table > .simple-table-footer tr td.client-contact-name,
.table-responsive > table > .simple-table-footer tr > .col.client-contact-name,
.table-responsive > table > .simple-table-footer > .row th.client-contact-name,
.table-responsive > table > .simple-table-footer > .row td.client-contact-name,
.table-responsive > table > .simple-table-footer > .row > .col.client-contact-name,
.simple-table > thead tr th.client-contact-name,
.simple-table > thead tr td.client-contact-name,
.simple-table > thead tr > .col.client-contact-name,
.simple-table > thead > .row th.client-contact-name,
.simple-table > thead > .row td.client-contact-name,
.simple-table > thead > .row > .col.client-contact-name,
.simple-table > tbody tr th.client-contact-name,
.simple-table > tbody tr td.client-contact-name,
.simple-table > tbody tr > .col.client-contact-name,
.simple-table > tbody > .row th.client-contact-name,
.simple-table > tbody > .row td.client-contact-name,
.simple-table > tbody > .row > .col.client-contact-name,
.simple-table > .simple-table-header tr th.client-contact-name,
.simple-table > .simple-table-header tr td.client-contact-name,
.simple-table > .simple-table-header tr > .col.client-contact-name,
.simple-table > .simple-table-header > .row th.client-contact-name,
.simple-table > .simple-table-header > .row td.client-contact-name,
.simple-table > .simple-table-header > .row > .col.client-contact-name,
.simple-table > .simple-table-body tr th.client-contact-name,
.simple-table > .simple-table-body tr td.client-contact-name,
.simple-table > .simple-table-body tr > .col.client-contact-name,
.simple-table > .simple-table-body > .row th.client-contact-name,
.simple-table > .simple-table-body > .row td.client-contact-name,
.simple-table > .simple-table-body > .row > .col.client-contact-name,
.simple-table > .simple-table-footer tr th.client-contact-name,
.simple-table > .simple-table-footer tr td.client-contact-name,
.simple-table > .simple-table-footer tr > .col.client-contact-name,
.simple-table > .simple-table-footer > .row th.client-contact-name,
.simple-table > .simple-table-footer > .row td.client-contact-name,
.simple-table > .simple-table-footer > .row > .col.client-contact-name {
  order: 0;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
  min-width: 280px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.client-contact-name,
  table.dataTable > thead tr td.client-contact-name,
  table.dataTable > thead tr > .col.client-contact-name,
  table.dataTable > thead > .row th.client-contact-name,
  table.dataTable > thead > .row td.client-contact-name,
  table.dataTable > thead > .row > .col.client-contact-name,
  table.dataTable > tbody tr th.client-contact-name,
  table.dataTable > tbody tr td.client-contact-name,
  table.dataTable > tbody tr > .col.client-contact-name,
  table.dataTable > tbody > .row th.client-contact-name,
  table.dataTable > tbody > .row td.client-contact-name,
  table.dataTable > tbody > .row > .col.client-contact-name,
  table.dataTable > .simple-table-header tr th.client-contact-name,
  table.dataTable > .simple-table-header tr td.client-contact-name,
  table.dataTable > .simple-table-header tr > .col.client-contact-name,
  table.dataTable > .simple-table-header > .row th.client-contact-name,
  table.dataTable > .simple-table-header > .row td.client-contact-name,
  table.dataTable > .simple-table-header > .row > .col.client-contact-name,
  table.dataTable > .simple-table-body tr th.client-contact-name,
  table.dataTable > .simple-table-body tr td.client-contact-name,
  table.dataTable > .simple-table-body tr > .col.client-contact-name,
  table.dataTable > .simple-table-body > .row th.client-contact-name,
  table.dataTable > .simple-table-body > .row td.client-contact-name,
  table.dataTable > .simple-table-body > .row > .col.client-contact-name,
  table.dataTable > .simple-table-footer tr th.client-contact-name,
  table.dataTable > .simple-table-footer tr td.client-contact-name,
  table.dataTable > .simple-table-footer tr > .col.client-contact-name,
  table.dataTable > .simple-table-footer > .row th.client-contact-name,
  table.dataTable > .simple-table-footer > .row td.client-contact-name,
  table.dataTable > .simple-table-footer > .row > .col.client-contact-name,
  .table-responsive > table > thead tr th.client-contact-name,
  .table-responsive > table > thead tr td.client-contact-name,
  .table-responsive > table > thead tr > .col.client-contact-name,
  .table-responsive > table > thead > .row th.client-contact-name,
  .table-responsive > table > thead > .row td.client-contact-name,
  .table-responsive > table > thead > .row > .col.client-contact-name,
  .table-responsive > table > tbody tr th.client-contact-name,
  .table-responsive > table > tbody tr td.client-contact-name,
  .table-responsive > table > tbody tr > .col.client-contact-name,
  .table-responsive > table > tbody > .row th.client-contact-name,
  .table-responsive > table > tbody > .row td.client-contact-name,
  .table-responsive > table > tbody > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-header tr th.client-contact-name,
  .table-responsive > table > .simple-table-header tr td.client-contact-name,
  .table-responsive > table > .simple-table-header tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-header > .row th.client-contact-name,
  .table-responsive > table > .simple-table-header > .row td.client-contact-name,
  .table-responsive > table > .simple-table-header > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-body tr th.client-contact-name,
  .table-responsive > table > .simple-table-body tr td.client-contact-name,
  .table-responsive > table > .simple-table-body tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-body > .row th.client-contact-name,
  .table-responsive > table > .simple-table-body > .row td.client-contact-name,
  .table-responsive > table > .simple-table-body > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-footer tr th.client-contact-name,
  .table-responsive > table > .simple-table-footer tr td.client-contact-name,
  .table-responsive > table > .simple-table-footer tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row th.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row td.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row > .col.client-contact-name,
  .simple-table > thead tr th.client-contact-name,
  .simple-table > thead tr td.client-contact-name,
  .simple-table > thead tr > .col.client-contact-name,
  .simple-table > thead > .row th.client-contact-name,
  .simple-table > thead > .row td.client-contact-name,
  .simple-table > thead > .row > .col.client-contact-name,
  .simple-table > tbody tr th.client-contact-name,
  .simple-table > tbody tr td.client-contact-name,
  .simple-table > tbody tr > .col.client-contact-name,
  .simple-table > tbody > .row th.client-contact-name,
  .simple-table > tbody > .row td.client-contact-name,
  .simple-table > tbody > .row > .col.client-contact-name,
  .simple-table > .simple-table-header tr th.client-contact-name,
  .simple-table > .simple-table-header tr td.client-contact-name,
  .simple-table > .simple-table-header tr > .col.client-contact-name,
  .simple-table > .simple-table-header > .row th.client-contact-name,
  .simple-table > .simple-table-header > .row td.client-contact-name,
  .simple-table > .simple-table-header > .row > .col.client-contact-name,
  .simple-table > .simple-table-body tr th.client-contact-name,
  .simple-table > .simple-table-body tr td.client-contact-name,
  .simple-table > .simple-table-body tr > .col.client-contact-name,
  .simple-table > .simple-table-body > .row th.client-contact-name,
  .simple-table > .simple-table-body > .row td.client-contact-name,
  .simple-table > .simple-table-body > .row > .col.client-contact-name,
  .simple-table > .simple-table-footer tr th.client-contact-name,
  .simple-table > .simple-table-footer tr td.client-contact-name,
  .simple-table > .simple-table-footer tr > .col.client-contact-name,
  .simple-table > .simple-table-footer > .row th.client-contact-name,
  .simple-table > .simple-table-footer > .row td.client-contact-name,
  .simple-table > .simple-table-footer > .row > .col.client-contact-name {
    order: 0;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.client-contact-name,
  table.dataTable > thead tr td.client-contact-name,
  table.dataTable > thead tr > .col.client-contact-name,
  table.dataTable > thead > .row th.client-contact-name,
  table.dataTable > thead > .row td.client-contact-name,
  table.dataTable > thead > .row > .col.client-contact-name,
  table.dataTable > tbody tr th.client-contact-name,
  table.dataTable > tbody tr td.client-contact-name,
  table.dataTable > tbody tr > .col.client-contact-name,
  table.dataTable > tbody > .row th.client-contact-name,
  table.dataTable > tbody > .row td.client-contact-name,
  table.dataTable > tbody > .row > .col.client-contact-name,
  table.dataTable > .simple-table-header tr th.client-contact-name,
  table.dataTable > .simple-table-header tr td.client-contact-name,
  table.dataTable > .simple-table-header tr > .col.client-contact-name,
  table.dataTable > .simple-table-header > .row th.client-contact-name,
  table.dataTable > .simple-table-header > .row td.client-contact-name,
  table.dataTable > .simple-table-header > .row > .col.client-contact-name,
  table.dataTable > .simple-table-body tr th.client-contact-name,
  table.dataTable > .simple-table-body tr td.client-contact-name,
  table.dataTable > .simple-table-body tr > .col.client-contact-name,
  table.dataTable > .simple-table-body > .row th.client-contact-name,
  table.dataTable > .simple-table-body > .row td.client-contact-name,
  table.dataTable > .simple-table-body > .row > .col.client-contact-name,
  table.dataTable > .simple-table-footer tr th.client-contact-name,
  table.dataTable > .simple-table-footer tr td.client-contact-name,
  table.dataTable > .simple-table-footer tr > .col.client-contact-name,
  table.dataTable > .simple-table-footer > .row th.client-contact-name,
  table.dataTable > .simple-table-footer > .row td.client-contact-name,
  table.dataTable > .simple-table-footer > .row > .col.client-contact-name,
  .table-responsive > table > thead tr th.client-contact-name,
  .table-responsive > table > thead tr td.client-contact-name,
  .table-responsive > table > thead tr > .col.client-contact-name,
  .table-responsive > table > thead > .row th.client-contact-name,
  .table-responsive > table > thead > .row td.client-contact-name,
  .table-responsive > table > thead > .row > .col.client-contact-name,
  .table-responsive > table > tbody tr th.client-contact-name,
  .table-responsive > table > tbody tr td.client-contact-name,
  .table-responsive > table > tbody tr > .col.client-contact-name,
  .table-responsive > table > tbody > .row th.client-contact-name,
  .table-responsive > table > tbody > .row td.client-contact-name,
  .table-responsive > table > tbody > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-header tr th.client-contact-name,
  .table-responsive > table > .simple-table-header tr td.client-contact-name,
  .table-responsive > table > .simple-table-header tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-header > .row th.client-contact-name,
  .table-responsive > table > .simple-table-header > .row td.client-contact-name,
  .table-responsive > table > .simple-table-header > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-body tr th.client-contact-name,
  .table-responsive > table > .simple-table-body tr td.client-contact-name,
  .table-responsive > table > .simple-table-body tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-body > .row th.client-contact-name,
  .table-responsive > table > .simple-table-body > .row td.client-contact-name,
  .table-responsive > table > .simple-table-body > .row > .col.client-contact-name,
  .table-responsive > table > .simple-table-footer tr th.client-contact-name,
  .table-responsive > table > .simple-table-footer tr td.client-contact-name,
  .table-responsive > table > .simple-table-footer tr > .col.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row th.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row td.client-contact-name,
  .table-responsive > table > .simple-table-footer > .row > .col.client-contact-name,
  .simple-table > thead tr th.client-contact-name,
  .simple-table > thead tr td.client-contact-name,
  .simple-table > thead tr > .col.client-contact-name,
  .simple-table > thead > .row th.client-contact-name,
  .simple-table > thead > .row td.client-contact-name,
  .simple-table > thead > .row > .col.client-contact-name,
  .simple-table > tbody tr th.client-contact-name,
  .simple-table > tbody tr td.client-contact-name,
  .simple-table > tbody tr > .col.client-contact-name,
  .simple-table > tbody > .row th.client-contact-name,
  .simple-table > tbody > .row td.client-contact-name,
  .simple-table > tbody > .row > .col.client-contact-name,
  .simple-table > .simple-table-header tr th.client-contact-name,
  .simple-table > .simple-table-header tr td.client-contact-name,
  .simple-table > .simple-table-header tr > .col.client-contact-name,
  .simple-table > .simple-table-header > .row th.client-contact-name,
  .simple-table > .simple-table-header > .row td.client-contact-name,
  .simple-table > .simple-table-header > .row > .col.client-contact-name,
  .simple-table > .simple-table-body tr th.client-contact-name,
  .simple-table > .simple-table-body tr td.client-contact-name,
  .simple-table > .simple-table-body tr > .col.client-contact-name,
  .simple-table > .simple-table-body > .row th.client-contact-name,
  .simple-table > .simple-table-body > .row td.client-contact-name,
  .simple-table > .simple-table-body > .row > .col.client-contact-name,
  .simple-table > .simple-table-footer tr th.client-contact-name,
  .simple-table > .simple-table-footer tr td.client-contact-name,
  .simple-table > .simple-table-footer tr > .col.client-contact-name,
  .simple-table > .simple-table-footer > .row th.client-contact-name,
  .simple-table > .simple-table-footer > .row td.client-contact-name,
  .simple-table > .simple-table-footer > .row > .col.client-contact-name {
    order: 0;
    flex: 0 0 140px;
    max-width: 140px;
    width: 140px;
    min-width: 140px;
  }
}
table.dataTable > thead tr th.client-contact-email,
table.dataTable > thead tr td.client-contact-email,
table.dataTable > thead tr > .col.client-contact-email,
table.dataTable > thead > .row th.client-contact-email,
table.dataTable > thead > .row td.client-contact-email,
table.dataTable > thead > .row > .col.client-contact-email,
table.dataTable > tbody tr th.client-contact-email,
table.dataTable > tbody tr td.client-contact-email,
table.dataTable > tbody tr > .col.client-contact-email,
table.dataTable > tbody > .row th.client-contact-email,
table.dataTable > tbody > .row td.client-contact-email,
table.dataTable > tbody > .row > .col.client-contact-email,
table.dataTable > .simple-table-header tr th.client-contact-email,
table.dataTable > .simple-table-header tr td.client-contact-email,
table.dataTable > .simple-table-header tr > .col.client-contact-email,
table.dataTable > .simple-table-header > .row th.client-contact-email,
table.dataTable > .simple-table-header > .row td.client-contact-email,
table.dataTable > .simple-table-header > .row > .col.client-contact-email,
table.dataTable > .simple-table-body tr th.client-contact-email,
table.dataTable > .simple-table-body tr td.client-contact-email,
table.dataTable > .simple-table-body tr > .col.client-contact-email,
table.dataTable > .simple-table-body > .row th.client-contact-email,
table.dataTable > .simple-table-body > .row td.client-contact-email,
table.dataTable > .simple-table-body > .row > .col.client-contact-email,
table.dataTable > .simple-table-footer tr th.client-contact-email,
table.dataTable > .simple-table-footer tr td.client-contact-email,
table.dataTable > .simple-table-footer tr > .col.client-contact-email,
table.dataTable > .simple-table-footer > .row th.client-contact-email,
table.dataTable > .simple-table-footer > .row td.client-contact-email,
table.dataTable > .simple-table-footer > .row > .col.client-contact-email,
.table-responsive > table > thead tr th.client-contact-email,
.table-responsive > table > thead tr td.client-contact-email,
.table-responsive > table > thead tr > .col.client-contact-email,
.table-responsive > table > thead > .row th.client-contact-email,
.table-responsive > table > thead > .row td.client-contact-email,
.table-responsive > table > thead > .row > .col.client-contact-email,
.table-responsive > table > tbody tr th.client-contact-email,
.table-responsive > table > tbody tr td.client-contact-email,
.table-responsive > table > tbody tr > .col.client-contact-email,
.table-responsive > table > tbody > .row th.client-contact-email,
.table-responsive > table > tbody > .row td.client-contact-email,
.table-responsive > table > tbody > .row > .col.client-contact-email,
.table-responsive > table > .simple-table-header tr th.client-contact-email,
.table-responsive > table > .simple-table-header tr td.client-contact-email,
.table-responsive > table > .simple-table-header tr > .col.client-contact-email,
.table-responsive > table > .simple-table-header > .row th.client-contact-email,
.table-responsive > table > .simple-table-header > .row td.client-contact-email,
.table-responsive > table > .simple-table-header > .row > .col.client-contact-email,
.table-responsive > table > .simple-table-body tr th.client-contact-email,
.table-responsive > table > .simple-table-body tr td.client-contact-email,
.table-responsive > table > .simple-table-body tr > .col.client-contact-email,
.table-responsive > table > .simple-table-body > .row th.client-contact-email,
.table-responsive > table > .simple-table-body > .row td.client-contact-email,
.table-responsive > table > .simple-table-body > .row > .col.client-contact-email,
.table-responsive > table > .simple-table-footer tr th.client-contact-email,
.table-responsive > table > .simple-table-footer tr td.client-contact-email,
.table-responsive > table > .simple-table-footer tr > .col.client-contact-email,
.table-responsive > table > .simple-table-footer > .row th.client-contact-email,
.table-responsive > table > .simple-table-footer > .row td.client-contact-email,
.table-responsive > table > .simple-table-footer > .row > .col.client-contact-email,
.simple-table > thead tr th.client-contact-email,
.simple-table > thead tr td.client-contact-email,
.simple-table > thead tr > .col.client-contact-email,
.simple-table > thead > .row th.client-contact-email,
.simple-table > thead > .row td.client-contact-email,
.simple-table > thead > .row > .col.client-contact-email,
.simple-table > tbody tr th.client-contact-email,
.simple-table > tbody tr td.client-contact-email,
.simple-table > tbody tr > .col.client-contact-email,
.simple-table > tbody > .row th.client-contact-email,
.simple-table > tbody > .row td.client-contact-email,
.simple-table > tbody > .row > .col.client-contact-email,
.simple-table > .simple-table-header tr th.client-contact-email,
.simple-table > .simple-table-header tr td.client-contact-email,
.simple-table > .simple-table-header tr > .col.client-contact-email,
.simple-table > .simple-table-header > .row th.client-contact-email,
.simple-table > .simple-table-header > .row td.client-contact-email,
.simple-table > .simple-table-header > .row > .col.client-contact-email,
.simple-table > .simple-table-body tr th.client-contact-email,
.simple-table > .simple-table-body tr td.client-contact-email,
.simple-table > .simple-table-body tr > .col.client-contact-email,
.simple-table > .simple-table-body > .row th.client-contact-email,
.simple-table > .simple-table-body > .row td.client-contact-email,
.simple-table > .simple-table-body > .row > .col.client-contact-email,
.simple-table > .simple-table-footer tr th.client-contact-email,
.simple-table > .simple-table-footer tr td.client-contact-email,
.simple-table > .simple-table-footer tr > .col.client-contact-email,
.simple-table > .simple-table-footer > .row th.client-contact-email,
.simple-table > .simple-table-footer > .row td.client-contact-email,
.simple-table > .simple-table-footer > .row > .col.client-contact-email {
  order: 0;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  min-width: 240px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.client-contact-email,
  table.dataTable > thead tr td.client-contact-email,
  table.dataTable > thead tr > .col.client-contact-email,
  table.dataTable > thead > .row th.client-contact-email,
  table.dataTable > thead > .row td.client-contact-email,
  table.dataTable > thead > .row > .col.client-contact-email,
  table.dataTable > tbody tr th.client-contact-email,
  table.dataTable > tbody tr td.client-contact-email,
  table.dataTable > tbody tr > .col.client-contact-email,
  table.dataTable > tbody > .row th.client-contact-email,
  table.dataTable > tbody > .row td.client-contact-email,
  table.dataTable > tbody > .row > .col.client-contact-email,
  table.dataTable > .simple-table-header tr th.client-contact-email,
  table.dataTable > .simple-table-header tr td.client-contact-email,
  table.dataTable > .simple-table-header tr > .col.client-contact-email,
  table.dataTable > .simple-table-header > .row th.client-contact-email,
  table.dataTable > .simple-table-header > .row td.client-contact-email,
  table.dataTable > .simple-table-header > .row > .col.client-contact-email,
  table.dataTable > .simple-table-body tr th.client-contact-email,
  table.dataTable > .simple-table-body tr td.client-contact-email,
  table.dataTable > .simple-table-body tr > .col.client-contact-email,
  table.dataTable > .simple-table-body > .row th.client-contact-email,
  table.dataTable > .simple-table-body > .row td.client-contact-email,
  table.dataTable > .simple-table-body > .row > .col.client-contact-email,
  table.dataTable > .simple-table-footer tr th.client-contact-email,
  table.dataTable > .simple-table-footer tr td.client-contact-email,
  table.dataTable > .simple-table-footer tr > .col.client-contact-email,
  table.dataTable > .simple-table-footer > .row th.client-contact-email,
  table.dataTable > .simple-table-footer > .row td.client-contact-email,
  table.dataTable > .simple-table-footer > .row > .col.client-contact-email,
  .table-responsive > table > thead tr th.client-contact-email,
  .table-responsive > table > thead tr td.client-contact-email,
  .table-responsive > table > thead tr > .col.client-contact-email,
  .table-responsive > table > thead > .row th.client-contact-email,
  .table-responsive > table > thead > .row td.client-contact-email,
  .table-responsive > table > thead > .row > .col.client-contact-email,
  .table-responsive > table > tbody tr th.client-contact-email,
  .table-responsive > table > tbody tr td.client-contact-email,
  .table-responsive > table > tbody tr > .col.client-contact-email,
  .table-responsive > table > tbody > .row th.client-contact-email,
  .table-responsive > table > tbody > .row td.client-contact-email,
  .table-responsive > table > tbody > .row > .col.client-contact-email,
  .table-responsive > table > .simple-table-header tr th.client-contact-email,
  .table-responsive > table > .simple-table-header tr td.client-contact-email,
  .table-responsive > table > .simple-table-header tr > .col.client-contact-email,
  .table-responsive > table > .simple-table-header > .row th.client-contact-email,
  .table-responsive > table > .simple-table-header > .row td.client-contact-email,
  .table-responsive > table > .simple-table-header > .row > .col.client-contact-email,
  .table-responsive > table > .simple-table-body tr th.client-contact-email,
  .table-responsive > table > .simple-table-body tr td.client-contact-email,
  .table-responsive > table > .simple-table-body tr > .col.client-contact-email,
  .table-responsive > table > .simple-table-body > .row th.client-contact-email,
  .table-responsive > table > .simple-table-body > .row td.client-contact-email,
  .table-responsive > table > .simple-table-body > .row > .col.client-contact-email,
  .table-responsive > table > .simple-table-footer tr th.client-contact-email,
  .table-responsive > table > .simple-table-footer tr td.client-contact-email,
  .table-responsive > table > .simple-table-footer tr > .col.client-contact-email,
  .table-responsive > table > .simple-table-footer > .row th.client-contact-email,
  .table-responsive > table > .simple-table-footer > .row td.client-contact-email,
  .table-responsive > table > .simple-table-footer > .row > .col.client-contact-email,
  .simple-table > thead tr th.client-contact-email,
  .simple-table > thead tr td.client-contact-email,
  .simple-table > thead tr > .col.client-contact-email,
  .simple-table > thead > .row th.client-contact-email,
  .simple-table > thead > .row td.client-contact-email,
  .simple-table > thead > .row > .col.client-contact-email,
  .simple-table > tbody tr th.client-contact-email,
  .simple-table > tbody tr td.client-contact-email,
  .simple-table > tbody tr > .col.client-contact-email,
  .simple-table > tbody > .row th.client-contact-email,
  .simple-table > tbody > .row td.client-contact-email,
  .simple-table > tbody > .row > .col.client-contact-email,
  .simple-table > .simple-table-header tr th.client-contact-email,
  .simple-table > .simple-table-header tr td.client-contact-email,
  .simple-table > .simple-table-header tr > .col.client-contact-email,
  .simple-table > .simple-table-header > .row th.client-contact-email,
  .simple-table > .simple-table-header > .row td.client-contact-email,
  .simple-table > .simple-table-header > .row > .col.client-contact-email,
  .simple-table > .simple-table-body tr th.client-contact-email,
  .simple-table > .simple-table-body tr td.client-contact-email,
  .simple-table > .simple-table-body tr > .col.client-contact-email,
  .simple-table > .simple-table-body > .row th.client-contact-email,
  .simple-table > .simple-table-body > .row td.client-contact-email,
  .simple-table > .simple-table-body > .row > .col.client-contact-email,
  .simple-table > .simple-table-footer tr th.client-contact-email,
  .simple-table > .simple-table-footer tr td.client-contact-email,
  .simple-table > .simple-table-footer tr > .col.client-contact-email,
  .simple-table > .simple-table-footer > .row th.client-contact-email,
  .simple-table > .simple-table-footer > .row td.client-contact-email,
  .simple-table > .simple-table-footer > .row > .col.client-contact-email {
    order: 0;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }
}
table.dataTable > thead tr th.client-address,
table.dataTable > thead tr td.client-address,
table.dataTable > thead tr > .col.client-address,
table.dataTable > thead > .row th.client-address,
table.dataTable > thead > .row td.client-address,
table.dataTable > thead > .row > .col.client-address,
table.dataTable > tbody tr th.client-address,
table.dataTable > tbody tr td.client-address,
table.dataTable > tbody tr > .col.client-address,
table.dataTable > tbody > .row th.client-address,
table.dataTable > tbody > .row td.client-address,
table.dataTable > tbody > .row > .col.client-address,
table.dataTable > .simple-table-header tr th.client-address,
table.dataTable > .simple-table-header tr td.client-address,
table.dataTable > .simple-table-header tr > .col.client-address,
table.dataTable > .simple-table-header > .row th.client-address,
table.dataTable > .simple-table-header > .row td.client-address,
table.dataTable > .simple-table-header > .row > .col.client-address,
table.dataTable > .simple-table-body tr th.client-address,
table.dataTable > .simple-table-body tr td.client-address,
table.dataTable > .simple-table-body tr > .col.client-address,
table.dataTable > .simple-table-body > .row th.client-address,
table.dataTable > .simple-table-body > .row td.client-address,
table.dataTable > .simple-table-body > .row > .col.client-address,
table.dataTable > .simple-table-footer tr th.client-address,
table.dataTable > .simple-table-footer tr td.client-address,
table.dataTable > .simple-table-footer tr > .col.client-address,
table.dataTable > .simple-table-footer > .row th.client-address,
table.dataTable > .simple-table-footer > .row td.client-address,
table.dataTable > .simple-table-footer > .row > .col.client-address,
.table-responsive > table > thead tr th.client-address,
.table-responsive > table > thead tr td.client-address,
.table-responsive > table > thead tr > .col.client-address,
.table-responsive > table > thead > .row th.client-address,
.table-responsive > table > thead > .row td.client-address,
.table-responsive > table > thead > .row > .col.client-address,
.table-responsive > table > tbody tr th.client-address,
.table-responsive > table > tbody tr td.client-address,
.table-responsive > table > tbody tr > .col.client-address,
.table-responsive > table > tbody > .row th.client-address,
.table-responsive > table > tbody > .row td.client-address,
.table-responsive > table > tbody > .row > .col.client-address,
.table-responsive > table > .simple-table-header tr th.client-address,
.table-responsive > table > .simple-table-header tr td.client-address,
.table-responsive > table > .simple-table-header tr > .col.client-address,
.table-responsive > table > .simple-table-header > .row th.client-address,
.table-responsive > table > .simple-table-header > .row td.client-address,
.table-responsive > table > .simple-table-header > .row > .col.client-address,
.table-responsive > table > .simple-table-body tr th.client-address,
.table-responsive > table > .simple-table-body tr td.client-address,
.table-responsive > table > .simple-table-body tr > .col.client-address,
.table-responsive > table > .simple-table-body > .row th.client-address,
.table-responsive > table > .simple-table-body > .row td.client-address,
.table-responsive > table > .simple-table-body > .row > .col.client-address,
.table-responsive > table > .simple-table-footer tr th.client-address,
.table-responsive > table > .simple-table-footer tr td.client-address,
.table-responsive > table > .simple-table-footer tr > .col.client-address,
.table-responsive > table > .simple-table-footer > .row th.client-address,
.table-responsive > table > .simple-table-footer > .row td.client-address,
.table-responsive > table > .simple-table-footer > .row > .col.client-address,
.simple-table > thead tr th.client-address,
.simple-table > thead tr td.client-address,
.simple-table > thead tr > .col.client-address,
.simple-table > thead > .row th.client-address,
.simple-table > thead > .row td.client-address,
.simple-table > thead > .row > .col.client-address,
.simple-table > tbody tr th.client-address,
.simple-table > tbody tr td.client-address,
.simple-table > tbody tr > .col.client-address,
.simple-table > tbody > .row th.client-address,
.simple-table > tbody > .row td.client-address,
.simple-table > tbody > .row > .col.client-address,
.simple-table > .simple-table-header tr th.client-address,
.simple-table > .simple-table-header tr td.client-address,
.simple-table > .simple-table-header tr > .col.client-address,
.simple-table > .simple-table-header > .row th.client-address,
.simple-table > .simple-table-header > .row td.client-address,
.simple-table > .simple-table-header > .row > .col.client-address,
.simple-table > .simple-table-body tr th.client-address,
.simple-table > .simple-table-body tr td.client-address,
.simple-table > .simple-table-body tr > .col.client-address,
.simple-table > .simple-table-body > .row th.client-address,
.simple-table > .simple-table-body > .row td.client-address,
.simple-table > .simple-table-body > .row > .col.client-address,
.simple-table > .simple-table-footer tr th.client-address,
.simple-table > .simple-table-footer tr td.client-address,
.simple-table > .simple-table-footer tr > .col.client-address,
.simple-table > .simple-table-footer > .row th.client-address,
.simple-table > .simple-table-footer > .row td.client-address,
.simple-table > .simple-table-footer > .row > .col.client-address {
  order: 0;
  flex: 0 0 360px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.client-address,
  table.dataTable > thead tr td.client-address,
  table.dataTable > thead tr > .col.client-address,
  table.dataTable > thead > .row th.client-address,
  table.dataTable > thead > .row td.client-address,
  table.dataTable > thead > .row > .col.client-address,
  table.dataTable > tbody tr th.client-address,
  table.dataTable > tbody tr td.client-address,
  table.dataTable > tbody tr > .col.client-address,
  table.dataTable > tbody > .row th.client-address,
  table.dataTable > tbody > .row td.client-address,
  table.dataTable > tbody > .row > .col.client-address,
  table.dataTable > .simple-table-header tr th.client-address,
  table.dataTable > .simple-table-header tr td.client-address,
  table.dataTable > .simple-table-header tr > .col.client-address,
  table.dataTable > .simple-table-header > .row th.client-address,
  table.dataTable > .simple-table-header > .row td.client-address,
  table.dataTable > .simple-table-header > .row > .col.client-address,
  table.dataTable > .simple-table-body tr th.client-address,
  table.dataTable > .simple-table-body tr td.client-address,
  table.dataTable > .simple-table-body tr > .col.client-address,
  table.dataTable > .simple-table-body > .row th.client-address,
  table.dataTable > .simple-table-body > .row td.client-address,
  table.dataTable > .simple-table-body > .row > .col.client-address,
  table.dataTable > .simple-table-footer tr th.client-address,
  table.dataTable > .simple-table-footer tr td.client-address,
  table.dataTable > .simple-table-footer tr > .col.client-address,
  table.dataTable > .simple-table-footer > .row th.client-address,
  table.dataTable > .simple-table-footer > .row td.client-address,
  table.dataTable > .simple-table-footer > .row > .col.client-address,
  .table-responsive > table > thead tr th.client-address,
  .table-responsive > table > thead tr td.client-address,
  .table-responsive > table > thead tr > .col.client-address,
  .table-responsive > table > thead > .row th.client-address,
  .table-responsive > table > thead > .row td.client-address,
  .table-responsive > table > thead > .row > .col.client-address,
  .table-responsive > table > tbody tr th.client-address,
  .table-responsive > table > tbody tr td.client-address,
  .table-responsive > table > tbody tr > .col.client-address,
  .table-responsive > table > tbody > .row th.client-address,
  .table-responsive > table > tbody > .row td.client-address,
  .table-responsive > table > tbody > .row > .col.client-address,
  .table-responsive > table > .simple-table-header tr th.client-address,
  .table-responsive > table > .simple-table-header tr td.client-address,
  .table-responsive > table > .simple-table-header tr > .col.client-address,
  .table-responsive > table > .simple-table-header > .row th.client-address,
  .table-responsive > table > .simple-table-header > .row td.client-address,
  .table-responsive > table > .simple-table-header > .row > .col.client-address,
  .table-responsive > table > .simple-table-body tr th.client-address,
  .table-responsive > table > .simple-table-body tr td.client-address,
  .table-responsive > table > .simple-table-body tr > .col.client-address,
  .table-responsive > table > .simple-table-body > .row th.client-address,
  .table-responsive > table > .simple-table-body > .row td.client-address,
  .table-responsive > table > .simple-table-body > .row > .col.client-address,
  .table-responsive > table > .simple-table-footer tr th.client-address,
  .table-responsive > table > .simple-table-footer tr td.client-address,
  .table-responsive > table > .simple-table-footer tr > .col.client-address,
  .table-responsive > table > .simple-table-footer > .row th.client-address,
  .table-responsive > table > .simple-table-footer > .row td.client-address,
  .table-responsive > table > .simple-table-footer > .row > .col.client-address,
  .simple-table > thead tr th.client-address,
  .simple-table > thead tr td.client-address,
  .simple-table > thead tr > .col.client-address,
  .simple-table > thead > .row th.client-address,
  .simple-table > thead > .row td.client-address,
  .simple-table > thead > .row > .col.client-address,
  .simple-table > tbody tr th.client-address,
  .simple-table > tbody tr td.client-address,
  .simple-table > tbody tr > .col.client-address,
  .simple-table > tbody > .row th.client-address,
  .simple-table > tbody > .row td.client-address,
  .simple-table > tbody > .row > .col.client-address,
  .simple-table > .simple-table-header tr th.client-address,
  .simple-table > .simple-table-header tr td.client-address,
  .simple-table > .simple-table-header tr > .col.client-address,
  .simple-table > .simple-table-header > .row th.client-address,
  .simple-table > .simple-table-header > .row td.client-address,
  .simple-table > .simple-table-header > .row > .col.client-address,
  .simple-table > .simple-table-body tr th.client-address,
  .simple-table > .simple-table-body tr td.client-address,
  .simple-table > .simple-table-body tr > .col.client-address,
  .simple-table > .simple-table-body > .row th.client-address,
  .simple-table > .simple-table-body > .row td.client-address,
  .simple-table > .simple-table-body > .row > .col.client-address,
  .simple-table > .simple-table-footer tr th.client-address,
  .simple-table > .simple-table-footer tr td.client-address,
  .simple-table > .simple-table-footer tr > .col.client-address,
  .simple-table > .simple-table-footer > .row th.client-address,
  .simple-table > .simple-table-footer > .row td.client-address,
  .simple-table > .simple-table-footer > .row > .col.client-address {
    order: 0;
    flex: 0 0 240px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.client-address,
  table.dataTable > thead tr td.client-address,
  table.dataTable > thead tr > .col.client-address,
  table.dataTable > thead > .row th.client-address,
  table.dataTable > thead > .row td.client-address,
  table.dataTable > thead > .row > .col.client-address,
  table.dataTable > tbody tr th.client-address,
  table.dataTable > tbody tr td.client-address,
  table.dataTable > tbody tr > .col.client-address,
  table.dataTable > tbody > .row th.client-address,
  table.dataTable > tbody > .row td.client-address,
  table.dataTable > tbody > .row > .col.client-address,
  table.dataTable > .simple-table-header tr th.client-address,
  table.dataTable > .simple-table-header tr td.client-address,
  table.dataTable > .simple-table-header tr > .col.client-address,
  table.dataTable > .simple-table-header > .row th.client-address,
  table.dataTable > .simple-table-header > .row td.client-address,
  table.dataTable > .simple-table-header > .row > .col.client-address,
  table.dataTable > .simple-table-body tr th.client-address,
  table.dataTable > .simple-table-body tr td.client-address,
  table.dataTable > .simple-table-body tr > .col.client-address,
  table.dataTable > .simple-table-body > .row th.client-address,
  table.dataTable > .simple-table-body > .row td.client-address,
  table.dataTable > .simple-table-body > .row > .col.client-address,
  table.dataTable > .simple-table-footer tr th.client-address,
  table.dataTable > .simple-table-footer tr td.client-address,
  table.dataTable > .simple-table-footer tr > .col.client-address,
  table.dataTable > .simple-table-footer > .row th.client-address,
  table.dataTable > .simple-table-footer > .row td.client-address,
  table.dataTable > .simple-table-footer > .row > .col.client-address,
  .table-responsive > table > thead tr th.client-address,
  .table-responsive > table > thead tr td.client-address,
  .table-responsive > table > thead tr > .col.client-address,
  .table-responsive > table > thead > .row th.client-address,
  .table-responsive > table > thead > .row td.client-address,
  .table-responsive > table > thead > .row > .col.client-address,
  .table-responsive > table > tbody tr th.client-address,
  .table-responsive > table > tbody tr td.client-address,
  .table-responsive > table > tbody tr > .col.client-address,
  .table-responsive > table > tbody > .row th.client-address,
  .table-responsive > table > tbody > .row td.client-address,
  .table-responsive > table > tbody > .row > .col.client-address,
  .table-responsive > table > .simple-table-header tr th.client-address,
  .table-responsive > table > .simple-table-header tr td.client-address,
  .table-responsive > table > .simple-table-header tr > .col.client-address,
  .table-responsive > table > .simple-table-header > .row th.client-address,
  .table-responsive > table > .simple-table-header > .row td.client-address,
  .table-responsive > table > .simple-table-header > .row > .col.client-address,
  .table-responsive > table > .simple-table-body tr th.client-address,
  .table-responsive > table > .simple-table-body tr td.client-address,
  .table-responsive > table > .simple-table-body tr > .col.client-address,
  .table-responsive > table > .simple-table-body > .row th.client-address,
  .table-responsive > table > .simple-table-body > .row td.client-address,
  .table-responsive > table > .simple-table-body > .row > .col.client-address,
  .table-responsive > table > .simple-table-footer tr th.client-address,
  .table-responsive > table > .simple-table-footer tr td.client-address,
  .table-responsive > table > .simple-table-footer tr > .col.client-address,
  .table-responsive > table > .simple-table-footer > .row th.client-address,
  .table-responsive > table > .simple-table-footer > .row td.client-address,
  .table-responsive > table > .simple-table-footer > .row > .col.client-address,
  .simple-table > thead tr th.client-address,
  .simple-table > thead tr td.client-address,
  .simple-table > thead tr > .col.client-address,
  .simple-table > thead > .row th.client-address,
  .simple-table > thead > .row td.client-address,
  .simple-table > thead > .row > .col.client-address,
  .simple-table > tbody tr th.client-address,
  .simple-table > tbody tr td.client-address,
  .simple-table > tbody tr > .col.client-address,
  .simple-table > tbody > .row th.client-address,
  .simple-table > tbody > .row td.client-address,
  .simple-table > tbody > .row > .col.client-address,
  .simple-table > .simple-table-header tr th.client-address,
  .simple-table > .simple-table-header tr td.client-address,
  .simple-table > .simple-table-header tr > .col.client-address,
  .simple-table > .simple-table-header > .row th.client-address,
  .simple-table > .simple-table-header > .row td.client-address,
  .simple-table > .simple-table-header > .row > .col.client-address,
  .simple-table > .simple-table-body tr th.client-address,
  .simple-table > .simple-table-body tr td.client-address,
  .simple-table > .simple-table-body tr > .col.client-address,
  .simple-table > .simple-table-body > .row th.client-address,
  .simple-table > .simple-table-body > .row td.client-address,
  .simple-table > .simple-table-body > .row > .col.client-address,
  .simple-table > .simple-table-footer tr th.client-address,
  .simple-table > .simple-table-footer tr td.client-address,
  .simple-table > .simple-table-footer tr > .col.client-address,
  .simple-table > .simple-table-footer > .row th.client-address,
  .simple-table > .simple-table-footer > .row td.client-address,
  .simple-table > .simple-table-footer > .row > .col.client-address {
    display: none !important;
  }
}
table.dataTable > thead tr th.client-client-type,
table.dataTable > thead tr td.client-client-type,
table.dataTable > thead tr > .col.client-client-type,
table.dataTable > thead > .row th.client-client-type,
table.dataTable > thead > .row td.client-client-type,
table.dataTable > thead > .row > .col.client-client-type,
table.dataTable > tbody tr th.client-client-type,
table.dataTable > tbody tr td.client-client-type,
table.dataTable > tbody tr > .col.client-client-type,
table.dataTable > tbody > .row th.client-client-type,
table.dataTable > tbody > .row td.client-client-type,
table.dataTable > tbody > .row > .col.client-client-type,
table.dataTable > .simple-table-header tr th.client-client-type,
table.dataTable > .simple-table-header tr td.client-client-type,
table.dataTable > .simple-table-header tr > .col.client-client-type,
table.dataTable > .simple-table-header > .row th.client-client-type,
table.dataTable > .simple-table-header > .row td.client-client-type,
table.dataTable > .simple-table-header > .row > .col.client-client-type,
table.dataTable > .simple-table-body tr th.client-client-type,
table.dataTable > .simple-table-body tr td.client-client-type,
table.dataTable > .simple-table-body tr > .col.client-client-type,
table.dataTable > .simple-table-body > .row th.client-client-type,
table.dataTable > .simple-table-body > .row td.client-client-type,
table.dataTable > .simple-table-body > .row > .col.client-client-type,
table.dataTable > .simple-table-footer tr th.client-client-type,
table.dataTable > .simple-table-footer tr td.client-client-type,
table.dataTable > .simple-table-footer tr > .col.client-client-type,
table.dataTable > .simple-table-footer > .row th.client-client-type,
table.dataTable > .simple-table-footer > .row td.client-client-type,
table.dataTable > .simple-table-footer > .row > .col.client-client-type,
.table-responsive > table > thead tr th.client-client-type,
.table-responsive > table > thead tr td.client-client-type,
.table-responsive > table > thead tr > .col.client-client-type,
.table-responsive > table > thead > .row th.client-client-type,
.table-responsive > table > thead > .row td.client-client-type,
.table-responsive > table > thead > .row > .col.client-client-type,
.table-responsive > table > tbody tr th.client-client-type,
.table-responsive > table > tbody tr td.client-client-type,
.table-responsive > table > tbody tr > .col.client-client-type,
.table-responsive > table > tbody > .row th.client-client-type,
.table-responsive > table > tbody > .row td.client-client-type,
.table-responsive > table > tbody > .row > .col.client-client-type,
.table-responsive > table > .simple-table-header tr th.client-client-type,
.table-responsive > table > .simple-table-header tr td.client-client-type,
.table-responsive > table > .simple-table-header tr > .col.client-client-type,
.table-responsive > table > .simple-table-header > .row th.client-client-type,
.table-responsive > table > .simple-table-header > .row td.client-client-type,
.table-responsive > table > .simple-table-header > .row > .col.client-client-type,
.table-responsive > table > .simple-table-body tr th.client-client-type,
.table-responsive > table > .simple-table-body tr td.client-client-type,
.table-responsive > table > .simple-table-body tr > .col.client-client-type,
.table-responsive > table > .simple-table-body > .row th.client-client-type,
.table-responsive > table > .simple-table-body > .row td.client-client-type,
.table-responsive > table > .simple-table-body > .row > .col.client-client-type,
.table-responsive > table > .simple-table-footer tr th.client-client-type,
.table-responsive > table > .simple-table-footer tr td.client-client-type,
.table-responsive > table > .simple-table-footer tr > .col.client-client-type,
.table-responsive > table > .simple-table-footer > .row th.client-client-type,
.table-responsive > table > .simple-table-footer > .row td.client-client-type,
.table-responsive > table > .simple-table-footer > .row > .col.client-client-type,
.simple-table > thead tr th.client-client-type,
.simple-table > thead tr td.client-client-type,
.simple-table > thead tr > .col.client-client-type,
.simple-table > thead > .row th.client-client-type,
.simple-table > thead > .row td.client-client-type,
.simple-table > thead > .row > .col.client-client-type,
.simple-table > tbody tr th.client-client-type,
.simple-table > tbody tr td.client-client-type,
.simple-table > tbody tr > .col.client-client-type,
.simple-table > tbody > .row th.client-client-type,
.simple-table > tbody > .row td.client-client-type,
.simple-table > tbody > .row > .col.client-client-type,
.simple-table > .simple-table-header tr th.client-client-type,
.simple-table > .simple-table-header tr td.client-client-type,
.simple-table > .simple-table-header tr > .col.client-client-type,
.simple-table > .simple-table-header > .row th.client-client-type,
.simple-table > .simple-table-header > .row td.client-client-type,
.simple-table > .simple-table-header > .row > .col.client-client-type,
.simple-table > .simple-table-body tr th.client-client-type,
.simple-table > .simple-table-body tr td.client-client-type,
.simple-table > .simple-table-body tr > .col.client-client-type,
.simple-table > .simple-table-body > .row th.client-client-type,
.simple-table > .simple-table-body > .row td.client-client-type,
.simple-table > .simple-table-body > .row > .col.client-client-type,
.simple-table > .simple-table-footer tr th.client-client-type,
.simple-table > .simple-table-footer tr td.client-client-type,
.simple-table > .simple-table-footer tr > .col.client-client-type,
.simple-table > .simple-table-footer > .row th.client-client-type,
.simple-table > .simple-table-footer > .row td.client-client-type,
.simple-table > .simple-table-footer > .row > .col.client-client-type {
  order: 0;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}
table.dataTable > thead tr th.contact-name,
table.dataTable > thead tr td.contact-name,
table.dataTable > thead tr > .col.contact-name,
table.dataTable > thead > .row th.contact-name,
table.dataTable > thead > .row td.contact-name,
table.dataTable > thead > .row > .col.contact-name,
table.dataTable > tbody tr th.contact-name,
table.dataTable > tbody tr td.contact-name,
table.dataTable > tbody tr > .col.contact-name,
table.dataTable > tbody > .row th.contact-name,
table.dataTable > tbody > .row td.contact-name,
table.dataTable > tbody > .row > .col.contact-name,
table.dataTable > .simple-table-header tr th.contact-name,
table.dataTable > .simple-table-header tr td.contact-name,
table.dataTable > .simple-table-header tr > .col.contact-name,
table.dataTable > .simple-table-header > .row th.contact-name,
table.dataTable > .simple-table-header > .row td.contact-name,
table.dataTable > .simple-table-header > .row > .col.contact-name,
table.dataTable > .simple-table-body tr th.contact-name,
table.dataTable > .simple-table-body tr td.contact-name,
table.dataTable > .simple-table-body tr > .col.contact-name,
table.dataTable > .simple-table-body > .row th.contact-name,
table.dataTable > .simple-table-body > .row td.contact-name,
table.dataTable > .simple-table-body > .row > .col.contact-name,
table.dataTable > .simple-table-footer tr th.contact-name,
table.dataTable > .simple-table-footer tr td.contact-name,
table.dataTable > .simple-table-footer tr > .col.contact-name,
table.dataTable > .simple-table-footer > .row th.contact-name,
table.dataTable > .simple-table-footer > .row td.contact-name,
table.dataTable > .simple-table-footer > .row > .col.contact-name,
.table-responsive > table > thead tr th.contact-name,
.table-responsive > table > thead tr td.contact-name,
.table-responsive > table > thead tr > .col.contact-name,
.table-responsive > table > thead > .row th.contact-name,
.table-responsive > table > thead > .row td.contact-name,
.table-responsive > table > thead > .row > .col.contact-name,
.table-responsive > table > tbody tr th.contact-name,
.table-responsive > table > tbody tr td.contact-name,
.table-responsive > table > tbody tr > .col.contact-name,
.table-responsive > table > tbody > .row th.contact-name,
.table-responsive > table > tbody > .row td.contact-name,
.table-responsive > table > tbody > .row > .col.contact-name,
.table-responsive > table > .simple-table-header tr th.contact-name,
.table-responsive > table > .simple-table-header tr td.contact-name,
.table-responsive > table > .simple-table-header tr > .col.contact-name,
.table-responsive > table > .simple-table-header > .row th.contact-name,
.table-responsive > table > .simple-table-header > .row td.contact-name,
.table-responsive > table > .simple-table-header > .row > .col.contact-name,
.table-responsive > table > .simple-table-body tr th.contact-name,
.table-responsive > table > .simple-table-body tr td.contact-name,
.table-responsive > table > .simple-table-body tr > .col.contact-name,
.table-responsive > table > .simple-table-body > .row th.contact-name,
.table-responsive > table > .simple-table-body > .row td.contact-name,
.table-responsive > table > .simple-table-body > .row > .col.contact-name,
.table-responsive > table > .simple-table-footer tr th.contact-name,
.table-responsive > table > .simple-table-footer tr td.contact-name,
.table-responsive > table > .simple-table-footer tr > .col.contact-name,
.table-responsive > table > .simple-table-footer > .row th.contact-name,
.table-responsive > table > .simple-table-footer > .row td.contact-name,
.table-responsive > table > .simple-table-footer > .row > .col.contact-name,
.simple-table > thead tr th.contact-name,
.simple-table > thead tr td.contact-name,
.simple-table > thead tr > .col.contact-name,
.simple-table > thead > .row th.contact-name,
.simple-table > thead > .row td.contact-name,
.simple-table > thead > .row > .col.contact-name,
.simple-table > tbody tr th.contact-name,
.simple-table > tbody tr td.contact-name,
.simple-table > tbody tr > .col.contact-name,
.simple-table > tbody > .row th.contact-name,
.simple-table > tbody > .row td.contact-name,
.simple-table > tbody > .row > .col.contact-name,
.simple-table > .simple-table-header tr th.contact-name,
.simple-table > .simple-table-header tr td.contact-name,
.simple-table > .simple-table-header tr > .col.contact-name,
.simple-table > .simple-table-header > .row th.contact-name,
.simple-table > .simple-table-header > .row td.contact-name,
.simple-table > .simple-table-header > .row > .col.contact-name,
.simple-table > .simple-table-body tr th.contact-name,
.simple-table > .simple-table-body tr td.contact-name,
.simple-table > .simple-table-body tr > .col.contact-name,
.simple-table > .simple-table-body > .row th.contact-name,
.simple-table > .simple-table-body > .row td.contact-name,
.simple-table > .simple-table-body > .row > .col.contact-name,
.simple-table > .simple-table-footer tr th.contact-name,
.simple-table > .simple-table-footer tr td.contact-name,
.simple-table > .simple-table-footer tr > .col.contact-name,
.simple-table > .simple-table-footer > .row th.contact-name,
.simple-table > .simple-table-footer > .row td.contact-name,
.simple-table > .simple-table-footer > .row > .col.contact-name {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.contact-is-primary,
table.dataTable > thead tr td.contact-is-primary,
table.dataTable > thead tr > .col.contact-is-primary,
table.dataTable > thead > .row th.contact-is-primary,
table.dataTable > thead > .row td.contact-is-primary,
table.dataTable > thead > .row > .col.contact-is-primary,
table.dataTable > tbody tr th.contact-is-primary,
table.dataTable > tbody tr td.contact-is-primary,
table.dataTable > tbody tr > .col.contact-is-primary,
table.dataTable > tbody > .row th.contact-is-primary,
table.dataTable > tbody > .row td.contact-is-primary,
table.dataTable > tbody > .row > .col.contact-is-primary,
table.dataTable > .simple-table-header tr th.contact-is-primary,
table.dataTable > .simple-table-header tr td.contact-is-primary,
table.dataTable > .simple-table-header tr > .col.contact-is-primary,
table.dataTable > .simple-table-header > .row th.contact-is-primary,
table.dataTable > .simple-table-header > .row td.contact-is-primary,
table.dataTable > .simple-table-header > .row > .col.contact-is-primary,
table.dataTable > .simple-table-body tr th.contact-is-primary,
table.dataTable > .simple-table-body tr td.contact-is-primary,
table.dataTable > .simple-table-body tr > .col.contact-is-primary,
table.dataTable > .simple-table-body > .row th.contact-is-primary,
table.dataTable > .simple-table-body > .row td.contact-is-primary,
table.dataTable > .simple-table-body > .row > .col.contact-is-primary,
table.dataTable > .simple-table-footer tr th.contact-is-primary,
table.dataTable > .simple-table-footer tr td.contact-is-primary,
table.dataTable > .simple-table-footer tr > .col.contact-is-primary,
table.dataTable > .simple-table-footer > .row th.contact-is-primary,
table.dataTable > .simple-table-footer > .row td.contact-is-primary,
table.dataTable > .simple-table-footer > .row > .col.contact-is-primary,
.table-responsive > table > thead tr th.contact-is-primary,
.table-responsive > table > thead tr td.contact-is-primary,
.table-responsive > table > thead tr > .col.contact-is-primary,
.table-responsive > table > thead > .row th.contact-is-primary,
.table-responsive > table > thead > .row td.contact-is-primary,
.table-responsive > table > thead > .row > .col.contact-is-primary,
.table-responsive > table > tbody tr th.contact-is-primary,
.table-responsive > table > tbody tr td.contact-is-primary,
.table-responsive > table > tbody tr > .col.contact-is-primary,
.table-responsive > table > tbody > .row th.contact-is-primary,
.table-responsive > table > tbody > .row td.contact-is-primary,
.table-responsive > table > tbody > .row > .col.contact-is-primary,
.table-responsive > table > .simple-table-header tr th.contact-is-primary,
.table-responsive > table > .simple-table-header tr td.contact-is-primary,
.table-responsive > table > .simple-table-header tr > .col.contact-is-primary,
.table-responsive > table > .simple-table-header > .row th.contact-is-primary,
.table-responsive > table > .simple-table-header > .row td.contact-is-primary,
.table-responsive > table > .simple-table-header > .row > .col.contact-is-primary,
.table-responsive > table > .simple-table-body tr th.contact-is-primary,
.table-responsive > table > .simple-table-body tr td.contact-is-primary,
.table-responsive > table > .simple-table-body tr > .col.contact-is-primary,
.table-responsive > table > .simple-table-body > .row th.contact-is-primary,
.table-responsive > table > .simple-table-body > .row td.contact-is-primary,
.table-responsive > table > .simple-table-body > .row > .col.contact-is-primary,
.table-responsive > table > .simple-table-footer tr th.contact-is-primary,
.table-responsive > table > .simple-table-footer tr td.contact-is-primary,
.table-responsive > table > .simple-table-footer tr > .col.contact-is-primary,
.table-responsive > table > .simple-table-footer > .row th.contact-is-primary,
.table-responsive > table > .simple-table-footer > .row td.contact-is-primary,
.table-responsive > table > .simple-table-footer > .row > .col.contact-is-primary,
.simple-table > thead tr th.contact-is-primary,
.simple-table > thead tr td.contact-is-primary,
.simple-table > thead tr > .col.contact-is-primary,
.simple-table > thead > .row th.contact-is-primary,
.simple-table > thead > .row td.contact-is-primary,
.simple-table > thead > .row > .col.contact-is-primary,
.simple-table > tbody tr th.contact-is-primary,
.simple-table > tbody tr td.contact-is-primary,
.simple-table > tbody tr > .col.contact-is-primary,
.simple-table > tbody > .row th.contact-is-primary,
.simple-table > tbody > .row td.contact-is-primary,
.simple-table > tbody > .row > .col.contact-is-primary,
.simple-table > .simple-table-header tr th.contact-is-primary,
.simple-table > .simple-table-header tr td.contact-is-primary,
.simple-table > .simple-table-header tr > .col.contact-is-primary,
.simple-table > .simple-table-header > .row th.contact-is-primary,
.simple-table > .simple-table-header > .row td.contact-is-primary,
.simple-table > .simple-table-header > .row > .col.contact-is-primary,
.simple-table > .simple-table-body tr th.contact-is-primary,
.simple-table > .simple-table-body tr td.contact-is-primary,
.simple-table > .simple-table-body tr > .col.contact-is-primary,
.simple-table > .simple-table-body > .row th.contact-is-primary,
.simple-table > .simple-table-body > .row td.contact-is-primary,
.simple-table > .simple-table-body > .row > .col.contact-is-primary,
.simple-table > .simple-table-footer tr th.contact-is-primary,
.simple-table > .simple-table-footer tr td.contact-is-primary,
.simple-table > .simple-table-footer tr > .col.contact-is-primary,
.simple-table > .simple-table-footer > .row th.contact-is-primary,
.simple-table > .simple-table-footer > .row td.contact-is-primary,
.simple-table > .simple-table-footer > .row > .col.contact-is-primary {
  order: 0;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.contact-is-primary,
  table.dataTable > thead tr td.contact-is-primary,
  table.dataTable > thead tr > .col.contact-is-primary,
  table.dataTable > thead > .row th.contact-is-primary,
  table.dataTable > thead > .row td.contact-is-primary,
  table.dataTable > thead > .row > .col.contact-is-primary,
  table.dataTable > tbody tr th.contact-is-primary,
  table.dataTable > tbody tr td.contact-is-primary,
  table.dataTable > tbody tr > .col.contact-is-primary,
  table.dataTable > tbody > .row th.contact-is-primary,
  table.dataTable > tbody > .row td.contact-is-primary,
  table.dataTable > tbody > .row > .col.contact-is-primary,
  table.dataTable > .simple-table-header tr th.contact-is-primary,
  table.dataTable > .simple-table-header tr td.contact-is-primary,
  table.dataTable > .simple-table-header tr > .col.contact-is-primary,
  table.dataTable > .simple-table-header > .row th.contact-is-primary,
  table.dataTable > .simple-table-header > .row td.contact-is-primary,
  table.dataTable > .simple-table-header > .row > .col.contact-is-primary,
  table.dataTable > .simple-table-body tr th.contact-is-primary,
  table.dataTable > .simple-table-body tr td.contact-is-primary,
  table.dataTable > .simple-table-body tr > .col.contact-is-primary,
  table.dataTable > .simple-table-body > .row th.contact-is-primary,
  table.dataTable > .simple-table-body > .row td.contact-is-primary,
  table.dataTable > .simple-table-body > .row > .col.contact-is-primary,
  table.dataTable > .simple-table-footer tr th.contact-is-primary,
  table.dataTable > .simple-table-footer tr td.contact-is-primary,
  table.dataTable > .simple-table-footer tr > .col.contact-is-primary,
  table.dataTable > .simple-table-footer > .row th.contact-is-primary,
  table.dataTable > .simple-table-footer > .row td.contact-is-primary,
  table.dataTable > .simple-table-footer > .row > .col.contact-is-primary,
  .table-responsive > table > thead tr th.contact-is-primary,
  .table-responsive > table > thead tr td.contact-is-primary,
  .table-responsive > table > thead tr > .col.contact-is-primary,
  .table-responsive > table > thead > .row th.contact-is-primary,
  .table-responsive > table > thead > .row td.contact-is-primary,
  .table-responsive > table > thead > .row > .col.contact-is-primary,
  .table-responsive > table > tbody tr th.contact-is-primary,
  .table-responsive > table > tbody tr td.contact-is-primary,
  .table-responsive > table > tbody tr > .col.contact-is-primary,
  .table-responsive > table > tbody > .row th.contact-is-primary,
  .table-responsive > table > tbody > .row td.contact-is-primary,
  .table-responsive > table > tbody > .row > .col.contact-is-primary,
  .table-responsive > table > .simple-table-header tr th.contact-is-primary,
  .table-responsive > table > .simple-table-header tr td.contact-is-primary,
  .table-responsive > table > .simple-table-header tr > .col.contact-is-primary,
  .table-responsive > table > .simple-table-header > .row th.contact-is-primary,
  .table-responsive > table > .simple-table-header > .row td.contact-is-primary,
  .table-responsive > table > .simple-table-header > .row > .col.contact-is-primary,
  .table-responsive > table > .simple-table-body tr th.contact-is-primary,
  .table-responsive > table > .simple-table-body tr td.contact-is-primary,
  .table-responsive > table > .simple-table-body tr > .col.contact-is-primary,
  .table-responsive > table > .simple-table-body > .row th.contact-is-primary,
  .table-responsive > table > .simple-table-body > .row td.contact-is-primary,
  .table-responsive > table > .simple-table-body > .row > .col.contact-is-primary,
  .table-responsive > table > .simple-table-footer tr th.contact-is-primary,
  .table-responsive > table > .simple-table-footer tr td.contact-is-primary,
  .table-responsive > table > .simple-table-footer tr > .col.contact-is-primary,
  .table-responsive > table > .simple-table-footer > .row th.contact-is-primary,
  .table-responsive > table > .simple-table-footer > .row td.contact-is-primary,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-is-primary,
  .simple-table > thead tr th.contact-is-primary,
  .simple-table > thead tr td.contact-is-primary,
  .simple-table > thead tr > .col.contact-is-primary,
  .simple-table > thead > .row th.contact-is-primary,
  .simple-table > thead > .row td.contact-is-primary,
  .simple-table > thead > .row > .col.contact-is-primary,
  .simple-table > tbody tr th.contact-is-primary,
  .simple-table > tbody tr td.contact-is-primary,
  .simple-table > tbody tr > .col.contact-is-primary,
  .simple-table > tbody > .row th.contact-is-primary,
  .simple-table > tbody > .row td.contact-is-primary,
  .simple-table > tbody > .row > .col.contact-is-primary,
  .simple-table > .simple-table-header tr th.contact-is-primary,
  .simple-table > .simple-table-header tr td.contact-is-primary,
  .simple-table > .simple-table-header tr > .col.contact-is-primary,
  .simple-table > .simple-table-header > .row th.contact-is-primary,
  .simple-table > .simple-table-header > .row td.contact-is-primary,
  .simple-table > .simple-table-header > .row > .col.contact-is-primary,
  .simple-table > .simple-table-body tr th.contact-is-primary,
  .simple-table > .simple-table-body tr td.contact-is-primary,
  .simple-table > .simple-table-body tr > .col.contact-is-primary,
  .simple-table > .simple-table-body > .row th.contact-is-primary,
  .simple-table > .simple-table-body > .row td.contact-is-primary,
  .simple-table > .simple-table-body > .row > .col.contact-is-primary,
  .simple-table > .simple-table-footer tr th.contact-is-primary,
  .simple-table > .simple-table-footer tr td.contact-is-primary,
  .simple-table > .simple-table-footer tr > .col.contact-is-primary,
  .simple-table > .simple-table-footer > .row th.contact-is-primary,
  .simple-table > .simple-table-footer > .row td.contact-is-primary,
  .simple-table > .simple-table-footer > .row > .col.contact-is-primary {
    order: 0;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    min-width: 80px;
  }
}
table.dataTable > thead tr th.contact-client-name,
table.dataTable > thead tr td.contact-client-name,
table.dataTable > thead tr > .col.contact-client-name,
table.dataTable > thead > .row th.contact-client-name,
table.dataTable > thead > .row td.contact-client-name,
table.dataTable > thead > .row > .col.contact-client-name,
table.dataTable > tbody tr th.contact-client-name,
table.dataTable > tbody tr td.contact-client-name,
table.dataTable > tbody tr > .col.contact-client-name,
table.dataTable > tbody > .row th.contact-client-name,
table.dataTable > tbody > .row td.contact-client-name,
table.dataTable > tbody > .row > .col.contact-client-name,
table.dataTable > .simple-table-header tr th.contact-client-name,
table.dataTable > .simple-table-header tr td.contact-client-name,
table.dataTable > .simple-table-header tr > .col.contact-client-name,
table.dataTable > .simple-table-header > .row th.contact-client-name,
table.dataTable > .simple-table-header > .row td.contact-client-name,
table.dataTable > .simple-table-header > .row > .col.contact-client-name,
table.dataTable > .simple-table-body tr th.contact-client-name,
table.dataTable > .simple-table-body tr td.contact-client-name,
table.dataTable > .simple-table-body tr > .col.contact-client-name,
table.dataTable > .simple-table-body > .row th.contact-client-name,
table.dataTable > .simple-table-body > .row td.contact-client-name,
table.dataTable > .simple-table-body > .row > .col.contact-client-name,
table.dataTable > .simple-table-footer tr th.contact-client-name,
table.dataTable > .simple-table-footer tr td.contact-client-name,
table.dataTable > .simple-table-footer tr > .col.contact-client-name,
table.dataTable > .simple-table-footer > .row th.contact-client-name,
table.dataTable > .simple-table-footer > .row td.contact-client-name,
table.dataTable > .simple-table-footer > .row > .col.contact-client-name,
.table-responsive > table > thead tr th.contact-client-name,
.table-responsive > table > thead tr td.contact-client-name,
.table-responsive > table > thead tr > .col.contact-client-name,
.table-responsive > table > thead > .row th.contact-client-name,
.table-responsive > table > thead > .row td.contact-client-name,
.table-responsive > table > thead > .row > .col.contact-client-name,
.table-responsive > table > tbody tr th.contact-client-name,
.table-responsive > table > tbody tr td.contact-client-name,
.table-responsive > table > tbody tr > .col.contact-client-name,
.table-responsive > table > tbody > .row th.contact-client-name,
.table-responsive > table > tbody > .row td.contact-client-name,
.table-responsive > table > tbody > .row > .col.contact-client-name,
.table-responsive > table > .simple-table-header tr th.contact-client-name,
.table-responsive > table > .simple-table-header tr td.contact-client-name,
.table-responsive > table > .simple-table-header tr > .col.contact-client-name,
.table-responsive > table > .simple-table-header > .row th.contact-client-name,
.table-responsive > table > .simple-table-header > .row td.contact-client-name,
.table-responsive > table > .simple-table-header > .row > .col.contact-client-name,
.table-responsive > table > .simple-table-body tr th.contact-client-name,
.table-responsive > table > .simple-table-body tr td.contact-client-name,
.table-responsive > table > .simple-table-body tr > .col.contact-client-name,
.table-responsive > table > .simple-table-body > .row th.contact-client-name,
.table-responsive > table > .simple-table-body > .row td.contact-client-name,
.table-responsive > table > .simple-table-body > .row > .col.contact-client-name,
.table-responsive > table > .simple-table-footer tr th.contact-client-name,
.table-responsive > table > .simple-table-footer tr td.contact-client-name,
.table-responsive > table > .simple-table-footer tr > .col.contact-client-name,
.table-responsive > table > .simple-table-footer > .row th.contact-client-name,
.table-responsive > table > .simple-table-footer > .row td.contact-client-name,
.table-responsive > table > .simple-table-footer > .row > .col.contact-client-name,
.simple-table > thead tr th.contact-client-name,
.simple-table > thead tr td.contact-client-name,
.simple-table > thead tr > .col.contact-client-name,
.simple-table > thead > .row th.contact-client-name,
.simple-table > thead > .row td.contact-client-name,
.simple-table > thead > .row > .col.contact-client-name,
.simple-table > tbody tr th.contact-client-name,
.simple-table > tbody tr td.contact-client-name,
.simple-table > tbody tr > .col.contact-client-name,
.simple-table > tbody > .row th.contact-client-name,
.simple-table > tbody > .row td.contact-client-name,
.simple-table > tbody > .row > .col.contact-client-name,
.simple-table > .simple-table-header tr th.contact-client-name,
.simple-table > .simple-table-header tr td.contact-client-name,
.simple-table > .simple-table-header tr > .col.contact-client-name,
.simple-table > .simple-table-header > .row th.contact-client-name,
.simple-table > .simple-table-header > .row td.contact-client-name,
.simple-table > .simple-table-header > .row > .col.contact-client-name,
.simple-table > .simple-table-body tr th.contact-client-name,
.simple-table > .simple-table-body tr td.contact-client-name,
.simple-table > .simple-table-body tr > .col.contact-client-name,
.simple-table > .simple-table-body > .row th.contact-client-name,
.simple-table > .simple-table-body > .row td.contact-client-name,
.simple-table > .simple-table-body > .row > .col.contact-client-name,
.simple-table > .simple-table-footer tr th.contact-client-name,
.simple-table > .simple-table-footer tr td.contact-client-name,
.simple-table > .simple-table-footer tr > .col.contact-client-name,
.simple-table > .simple-table-footer > .row th.contact-client-name,
.simple-table > .simple-table-footer > .row td.contact-client-name,
.simple-table > .simple-table-footer > .row > .col.contact-client-name {
  order: 0;
  flex: 0 0 360px;
  max-width: 360px;
  width: 360px;
  min-width: 360px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.contact-client-name,
  table.dataTable > thead tr td.contact-client-name,
  table.dataTable > thead tr > .col.contact-client-name,
  table.dataTable > thead > .row th.contact-client-name,
  table.dataTable > thead > .row td.contact-client-name,
  table.dataTable > thead > .row > .col.contact-client-name,
  table.dataTable > tbody tr th.contact-client-name,
  table.dataTable > tbody tr td.contact-client-name,
  table.dataTable > tbody tr > .col.contact-client-name,
  table.dataTable > tbody > .row th.contact-client-name,
  table.dataTable > tbody > .row td.contact-client-name,
  table.dataTable > tbody > .row > .col.contact-client-name,
  table.dataTable > .simple-table-header tr th.contact-client-name,
  table.dataTable > .simple-table-header tr td.contact-client-name,
  table.dataTable > .simple-table-header tr > .col.contact-client-name,
  table.dataTable > .simple-table-header > .row th.contact-client-name,
  table.dataTable > .simple-table-header > .row td.contact-client-name,
  table.dataTable > .simple-table-header > .row > .col.contact-client-name,
  table.dataTable > .simple-table-body tr th.contact-client-name,
  table.dataTable > .simple-table-body tr td.contact-client-name,
  table.dataTable > .simple-table-body tr > .col.contact-client-name,
  table.dataTable > .simple-table-body > .row th.contact-client-name,
  table.dataTable > .simple-table-body > .row td.contact-client-name,
  table.dataTable > .simple-table-body > .row > .col.contact-client-name,
  table.dataTable > .simple-table-footer tr th.contact-client-name,
  table.dataTable > .simple-table-footer tr td.contact-client-name,
  table.dataTable > .simple-table-footer tr > .col.contact-client-name,
  table.dataTable > .simple-table-footer > .row th.contact-client-name,
  table.dataTable > .simple-table-footer > .row td.contact-client-name,
  table.dataTable > .simple-table-footer > .row > .col.contact-client-name,
  .table-responsive > table > thead tr th.contact-client-name,
  .table-responsive > table > thead tr td.contact-client-name,
  .table-responsive > table > thead tr > .col.contact-client-name,
  .table-responsive > table > thead > .row th.contact-client-name,
  .table-responsive > table > thead > .row td.contact-client-name,
  .table-responsive > table > thead > .row > .col.contact-client-name,
  .table-responsive > table > tbody tr th.contact-client-name,
  .table-responsive > table > tbody tr td.contact-client-name,
  .table-responsive > table > tbody tr > .col.contact-client-name,
  .table-responsive > table > tbody > .row th.contact-client-name,
  .table-responsive > table > tbody > .row td.contact-client-name,
  .table-responsive > table > tbody > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-header tr th.contact-client-name,
  .table-responsive > table > .simple-table-header tr td.contact-client-name,
  .table-responsive > table > .simple-table-header tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-header > .row th.contact-client-name,
  .table-responsive > table > .simple-table-header > .row td.contact-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-body tr th.contact-client-name,
  .table-responsive > table > .simple-table-body tr td.contact-client-name,
  .table-responsive > table > .simple-table-body tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-body > .row th.contact-client-name,
  .table-responsive > table > .simple-table-body > .row td.contact-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-footer tr th.contact-client-name,
  .table-responsive > table > .simple-table-footer tr td.contact-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row th.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row td.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-client-name,
  .simple-table > thead tr th.contact-client-name,
  .simple-table > thead tr td.contact-client-name,
  .simple-table > thead tr > .col.contact-client-name,
  .simple-table > thead > .row th.contact-client-name,
  .simple-table > thead > .row td.contact-client-name,
  .simple-table > thead > .row > .col.contact-client-name,
  .simple-table > tbody tr th.contact-client-name,
  .simple-table > tbody tr td.contact-client-name,
  .simple-table > tbody tr > .col.contact-client-name,
  .simple-table > tbody > .row th.contact-client-name,
  .simple-table > tbody > .row td.contact-client-name,
  .simple-table > tbody > .row > .col.contact-client-name,
  .simple-table > .simple-table-header tr th.contact-client-name,
  .simple-table > .simple-table-header tr td.contact-client-name,
  .simple-table > .simple-table-header tr > .col.contact-client-name,
  .simple-table > .simple-table-header > .row th.contact-client-name,
  .simple-table > .simple-table-header > .row td.contact-client-name,
  .simple-table > .simple-table-header > .row > .col.contact-client-name,
  .simple-table > .simple-table-body tr th.contact-client-name,
  .simple-table > .simple-table-body tr td.contact-client-name,
  .simple-table > .simple-table-body tr > .col.contact-client-name,
  .simple-table > .simple-table-body > .row th.contact-client-name,
  .simple-table > .simple-table-body > .row td.contact-client-name,
  .simple-table > .simple-table-body > .row > .col.contact-client-name,
  .simple-table > .simple-table-footer tr th.contact-client-name,
  .simple-table > .simple-table-footer tr td.contact-client-name,
  .simple-table > .simple-table-footer tr > .col.contact-client-name,
  .simple-table > .simple-table-footer > .row th.contact-client-name,
  .simple-table > .simple-table-footer > .row td.contact-client-name,
  .simple-table > .simple-table-footer > .row > .col.contact-client-name {
    order: 0;
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.contact-client-name,
  table.dataTable > thead tr td.contact-client-name,
  table.dataTable > thead tr > .col.contact-client-name,
  table.dataTable > thead > .row th.contact-client-name,
  table.dataTable > thead > .row td.contact-client-name,
  table.dataTable > thead > .row > .col.contact-client-name,
  table.dataTable > tbody tr th.contact-client-name,
  table.dataTable > tbody tr td.contact-client-name,
  table.dataTable > tbody tr > .col.contact-client-name,
  table.dataTable > tbody > .row th.contact-client-name,
  table.dataTable > tbody > .row td.contact-client-name,
  table.dataTable > tbody > .row > .col.contact-client-name,
  table.dataTable > .simple-table-header tr th.contact-client-name,
  table.dataTable > .simple-table-header tr td.contact-client-name,
  table.dataTable > .simple-table-header tr > .col.contact-client-name,
  table.dataTable > .simple-table-header > .row th.contact-client-name,
  table.dataTable > .simple-table-header > .row td.contact-client-name,
  table.dataTable > .simple-table-header > .row > .col.contact-client-name,
  table.dataTable > .simple-table-body tr th.contact-client-name,
  table.dataTable > .simple-table-body tr td.contact-client-name,
  table.dataTable > .simple-table-body tr > .col.contact-client-name,
  table.dataTable > .simple-table-body > .row th.contact-client-name,
  table.dataTable > .simple-table-body > .row td.contact-client-name,
  table.dataTable > .simple-table-body > .row > .col.contact-client-name,
  table.dataTable > .simple-table-footer tr th.contact-client-name,
  table.dataTable > .simple-table-footer tr td.contact-client-name,
  table.dataTable > .simple-table-footer tr > .col.contact-client-name,
  table.dataTable > .simple-table-footer > .row th.contact-client-name,
  table.dataTable > .simple-table-footer > .row td.contact-client-name,
  table.dataTable > .simple-table-footer > .row > .col.contact-client-name,
  .table-responsive > table > thead tr th.contact-client-name,
  .table-responsive > table > thead tr td.contact-client-name,
  .table-responsive > table > thead tr > .col.contact-client-name,
  .table-responsive > table > thead > .row th.contact-client-name,
  .table-responsive > table > thead > .row td.contact-client-name,
  .table-responsive > table > thead > .row > .col.contact-client-name,
  .table-responsive > table > tbody tr th.contact-client-name,
  .table-responsive > table > tbody tr td.contact-client-name,
  .table-responsive > table > tbody tr > .col.contact-client-name,
  .table-responsive > table > tbody > .row th.contact-client-name,
  .table-responsive > table > tbody > .row td.contact-client-name,
  .table-responsive > table > tbody > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-header tr th.contact-client-name,
  .table-responsive > table > .simple-table-header tr td.contact-client-name,
  .table-responsive > table > .simple-table-header tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-header > .row th.contact-client-name,
  .table-responsive > table > .simple-table-header > .row td.contact-client-name,
  .table-responsive > table > .simple-table-header > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-body tr th.contact-client-name,
  .table-responsive > table > .simple-table-body tr td.contact-client-name,
  .table-responsive > table > .simple-table-body tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-body > .row th.contact-client-name,
  .table-responsive > table > .simple-table-body > .row td.contact-client-name,
  .table-responsive > table > .simple-table-body > .row > .col.contact-client-name,
  .table-responsive > table > .simple-table-footer tr th.contact-client-name,
  .table-responsive > table > .simple-table-footer tr td.contact-client-name,
  .table-responsive > table > .simple-table-footer tr > .col.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row th.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row td.contact-client-name,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-client-name,
  .simple-table > thead tr th.contact-client-name,
  .simple-table > thead tr td.contact-client-name,
  .simple-table > thead tr > .col.contact-client-name,
  .simple-table > thead > .row th.contact-client-name,
  .simple-table > thead > .row td.contact-client-name,
  .simple-table > thead > .row > .col.contact-client-name,
  .simple-table > tbody tr th.contact-client-name,
  .simple-table > tbody tr td.contact-client-name,
  .simple-table > tbody tr > .col.contact-client-name,
  .simple-table > tbody > .row th.contact-client-name,
  .simple-table > tbody > .row td.contact-client-name,
  .simple-table > tbody > .row > .col.contact-client-name,
  .simple-table > .simple-table-header tr th.contact-client-name,
  .simple-table > .simple-table-header tr td.contact-client-name,
  .simple-table > .simple-table-header tr > .col.contact-client-name,
  .simple-table > .simple-table-header > .row th.contact-client-name,
  .simple-table > .simple-table-header > .row td.contact-client-name,
  .simple-table > .simple-table-header > .row > .col.contact-client-name,
  .simple-table > .simple-table-body tr th.contact-client-name,
  .simple-table > .simple-table-body tr td.contact-client-name,
  .simple-table > .simple-table-body tr > .col.contact-client-name,
  .simple-table > .simple-table-body > .row th.contact-client-name,
  .simple-table > .simple-table-body > .row td.contact-client-name,
  .simple-table > .simple-table-body > .row > .col.contact-client-name,
  .simple-table > .simple-table-footer tr th.contact-client-name,
  .simple-table > .simple-table-footer tr td.contact-client-name,
  .simple-table > .simple-table-footer tr > .col.contact-client-name,
  .simple-table > .simple-table-footer > .row th.contact-client-name,
  .simple-table > .simple-table-footer > .row td.contact-client-name,
  .simple-table > .simple-table-footer > .row > .col.contact-client-name {
    order: 0;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }
}
table.dataTable > thead tr th.contact-email,
table.dataTable > thead tr td.contact-email,
table.dataTable > thead tr > .col.contact-email,
table.dataTable > thead > .row th.contact-email,
table.dataTable > thead > .row td.contact-email,
table.dataTable > thead > .row > .col.contact-email,
table.dataTable > tbody tr th.contact-email,
table.dataTable > tbody tr td.contact-email,
table.dataTable > tbody tr > .col.contact-email,
table.dataTable > tbody > .row th.contact-email,
table.dataTable > tbody > .row td.contact-email,
table.dataTable > tbody > .row > .col.contact-email,
table.dataTable > .simple-table-header tr th.contact-email,
table.dataTable > .simple-table-header tr td.contact-email,
table.dataTable > .simple-table-header tr > .col.contact-email,
table.dataTable > .simple-table-header > .row th.contact-email,
table.dataTable > .simple-table-header > .row td.contact-email,
table.dataTable > .simple-table-header > .row > .col.contact-email,
table.dataTable > .simple-table-body tr th.contact-email,
table.dataTable > .simple-table-body tr td.contact-email,
table.dataTable > .simple-table-body tr > .col.contact-email,
table.dataTable > .simple-table-body > .row th.contact-email,
table.dataTable > .simple-table-body > .row td.contact-email,
table.dataTable > .simple-table-body > .row > .col.contact-email,
table.dataTable > .simple-table-footer tr th.contact-email,
table.dataTable > .simple-table-footer tr td.contact-email,
table.dataTable > .simple-table-footer tr > .col.contact-email,
table.dataTable > .simple-table-footer > .row th.contact-email,
table.dataTable > .simple-table-footer > .row td.contact-email,
table.dataTable > .simple-table-footer > .row > .col.contact-email,
.table-responsive > table > thead tr th.contact-email,
.table-responsive > table > thead tr td.contact-email,
.table-responsive > table > thead tr > .col.contact-email,
.table-responsive > table > thead > .row th.contact-email,
.table-responsive > table > thead > .row td.contact-email,
.table-responsive > table > thead > .row > .col.contact-email,
.table-responsive > table > tbody tr th.contact-email,
.table-responsive > table > tbody tr td.contact-email,
.table-responsive > table > tbody tr > .col.contact-email,
.table-responsive > table > tbody > .row th.contact-email,
.table-responsive > table > tbody > .row td.contact-email,
.table-responsive > table > tbody > .row > .col.contact-email,
.table-responsive > table > .simple-table-header tr th.contact-email,
.table-responsive > table > .simple-table-header tr td.contact-email,
.table-responsive > table > .simple-table-header tr > .col.contact-email,
.table-responsive > table > .simple-table-header > .row th.contact-email,
.table-responsive > table > .simple-table-header > .row td.contact-email,
.table-responsive > table > .simple-table-header > .row > .col.contact-email,
.table-responsive > table > .simple-table-body tr th.contact-email,
.table-responsive > table > .simple-table-body tr td.contact-email,
.table-responsive > table > .simple-table-body tr > .col.contact-email,
.table-responsive > table > .simple-table-body > .row th.contact-email,
.table-responsive > table > .simple-table-body > .row td.contact-email,
.table-responsive > table > .simple-table-body > .row > .col.contact-email,
.table-responsive > table > .simple-table-footer tr th.contact-email,
.table-responsive > table > .simple-table-footer tr td.contact-email,
.table-responsive > table > .simple-table-footer tr > .col.contact-email,
.table-responsive > table > .simple-table-footer > .row th.contact-email,
.table-responsive > table > .simple-table-footer > .row td.contact-email,
.table-responsive > table > .simple-table-footer > .row > .col.contact-email,
.simple-table > thead tr th.contact-email,
.simple-table > thead tr td.contact-email,
.simple-table > thead tr > .col.contact-email,
.simple-table > thead > .row th.contact-email,
.simple-table > thead > .row td.contact-email,
.simple-table > thead > .row > .col.contact-email,
.simple-table > tbody tr th.contact-email,
.simple-table > tbody tr td.contact-email,
.simple-table > tbody tr > .col.contact-email,
.simple-table > tbody > .row th.contact-email,
.simple-table > tbody > .row td.contact-email,
.simple-table > tbody > .row > .col.contact-email,
.simple-table > .simple-table-header tr th.contact-email,
.simple-table > .simple-table-header tr td.contact-email,
.simple-table > .simple-table-header tr > .col.contact-email,
.simple-table > .simple-table-header > .row th.contact-email,
.simple-table > .simple-table-header > .row td.contact-email,
.simple-table > .simple-table-header > .row > .col.contact-email,
.simple-table > .simple-table-body tr th.contact-email,
.simple-table > .simple-table-body tr td.contact-email,
.simple-table > .simple-table-body tr > .col.contact-email,
.simple-table > .simple-table-body > .row th.contact-email,
.simple-table > .simple-table-body > .row td.contact-email,
.simple-table > .simple-table-body > .row > .col.contact-email,
.simple-table > .simple-table-footer tr th.contact-email,
.simple-table > .simple-table-footer tr td.contact-email,
.simple-table > .simple-table-footer tr > .col.contact-email,
.simple-table > .simple-table-footer > .row th.contact-email,
.simple-table > .simple-table-footer > .row td.contact-email,
.simple-table > .simple-table-footer > .row > .col.contact-email {
  order: 0;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  min-width: 240px;
}
@media (max-width: 1599.98px) {
  table.dataTable > thead tr th.contact-email,
  table.dataTable > thead tr td.contact-email,
  table.dataTable > thead tr > .col.contact-email,
  table.dataTable > thead > .row th.contact-email,
  table.dataTable > thead > .row td.contact-email,
  table.dataTable > thead > .row > .col.contact-email,
  table.dataTable > tbody tr th.contact-email,
  table.dataTable > tbody tr td.contact-email,
  table.dataTable > tbody tr > .col.contact-email,
  table.dataTable > tbody > .row th.contact-email,
  table.dataTable > tbody > .row td.contact-email,
  table.dataTable > tbody > .row > .col.contact-email,
  table.dataTable > .simple-table-header tr th.contact-email,
  table.dataTable > .simple-table-header tr td.contact-email,
  table.dataTable > .simple-table-header tr > .col.contact-email,
  table.dataTable > .simple-table-header > .row th.contact-email,
  table.dataTable > .simple-table-header > .row td.contact-email,
  table.dataTable > .simple-table-header > .row > .col.contact-email,
  table.dataTable > .simple-table-body tr th.contact-email,
  table.dataTable > .simple-table-body tr td.contact-email,
  table.dataTable > .simple-table-body tr > .col.contact-email,
  table.dataTable > .simple-table-body > .row th.contact-email,
  table.dataTable > .simple-table-body > .row td.contact-email,
  table.dataTable > .simple-table-body > .row > .col.contact-email,
  table.dataTable > .simple-table-footer tr th.contact-email,
  table.dataTable > .simple-table-footer tr td.contact-email,
  table.dataTable > .simple-table-footer tr > .col.contact-email,
  table.dataTable > .simple-table-footer > .row th.contact-email,
  table.dataTable > .simple-table-footer > .row td.contact-email,
  table.dataTable > .simple-table-footer > .row > .col.contact-email,
  .table-responsive > table > thead tr th.contact-email,
  .table-responsive > table > thead tr td.contact-email,
  .table-responsive > table > thead tr > .col.contact-email,
  .table-responsive > table > thead > .row th.contact-email,
  .table-responsive > table > thead > .row td.contact-email,
  .table-responsive > table > thead > .row > .col.contact-email,
  .table-responsive > table > tbody tr th.contact-email,
  .table-responsive > table > tbody tr td.contact-email,
  .table-responsive > table > tbody tr > .col.contact-email,
  .table-responsive > table > tbody > .row th.contact-email,
  .table-responsive > table > tbody > .row td.contact-email,
  .table-responsive > table > tbody > .row > .col.contact-email,
  .table-responsive > table > .simple-table-header tr th.contact-email,
  .table-responsive > table > .simple-table-header tr td.contact-email,
  .table-responsive > table > .simple-table-header tr > .col.contact-email,
  .table-responsive > table > .simple-table-header > .row th.contact-email,
  .table-responsive > table > .simple-table-header > .row td.contact-email,
  .table-responsive > table > .simple-table-header > .row > .col.contact-email,
  .table-responsive > table > .simple-table-body tr th.contact-email,
  .table-responsive > table > .simple-table-body tr td.contact-email,
  .table-responsive > table > .simple-table-body tr > .col.contact-email,
  .table-responsive > table > .simple-table-body > .row th.contact-email,
  .table-responsive > table > .simple-table-body > .row td.contact-email,
  .table-responsive > table > .simple-table-body > .row > .col.contact-email,
  .table-responsive > table > .simple-table-footer tr th.contact-email,
  .table-responsive > table > .simple-table-footer tr td.contact-email,
  .table-responsive > table > .simple-table-footer tr > .col.contact-email,
  .table-responsive > table > .simple-table-footer > .row th.contact-email,
  .table-responsive > table > .simple-table-footer > .row td.contact-email,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-email,
  .simple-table > thead tr th.contact-email,
  .simple-table > thead tr td.contact-email,
  .simple-table > thead tr > .col.contact-email,
  .simple-table > thead > .row th.contact-email,
  .simple-table > thead > .row td.contact-email,
  .simple-table > thead > .row > .col.contact-email,
  .simple-table > tbody tr th.contact-email,
  .simple-table > tbody tr td.contact-email,
  .simple-table > tbody tr > .col.contact-email,
  .simple-table > tbody > .row th.contact-email,
  .simple-table > tbody > .row td.contact-email,
  .simple-table > tbody > .row > .col.contact-email,
  .simple-table > .simple-table-header tr th.contact-email,
  .simple-table > .simple-table-header tr td.contact-email,
  .simple-table > .simple-table-header tr > .col.contact-email,
  .simple-table > .simple-table-header > .row th.contact-email,
  .simple-table > .simple-table-header > .row td.contact-email,
  .simple-table > .simple-table-header > .row > .col.contact-email,
  .simple-table > .simple-table-body tr th.contact-email,
  .simple-table > .simple-table-body tr td.contact-email,
  .simple-table > .simple-table-body tr > .col.contact-email,
  .simple-table > .simple-table-body > .row th.contact-email,
  .simple-table > .simple-table-body > .row td.contact-email,
  .simple-table > .simple-table-body > .row > .col.contact-email,
  .simple-table > .simple-table-footer tr th.contact-email,
  .simple-table > .simple-table-footer tr td.contact-email,
  .simple-table > .simple-table-footer tr > .col.contact-email,
  .simple-table > .simple-table-footer > .row th.contact-email,
  .simple-table > .simple-table-footer > .row td.contact-email,
  .simple-table > .simple-table-footer > .row > .col.contact-email {
    order: 0;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }
}
table.dataTable > thead tr th.contact-title,
table.dataTable > thead tr td.contact-title,
table.dataTable > thead tr > .col.contact-title,
table.dataTable > thead > .row th.contact-title,
table.dataTable > thead > .row td.contact-title,
table.dataTable > thead > .row > .col.contact-title,
table.dataTable > tbody tr th.contact-title,
table.dataTable > tbody tr td.contact-title,
table.dataTable > tbody tr > .col.contact-title,
table.dataTable > tbody > .row th.contact-title,
table.dataTable > tbody > .row td.contact-title,
table.dataTable > tbody > .row > .col.contact-title,
table.dataTable > .simple-table-header tr th.contact-title,
table.dataTable > .simple-table-header tr td.contact-title,
table.dataTable > .simple-table-header tr > .col.contact-title,
table.dataTable > .simple-table-header > .row th.contact-title,
table.dataTable > .simple-table-header > .row td.contact-title,
table.dataTable > .simple-table-header > .row > .col.contact-title,
table.dataTable > .simple-table-body tr th.contact-title,
table.dataTable > .simple-table-body tr td.contact-title,
table.dataTable > .simple-table-body tr > .col.contact-title,
table.dataTable > .simple-table-body > .row th.contact-title,
table.dataTable > .simple-table-body > .row td.contact-title,
table.dataTable > .simple-table-body > .row > .col.contact-title,
table.dataTable > .simple-table-footer tr th.contact-title,
table.dataTable > .simple-table-footer tr td.contact-title,
table.dataTable > .simple-table-footer tr > .col.contact-title,
table.dataTable > .simple-table-footer > .row th.contact-title,
table.dataTable > .simple-table-footer > .row td.contact-title,
table.dataTable > .simple-table-footer > .row > .col.contact-title,
.table-responsive > table > thead tr th.contact-title,
.table-responsive > table > thead tr td.contact-title,
.table-responsive > table > thead tr > .col.contact-title,
.table-responsive > table > thead > .row th.contact-title,
.table-responsive > table > thead > .row td.contact-title,
.table-responsive > table > thead > .row > .col.contact-title,
.table-responsive > table > tbody tr th.contact-title,
.table-responsive > table > tbody tr td.contact-title,
.table-responsive > table > tbody tr > .col.contact-title,
.table-responsive > table > tbody > .row th.contact-title,
.table-responsive > table > tbody > .row td.contact-title,
.table-responsive > table > tbody > .row > .col.contact-title,
.table-responsive > table > .simple-table-header tr th.contact-title,
.table-responsive > table > .simple-table-header tr td.contact-title,
.table-responsive > table > .simple-table-header tr > .col.contact-title,
.table-responsive > table > .simple-table-header > .row th.contact-title,
.table-responsive > table > .simple-table-header > .row td.contact-title,
.table-responsive > table > .simple-table-header > .row > .col.contact-title,
.table-responsive > table > .simple-table-body tr th.contact-title,
.table-responsive > table > .simple-table-body tr td.contact-title,
.table-responsive > table > .simple-table-body tr > .col.contact-title,
.table-responsive > table > .simple-table-body > .row th.contact-title,
.table-responsive > table > .simple-table-body > .row td.contact-title,
.table-responsive > table > .simple-table-body > .row > .col.contact-title,
.table-responsive > table > .simple-table-footer tr th.contact-title,
.table-responsive > table > .simple-table-footer tr td.contact-title,
.table-responsive > table > .simple-table-footer tr > .col.contact-title,
.table-responsive > table > .simple-table-footer > .row th.contact-title,
.table-responsive > table > .simple-table-footer > .row td.contact-title,
.table-responsive > table > .simple-table-footer > .row > .col.contact-title,
.simple-table > thead tr th.contact-title,
.simple-table > thead tr td.contact-title,
.simple-table > thead tr > .col.contact-title,
.simple-table > thead > .row th.contact-title,
.simple-table > thead > .row td.contact-title,
.simple-table > thead > .row > .col.contact-title,
.simple-table > tbody tr th.contact-title,
.simple-table > tbody tr td.contact-title,
.simple-table > tbody tr > .col.contact-title,
.simple-table > tbody > .row th.contact-title,
.simple-table > tbody > .row td.contact-title,
.simple-table > tbody > .row > .col.contact-title,
.simple-table > .simple-table-header tr th.contact-title,
.simple-table > .simple-table-header tr td.contact-title,
.simple-table > .simple-table-header tr > .col.contact-title,
.simple-table > .simple-table-header > .row th.contact-title,
.simple-table > .simple-table-header > .row td.contact-title,
.simple-table > .simple-table-header > .row > .col.contact-title,
.simple-table > .simple-table-body tr th.contact-title,
.simple-table > .simple-table-body tr td.contact-title,
.simple-table > .simple-table-body tr > .col.contact-title,
.simple-table > .simple-table-body > .row th.contact-title,
.simple-table > .simple-table-body > .row td.contact-title,
.simple-table > .simple-table-body > .row > .col.contact-title,
.simple-table > .simple-table-footer tr th.contact-title,
.simple-table > .simple-table-footer tr td.contact-title,
.simple-table > .simple-table-footer tr > .col.contact-title,
.simple-table > .simple-table-footer > .row th.contact-title,
.simple-table > .simple-table-footer > .row td.contact-title,
.simple-table > .simple-table-footer > .row > .col.contact-title {
  order: 0;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  min-width: 240px;
}
@media (max-width: 1920.98px) {
  table.dataTable > thead tr th.contact-title,
  table.dataTable > thead tr td.contact-title,
  table.dataTable > thead tr > .col.contact-title,
  table.dataTable > thead > .row th.contact-title,
  table.dataTable > thead > .row td.contact-title,
  table.dataTable > thead > .row > .col.contact-title,
  table.dataTable > tbody tr th.contact-title,
  table.dataTable > tbody tr td.contact-title,
  table.dataTable > tbody tr > .col.contact-title,
  table.dataTable > tbody > .row th.contact-title,
  table.dataTable > tbody > .row td.contact-title,
  table.dataTable > tbody > .row > .col.contact-title,
  table.dataTable > .simple-table-header tr th.contact-title,
  table.dataTable > .simple-table-header tr td.contact-title,
  table.dataTable > .simple-table-header tr > .col.contact-title,
  table.dataTable > .simple-table-header > .row th.contact-title,
  table.dataTable > .simple-table-header > .row td.contact-title,
  table.dataTable > .simple-table-header > .row > .col.contact-title,
  table.dataTable > .simple-table-body tr th.contact-title,
  table.dataTable > .simple-table-body tr td.contact-title,
  table.dataTable > .simple-table-body tr > .col.contact-title,
  table.dataTable > .simple-table-body > .row th.contact-title,
  table.dataTable > .simple-table-body > .row td.contact-title,
  table.dataTable > .simple-table-body > .row > .col.contact-title,
  table.dataTable > .simple-table-footer tr th.contact-title,
  table.dataTable > .simple-table-footer tr td.contact-title,
  table.dataTable > .simple-table-footer tr > .col.contact-title,
  table.dataTable > .simple-table-footer > .row th.contact-title,
  table.dataTable > .simple-table-footer > .row td.contact-title,
  table.dataTable > .simple-table-footer > .row > .col.contact-title,
  .table-responsive > table > thead tr th.contact-title,
  .table-responsive > table > thead tr td.contact-title,
  .table-responsive > table > thead tr > .col.contact-title,
  .table-responsive > table > thead > .row th.contact-title,
  .table-responsive > table > thead > .row td.contact-title,
  .table-responsive > table > thead > .row > .col.contact-title,
  .table-responsive > table > tbody tr th.contact-title,
  .table-responsive > table > tbody tr td.contact-title,
  .table-responsive > table > tbody tr > .col.contact-title,
  .table-responsive > table > tbody > .row th.contact-title,
  .table-responsive > table > tbody > .row td.contact-title,
  .table-responsive > table > tbody > .row > .col.contact-title,
  .table-responsive > table > .simple-table-header tr th.contact-title,
  .table-responsive > table > .simple-table-header tr td.contact-title,
  .table-responsive > table > .simple-table-header tr > .col.contact-title,
  .table-responsive > table > .simple-table-header > .row th.contact-title,
  .table-responsive > table > .simple-table-header > .row td.contact-title,
  .table-responsive > table > .simple-table-header > .row > .col.contact-title,
  .table-responsive > table > .simple-table-body tr th.contact-title,
  .table-responsive > table > .simple-table-body tr td.contact-title,
  .table-responsive > table > .simple-table-body tr > .col.contact-title,
  .table-responsive > table > .simple-table-body > .row th.contact-title,
  .table-responsive > table > .simple-table-body > .row td.contact-title,
  .table-responsive > table > .simple-table-body > .row > .col.contact-title,
  .table-responsive > table > .simple-table-footer tr th.contact-title,
  .table-responsive > table > .simple-table-footer tr td.contact-title,
  .table-responsive > table > .simple-table-footer tr > .col.contact-title,
  .table-responsive > table > .simple-table-footer > .row th.contact-title,
  .table-responsive > table > .simple-table-footer > .row td.contact-title,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-title,
  .simple-table > thead tr th.contact-title,
  .simple-table > thead tr td.contact-title,
  .simple-table > thead tr > .col.contact-title,
  .simple-table > thead > .row th.contact-title,
  .simple-table > thead > .row td.contact-title,
  .simple-table > thead > .row > .col.contact-title,
  .simple-table > tbody tr th.contact-title,
  .simple-table > tbody tr td.contact-title,
  .simple-table > tbody tr > .col.contact-title,
  .simple-table > tbody > .row th.contact-title,
  .simple-table > tbody > .row td.contact-title,
  .simple-table > tbody > .row > .col.contact-title,
  .simple-table > .simple-table-header tr th.contact-title,
  .simple-table > .simple-table-header tr td.contact-title,
  .simple-table > .simple-table-header tr > .col.contact-title,
  .simple-table > .simple-table-header > .row th.contact-title,
  .simple-table > .simple-table-header > .row td.contact-title,
  .simple-table > .simple-table-header > .row > .col.contact-title,
  .simple-table > .simple-table-body tr th.contact-title,
  .simple-table > .simple-table-body tr td.contact-title,
  .simple-table > .simple-table-body tr > .col.contact-title,
  .simple-table > .simple-table-body > .row th.contact-title,
  .simple-table > .simple-table-body > .row td.contact-title,
  .simple-table > .simple-table-body > .row > .col.contact-title,
  .simple-table > .simple-table-footer tr th.contact-title,
  .simple-table > .simple-table-footer tr td.contact-title,
  .simple-table > .simple-table-footer tr > .col.contact-title,
  .simple-table > .simple-table-footer > .row th.contact-title,
  .simple-table > .simple-table-footer > .row td.contact-title,
  .simple-table > .simple-table-footer > .row > .col.contact-title {
    order: 0;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.contact-title,
  table.dataTable > thead tr td.contact-title,
  table.dataTable > thead tr > .col.contact-title,
  table.dataTable > thead > .row th.contact-title,
  table.dataTable > thead > .row td.contact-title,
  table.dataTable > thead > .row > .col.contact-title,
  table.dataTable > tbody tr th.contact-title,
  table.dataTable > tbody tr td.contact-title,
  table.dataTable > tbody tr > .col.contact-title,
  table.dataTable > tbody > .row th.contact-title,
  table.dataTable > tbody > .row td.contact-title,
  table.dataTable > tbody > .row > .col.contact-title,
  table.dataTable > .simple-table-header tr th.contact-title,
  table.dataTable > .simple-table-header tr td.contact-title,
  table.dataTable > .simple-table-header tr > .col.contact-title,
  table.dataTable > .simple-table-header > .row th.contact-title,
  table.dataTable > .simple-table-header > .row td.contact-title,
  table.dataTable > .simple-table-header > .row > .col.contact-title,
  table.dataTable > .simple-table-body tr th.contact-title,
  table.dataTable > .simple-table-body tr td.contact-title,
  table.dataTable > .simple-table-body tr > .col.contact-title,
  table.dataTable > .simple-table-body > .row th.contact-title,
  table.dataTable > .simple-table-body > .row td.contact-title,
  table.dataTable > .simple-table-body > .row > .col.contact-title,
  table.dataTable > .simple-table-footer tr th.contact-title,
  table.dataTable > .simple-table-footer tr td.contact-title,
  table.dataTable > .simple-table-footer tr > .col.contact-title,
  table.dataTable > .simple-table-footer > .row th.contact-title,
  table.dataTable > .simple-table-footer > .row td.contact-title,
  table.dataTable > .simple-table-footer > .row > .col.contact-title,
  .table-responsive > table > thead tr th.contact-title,
  .table-responsive > table > thead tr td.contact-title,
  .table-responsive > table > thead tr > .col.contact-title,
  .table-responsive > table > thead > .row th.contact-title,
  .table-responsive > table > thead > .row td.contact-title,
  .table-responsive > table > thead > .row > .col.contact-title,
  .table-responsive > table > tbody tr th.contact-title,
  .table-responsive > table > tbody tr td.contact-title,
  .table-responsive > table > tbody tr > .col.contact-title,
  .table-responsive > table > tbody > .row th.contact-title,
  .table-responsive > table > tbody > .row td.contact-title,
  .table-responsive > table > tbody > .row > .col.contact-title,
  .table-responsive > table > .simple-table-header tr th.contact-title,
  .table-responsive > table > .simple-table-header tr td.contact-title,
  .table-responsive > table > .simple-table-header tr > .col.contact-title,
  .table-responsive > table > .simple-table-header > .row th.contact-title,
  .table-responsive > table > .simple-table-header > .row td.contact-title,
  .table-responsive > table > .simple-table-header > .row > .col.contact-title,
  .table-responsive > table > .simple-table-body tr th.contact-title,
  .table-responsive > table > .simple-table-body tr td.contact-title,
  .table-responsive > table > .simple-table-body tr > .col.contact-title,
  .table-responsive > table > .simple-table-body > .row th.contact-title,
  .table-responsive > table > .simple-table-body > .row td.contact-title,
  .table-responsive > table > .simple-table-body > .row > .col.contact-title,
  .table-responsive > table > .simple-table-footer tr th.contact-title,
  .table-responsive > table > .simple-table-footer tr td.contact-title,
  .table-responsive > table > .simple-table-footer tr > .col.contact-title,
  .table-responsive > table > .simple-table-footer > .row th.contact-title,
  .table-responsive > table > .simple-table-footer > .row td.contact-title,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-title,
  .simple-table > thead tr th.contact-title,
  .simple-table > thead tr td.contact-title,
  .simple-table > thead tr > .col.contact-title,
  .simple-table > thead > .row th.contact-title,
  .simple-table > thead > .row td.contact-title,
  .simple-table > thead > .row > .col.contact-title,
  .simple-table > tbody tr th.contact-title,
  .simple-table > tbody tr td.contact-title,
  .simple-table > tbody tr > .col.contact-title,
  .simple-table > tbody > .row th.contact-title,
  .simple-table > tbody > .row td.contact-title,
  .simple-table > tbody > .row > .col.contact-title,
  .simple-table > .simple-table-header tr th.contact-title,
  .simple-table > .simple-table-header tr td.contact-title,
  .simple-table > .simple-table-header tr > .col.contact-title,
  .simple-table > .simple-table-header > .row th.contact-title,
  .simple-table > .simple-table-header > .row td.contact-title,
  .simple-table > .simple-table-header > .row > .col.contact-title,
  .simple-table > .simple-table-body tr th.contact-title,
  .simple-table > .simple-table-body tr td.contact-title,
  .simple-table > .simple-table-body tr > .col.contact-title,
  .simple-table > .simple-table-body > .row th.contact-title,
  .simple-table > .simple-table-body > .row td.contact-title,
  .simple-table > .simple-table-body > .row > .col.contact-title,
  .simple-table > .simple-table-footer tr th.contact-title,
  .simple-table > .simple-table-footer tr td.contact-title,
  .simple-table > .simple-table-footer tr > .col.contact-title,
  .simple-table > .simple-table-footer > .row th.contact-title,
  .simple-table > .simple-table-footer > .row td.contact-title,
  .simple-table > .simple-table-footer > .row > .col.contact-title {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.contact-mobile,
table.dataTable > thead tr td.contact-mobile,
table.dataTable > thead tr > .col.contact-mobile,
table.dataTable > thead > .row th.contact-mobile,
table.dataTable > thead > .row td.contact-mobile,
table.dataTable > thead > .row > .col.contact-mobile,
table.dataTable > tbody tr th.contact-mobile,
table.dataTable > tbody tr td.contact-mobile,
table.dataTable > tbody tr > .col.contact-mobile,
table.dataTable > tbody > .row th.contact-mobile,
table.dataTable > tbody > .row td.contact-mobile,
table.dataTable > tbody > .row > .col.contact-mobile,
table.dataTable > .simple-table-header tr th.contact-mobile,
table.dataTable > .simple-table-header tr td.contact-mobile,
table.dataTable > .simple-table-header tr > .col.contact-mobile,
table.dataTable > .simple-table-header > .row th.contact-mobile,
table.dataTable > .simple-table-header > .row td.contact-mobile,
table.dataTable > .simple-table-header > .row > .col.contact-mobile,
table.dataTable > .simple-table-body tr th.contact-mobile,
table.dataTable > .simple-table-body tr td.contact-mobile,
table.dataTable > .simple-table-body tr > .col.contact-mobile,
table.dataTable > .simple-table-body > .row th.contact-mobile,
table.dataTable > .simple-table-body > .row td.contact-mobile,
table.dataTable > .simple-table-body > .row > .col.contact-mobile,
table.dataTable > .simple-table-footer tr th.contact-mobile,
table.dataTable > .simple-table-footer tr td.contact-mobile,
table.dataTable > .simple-table-footer tr > .col.contact-mobile,
table.dataTable > .simple-table-footer > .row th.contact-mobile,
table.dataTable > .simple-table-footer > .row td.contact-mobile,
table.dataTable > .simple-table-footer > .row > .col.contact-mobile,
.table-responsive > table > thead tr th.contact-mobile,
.table-responsive > table > thead tr td.contact-mobile,
.table-responsive > table > thead tr > .col.contact-mobile,
.table-responsive > table > thead > .row th.contact-mobile,
.table-responsive > table > thead > .row td.contact-mobile,
.table-responsive > table > thead > .row > .col.contact-mobile,
.table-responsive > table > tbody tr th.contact-mobile,
.table-responsive > table > tbody tr td.contact-mobile,
.table-responsive > table > tbody tr > .col.contact-mobile,
.table-responsive > table > tbody > .row th.contact-mobile,
.table-responsive > table > tbody > .row td.contact-mobile,
.table-responsive > table > tbody > .row > .col.contact-mobile,
.table-responsive > table > .simple-table-header tr th.contact-mobile,
.table-responsive > table > .simple-table-header tr td.contact-mobile,
.table-responsive > table > .simple-table-header tr > .col.contact-mobile,
.table-responsive > table > .simple-table-header > .row th.contact-mobile,
.table-responsive > table > .simple-table-header > .row td.contact-mobile,
.table-responsive > table > .simple-table-header > .row > .col.contact-mobile,
.table-responsive > table > .simple-table-body tr th.contact-mobile,
.table-responsive > table > .simple-table-body tr td.contact-mobile,
.table-responsive > table > .simple-table-body tr > .col.contact-mobile,
.table-responsive > table > .simple-table-body > .row th.contact-mobile,
.table-responsive > table > .simple-table-body > .row td.contact-mobile,
.table-responsive > table > .simple-table-body > .row > .col.contact-mobile,
.table-responsive > table > .simple-table-footer tr th.contact-mobile,
.table-responsive > table > .simple-table-footer tr td.contact-mobile,
.table-responsive > table > .simple-table-footer tr > .col.contact-mobile,
.table-responsive > table > .simple-table-footer > .row th.contact-mobile,
.table-responsive > table > .simple-table-footer > .row td.contact-mobile,
.table-responsive > table > .simple-table-footer > .row > .col.contact-mobile,
.simple-table > thead tr th.contact-mobile,
.simple-table > thead tr td.contact-mobile,
.simple-table > thead tr > .col.contact-mobile,
.simple-table > thead > .row th.contact-mobile,
.simple-table > thead > .row td.contact-mobile,
.simple-table > thead > .row > .col.contact-mobile,
.simple-table > tbody tr th.contact-mobile,
.simple-table > tbody tr td.contact-mobile,
.simple-table > tbody tr > .col.contact-mobile,
.simple-table > tbody > .row th.contact-mobile,
.simple-table > tbody > .row td.contact-mobile,
.simple-table > tbody > .row > .col.contact-mobile,
.simple-table > .simple-table-header tr th.contact-mobile,
.simple-table > .simple-table-header tr td.contact-mobile,
.simple-table > .simple-table-header tr > .col.contact-mobile,
.simple-table > .simple-table-header > .row th.contact-mobile,
.simple-table > .simple-table-header > .row td.contact-mobile,
.simple-table > .simple-table-header > .row > .col.contact-mobile,
.simple-table > .simple-table-body tr th.contact-mobile,
.simple-table > .simple-table-body tr td.contact-mobile,
.simple-table > .simple-table-body tr > .col.contact-mobile,
.simple-table > .simple-table-body > .row th.contact-mobile,
.simple-table > .simple-table-body > .row td.contact-mobile,
.simple-table > .simple-table-body > .row > .col.contact-mobile,
.simple-table > .simple-table-footer tr th.contact-mobile,
.simple-table > .simple-table-footer tr td.contact-mobile,
.simple-table > .simple-table-footer tr > .col.contact-mobile,
.simple-table > .simple-table-footer > .row th.contact-mobile,
.simple-table > .simple-table-footer > .row td.contact-mobile,
.simple-table > .simple-table-footer > .row > .col.contact-mobile {
  order: 0;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 1023.98px) {
  table.dataTable > thead tr th.contact-mobile,
  table.dataTable > thead tr td.contact-mobile,
  table.dataTable > thead tr > .col.contact-mobile,
  table.dataTable > thead > .row th.contact-mobile,
  table.dataTable > thead > .row td.contact-mobile,
  table.dataTable > thead > .row > .col.contact-mobile,
  table.dataTable > tbody tr th.contact-mobile,
  table.dataTable > tbody tr td.contact-mobile,
  table.dataTable > tbody tr > .col.contact-mobile,
  table.dataTable > tbody > .row th.contact-mobile,
  table.dataTable > tbody > .row td.contact-mobile,
  table.dataTable > tbody > .row > .col.contact-mobile,
  table.dataTable > .simple-table-header tr th.contact-mobile,
  table.dataTable > .simple-table-header tr td.contact-mobile,
  table.dataTable > .simple-table-header tr > .col.contact-mobile,
  table.dataTable > .simple-table-header > .row th.contact-mobile,
  table.dataTable > .simple-table-header > .row td.contact-mobile,
  table.dataTable > .simple-table-header > .row > .col.contact-mobile,
  table.dataTable > .simple-table-body tr th.contact-mobile,
  table.dataTable > .simple-table-body tr td.contact-mobile,
  table.dataTable > .simple-table-body tr > .col.contact-mobile,
  table.dataTable > .simple-table-body > .row th.contact-mobile,
  table.dataTable > .simple-table-body > .row td.contact-mobile,
  table.dataTable > .simple-table-body > .row > .col.contact-mobile,
  table.dataTable > .simple-table-footer tr th.contact-mobile,
  table.dataTable > .simple-table-footer tr td.contact-mobile,
  table.dataTable > .simple-table-footer tr > .col.contact-mobile,
  table.dataTable > .simple-table-footer > .row th.contact-mobile,
  table.dataTable > .simple-table-footer > .row td.contact-mobile,
  table.dataTable > .simple-table-footer > .row > .col.contact-mobile,
  .table-responsive > table > thead tr th.contact-mobile,
  .table-responsive > table > thead tr td.contact-mobile,
  .table-responsive > table > thead tr > .col.contact-mobile,
  .table-responsive > table > thead > .row th.contact-mobile,
  .table-responsive > table > thead > .row td.contact-mobile,
  .table-responsive > table > thead > .row > .col.contact-mobile,
  .table-responsive > table > tbody tr th.contact-mobile,
  .table-responsive > table > tbody tr td.contact-mobile,
  .table-responsive > table > tbody tr > .col.contact-mobile,
  .table-responsive > table > tbody > .row th.contact-mobile,
  .table-responsive > table > tbody > .row td.contact-mobile,
  .table-responsive > table > tbody > .row > .col.contact-mobile,
  .table-responsive > table > .simple-table-header tr th.contact-mobile,
  .table-responsive > table > .simple-table-header tr td.contact-mobile,
  .table-responsive > table > .simple-table-header tr > .col.contact-mobile,
  .table-responsive > table > .simple-table-header > .row th.contact-mobile,
  .table-responsive > table > .simple-table-header > .row td.contact-mobile,
  .table-responsive > table > .simple-table-header > .row > .col.contact-mobile,
  .table-responsive > table > .simple-table-body tr th.contact-mobile,
  .table-responsive > table > .simple-table-body tr td.contact-mobile,
  .table-responsive > table > .simple-table-body tr > .col.contact-mobile,
  .table-responsive > table > .simple-table-body > .row th.contact-mobile,
  .table-responsive > table > .simple-table-body > .row td.contact-mobile,
  .table-responsive > table > .simple-table-body > .row > .col.contact-mobile,
  .table-responsive > table > .simple-table-footer tr th.contact-mobile,
  .table-responsive > table > .simple-table-footer tr td.contact-mobile,
  .table-responsive > table > .simple-table-footer tr > .col.contact-mobile,
  .table-responsive > table > .simple-table-footer > .row th.contact-mobile,
  .table-responsive > table > .simple-table-footer > .row td.contact-mobile,
  .table-responsive > table > .simple-table-footer > .row > .col.contact-mobile,
  .simple-table > thead tr th.contact-mobile,
  .simple-table > thead tr td.contact-mobile,
  .simple-table > thead tr > .col.contact-mobile,
  .simple-table > thead > .row th.contact-mobile,
  .simple-table > thead > .row td.contact-mobile,
  .simple-table > thead > .row > .col.contact-mobile,
  .simple-table > tbody tr th.contact-mobile,
  .simple-table > tbody tr td.contact-mobile,
  .simple-table > tbody tr > .col.contact-mobile,
  .simple-table > tbody > .row th.contact-mobile,
  .simple-table > tbody > .row td.contact-mobile,
  .simple-table > tbody > .row > .col.contact-mobile,
  .simple-table > .simple-table-header tr th.contact-mobile,
  .simple-table > .simple-table-header tr td.contact-mobile,
  .simple-table > .simple-table-header tr > .col.contact-mobile,
  .simple-table > .simple-table-header > .row th.contact-mobile,
  .simple-table > .simple-table-header > .row td.contact-mobile,
  .simple-table > .simple-table-header > .row > .col.contact-mobile,
  .simple-table > .simple-table-body tr th.contact-mobile,
  .simple-table > .simple-table-body tr td.contact-mobile,
  .simple-table > .simple-table-body tr > .col.contact-mobile,
  .simple-table > .simple-table-body > .row th.contact-mobile,
  .simple-table > .simple-table-body > .row td.contact-mobile,
  .simple-table > .simple-table-body > .row > .col.contact-mobile,
  .simple-table > .simple-table-footer tr th.contact-mobile,
  .simple-table > .simple-table-footer tr td.contact-mobile,
  .simple-table > .simple-table-footer tr > .col.contact-mobile,
  .simple-table > .simple-table-footer > .row th.contact-mobile,
  .simple-table > .simple-table-footer > .row td.contact-mobile,
  .simple-table > .simple-table-footer > .row > .col.contact-mobile {
    order: 0;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }
}
table.dataTable > thead tr th.payment-profile-name,
table.dataTable > thead tr td.payment-profile-name,
table.dataTable > thead tr > .col.payment-profile-name,
table.dataTable > thead > .row th.payment-profile-name,
table.dataTable > thead > .row td.payment-profile-name,
table.dataTable > thead > .row > .col.payment-profile-name,
table.dataTable > tbody tr th.payment-profile-name,
table.dataTable > tbody tr td.payment-profile-name,
table.dataTable > tbody tr > .col.payment-profile-name,
table.dataTable > tbody > .row th.payment-profile-name,
table.dataTable > tbody > .row td.payment-profile-name,
table.dataTable > tbody > .row > .col.payment-profile-name,
table.dataTable > .simple-table-header tr th.payment-profile-name,
table.dataTable > .simple-table-header tr td.payment-profile-name,
table.dataTable > .simple-table-header tr > .col.payment-profile-name,
table.dataTable > .simple-table-header > .row th.payment-profile-name,
table.dataTable > .simple-table-header > .row td.payment-profile-name,
table.dataTable > .simple-table-header > .row > .col.payment-profile-name,
table.dataTable > .simple-table-body tr th.payment-profile-name,
table.dataTable > .simple-table-body tr td.payment-profile-name,
table.dataTable > .simple-table-body tr > .col.payment-profile-name,
table.dataTable > .simple-table-body > .row th.payment-profile-name,
table.dataTable > .simple-table-body > .row td.payment-profile-name,
table.dataTable > .simple-table-body > .row > .col.payment-profile-name,
table.dataTable > .simple-table-footer tr th.payment-profile-name,
table.dataTable > .simple-table-footer tr td.payment-profile-name,
table.dataTable > .simple-table-footer tr > .col.payment-profile-name,
table.dataTable > .simple-table-footer > .row th.payment-profile-name,
table.dataTable > .simple-table-footer > .row td.payment-profile-name,
table.dataTable > .simple-table-footer > .row > .col.payment-profile-name,
.table-responsive > table > thead tr th.payment-profile-name,
.table-responsive > table > thead tr td.payment-profile-name,
.table-responsive > table > thead tr > .col.payment-profile-name,
.table-responsive > table > thead > .row th.payment-profile-name,
.table-responsive > table > thead > .row td.payment-profile-name,
.table-responsive > table > thead > .row > .col.payment-profile-name,
.table-responsive > table > tbody tr th.payment-profile-name,
.table-responsive > table > tbody tr td.payment-profile-name,
.table-responsive > table > tbody tr > .col.payment-profile-name,
.table-responsive > table > tbody > .row th.payment-profile-name,
.table-responsive > table > tbody > .row td.payment-profile-name,
.table-responsive > table > tbody > .row > .col.payment-profile-name,
.table-responsive > table > .simple-table-header tr th.payment-profile-name,
.table-responsive > table > .simple-table-header tr td.payment-profile-name,
.table-responsive > table > .simple-table-header tr > .col.payment-profile-name,
.table-responsive > table > .simple-table-header > .row th.payment-profile-name,
.table-responsive > table > .simple-table-header > .row td.payment-profile-name,
.table-responsive > table > .simple-table-header > .row > .col.payment-profile-name,
.table-responsive > table > .simple-table-body tr th.payment-profile-name,
.table-responsive > table > .simple-table-body tr td.payment-profile-name,
.table-responsive > table > .simple-table-body tr > .col.payment-profile-name,
.table-responsive > table > .simple-table-body > .row th.payment-profile-name,
.table-responsive > table > .simple-table-body > .row td.payment-profile-name,
.table-responsive > table > .simple-table-body > .row > .col.payment-profile-name,
.table-responsive > table > .simple-table-footer tr th.payment-profile-name,
.table-responsive > table > .simple-table-footer tr td.payment-profile-name,
.table-responsive > table > .simple-table-footer tr > .col.payment-profile-name,
.table-responsive > table > .simple-table-footer > .row th.payment-profile-name,
.table-responsive > table > .simple-table-footer > .row td.payment-profile-name,
.table-responsive > table > .simple-table-footer > .row > .col.payment-profile-name,
.simple-table > thead tr th.payment-profile-name,
.simple-table > thead tr td.payment-profile-name,
.simple-table > thead tr > .col.payment-profile-name,
.simple-table > thead > .row th.payment-profile-name,
.simple-table > thead > .row td.payment-profile-name,
.simple-table > thead > .row > .col.payment-profile-name,
.simple-table > tbody tr th.payment-profile-name,
.simple-table > tbody tr td.payment-profile-name,
.simple-table > tbody tr > .col.payment-profile-name,
.simple-table > tbody > .row th.payment-profile-name,
.simple-table > tbody > .row td.payment-profile-name,
.simple-table > tbody > .row > .col.payment-profile-name,
.simple-table > .simple-table-header tr th.payment-profile-name,
.simple-table > .simple-table-header tr td.payment-profile-name,
.simple-table > .simple-table-header tr > .col.payment-profile-name,
.simple-table > .simple-table-header > .row th.payment-profile-name,
.simple-table > .simple-table-header > .row td.payment-profile-name,
.simple-table > .simple-table-header > .row > .col.payment-profile-name,
.simple-table > .simple-table-body tr th.payment-profile-name,
.simple-table > .simple-table-body tr td.payment-profile-name,
.simple-table > .simple-table-body tr > .col.payment-profile-name,
.simple-table > .simple-table-body > .row th.payment-profile-name,
.simple-table > .simple-table-body > .row td.payment-profile-name,
.simple-table > .simple-table-body > .row > .col.payment-profile-name,
.simple-table > .simple-table-footer tr th.payment-profile-name,
.simple-table > .simple-table-footer tr td.payment-profile-name,
.simple-table > .simple-table-footer tr > .col.payment-profile-name,
.simple-table > .simple-table-footer > .row th.payment-profile-name,
.simple-table > .simple-table-footer > .row td.payment-profile-name,
.simple-table > .simple-table-footer > .row > .col.payment-profile-name {
  order: 0;
  flex: 1 1 200px;
}
table.dataTable > thead tr th.payment-profile-margin,
table.dataTable > thead tr td.payment-profile-margin,
table.dataTable > thead tr > .col.payment-profile-margin,
table.dataTable > thead > .row th.payment-profile-margin,
table.dataTable > thead > .row td.payment-profile-margin,
table.dataTable > thead > .row > .col.payment-profile-margin,
table.dataTable > tbody tr th.payment-profile-margin,
table.dataTable > tbody tr td.payment-profile-margin,
table.dataTable > tbody tr > .col.payment-profile-margin,
table.dataTable > tbody > .row th.payment-profile-margin,
table.dataTable > tbody > .row td.payment-profile-margin,
table.dataTable > tbody > .row > .col.payment-profile-margin,
table.dataTable > .simple-table-header tr th.payment-profile-margin,
table.dataTable > .simple-table-header tr td.payment-profile-margin,
table.dataTable > .simple-table-header tr > .col.payment-profile-margin,
table.dataTable > .simple-table-header > .row th.payment-profile-margin,
table.dataTable > .simple-table-header > .row td.payment-profile-margin,
table.dataTable > .simple-table-header > .row > .col.payment-profile-margin,
table.dataTable > .simple-table-body tr th.payment-profile-margin,
table.dataTable > .simple-table-body tr td.payment-profile-margin,
table.dataTable > .simple-table-body tr > .col.payment-profile-margin,
table.dataTable > .simple-table-body > .row th.payment-profile-margin,
table.dataTable > .simple-table-body > .row td.payment-profile-margin,
table.dataTable > .simple-table-body > .row > .col.payment-profile-margin,
table.dataTable > .simple-table-footer tr th.payment-profile-margin,
table.dataTable > .simple-table-footer tr td.payment-profile-margin,
table.dataTable > .simple-table-footer tr > .col.payment-profile-margin,
table.dataTable > .simple-table-footer > .row th.payment-profile-margin,
table.dataTable > .simple-table-footer > .row td.payment-profile-margin,
table.dataTable > .simple-table-footer > .row > .col.payment-profile-margin,
.table-responsive > table > thead tr th.payment-profile-margin,
.table-responsive > table > thead tr td.payment-profile-margin,
.table-responsive > table > thead tr > .col.payment-profile-margin,
.table-responsive > table > thead > .row th.payment-profile-margin,
.table-responsive > table > thead > .row td.payment-profile-margin,
.table-responsive > table > thead > .row > .col.payment-profile-margin,
.table-responsive > table > tbody tr th.payment-profile-margin,
.table-responsive > table > tbody tr td.payment-profile-margin,
.table-responsive > table > tbody tr > .col.payment-profile-margin,
.table-responsive > table > tbody > .row th.payment-profile-margin,
.table-responsive > table > tbody > .row td.payment-profile-margin,
.table-responsive > table > tbody > .row > .col.payment-profile-margin,
.table-responsive > table > .simple-table-header tr th.payment-profile-margin,
.table-responsive > table > .simple-table-header tr td.payment-profile-margin,
.table-responsive > table > .simple-table-header tr > .col.payment-profile-margin,
.table-responsive > table > .simple-table-header > .row th.payment-profile-margin,
.table-responsive > table > .simple-table-header > .row td.payment-profile-margin,
.table-responsive > table > .simple-table-header > .row > .col.payment-profile-margin,
.table-responsive > table > .simple-table-body tr th.payment-profile-margin,
.table-responsive > table > .simple-table-body tr td.payment-profile-margin,
.table-responsive > table > .simple-table-body tr > .col.payment-profile-margin,
.table-responsive > table > .simple-table-body > .row th.payment-profile-margin,
.table-responsive > table > .simple-table-body > .row td.payment-profile-margin,
.table-responsive > table > .simple-table-body > .row > .col.payment-profile-margin,
.table-responsive > table > .simple-table-footer tr th.payment-profile-margin,
.table-responsive > table > .simple-table-footer tr td.payment-profile-margin,
.table-responsive > table > .simple-table-footer tr > .col.payment-profile-margin,
.table-responsive > table > .simple-table-footer > .row th.payment-profile-margin,
.table-responsive > table > .simple-table-footer > .row td.payment-profile-margin,
.table-responsive > table > .simple-table-footer > .row > .col.payment-profile-margin,
.simple-table > thead tr th.payment-profile-margin,
.simple-table > thead tr td.payment-profile-margin,
.simple-table > thead tr > .col.payment-profile-margin,
.simple-table > thead > .row th.payment-profile-margin,
.simple-table > thead > .row td.payment-profile-margin,
.simple-table > thead > .row > .col.payment-profile-margin,
.simple-table > tbody tr th.payment-profile-margin,
.simple-table > tbody tr td.payment-profile-margin,
.simple-table > tbody tr > .col.payment-profile-margin,
.simple-table > tbody > .row th.payment-profile-margin,
.simple-table > tbody > .row td.payment-profile-margin,
.simple-table > tbody > .row > .col.payment-profile-margin,
.simple-table > .simple-table-header tr th.payment-profile-margin,
.simple-table > .simple-table-header tr td.payment-profile-margin,
.simple-table > .simple-table-header tr > .col.payment-profile-margin,
.simple-table > .simple-table-header > .row th.payment-profile-margin,
.simple-table > .simple-table-header > .row td.payment-profile-margin,
.simple-table > .simple-table-header > .row > .col.payment-profile-margin,
.simple-table > .simple-table-body tr th.payment-profile-margin,
.simple-table > .simple-table-body tr td.payment-profile-margin,
.simple-table > .simple-table-body tr > .col.payment-profile-margin,
.simple-table > .simple-table-body > .row th.payment-profile-margin,
.simple-table > .simple-table-body > .row td.payment-profile-margin,
.simple-table > .simple-table-body > .row > .col.payment-profile-margin,
.simple-table > .simple-table-footer tr th.payment-profile-margin,
.simple-table > .simple-table-footer tr td.payment-profile-margin,
.simple-table > .simple-table-footer tr > .col.payment-profile-margin,
.simple-table > .simple-table-footer > .row th.payment-profile-margin,
.simple-table > .simple-table-footer > .row td.payment-profile-margin,
.simple-table > .simple-table-footer > .row > .col.payment-profile-margin {
  order: 0;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  min-width: 200px;
}

.order-item-title {
  flex-wrap: wrap !important;
}
.order-item-title > * {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: 100% !important;
}

.order-item-description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  justify-content: space-between !important;
}
.order-item-description webmodule-icon {
  display: block !important;
}

.item-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.25rem !important;
  align-items: center !important;
  justify-content: center !important;
}

.modal-dialog:not(.modal-fullscreen) .data-table {
  max-height: 65vh;
}

.validation-icon {
  font-size: 1.25rem;
  line-height: 0;
  margin-right: 0.5rem;
}

.v6-quote-item-toolbar {
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
  align-items: baseline;
  border-bottom: 1px solid var(--gray-200);
}
.v6-quote-item-toolbar .breadcrumb {
  margin: 0px;
  margin-left: 1rem;
}
.v6-quote-item-toolbar i {
  color: var(--st-mid-blue);
}
.v6-quote-item-toolbar i:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
}
.v6-quote-item-toolbar i:hover {
  color: var(--st-blue);
  background-color: var(--body-bg);
}
.v6-quote-item-toolbar i.disabled {
  color: var(--gray-400) !important;
  background-color: var(--white) !important;
}

.frame-nav-button {
  font-size: 1.25rem;
  padding: 0.25rem;
}

.documents-dtrg-table .dtrg-group.dtrg-level-0 {
  border-bottom: none !important;
  margin-bottom: -1rem;
}
.documents-dtrg-table .dtrg-group.dtrg-level-0 th,
.documents-dtrg-table .dtrg-group.dtrg-level-0 td {
  background: var(--white) !important;
  border: none !important;
  width: 100%;
  padding: 0.5rem 0.5rem !important;
  font-size: 1.00625rem !important;
}
@media (min-width: 1600px) {
  .documents-dtrg-table .dtrg-group.dtrg-level-0 th,
  .documents-dtrg-table .dtrg-group.dtrg-level-0 td {
    padding: 0.75rem 0.5rem !important;
  }
}
.documents-dtrg-table .dtrg-group.dtrg-level-1 {
  margin-top: 1rem;
  border-bottom: none !important;
}
.documents-dtrg-table .dtrg-group.dtrg-level-1 th,
.documents-dtrg-table .dtrg-group.dtrg-level-1 td {
  background: var(--gray-300) !important;
  border: none;
  border-bottom: 1px solid var(--gray-400);
  color: var(--body-color);
  width: 100%;
  padding: 0.5rem 0.5rem !important;
  font-size: 0.875rem !important;
}
@media (min-width: 1600px) {
  .documents-dtrg-table .dtrg-group.dtrg-level-1 th,
  .documents-dtrg-table .dtrg-group.dtrg-level-1 td {
    padding: 0.75rem 0.5rem !important;
  }
}
.documents-dtrg-table .dtrg-group.dtrg-level-1 th *,
.documents-dtrg-table .dtrg-group.dtrg-level-1 td * {
  color: var(--body-color);
}

.quotecalculation-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 0 0.5rem 0;
  border: 1px solid var(--gray-300);
}
.quotecalculation-section .quotecalculation-label {
  padding: 0.5rem;
  order: 0;
  flex: 0 0 100%;
  font-weight: 500;
  text-align: left;
  color: var(--white);
  background-color: var(--base-color);
}
.quotecalculation-section .quotecalculation-result {
  order: 0;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0.5rem 0 0 0;
}
.quotecalculation-section .quotecalculation-result .quotecalculation-col {
  order: 0;
  flex: 1 1 auto;
  max-width: auto;
  width: auto;
  min-width: auto;
  padding: 0 0.5rem;
  text-align: center;
  border-right: 1px solid var(--gray-200);
}
.quotecalculation-section .quotecalculation-result .quotecalculation-col:last-child {
  border-right: none;
}
.quotecalculation-section .quotecalculation-result .quotecalculation-col .quotecalculation-col-name {
  text-align: center;
}
.quotecalculation-section .quotecalculation-result .quotecalculation-col .quotecalculation-col-value {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.tax-row > div > .row,
.tax-row > .div > .row {
  position: relative;
}
.tax-row > div > .row .tax-row-rate,
.tax-row > .div > .row .tax-row-rate {
  padding-right: 0;
}
.tax-row > div > .row .tax-row-delete,
.tax-row > .div > .row .tax-row-delete {
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  padding: 0;
}
.tax-row > div > .row .tax-row-delete webmodule-button,
.tax-row > .div > .row .tax-row-delete webmodule-button {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}
.tax-row > div > .row .tax-row-delete webmodule-button::part(base),
.tax-row > .div > .row .tax-row-delete webmodule-button::part(base) {
  border: none;
  padding: 0;
  min-width: 0;
}
.tax-row > div > .row .tax-row-delete webmodule-button::part(label),
.tax-row > .div > .row .tax-row-delete webmodule-button::part(label) {
  padding: 0;
}
.tax-row > div > .row .form-col-input,
.tax-row > .div > .row .form-col-input {
  width: calc(100% - 40px) !important;
}
@media (min-width: 576px) {
  .tax-row > div > .row .form-col-input,
  .tax-row > .div > .row .form-col-input {
    width: calc(83.333333% - 30px) !important;
  }
}
@media (min-width: 768px) {
  .tax-row > div > .row .form-col-input,
  .tax-row > .div > .row .form-col-input {
    width: calc(75% - 30px) !important;
  }
}
@media (min-width: 1600px) {
  .tax-row > div > .row .form-col-input,
  .tax-row > .div > .row .form-col-input {
    width: calc(83.333333% - 30px) !important;
  }
}

.quote-item-thumb {
  z-index: 9;
  top: 24vh !important;
  left: 195px !important;
  overflow: hidden;
  background-color: white;
  max-height: 50vh;
  max-width: 33vw;
  border-color: var(--st-blue) !important;
  box-shadow: 0 10px 10px var(--shadow-10);
  padding: 2rem !important;
}
.quote-item-thumb > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.igu-list-wrapper ul,
.igu-list-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.igu-list-wrapper ul li,
.igu-list-wrapper ol li {
  margin: 0;
  padding: 0;
  display: block;
  color: var(--base-color);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.igu-list-wrapper ul li:hover,
.igu-list-wrapper ol li:hover {
  background: var(--gray-200);
  border-bottom: 1px solid var(--gray-300);
}
.igu-list-wrapper ul li.active,
.igu-list-wrapper ol li.active {
  background: var(--st-blue-25);
  border-bottom: 1px solid var(--base-color);
  color: var(--body-color);
  cursor: default;
}
.igu-list-wrapper ul li > div,
.igu-list-wrapper ul li > .div,
.igu-list-wrapper ol li > div,
.igu-list-wrapper ol li > .div {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.25rem 1rem;
  padding-left: 1.5rem;
}
.igu-list-wrapper ul li > div:before,
.igu-list-wrapper ul li > .div:before,
.igu-list-wrapper ol li > div:before,
.igu-list-wrapper ol li > .div:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0.5rem;
  top: calc(50% - 0.25rem);
  height: 0.35rem;
  width: 0.35rem;
  border-right: 1px solid var(--st-blue);
  border-top: 1px solid var(--st-blue);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.v6config-attribute-title {
  width: 40% !important;
}

.v6config-attribute-input {
  position: relative;
  width: 60% !important;
}
.v6config-attribute-input > .dropdown-menu {
  width: calc(100% - 2rem);
}

[data-id=modal-reasons-rbg] .form-col-item .form-col-label,
[data-id=modal-reasons-rbg] .form-col-item .form-col-input,
[data-id=modal-reasons-comment] .form-col-item .form-col-label,
[data-id=modal-reasons-comment] .form-col-item .form-col-input {
  order: 0;
  flex: 0 0 100%;
  width: 100% !important;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0 !important;
}

.franchisee-stock-table .dtrg-group.dtrg-level-0 th,
.franchisee-stock-table .dtrg-group.dtrg-level-0 td {
  background: var(--st-mid-blue) !important;
  color: var(--white);
  border: none !important;
  width: 100%;
  padding: 0.75rem 0.5rem !important;
  font-size: 0.875rem !important;
}
.franchisee-stock-table .dtrg-group.dtrg-level-0 th *,
.franchisee-stock-table .dtrg-group.dtrg-level-0 td * {
  color: var(--white);
}
.franchisee-stock-table tbody tr td input {
  width: 100% !important;
}

.stock-item-description .form-col-item,
.stock-item-singleUnitCost .form-col-item {
  margin-bottom: 0 !important;
  margin: 0 !important;
}
.stock-item-description .form-col-input,
.stock-item-singleUnitCost .form-col-input {
  width: 100% !important;
  padding: 0 !important;
}

.tenant-user-console {
  padding: 0 !important;
}

textarea[id^=purchase-order-description] {
  height: 253px;
}

#userIdValid {
  background: var(--white) !important;
  font-size: 0.875rem;
}
@media (min-width: 1600px) {
  #userIdValid {
    font-size: 1rem;
  }
}

.add-user-modal-permissions-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.add-user-modal-permissions-list > div,
.add-user-modal-permissions-list > .div {
  order: 0;
  flex: 0 0 auto;
  width: auto;
}

softtechls-booleanedit {
  margin-right: 0.25rem;
}

.branch-form {
  padding: 1rem;
  background: var(--white);
}

.modal-fullscreen .modal-content {
  max-height: 100%;
  height: auto;
}

#siteNavBar .navbar-text > .dropdown:last-child .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.conversation .conversation-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.conversation .conversation-header .conversation-subject-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  order: 0;
  flex: 0 0 100%;
}
.conversation .conversation-header .conversation-subject-wrapper span.conversation-subject {
  font-size: 1.25rem;
}
.conversation .conversation-header .conversation-subject-wrapper webmodule-input {
  width: 100%;
}
.conversation .conversation-header .conversation-link-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  order: 0;
  flex: 0 0 100%;
}
.conversation .conversation-header .conversation-link-wrapper webmodule-input-row {
  width: 100%;
}
.conversation .conversation-header .conversation-subject-actions {
  order: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  position: relative;
  min-height: 34px;
}
.conversation .conversation-header .conversation-subject-actions > .badge, .conversation .conversation-header .conversation-subject-actions > .resource-lock-owner {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4px;
}
.conversation > .conversation-messages {
  border-bottom: 1px solid var(--gray-400);
  padding: 0.5rem 0;
}
.conversation > .conversation-messages .conversation-entry {
  position: relative;
  padding-left: 3.5rem !important;
}
.conversation > .conversation-messages .conversation-entry.author-dealer .user-name {
  color: var(--st-dark-blue);
}
.conversation > .conversation-messages .conversation-entry.author-supplier .user-name {
  color: var(--color-active);
}
.conversation > .conversation-messages .conversation-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  font-size: 2rem;
  color: var(--gray-400);
}
.conversation > .conversation-messages .conversation-supplier-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  font-size: 2rem;
  color: var(--blue);
}
.conversation > .conversation-messages .conversation-entry-header {
  padding-right: 6rem;
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 0.5rem;
}
.conversation > .conversation-messages .conversation-entry-header .date-created,
.conversation > .conversation-messages .conversation-entry-header .last-edit {
  color: var(--gray-400);
}
.conversation > .conversation-messages .conversation-text {
  padding-top: 0.5rem;
}
.conversation > .conversation-messages .conversation-text > p:last-of-type {
  margin-bottom: 0;
}
.conversation > .conversation-messages .conversation-text img {
  max-width: 100%;
  cursor: zoom-in;
  height: auto;
  display: block;
  object-fit: contain;
  border: solid 1px lightgray;
}
.conversation > .conversation-messages .conversation-text .conversation-attachments {
  background: var(--white);
}

.conversation-attachments-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.conversation-attachments-section > * {
  margin-right: 1rem;
  order: 0;
  flex: 0 0 auto;
}
.conversation-attachments-section > * > * {
  margin-right: 1rem;
  order: 0;
  flex: 0 0 auto;
}

.conversation-note {
  margin-bottom: 1rem;
}

.conversation-list-actions,
.support-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  border-top: 0 !important;
}
.conversation-list-actions > webmodule-button,
.support-actions > webmodule-button {
  margin-left: 0.5rem;
}

.conversation-item-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  border-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.conversation-item-actions .conversation-item-actions-action {
  font-size: 1rem;
  color: var(--gray-400);
  cursor: pointer;
}
.conversation-item-actions .conversation-item-actions-action:hover {
  color: var(--base-color);
}

.conversation-item-post-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  border-top: 0 !important;
}

.toastui-editor-popup-add-image .toastui-editor-file-select-button,
.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  white-space: nowrap;
  padding: 0.5rem 1rem;
}

.toastui-editor-popup-body input[type=text] {
  width: 100% !important;
  min-height: 32px;
}

.toastui-editor-popup-add-image .toastui-editor-file-name {
  width: 65% !important;
  min-height: 32px;
}

.toastui-editor-contents img {
  box-sizing: border-box;
  margin: 4px 30% 10px !important;
  max-width: 40% !important;
  vertical-align: top;
}

.img-modal {
  cursor: zoom-out;
}
.img-modal .modal-content {
  height: 100% !important;
}
.img-modal .modal-content .modal-body .modal-body-content {
  min-height: 100%;
}
.img-modal .modal-content .modal-body .modal-body-content .img-preview {
  cursor: zoom-out;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.img-modal .modal-content .modal-body .modal-body-content .img-preview img {
  order: 0;
  flex: 0 0 auto;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
.img-modal .modal-header {
  padding-top: 6px;
  padding-bottom: 6px;
}

softtechls-tenantuserconsole {
  height: 100%;
}
softtechls-tenantuserconsole .tenant-user-console {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
}
softtechls-tenantuserconsole .tenant-user-console > div,
softtechls-tenantuserconsole .tenant-user-console > .div {
  order: 0;
  flex: 0 0 auto;
}
softtechls-tenantuserconsole .tenant-user-console > webmodule-lit-table {
  order: 0;
  flex: 1 1 100%;
  display: block;
  overflow: hidden;
}
softtechls-tenantuserconsole .tenant-user-console .table-filter-header {
  margin-bottom: 1rem;
}
softtechls-tenantuserconsole .tenant-user-console .table-filter-header .filter-right .fw-bolder,
softtechls-tenantuserconsole .tenant-user-console .table-filter-header .filter-right .multi-action-btn {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.1rem;
}

#dz-preview-template * {
  display: none;
  visibility: hidden;
}

.resource-lock-owner {
  background: var(--color-completed);
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media (min-width: 1600px) {
  .resource-lock-owner {
    top: 1rem;
  }
}
.resource-lock-owner a {
  color: var(--white);
}
.resource-lock-owner.resource-lock-locked {
  background: var(--color-cancelled);
}
.resource-lock-owner.resource-lock-editing {
  background: var(--color-accepted);
}

.branchquote-support-inbox .simple-table-body .col-subject span {
  color: var(--base-color);
  cursor: pointer;
}
.branchquote-support-inbox .simple-table-body .col-subject span:hover {
  text-decoration: underline;
}

.image-upload-image .image-upload-wrapper {
  position: relative;
  cursor: pointer;
  border: 1px dashed var(--gray-300);
  padding: 1rem;
  text-align: center;
  background: url(https://webmodule-softtech.azureedge.net/v6config/site/assets/images/transparent-bg.png) repeat center center;
  height: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .image-upload-image .image-upload-wrapper {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .image-upload-image .image-upload-wrapper {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .image-upload-image .image-upload-wrapper {
    height: 420px;
  }
}
.image-upload-image .image-upload-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.image-upload-image img {
  order: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}

.special-item-editor-container > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.special-item-editor-container > .row .custom-item-props .form-col-item .form-col-label {
  width: 40% !important;
}
.special-item-editor-container > .row .custom-item-props .form-col-item .form-col-input {
  width: 60% !important;
}
.special-item-editor-container > .row .custom-item-notes .form-col-item .form-col-label {
  width: 20% !important;
}
.special-item-editor-container > .row .custom-item-notes .form-col-item .form-col-input {
  width: 80% !important;
}
.special-item-editor-container > .row .custom-item-notes textarea.form-control {
  height: 70px;
}

.upload-zone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 0.5rem;
}
.upload-zone > .eto-master-document,
.upload-zone > #thumbnail {
  order: 0;
  flex: 0 0 100%;
  background: var(--gray-100);
  border: dotted 1px var(--base-color);
  cursor: pointer;
}
.upload-zone > .eto-master-document .image-upload-icon,
.upload-zone > #thumbnail .image-upload-icon {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 3rem;
}
.upload-zone > .eto-master-document .image-upload-icon .fa,
.upload-zone > #thumbnail .image-upload-icon .fa {
  font-size: 3rem;
  color: var(--gray-400);
}
.upload-zone > #thumbnail > .single-file-drop-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.upload-zone > #thumbnail > .single-file-drop-container > * {
  order: 0;
  flex: 0 0 100%;
  margin: 0.5rem;
  text-align: center;
}
.upload-zone > #thumbnail > .single-file-drop-container .img-fluid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 !important;
  background: var(--gray-100);
}
.upload-zone > #thumbnail > .single-file-drop-container .img-fluid[src="https://webmodule-softtech.azureedge.net/v6config/site/assets/images/transparent-pixel.gif"] {
  background: none !important;
}
.upload-zone > .eto-master-document #masterdocument {
  height: 100%;
}
.upload-zone > .eto-master-document #masterdocument .conversation-entry {
  height: 100%;
}
.upload-zone > .eto-master-document #masterdocument .conversation-entry #attachments {
  height: 100%;
}
.upload-zone > .eto-master-document #masterdocument .conversation-entry #attachments .conversation-attachments-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.upload-zone > .eto-master-document #masterdocument .conversation-entry #attachments .conversation-attachments-container > * {
  order: 0;
  flex: 0 0 100%;
  margin: 0.5rem;
  text-align: center;
}
.upload-zone > .eto-master-document #masterdocument .conversation-entry #attachments .conversation-attachments-container .dz-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.5rem;
  background: var(--gray-100);
}

.dz-clickable {
  padding: 0 !important;
}

.conversation-header-block {
  position: relative;
}
.conversation-header-block wm-button-switch {
  position: absolute;
  right: 0;
  top: 0;
}

.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments,
.new-support-ticket .conversation-attachments-container .conversation-attachmments {
  position: relative;
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dz-clickable,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dz-clickable,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dz-clickable {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  order: 0;
  flex: 0 0 100%;
  background: var(--gray-100);
  border: dotted 1px var(--base-color);
  cursor: pointer;
  padding: 0.5rem;
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 3rem;
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon .fa,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon .fa,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dz-clickable .image-upload-icon .fa {
  font-size: 1rem;
  color: var(--gray-400);
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dz-clickable > *,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dz-clickable > *,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dz-clickable > * {
  margin: 0 0 0.5rem 1rem !important;
  padding: 0;
  font-size: 0.875rem;
  order: 0;
  flex: 0 0 auto;
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dropzone-previews,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dropzone-previews,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dropzone-previews {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
.conversation-note .conversation-entry-create .conversation-attachments-container .conversation-attachmments .dropzone-previews .dz-preview,
.conversation-note .conversation-entry .conversation-attachments-container .conversation-attachmments .dropzone-previews .dz-preview,
.new-support-ticket .conversation-attachments-container .conversation-attachmments .dropzone-previews .dz-preview {
  margin-bottom: 0.25rem;
}

.dz-filename-text {
  word-break: break-all;
}

.quote-author-filter {
  padding-left: 0;
}
.quote-author-filter .form-check-label {
  margin-right: 1rem;
}

.conversation-header-block > .main-header-style, .quote-item-view-body .attributeContents .v6config-group .conversation-header-block > .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group .conversation-header-block > .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group .conversation-header-block > .v6config-group-header, .v6-quote-item-view .v6-quote-item-view-header .conversation-header-block > h2, .v6-quote-item-view .v6-quote-item-view-header .conversation-header-block > .h2, .conversation-header-block > .section-header, .form-two-col.conversation-header-block > h2, .form-two-col.conversation-header-block > .h2,
.form-two-col > .row.conversation-header-block > h2,
.form-two-col > .row.conversation-header-block > .h2,
.form-two-col > .row > div.conversation-header-block > h2,
.form-two-col > .row > div.conversation-header-block > .h2,
.form-two-col > .row > .div.conversation-header-block > h2,
.form-two-col > .row > .div.conversation-header-block > .h2,
.form-one-col.conversation-header-block > h2,
.form-one-col.conversation-header-block > .h2,
.form-one-col > .row.conversation-header-block > h2,
.form-one-col > .row.conversation-header-block > .h2,
.form-one-col > .row > div.conversation-header-block > h2,
.form-one-col > .row > div.conversation-header-block > .h2,
.form-one-col > .row > .div.conversation-header-block > h2,
.form-one-col > .row > .div.conversation-header-block > .h2, .igu-list-wrapper.conversation-header-block > h2, .igu-list-wrapper.conversation-header-block > .h2 {
  margin: 0.265rem 0 0.65rem 0 !important;
}

.terms-of-use-modal .modal-body {
  max-height: 75vh;
  overflow-y: scroll;
}
.terms-of-use-modal .modal-body > .modal-body-content {
  overflow-y: unset !important;
}
.terms-of-use-modal .modal-body > .modal-body-content > div,
.terms-of-use-modal .modal-body > .modal-body-content > .div {
  padding-bottom: 1rem;
}

.conversation-entry-create .toastui-editor-toolbar {
  display: none !important;
}

.extended-options-line .list-group {
  margin-bottom: 2px;
}

#branchquote-support-inbox-table .col-status {
  max-width: 120px;
}
#branchquote-support-inbox-table .col-status .badge, #branchquote-support-inbox-table .col-status .resource-lock-owner {
  width: 100%;
}

v6config-frame-attribute-dimension .v6config-attribute-input .row .col-8 {
  padding-left: 0;
}
v6config-frame-attribute-dimension st-v6-dimension-setter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  width: 100%;
}
v6config-frame-attribute-dimension st-v6-dimension-setter > .btn-v6-dimension {
  order: 0;
  flex: 0 0 20%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 20%;
  margin: 0 4px 0 0;
}
@media (min-width: 1600px) {
  v6config-frame-attribute-dimension st-v6-dimension-setter > .btn-v6-dimension {
    order: 0;
    flex: 0 0 22%;
    width: 22%;
  }
}

.two-fa-block .two-fa-header {
  margin-bottom: 1rem;
}
.two-fa-block .two-fa-inputs .form-col-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.two-fa-block .two-fa-inputs .form-col-item .form-col-label {
  order: 0;
  flex: 1 1 0;
  margin-right: 1rem;
  white-space: nowrap;
}
.two-fa-block .two-fa-inputs .form-col-item .form-col-input {
  order: 0;
  flex: 1 1 100%;
}
.two-fa-block .two-fa-buttons {
  margin-top: 1rem;
  text-align: right;
}
.two-fa-block .two-fa-code {
  margin: 1rem 0;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: var(--bs-dropdown-border-radius);
  border-top-right-radius: var(--bs-dropdown-border-radius);
}
.nav-tabs .dropdown-menu .dropdown-item {
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  .nav-tabs .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
  }
}

.v6-resource-picker table tr td {
  background-color: unset;
  --bs-table-color-type: none;
  --bs-table-bg-type: none;
}
.v6-resource-picker table tr:nth-of-type(odd) td {
  background-color: unset;
  --bs-table-color-type: none;
  --bs-table-bg-type: none;
}

.table-filter-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.table-filter-header .filter-left {
  order: 0;
  flex: 0 0 auto;
}
.table-filter-header .filter-right {
  order: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}
.table-filter-header .filter-right > label {
  order: 0;
  flex: 0 0 auto;
  margin-right: 1rem;
}
.table-filter-header .filter-right > input {
  order: 0;
  flex: 0 0 auto;
  width: auto;
  min-width: 240px;
}

.label-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.label-custom .label-title {
  order: 0;
  flex: 0 1 auto;
}
.label-custom .label-tooltip {
  order: 0;
  flex: 0 0 15px;
  padding: 0.45rem 0 0 0.2rem;
}

.frm-quote-details bs-form-input[data-id^=quote-validity] .form-col-label, .frm-quote-details bs-form-input[data-id^=quote-installation] .form-col-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.frm-quote-details bs-form-input[data-id^=quote-validity] .form-col-label *, .frm-quote-details bs-form-input[data-id^=quote-installation] .form-col-label * {
  order: 0;
  flex: 0 1 auto;
}
.frm-quote-details bs-form-input[data-id^=quote-validity] .form-col-label webmodule-tooltip, .frm-quote-details bs-form-input[data-id^=quote-installation] .form-col-label webmodule-tooltip {
  order: 0;
  flex: 0 0 15px;
}
.frm-quote-details bs-form-input[data-id^=quote-validity] .form-col-label webmodule-tooltip webmodule-icon, .frm-quote-details bs-form-input[data-id^=quote-installation] .form-col-label webmodule-tooltip webmodule-icon {
  padding-left: 0.2rem;
}

.simple-table .simple-table-header > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-header > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-header > .tr .quote-item-price-del-cost,
.simple-table .simple-table-header > .tr .quote-item-price-del-adj,
.simple-table .simple-table-header > .tr .quote-item-price,
.simple-table .simple-table-body > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-body > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-body > .tr .quote-item-price-del-cost,
.simple-table .simple-table-body > .tr .quote-item-price-del-adj,
.simple-table .simple-table-body > .tr .quote-item-price,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-ext-list,
.simple-table .simple-table-footer > .tr .quote-item-price-sup-adj,
.simple-table .simple-table-footer > .tr .quote-item-price-del-cost,
.simple-table .simple-table-footer > .tr .quote-item-price-del-adj,
.simple-table .simple-table-footer > .tr .quote-item-price {
  text-align: right;
  justify-content: flex-end;
}
.simple-table .simple-table-header > .tr .item-menu,
.simple-table .simple-table-body > .tr .item-menu,
.simple-table .simple-table-footer > .tr .item-menu {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  text-align: center;
  justify-content: center;
  overflow: visible;
}
.simple-table .simple-table-header > .tr .quote-item-title,
.simple-table .simple-table-body > .tr .quote-item-title,
.simple-table .simple-table-footer > .tr .quote-item-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  line-height: 1.1;
}
.simple-table .simple-table-header > .tr .quote-item-title > *,
.simple-table .simple-table-body > .tr .quote-item-title > *,
.simple-table .simple-table-footer > .tr .quote-item-title > * {
  order: 0;
  flex: 0 0 100%;
}
.simple-table .simple-table-header > .tr .quote-item-description,
.simple-table .simple-table-body > .tr .quote-item-description,
.simple-table .simple-table-footer > .tr .quote-item-description {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.simple-table .simple-table-header > .tr .quote-item-description > *,
.simple-table .simple-table-body > .tr .quote-item-description > *,
.simple-table .simple-table-footer > .tr .quote-item-description > * {
  order: 0;
  flex: 0 0 auto;
}

.simple-table-row-extension {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.simple-table-row-extension:hover {
  background: none !important;
}
.simple-table-row-extension .small-font {
  font-size: 0.75rem;
}
.simple-table-row-extension .main-body {
  margin: 0 0 1rem 0;
  width: 100%;
  padding: 0.5rem 0;
}
.simple-table-row-extension .extended-options-line {
  font-size: 0.875rem;
  width: 100%;
  order: 0;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.simple-table-row-extension .extended-options-line > * {
  order: 0;
  flex: 0 0 100%;
}
.simple-table-row-extension .extended-options-line .row {
  flex-wrap: wrap;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 0 1rem;
}
.simple-table-row-extension .extended-options-line .row:hover {
  background: none !important;
}
.simple-table-row-extension .extended-options-line .extended-options-block {
  margin-bottom: 0.5rem;
  padding: 0 1rem 0 0 !important;
  order: 0;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .simple-table-row-extension .extended-options-line .extended-options-block {
    order: 0;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .simple-table-row-extension .extended-options-line .extended-options-block {
    order: 0;
    flex: 0 0 33.333333%;
  }
}
@media (min-width: 1024px) {
  .simple-table-row-extension .extended-options-line .extended-options-block {
    order: 0;
    flex: 0 0 25%;
  }
}
@media (min-width: 1368px) {
  .simple-table-row-extension .extended-options-line .extended-options-block {
    order: 0;
    flex: 0 0 20%;
  }
}
@media (min-width: 1600px) {
  .simple-table-row-extension .extended-options-line .extended-options-block {
    order: 0;
    flex: 0 0 16.666666%;
  }
}
.simple-table-row-extension .extended-options-line .extended-options-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-table-row-extension .extended-options-line .extended-options-block ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0.1rem 1rem;
}
.simple-table-row-extension .extended-options-line .extended-options-block ul li .attribute-label {
  font-weight: 500;
}
.simple-table-row-extension .extended-options-line h5, .simple-table-row-extension .extended-options-line .h5 {
  font-size: 0.875rem;
  margin: 0 0 0.25rem 0;
  font-weight: 500;
  padding: 0 0 0 1rem;
  position: relative;
}
.simple-table-row-extension .extended-options-line h5:before, .simple-table-row-extension .extended-options-line .h5:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  width: 2px;
  height: 100%;
  background: var(--st-blue);
}
.simple-table-row-extension .extended-options-line h4.extended-options-level-header, .simple-table-row-extension .extended-options-line .extended-options-level-header.h4 {
  color: var(--st-blue);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: var(--gray-100);
  border-left: 2px solid var(--st-blue);
  margin: 0;
}
.simple-table-row-extension .extended-options-line .extended-options-level1,
.simple-table-row-extension .extended-options-line .extended-options-level2,
.simple-table-row-extension .extended-options-line .extended-options-level3,
.simple-table-row-extension .extended-options-line .extended-options-level4 {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.simple-table-row-extension .extended-options-line .extended-options-level1:last-child,
.simple-table-row-extension .extended-options-line .extended-options-level2:last-child,
.simple-table-row-extension .extended-options-line .extended-options-level3:last-child,
.simple-table-row-extension .extended-options-line .extended-options-level4:last-child {
  margin-bottom: -0.5rem;
}
.simple-table-row-extension .extended-options-line .extended-options-level2 {
  padding: 0.5rem 1rem !important;
  border-left: 2px solid var(--st-blue);
}

.options-dropdown {
  color: var(--st-blue);
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.resource-picker-modal table.dataTable > tbody tr td {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.cyncly-support-console {
  padding: 0 !important;
}

.will-call-form .address-map img {
  object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) {
  .will-call-info .will-call-type .form-col-item .form-col-label {
    width: 12.5%;
  }
  .will-call-info .will-call-type .form-col-item .form-col-input {
    width: 87.5%;
  }
}
@media (min-width: 1600px) {
  .will-call-info .will-call-type .form-col-item .form-col-label {
    width: 8.333333%;
  }
  .will-call-info .will-call-type .form-col-item .form-col-input {
    width: 91.666666%;
  }
}

.simple-table-row.selected {
  background: var(--st-blue-25) !important;
  border: dotted 1px var(--st-blue);
}

.simple-table-row.quotesupport-status-cancelled .quote-item-image img {
  opacity: 0.33;
}
.simple-table-row.quotesupport-status-cancelled .quote-item-title *,
.simple-table-row.quotesupport-status-cancelled .quote-item-price * {
  color: var(--red);
  text-decoration: line-through;
}

.cyncly-support-console {
  padding: 0 !important;
}

.v6-bom-view-tabs {
  display: flex !important;
}

.strikethrough {
  text-decoration: line-through;
}

.page-configuration-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.page-configuration-container .page-configuration-title {
  color: var(--webmodule-color-primary);
  font-weight: 500;
  font-size: 0.9625rem;
  padding-top: 0.25rem;
  margin: 0;
  line-height: 1.2;
}

.text-blue {
  color: var(--webmodule-color-primary);
}

.text-indigo {
  color: var(--webmodule-color-indigo-500);
}

.text-purple {
  color: var(--webmodule-color-purple-500);
}

.text-pink {
  color: var(--webmodule-color-pink-500);
}

.text-red {
  color: var(--webmodule-color-red-500);
}

.text-orange {
  color: var(--webmodule-color-orange-500);
}

.text-yellow {
  color: var(--webmodule-color-yellow-500);
}

.text-green {
  color: var(--webmodule-color-green-500);
}

.text-teal {
  color: var(--webmodule-color-teal-500);
}

.text-cyan {
  color: var(--webmodule-color-cyan-500);
}

.text-base {
  color: var(--body-color);
}

.modal .v6-bom-view-tabs .nav-link.active {
  background: var(--body-bg);
}

.alignment-right {
  text-align: right !important;
  justify-content: flex-end !important;
}

.alignment-left {
  text-align: left !important;
  justify-content: flex-start !important;
}

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

.nested-table-cell {
  padding-left: 2rem !important;
}

.table-v6-bom-view {
  min-width: 100%;
  margin-top: 1rem;
  margin-right: 1rem;
  width: max-content;
}
.table-v6-bom-view thead th,
.table-v6-bom-view thead td,
.table-v6-bom-view tbody th,
.table-v6-bom-view tbody td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.table-v6-bom-view thead th + .datatype-int,
.table-v6-bom-view thead td + .datatype-int,
.table-v6-bom-view tbody th + .datatype-int,
.table-v6-bom-view tbody td + .datatype-int {
  text-align: right;
}
.table-v6-bom-view thead th + .datatype-number,
.table-v6-bom-view thead td + .datatype-number,
.table-v6-bom-view tbody th + .datatype-number,
.table-v6-bom-view tbody td + .datatype-number {
  text-align: right;
}
.table-v6-bom-view thead th + .datatype-double,
.table-v6-bom-view thead td + .datatype-double,
.table-v6-bom-view tbody th + .datatype-double,
.table-v6-bom-view tbody td + .datatype-double {
  text-align: right;
}
.table-v6-bom-view thead tr th {
  border-right: 1px solid var(--white);
  background-color: var(--base-color);
  color: var(--st-vivid-blue);
}
.table-v6-bom-view tbody tr td {
  border-right: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}

.table-header-tooltip webmodule-divider {
  --spacing: 0.25rem;
  --color: var(--webmodule-color-gray-200);
}

.quote-item-tags webmodule-icon {
  margin-right: 0.25rem;
}

.support-console-dealer-login {
  min-width: 152px;
}
@media (min-width: 1600px) {
  .support-console-dealer-login {
    min-width: 201px;
  }
}

.support-console-supplier-login {
  min-width: 141px;
}
@media (min-width: 1600px) {
  .support-console-supplier-login {
    min-width: 187px;
  }
}

.simple-table-header .supplier-price-col {
  background: var(--gray-800) !important;
  color: var(--white) !important;
  text-align: right;
}

.simple-table-header .dealer-price-col {
  text-align: right;
}

.simple-table-header .dealer-tax-col {
  text-align: right;
}

.simple-table > .simple-table-body .tr > .column.supplier-price-col,
.simple-table > .simple-table-body .tr > .column.supplier-price-col,
.simple-table > .simple-table-body .tr > .column.dealer-price-col,
.simple-table > .simple-table-body .tr > .column.dealer-tax-col,
.simple-table > .simple-table-body .tr > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col {
  text-align: right;
  justify-content: flex-end;
}
.simple-table > .simple-table-body .tr > .column.supplier-price-col,
.simple-table > .simple-table-body .tr > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr > .column.supplier-price-col {
  background: var(--shadow-10) !important;
}
.simple-table > .simple-table-body .tr > .column.dealer-price-col,
.simple-table > .simple-table-body .tr > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr > .column.dealer-price-col {
  background: var(--st-blue-15) !important;
}
.simple-table > .simple-table-body .tr > .column.dealer-tax-col,
.simple-table > .simple-table-body .tr > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr > .column.dealer-tax-col {
  background: var(--st-blue-15) !important;
}
.simple-table > .simple-table-body .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-body .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-tax-col,
.simple-table > .simple-table-body .tr:hover > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.supplier-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-price-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-tax-col,
.simple-table > .simple-table-footer .tr:hover > .column.dealer-tax-col {
  text-align: right;
  justify-content: flex-end;
}

.prominent {
  z-index: 2000 !important;
}

.project-client-picker-field .project-client-picker-button,
.project-client-picker-field .quote-client-picker-button,
.quote-client-picker-field .project-client-picker-button,
.quote-client-picker-field .quote-client-picker-button {
  margin-right: 0;
}

.shipping-toggle-control {
  margin-left: 20%;
  margin-top: var(--webmodule-spacing-x-small);
}

.shipping-options-group {
  margin-bottom: var(--webmodule-spacing-small) !important;
}

.special-item-editor-container .custom-item-props webmodule-input::part(form-control-label),
.special-item-editor-container .custom-item-props webmodule-textarea::part(form-control-label),
.special-item-editor-container .custom-item-props webmodule-input-money::part(form-control-label),
.special-item-editor-container .custom-item-props webmodule-input-row::part(form-control-label),
.special-item-editor-container .custom-item-props webmodule-select::part(form-control-label) {
  flex-basis: calc(40% + 5px);
}

.quoteItemFrameProperties .v6config-group webmodule-input::part(form-control-label),
.quoteItemFrameProperties .v6config-group webmodule-textarea::part(form-control-label),
.quoteItemFrameProperties .v6config-group webmodule-input-money::part(form-control-label),
.quoteItemFrameProperties .v6config-group webmodule-input-row::part(form-control-label),
.quoteItemFrameProperties .v6config-group webmodule-select::part(form-control-label) {
  flex-basis: 50%;
  max-width: 400px;
}

.v6config-attribute webmodule-input::part(form-control-label),
.v6config-attribute webmodule-textarea::part(form-control-label),
.v6config-attribute webmodule-input-money::part(form-control-label),
.v6config-attribute webmodule-input-row::part(form-control-label),
.v6config-attribute webmodule-select::part(form-control-label) {
  flex-basis: 50%;
  max-width: 400px;
}

.summary-tax-input webmodule-dropdown {
  margin-left: 0;
}

.po-title-descr-col webmodule-textarea::part(textarea) {
  height: 312px;
}
@media (min-width: 1600px) {
  .po-title-descr-col webmodule-textarea::part(textarea) {
    height: 286px;
  }
}

.quoteItemFrameProperties webmodule-textarea::part(textarea) {
  height: 64px;
}

.report-dropdown-button {
  margin: 0 !important;
  padding: 0 0 4px 0 !important;
}
.report-dropdown-button::part(base) {
  line-height: 1 !important;
  text-decoration: none !important;
  min-height: unset !important;
  color: var(--webmodule-color-neutral-700) !important;
}
.report-dropdown-button:hover::part(base) {
  color: var(--body-color) !important;
}

.pagecontrol-tab-expanded {
  position: fixed !important;
  height: calc(100vh - 74px) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  background-color: var(--white) !important;
  z-index: 1000;
  top: 74px !important;
  left: 0px !important;
  margin: 0px !important;
}

.franchisee-supplier-settings-view webmodule-details::part(base) {
  border-color: var(--webmodule-control-border-color);
}
.franchisee-supplier-settings-view webmodule-details::part(header) {
  padding: var(--webmodule-spacing-small) var(--webmodule-spacing-medium);
  font-weight: var(--webmodule-font-weight-semibold);
  color: var(--webmodule-color-primary) !important;
}
.franchisee-supplier-settings-view webmodule-details:hover::part(header) {
  background-color: var(--webmodule-color-neutral-100);
}
.franchisee-supplier-settings-view webmodule-details[open]::part(header) {
  background-color: var(--webmodule-color-primary) !important;
  color: var(--webmodule-color-neutral-0) !important;
}

.primary-toggle-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.primary-toggle-wrapper > * {
  order: 0;
  flex: 0 0 100%;
}
.primary-toggle-wrapper .primary-toggle-message {
  margin: 0.5rem 0 0 0;
}
.primary-toggle-wrapper webmodule-toggle {
  margin-right: 1rem;
  margin-top: -4px;
  padding: 4px 0;
}

.special-item-editor-container .row .custom-item-props {
  padding-right: 0.5rem;
}
.special-item-editor-container .row .upload-zone {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.special-item-editor-container .row .upload-zone.last {
  padding-right: 1rem;
}

hr.no-margin {
  margin: 0px;
  margin-bottom: -1px;
}

textarea.short {
  height: 3rem;
}

.simple-table > .simple-table-body .simple-table-row.project-document-subheader {
  background: var(--gray-300) !important;
  color: var(--body-color);
  width: 100%;
  font-size: 0.875rem !important;
}
.simple-table > .simple-table-body .simple-table-row.project-document-subheader a {
  color: var(--body-color);
  text-decoration: none;
  font-weight: 500;
}
.simple-table > .simple-table-body .simple-table-row.project-document-subheader .col {
  border-left-color: transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.project-document-subheader:hover {
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.project-document-subheader:hover .col {
  border-left-color: transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.project-document-subheader:hover + .simple-table-row {
  border-top: 1px solid transparent !important;
}

.simple-table > .simple-table-body .simple-table-row.stock-item-subheader {
  background: var(--st-mid-blue) !important;
  color: var(--white);
  width: 100%;
  padding: 0.25rem 0rem !important;
  font-size: 0.875rem !important;
}
.simple-table > .simple-table-body .simple-table-row.stock-item-subheader .col {
  border-left-color: transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.stock-item-subheader:hover {
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.stock-item-subheader:hover .col {
  border-left-color: transparent !important;
}
.simple-table > .simple-table-body .simple-table-row.stock-item-subheader:hover + .simple-table-row {
  border-top: 1px solid transparent !important;
}

.stock-item-description webmodule-input {
  width: 100%;
  margin-bottom: 0;
}

.stock-item-singleUnitCost webmodule-input-money {
  width: 100%;
  margin-bottom: 0;
}

.settings-staff-user-filter {
  margin-right: 1rem;
  cursor: pointer;
}

.support-table-status {
  max-width: 120px !important;
}
.support-table-status .badge, .support-table-status .resource-lock-owner {
  width: 100%;
}

wm-branchquotesupportinboxviewtab .filter-advanced webmodule-radio-group::part(form-control-label) {
  flex-basis: auto;
  margin: 0;
}

v6config-quote-item-attribute-edit-map-view .quote-item-attribute-edit-map {
  margin-left: 2rem;
}
v6config-quote-item-attribute-edit-map-view .quote-item-attribute-edit-map .header {
  background-color: var(--webmodule-color-gray-200);
  font-size: var(--webmodule-font-size-small);
  padding-left: 1rem;
}
v6config-quote-item-attribute-edit-map-view .quote-item-attribute-edit-map .attribute-block {
  padding-left: 2rem;
}
v6config-quote-item-attribute-edit-map-view .quote-item-attribute-edit-map .frame-attribute-edit-map {
  padding-left: 2rem;
}
v6config-quote-item-attribute-edit-map-view .quote-item-attribute-edit-map .frame-attribute-edit-map .header {
  background-color: var(--webmodule-color-gray-300);
  font-size: var(--webmodule-font-size-small);
  padding-left: 1rem;
}

.v6-global-attribute-update-section {
  padding: 0.5rem;
  border: 1px solid var(--webmodule-color-gray-300);
  margin: 0.25rem;
  background-color: var(--webmodule-color-gray-50);
}

.quote-item-attribute-update-progress-header {
  padding: 0.5rem;
  border: 1px solid var(--webmodule-color-gray-300);
  margin: 0.25rem;
  margin-left: 2rem;
  background-color: var(--webmodule-color-gray-50);
}

.quote-item-attribute-update-progress-header-v2 {
  padding: 0.5rem;
  width: 100%;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.quote-item-attribute-update-progress-header-v2 > .title {
  order: 0;
  flex: 1 1 auto;
  text-align: left;
}
.quote-item-attribute-update-progress-header-v2 > .status {
  order: 0;
  flex: 0 0 150px;
  padding-left: 1rem;
  text-align: left;
}
.quote-item-attribute-update-progress-header-v2.apply-attr-wrapper > .status {
  order: 0;
  flex: 0 0 25%;
  padding-left: 0.75rem;
  text-align: left;
}

.v6-global-attribute-update-modal .modal-footer,
.v6-quote-item-validation-modal .modal-footer {
  text-align: right;
}
.v6-global-attribute-update-modal .modal-footer .quote-item-attribute-update-progress-header-v2,
.v6-quote-item-validation-modal .modal-footer .quote-item-attribute-update-progress-header-v2 {
  margin-bottom: 0.75rem;
}

.apply-attr-footer-block {
  order: 0;
  flex: 0 0 100%;
}
.apply-attr-footer-block .quote-item-attribute-update-progress-header-v2 > .status {
  order: 0;
  flex: 0 0 25%;
}

v6config-quote-attribute-assignment-view .webmodule-control-left-label {
  margin-bottom: 0 !important;
}

.report-document-state > .badge, .report-document-state > .resource-lock-owner {
  width: 100%;
}

wm-branchquotesupportinboxviewtab .filter-advanced > webmodule-select {
  max-width: 450px;
}

.marginmarkup-container {
  width: 100%;
  margin: 0 auto;
  background-color: var(--webmodule-color-neutral-0);
}
.marginmarkup-container header {
  text-align: center;
  background-color: var(--webmodule-color-primary);
  color: var(--webmodule-color-neutral-0);
  padding: 1rem;
}
.marginmarkup-container header h1, .marginmarkup-container header .h1 {
  margin: 0;
  font-size: 1.5rem;
}
.marginmarkup-container header p {
  margin-bottom: 0;
}
.marginmarkup-container math {
  font-family: "Sarabun", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.marginmarkup-container h2, .marginmarkup-container .h2 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: #131316;
}
.marginmarkup-container h3, .marginmarkup-container .h3 {
  margin: 0 0 0.5rem 0;
  color: var(--webmodule-color-primary);
  font-size: 0.875rem;
}
.marginmarkup-container p {
  margin-bottom: 0.5rem;
}
.marginmarkup-container .cheat-sheet {
  padding: 1rem 0 0 0;
}
@media (min-width: 1600px) {
  .marginmarkup-container .cheat-sheet {
    padding: 1rem 0;
  }
}
.marginmarkup-container .cheat-sheet .terms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marginmarkup-container .cheat-sheet .terms .term {
  background-color: #f4f4f5;
  padding: 1rem;
  margin: 0 0 1rem 0;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 1600px) {
  .marginmarkup-container .cheat-sheet .terms .term {
    width: calc(33.333333% - 0.666666rem);
    margin: 0;
  }
}
.marginmarkup-container .cheat-sheet .terms .term p:last-child {
  margin-bottom: 0;
}
.marginmarkup-container .formulas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .marginmarkup-container .formulas {
    margin-bottom: 1rem;
  }
}
.marginmarkup-container .formulas .formula {
  background-color: #f4f4f5;
  padding: 1rem;
  margin: 0 0 1rem 0;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 1600px) {
  .marginmarkup-container .formulas .formula {
    width: calc(50% - 0.5rem);
    margin: 0;
  }
}
.marginmarkup-container .formulas .formula p:last-child {
  margin-bottom: 0;
}
.marginmarkup-container .example {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .marginmarkup-container .example {
    margin-bottom: 1rem;
  }
}
.marginmarkup-container .example .margin-example,
.marginmarkup-container .example .markup-example {
  background-color: #f4f4f5;
  padding: 1rem;
  margin: 0 0 1rem 0;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 1600px) {
  .marginmarkup-container .example .margin-example,
  .marginmarkup-container .example .markup-example {
    width: calc(50% - 0.5rem);
    margin: 0;
  }
}
.marginmarkup-container .example .margin-example ul,
.marginmarkup-container .example .markup-example ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marginmarkup-container .example .margin-example ul li,
.marginmarkup-container .example .markup-example ul li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1rem;
  position: relative;
}
.marginmarkup-container .example .margin-example ul li:before,
.marginmarkup-container .example .markup-example ul li:before {
  content: "";
  background-color: #d4d4d8;
  display: block;
  width: 0.5rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.65rem;
}
.marginmarkup-container .example .margin-example p:last-child,
.marginmarkup-container .example .margin-example ul:last-child,
.marginmarkup-container .example .margin-example li:last-child,
.marginmarkup-container .example .markup-example p:last-child,
.marginmarkup-container .example .markup-example ul:last-child,
.marginmarkup-container .example .markup-example li:last-child {
  margin-bottom: 0;
}
.marginmarkup-container .conversion-chart {
  text-align: center;
  margin-bottom: 1rem;
}
.marginmarkup-container .conversion-chart table {
  width: 100%;
  border-collapse: collapse;
}
.marginmarkup-container .conversion-chart table th,
.marginmarkup-container .conversion-chart table td {
  padding: 0.5rem;
  border: 1px solid #d4d4d8;
  width: 50%;
}
.marginmarkup-container .conversion-chart table th {
  background-color: #f4f4f5;
}
.marginmarkup-container footer {
  text-align: center;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
}

.frm-quote-details webmodule-input-money::part(input) {
  text-align: left;
}

.frm-project-details webmodule-input-money::part(input) {
  text-align: left;
}

.frm-quote-create-project webmodule-input-money::part(input) {
  text-align: left;
}

.webmodule-checkbox-white-surround webmodule-checkbox::part(control) {
  border: 2px solid var(--webmodule-color-neutral-0);
}
.webmodule-checkbox-white-surround webmodule-checkbox::part(control--checked) {
  border: 2px solid var(--webmodule-color-neutral-0);
}
.webmodule-checkbox-white-surround webmodule-checkbox::part(control--indeterminate) {
  border: 2px solid var(--webmodule-color-neutral-0);
}

.validation-col-status .status {
  flex-basis: 100% !important;
}
.validation-col-status .status webmodule-badge::part(base) {
  display: block;
  text-align: center;
}

.validation-col-check {
  line-height: 1 !important;
}
.validation-col-check webmodule-checkbox {
  margin-bottom: 0 !important;
}

.quote-project-setup-filter {
  margin-bottom: 1rem;
}

wm-projectsummarypickerbrowser .filter-input {
  min-width: 330px;
  margin-top: 1rem;
}

.branding-wrapper {
  margin-bottom: 1rem;
}

.image-upload-field .form-col-input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.image-upload-field .form-col-input .form-control {
  order: 0;
  flex: 1 1 100%;
}
.image-upload-field .form-col-input .image-upload-delete {
  order: 0;
  flex: 0 0 auto;
  margin-left: 0.25rem;
}

.quote-items-dealer-adjustment-wrapper webmodule-input-row::part(body) {
  align-items: center;
}

.quote-item-selector-container {
  /* Scope only when the selector table is inside the container */
}
.quote-item-selector-container franchisee-quote-item-selector-table,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table,
.quote-item-selector-container .quote-items-table,
.quote-item-selector-container .quote-items-table .simple-table {
  /* Ensure rows do not exceed 30px */
  /* Align cell content vertically and remove extra paddings that may increase row height */
  /* Constrain thumbnail images to 24x24 and override inline styles */
  /* Add a thin white bottom border to each row */
}
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .simple-table-row,
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .tr,
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .column,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .simple-table-row,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .tr,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .column,
.quote-item-selector-container .quote-items-table .simple-table-body .simple-table-row,
.quote-item-selector-container .quote-items-table .simple-table-body .tr,
.quote-item-selector-container .quote-items-table .simple-table-body .column,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .simple-table-row,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .tr,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .column {
  max-height: 30px !important;
  height: 30px !important;
  min-height: 0 !important;
  overflow: hidden;
}
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .column,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .column,
.quote-item-selector-container .quote-items-table .simple-table-body .column,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .column {
  display: flex !important;
  align-items: center !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  line-height: 1 !important;
}
.quote-item-selector-container franchisee-quote-item-selector-table .quote-item-thumbnail,
.quote-item-selector-container franchisee-quote-item-selector-table .quote-item-image img,
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .quote-item-image img,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .quote-item-thumbnail,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .quote-item-image img,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .quote-item-image img,
.quote-item-selector-container .quote-items-table .quote-item-thumbnail,
.quote-item-selector-container .quote-items-table .quote-item-image img,
.quote-item-selector-container .quote-items-table .simple-table-body .quote-item-image img,
.quote-item-selector-container .quote-items-table .simple-table .quote-item-thumbnail,
.quote-item-selector-container .quote-items-table .simple-table .quote-item-image img,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .quote-item-image img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  object-fit: contain !important;
  display: block !important;
}
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .simple-table-row,
.quote-item-selector-container franchisee-quote-item-selector-table .simple-table-body .tr,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .simple-table-row,
.quote-item-selector-container franchisee-quote-item-selector-table webmodule-lit-table .simple-table-body .tr,
.quote-item-selector-container .quote-items-table .simple-table-body .simple-table-row,
.quote-item-selector-container .quote-items-table .simple-table-body .tr,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .simple-table-row,
.quote-item-selector-container .quote-items-table .simple-table .simple-table-body .tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.textarea-lg textarea.form-control {
  min-height: 360px;
}

.textarea-xl textarea.form-control {
  min-height: 480px;
}

.new-table-item {
  margin-top: 1rem;
}
.new-table-item > .btn, .toastui-editor-popup-add-image .new-table-item > .toastui-editor-file-select-button,
.toastui-editor-defaultUI .new-table-item > .toastui-editor-close-button,
.toastui-editor-defaultUI .new-table-item > .toastui-editor-ok-button {
  width: 110px;
}
.new-table-item > bs-form-input {
  display: block;
  width: calc(100% - 110px - 0.5rem);
}
@media (min-width: 1024px) {
  .new-table-item > .btn, .toastui-editor-popup-add-image .new-table-item > .toastui-editor-file-select-button,
  .toastui-editor-defaultUI .new-table-item > .toastui-editor-close-button,
  .toastui-editor-defaultUI .new-table-item > .toastui-editor-ok-button {
    width: 140px;
  }
  .new-table-item > bs-form-input {
    display: block;
    width: calc(100% - 140px - 0.5rem);
  }
}

#LoginImageForm .image-upload-image .image-upload-wrapper {
  padding: 0;
}
#LoginImageForm .image-upload-image img {
  object-fit: cover;
}

.tenant-user-console {
  padding: 0 !important;
}

.loginToDealer {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  background: var(--base-color);
  text-align: center;
}
.loginToDealer img {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.support-inbox-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .support-inbox-header {
    height: 34px;
  }
}
.support-inbox-header .filter-left {
  order: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.support-inbox-header .filter-left .ticket-owner-check {
  order: 0;
  flex: 0 0 auto;
  cursor: pointer;
  margin-right: 1rem;
}
.support-inbox-header .filter-left .ticket-owner-check .fa-circle {
  color: var(--gray-400);
}
.support-inbox-header .filter-left .ticket-owner-check .fa-circle-dot {
  color: var(--base-color);
}
.support-inbox-header .filter-right {
  order: 0;
  flex: 0 0 auto;
}

.inbox-view {
  height: calc(100% - 50px);
}
.inbox-view .support-inbox {
  height: 100%;
}

.filter-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.filter-text > label {
  order: 0;
  flex: 0 0 auto;
  margin-right: 0.5rem;
}
.filter-text > input {
  order: 0;
  flex: 0 0 auto;
  width: auto;
  min-width: 240px;
}
.filter-text > button {
  order: 0;
  flex: 0 0 auto;
  margin-left: 0.5rem;
}

.col-assigned-to webmodule-assignto {
  max-width: 100%;
}
.col-assigned-to webmodule-assignto select {
  max-width: 100%;
}
.col-assigned-to webmodule-assignto select option {
  background: var(--white);
}

.state-inbox-new,
.badge-inbox-new {
  background: var(--color-draft);
}

.state-inbox-lapsed,
.badge-inbox-lapsed {
  background: var(--color-lapsed);
}

.state-inbox-overdue,
.badge-inbox-overdue {
  background: var(--color-lapsed);
}

.state-inbox-active,
.badge-inbox-active,
.state-inbox-reactivated,
.badge-inbox-reactivated {
  background: var(--color-active);
}

.state-inbox-cancelled,
.badge-inbox-cancelled {
  background: var(--color-cancelled);
}

:root {
  --color-resolved: #437154;
}

.state-inbox-resolved,
.badge-inbox-resolved {
  background: var(--color-completed);
}

#support-inbox-table .col-status {
  max-width: 120px;
}
#support-inbox-table .col-status .badge, #support-inbox-table .col-status .resource-lock-owner {
  width: 100%;
}

.dropdown-menu {
  --bs-dropdown-bg: var(--white);
  background-color: var(--white);
}

#branches-table .simple-table-body .tr:has(a.branch-table-franchisee-name) {
  background: var(--gray-200) !important;
}
#branches-table .simple-table-body .tr:nth-of-type(even) {
  background: var(--white) !important;
}
#branches-table .simple-table-body .tr:nth-of-type(even) > .col,
#branches-table .simple-table-body .tr:nth-of-type(even) > .column {
  background: transparent !important;
}
#branches-table .simple-table-body .tr:nth-of-type(even) > .col:after,
#branches-table .simple-table-body .tr:nth-of-type(even) > .column:after {
  all: unset;
}
#branches-table .simple-table-body .tr:nth-of-type(even):hover {
  background: var(--st-blue-25) !important;
}
#branches-table .simple-table-body .tr:nth-of-type(even):hover > .col:after,
#branches-table .simple-table-body .tr:nth-of-type(even):hover > .column:after {
  background-image: linear-gradient(to right, var(--st-blue-25-0) 0%, var(--st-blue-25) 100%);
}
#branches-table .simple-table-body .tr:nth-of-type(odd) {
  background: var(--white) !important;
}
#branches-table .simple-table-body .tr:nth-of-type(odd) > .col,
#branches-table .simple-table-body .tr:nth-of-type(odd) > .column {
  background: transparent !important;
}
#branches-table .simple-table-body .tr:nth-of-type(odd) > .col:after,
#branches-table .simple-table-body .tr:nth-of-type(odd) > .column:after {
  all: unset;
}
#branches-table .simple-table-body .tr:nth-of-type(odd):hover {
  background: var(--st-blue-25) !important;
}
#branches-table .simple-table-body .tr:nth-of-type(odd):hover > .col:after,
#branches-table .simple-table-body .tr:nth-of-type(odd):hover > .column:after {
  background-image: linear-gradient(to right, var(--st-blue-25-0) 0%, var(--st-blue-25) 100%);
}

#settings-regions-table .simple-table-row.selected {
  background: var(--st-blue-25);
}
.region-edit-icons,
.settings-location-item-actions,
.settings-quote-item-summary-actions {
  margin-left: 0.25rem;
  font-size: 1rem;
  color: var(--base-color);
}

.form-toggle-labled .form-col-item {
  align-items: center;
}
.form-toggle-labled .form-col-item .form-col-input {
  width: 80% !important;
  padding-left: 0.5rem !important;
}
.form-toggle-labled .form-col-item .form-col-label {
  width: 20% !important;
  max-width: 200px !important;
}

.pricing-rules-page .pricing-rules-table-wrapper {
  padding: 0 !important;
}

.simple-table-header-row .branch-expand-icon {
  border-left: 2px solid transparent !important;
}

.frm-dealer-details softtechls-username .form-col-item .form-col-label {
  width: calc(20% + 1px) !important;
}
.frm-dealer-details softtechls-username .form-col-item .form-col-input {
  width: calc(80% - 1px) !important;
  padding-left: 0.5rem !important;
}

.will-call-type::part(form-control-label) {
  flex: 0 0 10% !important;
}
.will-call-type::part(form-control-input) {
  flex: 0 0 90% !important;
}

.settings-franchisee-dealership > a {
  margin: 0.25rem 0;
}

.settings-franchisee-branches > div > * {
  display: block;
  margin: 0.25rem 0;
}

webmodule-input-tricheck > span > i,
webmodule-input-boolean > span > i {
  display: inline-block;
  margin-right: 0.25rem;
}

.watermark-selection .webmodule-control-left-label::part(form-control-label),
.watermark-selection input[type=hidden]::part(form-control-label) {
  flex: 0 0 10% !important;
}
.watermark-selection .watermark-selection-image {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.watermark-selection webmodule-radio::part(base) {
  display: flex;
  align-items: center;
}

.branding-image-description {
  min-height: 42px;
}

.global-supplier-section {
  background-color: var(--webmodule-color-gray-200);
  padding: 0.5rem;
  font-weight: var(--webmodule-font-weight-semibold);
  font-size: var(--webmodule-font-size-medium);
  width: 100%;
}

.deployment-expansion-detail {
  padding: 0px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-left: 60px;
  width: calc(100% - 60px);
}

.staff.selected {
  background-color: var(--webmodule-color-primary-200);
  border: 2px solid var(--webmodule-color-primary);
  color: black;
  font-weight: bold;
}

@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 810px) {
  .quote-item-tags webmodule-tooltip::part(body) {
    position: absolute;
  }
}
.page-dashboard-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  display: flex !important;
  height: 100%;
  padding: 1rem;
  background: var(--white);
  border-bottom: 1rem solid var(--body-bg);
  overflow: auto;
}
@media (min-width: 1024px) {
  .page-dashboard-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
}
.page-dashboard-content .dashboard-items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .page-dashboard-content .dashboard-items-wrapper {
    order: 0;
    flex: 0 0 49.5%;
    max-width: 49.5%;
    height: calc(100% - 5rem);
  }
}
.page-dashboard-content .dashboard-items-wrapper.unfiltered-dashboard-items {
  padding: 0 !important;
}
.page-dashboard-content .dashboard-items-wrapper.filtered-dashboard-items {
  overflow-y: auto;
}

.page-dashboard-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  order: 0;
  flex: 0 0 100%;
  padding: 1rem;
  background: var(--white);
  background-color: var(--base-color) !important;
  color: var(--white) !important;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-dashboard-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
.page-dashboard-filter webmodule-select {
  color: var(--body-color) !important;
}
.page-dashboard-filter > * {
  order: 0;
  flex: 0 0 100%;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .page-dashboard-filter > * {
    order: 0;
    flex: 0 0 120px;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page-dashboard-filter > * {
    order: 0;
    flex: 0 0 140px;
  }
}
@media (min-width: 1368px) {
  .page-dashboard-filter > * {
    order: 0;
    flex: 0 0 160px;
  }
}
@media (min-width: 768px) {
  .page-dashboard-filter > label {
    order: 0;
    flex: 0 0 auto;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .page-dashboard-filter > .filter-reset {
    order: 0;
    flex: 0 0 auto;
    margin-right: 0;
    background: none !important;
    padding: 0;
    border: 0 !important;
  }
}

.dashboard-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  padding: 1rem;
  background: var(--white);
  padding: 0;
  border: 1px solid var(--gray-300);
  min-height: 120px;
}
.dashboard-item > * {
  height: 100%;
  width: 100%;
}

.dashboard-item-piechart {
  order: 0;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  height: 140px;
}
@media (min-width: 768px) {
  .dashboard-item-piechart {
    order: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 1368px) {
  .dashboard-item-piechart {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .dashboard-item-piechart {
    height: 160px;
  }
}

.dashboard-item-barchart {
  order: 0;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  height: 200px;
}
@media (min-width: 768px) {
  .dashboard-item-barchart {
    order: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 1368px) {
  .dashboard-item-barchart {
    height: 220px;
  }
}
@media (min-width: 1600px) {
  .dashboard-item-barchart {
    height: 240px;
  }
}

.dashboard-item-table {
  order: 0;
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
}

.dashboard-item-filter {
  order: 0;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .dashboard-item-filter {
    height: 5rem;
  }
}

.dashboard-widget {
  border: none;
  height: 100%;
  background: var(--white);
}
.dashboard-widget .card-header {
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0 1rem;
  background: var(--white);
  border-bottom: none;
  height: 29px;
}
.dashboard-widget .card-body {
  background: var(--white);
  height: calc(100% - 29px);
  padding: 0 1rem 1rem 1rem;
}
.dashboard-widget .card-body > .container {
  height: 100%;
}
.dashboard-widget .card-body .chart,
.dashboard-widget .card-body .apexcharts-canvas {
  height: 100%;
}
.dashboard-widget .card-body .card-subtitle {
  font-weight: 500;
}
.dashboard-widget .card-body > .container {
  padding: 0 !important;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-data,
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-chart {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-data > div,
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-chart > div {
  order: 0;
  flex: 0 0 100%;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-data {
  order: 0;
  flex: 0 0 50%;
  margin-top: -1rem;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-chart {
  order: 0;
  flex: 0 0 50%;
  max-height: 100%;
}
.dashboard-widget .card-body > .container > .chart-widget-data-wrapper > .chart-widget-chart > * {
  max-width: 100%;
}
.dashboard-widget .card-body .display-5 {
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .dashboard-widget .card-body .display-5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .dashboard-widget .card-body .display-5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1368px) {
  .dashboard-widget .card-body .display-5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .dashboard-widget .card-body .display-5 {
    font-size: 2rem;
  }
}
.dashboard-widget .card-body .display-6 {
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .dashboard-widget .card-body .display-6 {
    font-size: 1.25rem;
  }
}
.dashboard-widget .card-body .delivery-pipeline-po-widget {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .dashboard-widget .card-body .delivery-pipeline-po-widget {
    max-height: calc(100vh - 280px);
  }
}
@media (min-width: 1600px) {
  .dashboard-widget .card-body .delivery-pipeline-po-widget {
    max-height: calc(100vh - 315px);
  }
}
.dashboard-widget .card-body .delivery-pipeline-po-widget .row .col {
  overflow-x: hidden !important;
}
.dashboard-widget .card-body .delivery-pipeline-po-widget .row.table-danger {
  background-color: var(--white);
}
.dashboard-widget .card-body .delivery-pipeline-po-widget .row.table-danger.odd {
  background: var(--gray-200);
}
.dashboard-widget .card-body .delivery-pipeline-po-widget .row.table-danger > .purchase-order-supplier-delivery-date {
  color: var(--red);
  font-weight: 500;
}
.dashboard-widget .card-body .dataTables_paginate {
  display: block !important;
}
.dashboard-widget .card-body .dataTables_info {
  display: block !important;
}

.apexcharts-legend-marker {
  top: 1px !important;
}

.apexcharts-zoomin-icon, .apexcharts-zoomout-icon, .apexcharts-pan-icon, .apexcharts-menu-icon, .apexcharts-reset-icon, .apexcharts-zoom-icon {
  transform: scale(1) !important;
}
.apexcharts-zoomin-icon .apex-chartmanage-icon, .apexcharts-zoomout-icon .apex-chartmanage-icon, .apexcharts-pan-icon .apex-chartmanage-icon, .apexcharts-menu-icon .apex-chartmanage-icon, .apexcharts-reset-icon .apex-chartmanage-icon, .apexcharts-zoom-icon .apex-chartmanage-icon {
  width: 16px;
  height: 16px;
}

.apexcharts-zoomable .apexcharts-legend {
  max-width: calc(100% - 140px);
}

.btn-tax-btn::part(base) {
  background: var(--white);
  border: solid 1px var(--gray-300);
  border-radius: 0;
  font-size: 14px;
  height: 34px;
  line-height: 30px;
  color: var(--body-color);
  font-weight: 400;
}
.btn-tax-btn::part(base):hover {
  color: var(--body-color);
}
.btn-tax-btn::part(base):focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 143, 234, 0.25);
  outline-color: var(--st-blue) !important;
}

webmodule-tooltip {
  --webmodule-tooltip-arrow-size: 0;
  --max-width: 240px;
}
webmodule-tooltip::part(body) {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--gray-300);
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.table-header-tooltip webmodule-divider {
  --spacing: 0.25rem;
  --color: var(--gray-300);
}
.table-header-tooltip > div {
  margin: 0.25rem;
}
.table-header-tooltip > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.table-header-tooltip > div > div > * {
  order: 0;
  flex: 0 0 auto;
}
.table-header-tooltip > div > div:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.webmodule-control-left-label,
input[type=hidden] {
  margin-bottom: var(--webmodule-spacing-x-small);
}
.webmodule-control-left-label .webmodule-control-left-label,
input[type=hidden] .webmodule-control-left-label {
  margin-bottom: 0px !important;
}
.webmodule-control-left-label::part(form-control),
input[type=hidden]::part(form-control) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.webmodule-control-left-label::part(form-control-label),
input[type=hidden]::part(form-control-label) {
  flex: 0 0 20%;
  max-width: 200px;
  padding-right: var(--webmodule-spacing-medium);
}
.webmodule-control-left-label[size=small]::part(form-control-label),
input[type=hidden][size=small]::part(form-control-label) {
  font-size: 0.75rem;
  font-weight: 500;
}
.webmodule-control-left-label::part(form-control-input),
input[type=hidden]::part(form-control-input) {
  flex: 1 1 100%;
}

webmodule-input::part(input),
webmodule-input-money::part(input) {
  width: 100%;
}

.clickable {
  cursor: pointer;
}

.quote-items-summary-wrapper {
  order: 0;
  flex: 0 0 100%;
  background: var(--st-lighter-blue);
  padding: var(--webmodule-spacing-small);
}
.quote-items-summary-wrapper .webmodule-control-left-label::part(form-control-label) {
  font-weight: 600;
}
.quote-items-summary-wrapper .webmodule-control-left-label::part(input) {
  text-align: right;
}

.quote-items-adjustment-wrapper {
  order: 0;
  flex: 0 0 100%;
  padding: var(--webmodule-spacing-small);
}
.quote-items-adjustment-wrapper .webmodule-control-left-label::part(form-control-label) {
  font-weight: 600;
}
.quote-items-adjustment-wrapper .webmodule-control-left-label::part(input) {
  text-align: right;
}

.dealer-quote-price-adjustment-details .webmodule-control-left-label::part(form-control-label),
.quote-items-dealer-adjustment-wrapper .webmodule-control-left-label::part(form-control-label) {
  flex: 0 0 30%;
}
.dealer-quote-price-adjustment-details h4, .dealer-quote-price-adjustment-details .h4, .dealer-quote-price-adjustment-details h5, .dealer-quote-price-adjustment-details .h5,
.quote-items-dealer-adjustment-wrapper h4,
.quote-items-dealer-adjustment-wrapper .h4,
.quote-items-dealer-adjustment-wrapper h5,
.quote-items-dealer-adjustment-wrapper .h5 {
  margin-bottom: 1rem;
  color: var(--webmodule-color-primary);
}

.price-adjustment-tax-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.price-adjustment-tax-wrapper webmodule-input-row {
  order: 0;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.price-adjustment-tax-wrapper webmodule-input-row::part(form-control) {
  width: 100%;
}
.price-adjustment-tax-wrapper webmodule-input-row > webmodule-toggle,
.price-adjustment-tax-wrapper webmodule-input-row > webmodule-input-money,
.price-adjustment-tax-wrapper webmodule-input-row > webmodule-select {
  order: 0;
  flex: 0 0 48%;
}
.price-adjustment-tax-wrapper webmodule-input-row > span {
  order: 0;
  flex: 0 0 20%;
  max-width: 200px;
}

.quote-items-dealer-adjustment-wrapper {
  order: 0;
  flex: 0 0 100%;
}
.quote-items-dealer-adjustment-wrapper .webmodule-control-left-label::part(form-control-label) {
  font-weight: 600;
}
.quote-items-dealer-adjustment-wrapper .webmodule-control-left-label::part(input) {
  text-align: right;
}

webmodule-radio-group[inline] webmodule-radio {
  margin-right: var(--webmodule-spacing-medium);
}

webmodule-details:not(:last-child) {
  margin-bottom: var(--webmodule-spacing-x-small);
}

webmodule-button + webmodule-button, webmodule-button + webmodule-button-group, webmodule-button + webmodule-dropdown,
webmodule-dropdown + webmodule-button,
webmodule-dropdown + webmodule-button-group,
webmodule-dropdown + webmodule-dropdown {
  margin-right: 0;
}

.quote-tnc-block::part(form-control-label) {
  padding: 0.5rem;
  margin: 0;
  order: 0;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: left;
  color: var(--white);
  background-color: var(--base-color);
  font-size: var(--bs-body-font-size);
}

.quote-tnc-block::part(base) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.quote-tnc-block::part(textarea) {
  height: 300px;
  font-size: var(--bs-body-font-size);
}

.nav-fill .nav-link .close-button,
.nav-tabs .nav-link .close-button {
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
}

body.test-only-ui {
  --overwrite-main: var(--gray-600);
  --overwrite-main-darker: var(--black);
  --overwrite-light: var(--gray-200);
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui .page-dashboard-content {
  border-bottom-color: var(--overwrite-light) !important;
}
body.test-only-ui .page-dashboard-filter {
  background-color: var(--overwrite-main) !important;
}
body.test-only-ui button.bluebtn,
body.test-only-ui button.btn-primary,
body.test-only-ui .toastui-editor-defaultUI button.toastui-editor-ok-button,
.toastui-editor-defaultUI body.test-only-ui button.toastui-editor-ok-button,
body.test-only-ui .btn.bluebtn,
body.test-only-ui .toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button,
.toastui-editor-popup-add-image body.test-only-ui .bluebtn.toastui-editor-file-select-button,
body.test-only-ui .toastui-editor-defaultUI .bluebtn.toastui-editor-close-button,
.toastui-editor-defaultUI body.test-only-ui .bluebtn.toastui-editor-close-button,
body.test-only-ui .toastui-editor-defaultUI .bluebtn.toastui-editor-ok-button,
.toastui-editor-defaultUI body.test-only-ui .bluebtn.toastui-editor-ok-button {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
  border-color: var(--overwrite-main-darker) !important;
}
body.test-only-ui table.dataTable > thead tr th,
body.test-only-ui .table-responsive > table > thead tr th,
body.test-only-ui .simple-table > .simple-table-header > .row > .col,
body.test-only-ui .simple-table > .simple-table-header > .row > .column,
body.test-only-ui .simple-table > .simple-table-header > .tr > .col,
body.test-only-ui .simple-table > .simple-table-header > .tr > .column {
  background-color: var(--overwrite-main) !important;
  color: var(--overwrite-light) !important;
}
body.test-only-ui table.dataTable > thead tr th.sorting_desc,
body.test-only-ui table.dataTable > thead tr th.sorting_asc,
body.test-only-ui .table-responsive > table > thead tr th.sorting_desc,
body.test-only-ui .table-responsive > table > thead tr th.sorting_asc {
  background-color: var(--overwrite-main-darker) !important;
  color: var(--white) !important;
}
body.test-only-ui footer {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
}
body.test-only-ui footer .supplier-footer-logo > h1, body.test-only-ui footer .supplier-footer-logo > .h1 {
  color: var(--white) !important;
}
body.test-only-ui .navbar-header,
body.test-only-ui header .navbar .navbar-collapse {
  background-color: var(--overwrite-main) !important;
  color: var(--overwrite-light) !important;
}
body.test-only-ui header .navbar .navbar-nav .nav-item .nav-link {
  background-color: var(--white) !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-right: 2px;
}
body.test-only-ui header .navbar .navbar-nav .nav-item.active .nav-link {
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui header .navbar .navbar-text > .current-user > a {
  color: var(--overwrite-light) !important;
}
body.test-only-ui .nav-fill > .nav-link,
body.test-only-ui .nav-fill .nav-item,
body.test-only-ui .nav-tabs > .nav-link,
body.test-only-ui .nav-tabs .nav-item {
  margin-right: 2px !important;
}
body.test-only-ui .nav-fill .nav-link,
body.test-only-ui .nav-tabs .nav-link {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
}
body.test-only-ui .nav-fill .nav-link.active,
body.test-only-ui .nav-tabs .nav-link.active {
  background-color: var(--white) !important;
  color: var(--body-color) !important;
}
body.test-only-ui .modal .modal-dialog .modal-header {
  background-color: var(--black) !important;
}
body.test-only-ui .modal .modal-dialog .modal-footer {
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui .frame-treeview ol li.v6-frame-navigation-active > a,
body.test-only-ui .frame-treeview ol li.v6-family-navigation-active > a,
body.test-only-ui .frame-treeview ul li.v6-frame-navigation-active > a,
body.test-only-ui .frame-treeview ul li.v6-family-navigation-active > a,
body.test-only-ui .graphical-picker-body ol li.v6-frame-navigation-active > a,
body.test-only-ui .graphical-picker-body ol li.v6-family-navigation-active > a,
body.test-only-ui .graphical-picker-body ul li.v6-frame-navigation-active > a,
body.test-only-ui .graphical-picker-body ul li.v6-family-navigation-active > a {
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui .quote-price-summary > .row .quote-items-terms label,
body.test-only-ui .quotecalculation-section .quotecalculation-label {
  background-color: var(--overwrite-main) !important;
}
body.test-only-ui .nav-fill .nav-link.active .btn-close,
body.test-only-ui .nav-tabs .nav-link.active .btn-close {
  background-color: var(--overwrite-main) !important;
}
body.test-only-ui .text-primary,
body.test-only-ui h1,
body.test-only-ui .h1,
body.test-only-ui .main-header-style,
body.test-only-ui .quote-item-view-body .attributeContents .v6config-group .v6config-group-header,
.quote-item-view-body .attributeContents .v6config-group body.test-only-ui .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group body.test-only-ui .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group body.test-only-ui .v6config-group-header,
.v6-quote-item-view .v6-quote-item-view-header body.test-only-ui h2,
.v6-quote-item-view .v6-quote-item-view-header body.test-only-ui .h2,
body.test-only-ui .form-two-col > .row > .div > h2,
body.test-only-ui .form-two-col > .row > .div > .h2,
body.test-only-ui .form-one-col > .row > .div > h2,
body.test-only-ui .form-one-col > .row > .div > .h2,
body.test-only-ui .igu-list-wrapper > h2,
body.test-only-ui .igu-list-wrapper > .h2,
body.test-only-ui .form-two-col > h2,
body.test-only-ui .form-two-col > .h2,
body.test-only-ui .form-two-col > .row > h2,
body.test-only-ui .form-two-col > .row > .h2,
body.test-only-ui .form-two-col > .row > div > h2,
body.test-only-ui .form-two-col > .row > div > .h2,
body.test-only-ui .form-one-col > h2,
body.test-only-ui .form-one-col > .h2,
body.test-only-ui .form-one-col > .row > h2,
body.test-only-ui .form-one-col > .row > .h2,
body.test-only-ui .form-one-col > .row > div > h2,
body.test-only-ui .form-one-col > .row > div > .h2,
body.test-only-ui .section-header,
body.test-only-ui .v6-quote-item-view .v6-quote-item-view-header h2,
body.test-only-ui .v6-quote-item-view .v6-quote-item-view-header .h2,
body.test-only-ui .quoteItemFrameOptions .attributeContents .v6config-group .v6config-group-header,
body.test-only-ui .quoteItemFrameProperties .attributeContents .v6config-group .v6config-group-header {
  color: var(--black) !important;
}
body.test-only-ui .loginToDealer {
  background-color: var(--overwrite-main) !important;
}
body.test-only-ui .quote-price-summary > .row .quote-items-summary-wrapper {
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui .quote-price-summary > .row .quote-items-summary-wrapper .form-col-item .form-control:disabled,
body.test-only-ui .quote-price-summary > .row .quote-items-summary-wrapper .form-col-item .form-control[readonly] {
  background-color: var(--overwrite-light) !important;
}
body.test-only-ui .tooltip-container,
body.test-only-ui .options-dropdown {
  color: var(--overwrite-main) !important;
}
body.test-only-ui .page-link {
  background-color: var(--overwrite-light) !important;
  color: var(--overwrite-main) !important;
}
body.test-only-ui .page-item.active .page-link {
  background-color: var(--overwrite-main) !important;
  color: var(--white) !important;
}
body.test-only-ui .form-check-input {
  background-color: var(--overwrite-light) !important;
  --bs-form-check-bg: var(--overwrite-light) !important;
}
body.test-only-ui .form-check-input:checked {
  background-color: var(--overwrite-main) !important;
  border-color: var(--overwrite-main) !important;
}
body.test-only-ui .region-edit-icons > i {
  color: var(--overwrite-main) !important;
}
body.test-only-ui .graphical-picker-tree a {
  color: var(--overwrite-main) !important;
}
body.test-only-ui .simple-table-header .supplier-price-col {
  background: var(--gray-800) !important;
  color: var(--white) !important;
}
body.test-only-ui .simple-table-header .dealer-price-col {
  background: var(--gray-900) !important;
}
body.test-only-ui .simple-table-header .dealer-tax-col {
  background: var(--gray-900) !important;
}
body.test-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col {
  background: var(--shadow-10) !important;
}
body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col {
  background: var(--shadow-15) !important;
}
body.test-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col,
body.test-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col {
  background: var(--shadow-15) !important;
}
body.test-only-ui .simple-table > .simple-table-body .tr:not(.simple-table-body .tr),
body.test-only-ui .simple-table .simple-table-footer .tr:not(.simple-table-body .tr) {
  background: var(--gray-200) !important;
}
body.test-only-ui .simple-table .simple-table-footer .row > .col,
body.test-only-ui .simple-table .simple-table-footer .row > .column,
body.test-only-ui .simple-table .simple-table-footer .tr > .col,
body.test-only-ui .simple-table .simple-table-footer .tr > .column {
  border-left: 1px solid var(--gray-200);
}
body.test-only-ui .simple-table .simple-table-footer .row:hover > .col,
body.test-only-ui .simple-table .simple-table-footer .row:hover > .column,
body.test-only-ui .simple-table .simple-table-footer .tr:hover > .col,
body.test-only-ui .simple-table .simple-table-footer .tr:hover > .column {
  border-left: 1px solid var(--gray-200);
}
body.test-only-ui .quote-tnc-block::part(form-control-label) {
  background-color: var(--overwrite-main) !important;
}
body.test-only-ui #siteNavBar webmodule-icon,
body.test-only-ui #siteNavBar .text-primary {
  color: var(--gray-400) !important;
}
body.test-only-ui #siteNavBar webmodule-button::part(label),
body.test-only-ui #siteNavBar webmodule-button::part(caret) {
  color: var(--white) !important;
}
body.test-only-ui .simple-table > .simple-table-header > .row, body.test-only-ui .simple-table > .simple-table-header > .tr {
  background: var(--overwrite-main);
}
body.test-only-ui .marginmarkup-container h1, body.test-only-ui .marginmarkup-container .h1 {
  color: var(--white) !important;
}

body.dev-only-ui {
  --overwrite-main: var(--webmodule-color-violet-500);
  --overwrite-main-darker: var(--webmodule-color-violet-700);
  --overwrite-light: var(--webmodule-color-violet-50);
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui .page-dashboard-content {
  border-bottom-color: var(--overwrite-light) !important;
}
body.dev-only-ui .page-dashboard-filter {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui button.bluebtn,
body.dev-only-ui button.btn-primary,
body.dev-only-ui .toastui-editor-defaultUI button.toastui-editor-ok-button,
.toastui-editor-defaultUI body.dev-only-ui button.toastui-editor-ok-button,
body.dev-only-ui .btn.bluebtn,
body.dev-only-ui .toastui-editor-popup-add-image .bluebtn.toastui-editor-file-select-button,
.toastui-editor-popup-add-image body.dev-only-ui .bluebtn.toastui-editor-file-select-button,
body.dev-only-ui .toastui-editor-defaultUI .bluebtn.toastui-editor-close-button,
.toastui-editor-defaultUI body.dev-only-ui .bluebtn.toastui-editor-close-button,
body.dev-only-ui .toastui-editor-defaultUI .bluebtn.toastui-editor-ok-button,
.toastui-editor-defaultUI body.dev-only-ui .bluebtn.toastui-editor-ok-button {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
  border-color: var(--overwrite-main-darker) !important;
}
body.dev-only-ui table.dataTable > thead tr th,
body.dev-only-ui .table-responsive > table > thead tr th,
body.dev-only-ui .simple-table > .simple-table-header > .row > .col,
body.dev-only-ui .simple-table > .simple-table-header > .row > .column,
body.dev-only-ui .simple-table > .simple-table-header > .tr > .col,
body.dev-only-ui .simple-table > .simple-table-header > .tr > .column {
  background-color: var(--overwrite-main) !important;
  color: var(--overwrite-light) !important;
}
body.dev-only-ui table.dataTable > thead tr th.sorting_desc,
body.dev-only-ui table.dataTable > thead tr th.sorting_asc,
body.dev-only-ui .table-responsive > table > thead tr th.sorting_desc,
body.dev-only-ui .table-responsive > table > thead tr th.sorting_asc {
  background-color: var(--overwrite-main-darker) !important;
  color: var(--white) !important;
}
body.dev-only-ui footer {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
}
body.dev-only-ui footer .supplier-footer-logo > h1, body.dev-only-ui footer .supplier-footer-logo > .h1 {
  color: var(--white) !important;
}
body.dev-only-ui header .navbar .navbar-nav .nav-item .nav-link {
  background-color: var(--white) !important;
}
body.dev-only-ui header .navbar .navbar-nav .nav-item.active .nav-link {
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui header .navbar .navbar-text > .current-user > a {
  color: var(--overwrite-light) !important;
}
body.dev-only-ui .nav-fill .nav-link,
body.dev-only-ui .nav-tabs .nav-link {
  background-color: var(--overwrite-main) !important;
  background-image: none !important;
}
body.dev-only-ui .nav-fill .nav-link.active,
body.dev-only-ui .nav-tabs .nav-link.active {
  background-color: var(--white) !important;
  color: var(--body-color) !important;
}
body.dev-only-ui .nav-fill .nav-link:hover,
body.dev-only-ui .nav-tabs .nav-link:hover {
  background-color: var(--overwrite-main-darker) !important;
}
body.dev-only-ui .modal .modal-dialog .modal-header {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui .modal .modal-dialog .modal-footer {
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui .frame-treeview ol li.v6-frame-navigation-active > a,
body.dev-only-ui .frame-treeview ol li.v6-family-navigation-active > a,
body.dev-only-ui .frame-treeview ul li.v6-frame-navigation-active > a,
body.dev-only-ui .frame-treeview ul li.v6-family-navigation-active > a,
body.dev-only-ui .graphical-picker-body ol li.v6-frame-navigation-active > a,
body.dev-only-ui .graphical-picker-body ol li.v6-family-navigation-active > a,
body.dev-only-ui .graphical-picker-body ul li.v6-frame-navigation-active > a,
body.dev-only-ui .graphical-picker-body ul li.v6-family-navigation-active > a {
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui .quote-price-summary > .row .quote-items-terms label,
body.dev-only-ui .quotecalculation-section .quotecalculation-label {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui .nav-fill .nav-link.active .btn-close,
body.dev-only-ui .nav-tabs .nav-link.active .btn-close {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui .text-primary,
body.dev-only-ui h1,
body.dev-only-ui .h1,
body.dev-only-ui .main-header-style,
body.dev-only-ui .quote-item-view-body .attributeContents .v6config-group .v6config-group-header,
.quote-item-view-body .attributeContents .v6config-group body.dev-only-ui .v6config-group-header,
.quoteItemFrameOptions .attributeContents .v6config-group body.dev-only-ui .v6config-group-header,
.quoteItemFrameProperties .attributeContents .v6config-group body.dev-only-ui .v6config-group-header,
.v6-quote-item-view .v6-quote-item-view-header body.dev-only-ui h2,
.v6-quote-item-view .v6-quote-item-view-header body.dev-only-ui .h2,
body.dev-only-ui .form-two-col > .row > .div > h2,
body.dev-only-ui .form-two-col > .row > .div > .h2,
body.dev-only-ui .form-one-col > .row > .div > h2,
body.dev-only-ui .form-one-col > .row > .div > .h2,
body.dev-only-ui .igu-list-wrapper > h2,
body.dev-only-ui .igu-list-wrapper > .h2,
body.dev-only-ui .form-two-col > h2,
body.dev-only-ui .form-two-col > .h2,
body.dev-only-ui .form-two-col > .row > h2,
body.dev-only-ui .form-two-col > .row > .h2,
body.dev-only-ui .form-two-col > .row > div > h2,
body.dev-only-ui .form-two-col > .row > div > .h2,
body.dev-only-ui .form-one-col > h2,
body.dev-only-ui .form-one-col > .h2,
body.dev-only-ui .form-one-col > .row > h2,
body.dev-only-ui .form-one-col > .row > .h2,
body.dev-only-ui .form-one-col > .row > div > h2,
body.dev-only-ui .form-one-col > .row > div > .h2,
body.dev-only-ui .section-header,
body.dev-only-ui .v6-quote-item-view .v6-quote-item-view-header h2,
body.dev-only-ui .v6-quote-item-view .v6-quote-item-view-header .h2,
body.dev-only-ui .quoteItemFrameOptions .attributeContents .v6config-group .v6config-group-header,
body.dev-only-ui .quoteItemFrameProperties .attributeContents .v6config-group .v6config-group-header {
  color: var(--black) !important;
}
body.dev-only-ui .loginToDealer {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui .quote-price-summary > .row .quote-items-summary-wrapper {
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui .quote-price-summary > .row .quote-items-summary-wrapper .form-col-item .form-control:disabled,
body.dev-only-ui .quote-price-summary > .row .quote-items-summary-wrapper .form-col-item .form-control[readonly] {
  background-color: var(--overwrite-light) !important;
}
body.dev-only-ui .tooltip-container,
body.dev-only-ui .options-dropdown {
  color: var(--overwrite-main) !important;
}
body.dev-only-ui .page-link {
  background-color: var(--overwrite-light) !important;
  color: var(--overwrite-main) !important;
}
body.dev-only-ui .page-item.active .page-link {
  background-color: var(--overwrite-main) !important;
  color: var(--white) !important;
}
body.dev-only-ui .form-check-input {
  background-color: var(--overwrite-light) !important;
  --bs-form-check-bg: var(--overwrite-light) !important;
}
body.dev-only-ui .form-check-input:checked {
  background-color: var(--overwrite-main) !important;
  border-color: var(--overwrite-main) !important;
}
body.dev-only-ui .region-edit-icons > i {
  color: var(--overwrite-main) !important;
}
body.dev-only-ui .graphical-picker-tree a {
  color: var(--overwrite-main) !important;
}
body.dev-only-ui .simple-table-header .supplier-price-col {
  background: var(--gray-800) !important;
  color: var(--white) !important;
}
body.dev-only-ui .simple-table-header .dealer-price-col {
  background: var(--gray-900) !important;
}
body.dev-only-ui .simple-table-header .dealer-tax-col {
  background: var(--gray-900) !important;
}
body.dev-only-ui .simple-table > .simple-table-body .tr > .column.supplier-price-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.supplier-price-col {
  background: var(--shadow-10) !important;
}
body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-price-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-price-col {
  background: var(--shadow-15) !important;
}
body.dev-only-ui .simple-table > .simple-table-body .tr > .column.dealer-tax-col,
body.dev-only-ui .simple-table > .simple-table-footer .tr > .column.dealer-tax-col {
  background: var(--shadow-15) !important;
}
body.dev-only-ui .simple-table > .simple-table-body .tr:not(.simple-table-body .tr),
body.dev-only-ui .simple-table .simple-table-footer .tr:not(.simple-table-body .tr) {
  background: var(--gray-200) !important;
}
body.dev-only-ui .simple-table .simple-table-footer .row > .col,
body.dev-only-ui .simple-table .simple-table-footer .row > .column,
body.dev-only-ui .simple-table .simple-table-footer .tr > .col,
body.dev-only-ui .simple-table .simple-table-footer .tr > .column {
  border-left: 1px solid var(--gray-200);
}
body.dev-only-ui .simple-table .simple-table-footer .row:hover > .col,
body.dev-only-ui .simple-table .simple-table-footer .row:hover > .column,
body.dev-only-ui .simple-table .simple-table-footer .tr:hover > .col,
body.dev-only-ui .simple-table .simple-table-footer .tr:hover > .column {
  border-left: 1px solid var(--gray-200);
}
body.dev-only-ui .quote-tnc-block::part(form-control-label) {
  background-color: var(--overwrite-main) !important;
}
body.dev-only-ui #siteNavBar webmodule-icon,
body.dev-only-ui #siteNavBar .text-primary {
  color: var(--overwrite-main) !important;
}
body.dev-only-ui #siteNavBar webmodule-button::part(label),
body.dev-only-ui #siteNavBar webmodule-button::part(caret) {
  color: var(--overwrite-main) !important;
}
body.dev-only-ui .simple-table > .simple-table-header > .row, body.dev-only-ui .simple-table > .simple-table-header > .tr {
  background: var(--overwrite-main);
}
body.dev-only-ui .marginmarkup-container h1, body.dev-only-ui .marginmarkup-container .h1 {
  color: var(--white) !important;
}
body.dev-only-ui .support-inbox-header .filter-left .ticket-owner-check .fa-circle-dot {
  color: var(--overwrite-main) !important;
}

/*# sourceMappingURL=custom.css.map */
