/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/main.css ***!
  \*****************************************************************************************************************************************************************************************************************/
/*
 * Normalize
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * Base
 */
/*
 * Global
 */
:root {
  /* DEFAULT (production) */
  --rs-primary: #631656;
  --rs-primary-pale: #D8C5D5;
  --rs-primary-medium: #B18AAA;
  --rs-primary-medium-darker: #8A5181;
  --rs-primary-dark: #4F1247;
  --rs-primary-rgb: 99, 22, 86;
  /* NOT production */
}
/*
 * Definitions
 */
/*
 * Root Size
 */
:root {
  font-size: 10px;
}
@media (min-width: 1680px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 9px;
  }
}
/*
 * Definitions
 */
/*
 * Body
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #111111;
  line-height: 1.5;
  letter-spacing: 0rem;
  background: #ececec;
}
.page-wrap {
  display: flex;
  align-items: flex-start;
}
img {
  max-width: 100%;
  height: auto;
}
/*
 * Colors
 */
/*
 * Fonts
 */
@font-face {
  font-family: '';
  src: url('/assets/fonts//.eot');
  src: url('/assets/fonts//.eot?#iefix') format('embedded-opentype'), url('/assets/fonts//.svg#icon') format('svg'), url('/assets/fonts//.woff') format('woff'), url('/assets/fonts//.ttf') format('truetype'), url('/assets/fonts//.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'railsider';
  src: url('/assets/fonts/railsider/railsider.eot');
  src: url('/assets/fonts/railsider/railsider.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/railsider/railsider.svg#icon') format('svg'), url('/assets/fonts/railsider/railsider.woff') format('woff'), url('/assets/fonts/railsider/railsider.ttf') format('truetype'), url('/assets/fonts/railsider/railsider.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Definitions
 */
/*
 * Link
 */
a {
  color: #631656;
  color: var(--rs-primary);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  /*
	&:not(.button):hover,
	&:not(.button):focus {
		color: @link-hover-color;
		text-decoration: @link-hover-decoration;
	}
	*/
}
.disabled {
  cursor: no-drop;
  opacity: 0.5;
  pointer-events: none;
}
/*
 * Definitions
 */
/*
 * Image
 */
img {
  vertical-align: bottom;
}
img.rounded {
  border-radius: 8px;
}
img.circle {
  border-radius: 50%;
}
img.responsive {
  width: 100%;
  height: auto;
}
/*
 * Breakpoints
 */
/*
 * Media Queries
 */
/*
 * Definitions
 */
/*
 * Print
 */
@page {
  size: A4;
  margin: 1.5cm 2cm;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '("attr(href)")';
  }
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: '("attr(title)")';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #FFFFFF !important;
  }
}
/*
 * Typography
 */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}
/*
 * Definitions
 */
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #303133;
  line-height: 1.35;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  color: #6d6d6d;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Paragraph
 */
p {
  margin: 2rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Lead
 */
.lead {
  margin: 0 0 2rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #111111;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Strong
 */
strong {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*
 * Definitions
 */
/*
 * Emphasis
 */
em {
  font-style: italic;
}
/*
 * Definitions
 */
/*
 * Horizontal Rule
 */
hr {
  clear: both;
  margin: 3rem auto;
  border: 0;
  height: 1px;
  background: #ececec;
}
/*
 * Definitions
 */
/*
 * Blockquote
 */
blockquote {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: #111111;
}
blockquote p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote cite {
  display: block;
  margin: 1rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  color: #111111;
  text-align: left;
}
/*
 * Definitions
 */
/*
 * Pullout
 */
.pullout {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #111111;
  border: solid #631656;
  border: solid var(--rs-primary);
  border-width: 0 0 0 0.4rem;
}
/*
 * Definitions
 */
/*
 * Lists
 */
ul,
ol {
  margin: 2rem 0;
  padding: 0;
}
ul li,
ol li {
  margin: 1rem 0 1rem 2rem;
  padding: 0 0 0 0.5rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
}
ul li ul,
ol li ul {
  margin: 1rem 0;
  padding: 0;
}
ul li ul li,
ol li ul li {
  margin: 1rem 0 1rem 2rem;
}
ul {
  list-style: disc;
}
ul li ul {
  list-style: disc;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Definitions
 */
/*
 * Definition List
 */
dl {
  margin: 2rem 0;
  padding: 0;
}
dt {
  margin: 1rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #111111;
}
dd {
  margin: 0 0 2rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #111111;
}
/*
 * Definitions
 */
/*
 * Code
 */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #47A9B3;
}
/*
 * Definitions
 */
/*
 * Code
 */
pre {
  margin: 2rem 0;
  padding: 1rem;
  overflow: auto;
  color: #111111;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  background: #f5f5f5;
  border: 1px solid #ececec;
}
pre code {
  color: #47A9B3;
}
/*
 * Definitions
 */
/*
 * Kbd
 */
kbd {
  margin: 0 0.5rem;
  padding: 0.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #47A9B3;
  background: #f5f5f5;
  border: 1px solid #ececec;
}
/*
 * Definitions
 */
/*
 * mark
 */
mark {
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  background: yellow;
  border: none;
  border-radius: 3px;
}
mark.error {
  color: #FFFFFF;
  background: #cc0000;
  border: none;
}
mark.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
mark.success {
  color: #FFFFFF;
  background: #68C338;
  border: none;
}
mark.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
/*
 * Grid
 */
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-gutter {
  padding: 0 !important;
}
.gutter-top {
  padding-top: 3.2rem !important;
}
.gutter-bottom {
  padding-bottom: 3.2rem !important;
}
.gutter-left {
  padding-left: 1.6rem !important;
}
.gutter-right {
  padding-right: 1.6rem !important;
}
@media (min-width: 1680px) {
  .no-gutter-xlarge {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-gutter-large {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .no-gutter-medium {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-gutter-small {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .no-gutter-xsmall {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  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.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  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.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 992px) {
  .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.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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: 1200px) {
  .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.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1400px) {
  .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.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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;
  }
}
.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 {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.p-0 {
  padding: 0 !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;
  }
}
/*
 * Form
 */
/*
 * Definitions
 */
/*
 * Label
 */
label {
  display: block;
  margin: 0.5rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
}
label .required:before,
.label .required:before {
  content: '*';
  color: #FF4500;
  margin-left: 0.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.label-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin: 0.5rem 0;
}
.label-container .label,
.label-container label {
  margin: 0;
  line-height: 1;
}
.label-container .icon {
  line-height: 1;
}
.label-container .icon:before {
  line-height: 1;
  margin: 0;
}
/*
 * Definitions
 */
/*
 * Fieldset
 */
fieldset {
  display: block;
  margin: 0;
  padding: 2rem;
  border: 1px solid #ececec;
}
fieldset legend {
  display: inline-block;
  padding: 1rem;
  font-size: 1.4rem;
  color: #6d6d6d;
}
.fieldset-lined {
  display: block;
  margin: 0  0 2rem;
  padding: 0;
  border: none;
}
.fieldset-lined legend,
.fieldset-lined .legend {
  width: 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  display: flex;
  align-items: last baseline;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fieldset-lined legend:after,
.fieldset-lined .legend:after {
  content: "";
  display: block;
  flex: 1 auto;
  border-top: 1px solid #111111;
}
/*
 * Definitions
 */
/*
 * Form Message
 */
.form-message {
  margin: 0.5rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
}
.form-message.error {
  color: #cc0000;
}
.form-message.warning {
  color: #FF4500;
}
.form-message.success {
  color: #68C338;
}
.form-message.info {
  color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input
 */
input,
textarea {
  display: block;
  margin: 0.5rem 0;
  width: 100%;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0 1rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #111111;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
input:hover,
textarea:hover {
  color: #111111;
  background: #fafafa;
  border: 1px solid #d3d3d3;
}
input:focus,
textarea:focus {
  color: #111111;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
input:disabled,
textarea:disabled {
  cursor: no-drop;
  color: #f5f5f5;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
}
/*
 * Textarea
 */
textarea {
  max-width: 100%;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
/*
 * Input Styles
 */
.input-inverse {
  color: #FFFFFF;
  background: #111111;
  border: none;
}
.input-inverse::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:hover {
  color: #FFFFFF;
  background: #0b0b0b;
  border: none;
}
.input-inverse:focus {
  color: #FFFFFF;
  background: #040404;
  border: 1px solid #1E90FF;
}
/*
 * Input Search
 */
input[type="search"] {
  border-radius: 2rem;
  -webkit-appearance: none;
  box-sizing: border-box;
}
/*
 * Input File
 */
input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
}
/*
 * Checkbox and Radio
 */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
}
input[type="checkbox"] + p,
input[type="radio"] + p {
  margin: 0;
  display: inline-block;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
/*
 * Textarea
 */
textarea {
  padding: 0.8rem 1.6rem;
  height: auto;
  line-height: 1.5;
}
.switch-button {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.switch-button__checkbox,
.switch-button input[type="checkbox"] {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-button__toogle,
input[type="checkbox"] + .switch-button__toggle {
  background-color: transparent;
  width: 2.8rem;
  height: 1.5rem;
  border: 0.2rem solid #FFFFFF;
  border-radius: .8rem;
  display: inline-block;
  position: relative;
  margin: 0 .4rem 0 .2rem;
}
.switch-button__toogle:before,
input[type="checkbox"] + .switch-button__toggle:before {
  transition: .2s;
  display: block;
  position: absolute;
  top: .2rem;
  left: .3rem;
  width: .7rem;
  height: .7rem;
  background-color: #FFFFFF;
  content: '';
  border-radius: 0.35rem;
  border-width: 0;
  cursor: pointer;
}
.switch-button__checkbox:checked + .switch-button__toggle:before {
  transform: translateX(1.1rem);
}
.switch-button__label {
  color: #FFFFFF;
  font-size: 1.2rem;
}
/*
 * Checkbox and Radio
 */
.field--checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -9999999;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.field--checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: .0;
  position: absolute;
  left: 0rem;
  background: #ececec url("/assets/images/icons/check.svg") no-repeat center center;
  stroke: #111111;
  top: 0rem;
  background-size: 1.2rem 1.2rem;
}
.field--checkbox input[type="checkbox"]:disabled + label:before {
  background: #f5f5f5;
}
.field--checkbox input[type="checkbox"] + label {
  padding-left: 2.6rem;
  position: relative;
  margin: 0;
}
.field--checkbox input[type="checkbox"] + label:before {
  content: '';
  border: none;
  border-color: #ececec;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ececec;
}
.field--checkbox-white input[type="checkbox"]:checked + label:after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: .0;
  position: absolute;
  left: 0rem;
  background: #FFFFFF url("/assets/images/icons/check.svg") no-repeat center center;
  stroke: #111111;
  top: 0rem;
  background-size: 1.2rem 1.2rem;
}
.field--checkbox-white input[type="checkbox"] + label:before {
  content: '';
  border: 1px solid #FFFFFF;
  border-color: #ececec;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
}
.field--checkbox-inline {
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.field--checkbox-inline input[type="checkbox"] + label {
  font-size: 1.1rem;
  padding-left: 2.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.field--checkbox.error input[type="checkbox"] + label:before {
  border-color: #cc0000;
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.checkbox-group--inline {
  flex-direction: row;
}
.checkbox-group--print {
  margin-bottom: 1rem;
}
.field--weight .input-container {
  position: relative;
}
.field--weight .input-container input {
  padding-right: 3.6rem;
}
.field--weight .input-container:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "TM";
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3.6rem;
  pointer-events: none;
}
/*
 * Definitions
 */
/*
 * Input Indicators 
 */
input.error,
textarea.error {
  color: #cc0000;
  border-color: #cc0000;
}
input.warning,
textarea.warning {
  color: #FF4500;
  border-color: #FF4500;
}
input.success,
textarea.success {
  color: #68C338;
  border-color: #68C338;
}
input.info,
textarea.info {
  color: #1E90FF;
  border-color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input Sizes
 */
.input-xlarge {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
}
.input-xlarge::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xlarge:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xlarge::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large {
  padding: 0 2.5rem;
  height: 4.4rem;
  font-size: 1.6rem;
}
.input-large::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-large::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium {
  padding: 0 1.6rem;
  height: 3rem;
  font-size: 1.2rem;
}
.input-medium::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-medium::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small {
  padding: 0 1.2rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
.input-small::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-small::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall {
  padding: 0 0.8rem;
  height: 1.8rem;
  font-size: 1rem;
}
.input-xsmall::-moz-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-moz-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall:-ms-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
.input-xsmall::-webkit-input-placeholder {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.25);
}
/*
 * Input Group
 */
.input-group {
  position: relative;
  display: table;
  margin: 0.5rem 0;
  border-collapse: separate;
}
.input-group.input-inline {
  float: left;
}
.input-group input {
  margin: 0;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.input-group[class*="column-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .input-group-button,
.input-group .input-group .form-input {
  display: table-cell;
}
.input-group-button {
  position: relative;
  font-size: 0rem;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-button > button,
.input-group-button > .button {
  position: relative;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.input-group-button > button + .button,
.input-group-button > .button + .button {
  margin-left: -1px;
}
.input-group-button > button:hover,
.input-group-button > .button:hover,
.input-group-button > button:focus,
.input-group-button > .button:focus,
.input-group-button > button:active,
.input-group-button > .button:active {
  z-index: 2;
}
.input-group-button:first-child > .button {
  margin-right: -1px;
}
.input-group-button:last-child > .button {
  margin-left: -1px;
}
.input-group-search {
  border-radius: 2rem;
  overflow: hidden;
}
.input-group-search input[type="search"] {
  padding-left: 2rem;
  border-radius: 2rem 0 0 2rem;
  background-clip: padding-box;
}
.input-group-search button,
.input-group-search .button {
  border-radius: 0 2rem 2rem 0;
  background-clip: padding-box;
}
/*
 * Definitions
 */
/*
 * Controls (Radio + Checkbox)
 */
.control {
  position: relative;
  display: block;
  margin: 0.5rem 0;
  padding: 0 0 0 1.5em;
  color: #111111;
  cursor: pointer;
}
.control.control-inline {
  display: inline-block;
  margin-right: 2rem;
}
.control:hover .control-indicator {
  border: 1px solid #d3d3d3;
  background-color: #fafafa;
}
.control input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #1E90FF;
}
.control input:checked ~ .control-indicator {
  background: #631656;
  background: var(--rs-primary);
  border: 1px solid #631656;
  border: 1px solid var(--rs-primary);
}
.control input:checked ~ .control-label {
  color: #111111;
}
.control.checkbox .control-indicator {
  border-radius: none;
}
.control.checkbox input:checked ~ .control-indicator {
  background: #631656 no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
  background: var(--rs-primary) no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}
.control.radio .control-indicator {
  border-radius: 50%;
}
.control.radio input:checked ~ .control-indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  color: #631656;
  color: var(--rs-primary);
  text-align: center;
  background-color: #FFFFFF;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.control-label {
  display: block;
  margin: 0 0 0 1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}
/*
 * Definitions
 */
/*
 * Select
 */
select {
  display: block;
  width: 100%;
}
.select {
  position: relative;
  display: block;
  margin: 0.5rem 0;
  /*
	&:after {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -(@select-arrow-size / 2);
		width: 0;
		height: 0;
		content: '';
		pointer-events: none;
		border-left: @select-arrow-size solid transparent;
		border-right: @select-arrow-size solid transparent;
		border-top: @select-arrow-size solid @select-arrow-background;
	}*/
}
.select select {
  margin: 0;
  padding: 0 2.5rem 0 1rem;
  height: 3rem;
  line-height: auto;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #111111;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
		option {
			&:hover {
				background-color: @light-primary !important;
			}
			&:checked {
				background: @primary-pale !important;
			}
		}
		*/
}
.select select:focus {
  background-color: #fafafa;
}
.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #111111;
  background: #fafafa;
  border: 1px solid #d3d3d3;
}
.select select:focus {
  color: #111111;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
.select:after {
  position: absolute;
  top: 1.5rem;
  right: .8rem;
  margin-top: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  content: url("/assets/images/icons/angle-down.svg");
  pointer-events: none;
  z-index: 99;
}
/*
 * Select Inverse
 */
.select-inverse select {
  color: #FFFFFF;
  border: none;
  background: #111111;
}
.select-inverse select:hover {
  color: #FFFFFF;
  background: #0b0b0b;
  border: none;
}
.select-inverse select:focus {
  color: #FFFFFF;
  background: #040404;
  border: 1px solid #1E90FF;
}
.select-inverse:after {
  border-top: 0.4rem solid #FFFFFF;
}
@media screen and (min-width:0\0) {
  .select select {
    padding: 0.5em;
  }
  .select:before,
  .select:after {
    display: none;
  }
}
@-moz-document url-prefix() {
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  /*.select:before {
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		pointer-events: none;
		width: 1em;
		border: @select-border;
		border-width: 1px 1px 1px 0px;
		background: @select-background;
		.border-radiuses (0, @select-border-radius, 0, @select-border-radius);
	}*/
  .select.large:before {
    width: 1.5em;
  }
  .select.select-inverse:before {
    border: none;
    background: #111111;
  }
}
/*
 * Definitions
 */
/*
 * Select Sizes
 */
.select-xlarge select {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
}
.select-large select {
  padding: 0 2.5rem;
  height: 4.4rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.select-medium select {
  padding: 0 1rem;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
}
.select-small select {
  padding: 0 1.2rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.select-xsmall select {
  padding: 0 0.8rem;
  height: 1.8rem;
  font-size: 1rem;
  line-height: 1.8rem;
}
.field {
  margin-bottom: 2.4rem;
  position: relative;
}
.field .box-error {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
}
.field .box-error p.error {
  color: #cc0000 !important;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
}
.field.error input,
.field.error select,
.field.error textarea {
  border: 1px solid #cc0000;
}
.field.error .box-error {
  display: block;
}
.field.error .box-error p.error:not([hidden]) {
  display: block;
}
.field.error .box-error p.error:not([hidden]) ~ p {
  display: none;
}
.field--featured label {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba( 99, 22, 86 , 0.85);
  color: rgba( var(--rs-primary-rgb) , 0.85);
}
.fields--grey input,
.fields--grey select,
.fields--grey textarea,
.fields--grey .ng-select .ng-select-container,
.fields--grey .ng-select.ng-select-opened > .ng-select-container {
  background-color: #ececec;
  border-color: #ececec;
  color: #111111;
}
.fields--grey input:disabled,
.fields--grey select:disabled,
.fields--grey textarea:disabled,
.fields--grey .ng-select .ng-select-container:disabled,
.fields--grey .ng-select.ng-select-opened > .ng-select-container:disabled,
.fields--grey input.disabled,
.fields--grey select.disabled,
.fields--grey textarea.disabled,
.fields--grey .ng-select .ng-select-container.disabled,
.fields--grey .ng-select.ng-select-opened > .ng-select-container.disabled {
  background-color: #f5f5f5;
  border: none;
}
.fields--grey .ng-select .ng-clear-wrapper .ng-clear {
  background-color: #dedede;
  color: #111111 !important;
}
.fields--grey .field--calendar input,
.fields--grey .field--calendar select {
  background-color: #ececec;
}
.fields--grey .field--calendar input:hover,
.fields--grey .field--calendar select:hover,
.fields--grey .field--calendar input:focus,
.fields--grey .field--calendar select:focus {
  background-color: #ececec;
}
.field--icon {
  /*
  input[type="number"]:hover,
  input[type="number"]:focus {
    padding-right: 0;
  }
  */
  /*&:before{
    content: ''!important;
    width: 3rem;
    height: (@input-height - 0.2rem);
    background: @light-grey;
    display: block;
    right: 0.1rem;
    position: absolute;
    //bottom: ((@input-height + 0.1rem)/ 2);
    bottom: 1.5rem;
    .transform(translateY(50%));
    border-radius: 0 @border-radius @border-radius 0;
  }*/
}
.field--icon input {
  padding-right: 4rem;
}
.field--icon input[type="number"] {
  padding-right: 3rem;
}
.field--icon:after {
  content: attr(data-icon);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.error.field--icon:after {
  color: #FFFFFF;
}
.error.field--icon:before {
  right: 0.1rem;
  background: #cc0000;
}
.field--inline {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-bottom: 1.2rem;
}
.field--inline .ng-select {
  max-width: calc(100% - 10.6rem);
}
.field--inline label,
.field--inline .label {
  width: 9rem;
  height: 3rem;
  margin: 0;
  text-align: right;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.field--inline .label-container {
  width: 9rem;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin: 0;
}
.field--inline .label-container label,
.field--inline .label-container .label {
  width: auto;
  line-height: 1;
}
.field--inline input,
.field--inline textarea {
  margin: 0;
}
.field--inline .select {
  flex: auto;
  margin: 0;
}
.field--inline .select select {
  height: 3rem;
}
.field--inline.error {
  margin-bottom: 3rem;
}
.field--inline.error .box-error p.error {
  transform: translateX(10.6rem);
}
.field--inline.error .select .box-error p.error {
  margin-left: 0;
}
.field--inline.field--data {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.field--inline.field--data label,
.field--inline.field--data .label {
  text-align: left;
  justify-content: flex-start;
}
.field--inline-auto label,
.field--inline-auto .label,
.field--inline-auto .label-container {
  width: auto;
}
.field--action-icon .action-icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.field--action-icon .icon {
  cursor: pointer;
}
.field--action-icon .icon:before {
  font-size: 1.4rem;
}
.field--action-icon .icon:hover {
  color: #631656;
  color: var(--rs-primary);
}
.field--inner-icon {
  position: relative;
}
.field--inner-icon input {
  padding-right: 4rem;
}
.field--inner-icon .icon {
  position: absolute;
  right: 0.8rem;
  bottom: 0.5rem;
  cursor: auto;
  pointer-events: none;
}
.field--inner-icon .icon:before {
  font-size: 1.4rem;
}
.field--rounded label {
  font-size: 1.6rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.field--rounded input,
.field--rounded select {
  padding: 0.5rem 2rem 0.5rem 2rem;
  border-radius: 2rem;
  height: 3.2rem;
}
.field--search input {
  padding: 0.5rem 2rem 0.5rem 4rem;
  background: transparent url("/assets/images/icons/search.svg") no-repeat left 1.2rem center;
  background-size: 1.6rem 1.6rem;
}
.field--search-right input {
  padding-right: 2.8rem;
  background-image: url("/assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.6rem 1.6rem;
}
.field--calendar {
  position: relative;
}
.field--calendar:after {
  content: "\e927";
  font-family: 'primeicons';
  speak: none;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  pointer-events: none;
}
.field--calendar input,
.field--calendar select {
  margin: 0;
  background-color: #FFFFFF;
}
.field--calendar input:hover,
.field--calendar select:hover,
.field--calendar input:focus,
.field--calendar select:focus {
  background-color: #FFFFFF;
}
.field--calendar input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: 0 0;
  margin: 0;
  opacity: 0;
  pointer-events: auto;
}
/*
.field--file {

  input, select {
    padding: 0.8rem 2rem 0.5rem 4rem;
    background: transparent url("/assets/images/icons/file.svg") no-repeat left 1.2rem center;
    background-size: 1.6rem 1.6rem;

    &:hover, &:focus {
      background: transparent url("/assets/images/icons/file.svg") no-repeat left 1.2rem center;
      background-size: 1.6rem 1.6rem;
    }
  }
}
*/
input:-moz-read-only,
input:disabled,
select:disabled {
  cursor: auto !important;
}
input:-moz-read-only {
  cursor: auto !important;
}
input:read-only,
input:disabled,
select:disabled {
  cursor: auto !important;
}
input:-moz-read-only:focus,
input:disabled:focus,
select:disabled:focus {
  border-color: #ececec;
}
input:-moz-read-only:focus {
  border-color: #ececec;
}
input:read-only:focus,
input:disabled:focus,
select:disabled:focus {
  border-color: #ececec;
}
textarea:-moz-read-only,
textarea:disabled {
  cursor: auto !important;
  resize: none;
}
textarea:-moz-read-only {
  cursor: auto !important;
  resize: none;
}
textarea:read-only,
textarea:disabled {
  cursor: auto !important;
  resize: none;
}
textarea:-moz-read-only:focus,
textarea:disabled:focus {
  border-color: #ececec;
}
textarea:-moz-read-only:focus {
  border-color: #ececec;
}
textarea:read-only:focus,
textarea:disabled:focus {
  border-color: #ececec;
}
.radio-group {
  margin: 0;
  padding: 0;
  border: 0;
}
.radio-group .field--radio {
  display: flex;
}
.radio-group--inline .field--radio {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  margin-right: 1.2rem;
}
.radio-group--inline .field--radio:last-child {
  margin-right: 0;
}
.field--radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ececec;
  border: 1px solid #ececec;
  border-radius: 50%;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.field--radio input[type="radio"]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1rem 1rem #631656;
          box-shadow: inset 1rem 1rem var(--rs-primary);
}
.field--radio input[type="radio"]:checked::before {
  transform: scale(1);
}
/*
.owl-dt-inline-container,
.owl-dt-popup-container {
  width: auto;

  .owl-dt-calendar {
    height: auto;
  }
}
.owl-dt-calendar-control {
  font-size: 1.3rem;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: 1.2rem;
  padding: 0.5rem 0.8rem;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  font-size: 1.2rem;
}
.owl-dt-calendar-multi-year-view {
  width: auto;
}
*/
.field--number {
  max-width: 6rem;
  flex: 1 auto;
}
.field--print {
  max-width: 20rem;
  flex: 1 auto;
}
/* file field */
.field--file input {
  margin: 0;
  opacity: 0;
  display: none;
}
.field--file .file {
  width: 100%;
  height: 3rem;
  border: 1px solid #D8DCE6;
  margin: .2rem 0;
  border-radius: 4px;
  padding: 0 7.6rem 0 1.6rem;
  line-height: 3rem;
  position: relative;
  width: 28rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--file .file::before {
  content: attr(data-text);
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  z-index: 6;
  display: block;
  padding: 0 2.2rem;
  font-size: 1.4rem;
  color: #303133;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  padding: 0 1.2rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  background: #631656;
  background: var(--rs-primary);
  border: none;
  border-radius: 0 4px 4px 0;
}
.field--file .file::before.error {
  color: #FFFFFF;
  background: #cc0000;
  border: none;
}
.field--file .file::before.error:not(:disabled):hover,
.field--file .file::before.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #990000;
  border: none;
}
.field--file .file::before.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
.field--file .file::before.warning:not(:disabled):hover,
.field--file .file::before.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
.field--file .file::before.success {
  color: #FFFFFF;
  background: #68C338;
  border: none;
}
.field--file .file::before.success:not(:disabled):hover,
.field--file .file::before.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #539b2d;
  border: none;
}
.field--file .file::before.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
.field--file .file::before.info:not(:disabled):hover,
.field--file .file::before.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
.field--file .file::before:not(:disabled):hover,
.field--file .file::before:not(:disabled):focus {
  color: #303133;
  background: #e6e6e6;
  border: none;
}
.field--file .file::before.error {
  color: #FFFFFF;
  background: #cc0000;
  border: none;
}
.field--file .file::before.error:not(:disabled):hover,
.field--file .file::before.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #990000;
  border: none;
}
.field--file .file::before.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
.field--file .file::before.warning:not(:disabled):hover,
.field--file .file::before.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
.field--file .file::before.success {
  color: #FFFFFF;
  background: #68C338;
  border: none;
}
.field--file .file::before.success:not(:disabled):hover,
.field--file .file::before.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #539b2d;
  border: none;
}
.field--file .file::before.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
.field--file .file::before.info:not(:disabled):hover,
.field--file .file::before.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
.field--file .file::before:not(:disabled):hover,
.field--file .file::before:not(:disabled):focus {
  color: #FFFFFF;
  background: #4F1247;
  background: var(--rs-primary-dark);
  border: none;
}
.fields--grey .field--file .file {
  background-color: #ececec;
  border-color: #ececec;
  color: #111111;
  border: none;
}
.field--primary input,
.field--primary .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  background-color: #8A5181;
  background-color: var(--rs-primary-medium-darker);
  color: #FFFFFF;
}
.field--primary .ng-select-container .ng-value-container .ng-value .ng-value-label {
  color: #FFF;
  position: relative;
  z-index: 9;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.field--primary .select:after {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(220deg) brightness(107%) contrast(101%);
}
.textarea-small textarea,
textarea.textarea-small {
  height: 7.2rem;
}
.textarea-inline .field--inline {
  align-items: flex-start;
}
@media screen and (min-width: 1400px) {
  .textarea-inline label,
  .textarea-inline .label-container {
    display: none;
  }
}
/* input numbers */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.show-arrows input[type="number"]::-webkit-outer-spin-button,
.show-arrows input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: auto;
}
.show-arrows input[type="number"] {
  -moz-appearance: number-input !important;
}
.field--calendar input {
  width: 10.2rem;
}
.field--calendar-hour input {
  width: 13.4rem;
}
.larger-date-fields .field--calendar input {
  width: 12.2rem;
  min-width: 10.2rem;
}
[class^="col-"] > app-datepicker-field .field--calendar input {
  width: 100%;
  min-width: 10.2rem;
}
.field--calendar.fullwidth input {
  width: 100%;
  min-width: 10.2rem;
}
[class^="col-"] > app-datepicker-field .field--calendar-hour input {
  width: 100%;
  min-width: 13.4rem;
}
/* field SIZES */
.field--xxs select,
.field--xxs .select,
.field--xxs input,
.field--xxs .p-inputwrapper {
  width: 6rem;
}
.field--xs select,
.field--xs .select,
.field--xs input,
.field--xs .p-inputwrapper {
  width: 8rem;
}
.field--sm select,
.field--sm .select,
.field--sm input,
.field--sm .p-inputwrapper {
  width: 10rem;
}
.field--md select,
.field--md .select,
.field--md input,
.field--md .p-inputwrapper {
  width: 12rem;
}
.field--lg select,
.field--lg .select,
.field--lg input,
.field--lg .p-inputwrapper {
  width: 14rem;
}
.field--xl select,
.field--xl .select,
.field--xl input,
.field--xl .p-inputwrapper {
  width: 16rem;
}
.field--xxl select,
.field--xxl .select,
.field--xxl input,
.field--xxl .p-inputwrapper {
  width: 20rem;
}
.field--xxxl select,
.field--xxxl .select,
.field--xxxl input,
.field--xxxl .p-inputwrapper {
  width: 24rem;
}
.field--autocomplete .field--inline .ng-select {
  max-width: 100%;
}
/*
 * Table
 */
/*
 * Definitions
 */
/*
 * Table
 */
.table-content {
  width: 100%;
  padding: 0 1.6rem;
  overflow: hidden;
}
.table {
  padding: 0 1.6rem;
  overflow: auto;
}
.table--selectable tr {
  cursor: pointer;
}
.table--selectable tr.active {
  background: #631656;
  background: var(--rs-primary);
}
.table--selectable tr.active td {
  color: #FFFFFF !important;
  background: transparent;
}
.table--selectable tr.active td.actions a {
  color: #FFFFFF !important;
}
.table--row-hoverable tbody tr:hover {
  background-color: #D5D5D5 !important;
  cursor: pointer;
}
.table--row-hoverable tbody tr:hover td {
  background: transparent !important;
}
.table--row-hoverable tbody tr:hover td input {
  background: transparent !important;
}
.table--row-hoverable tbody tr:hover td input:hover {
  background: #f5f5f5 !important;
}
.table--row-hoverable tbody.space tr:hover {
  cursor: default;
  background: transparent;
}
table {
  margin: 0;
  width: 100%;
  background: none;
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}
table .field {
  margin: 0;
}
table .regular-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
table .medium-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
table .semibold-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
table .bold-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
table tr {
  background-color: #FFFFFF;
}
table tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
table tr.hoverable:hover {
  background-color: #D5D5D5 !important;
}
table tr.row-green {
  background-color: #DDF7D0 !important;
}
table tr.row-green:hover {
  background-color: #9AC386 !important;
}
table tr.row-red {
  background-color: #f7d0d0 !important;
}
table tr.row-red:hover {
  background-color: #c38686 !important;
}
table tr.row-blue {
  background-color: #d0e9f7 !important;
}
table tr.row-blue:hover {
  background-color: #86acc3 !important;
}
table caption {
  margin: 1rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #111111;
  text-align: left;
}
table th {
  padding: 0.5rem 1.5rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #111111;
  text-align: left;
  text-transform: none;
  background: transparent;
  border-top: 1px solid rgba(236, 236, 236, 0.5);
  border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
table th.actions--center {
  text-align: center;
}
table th .th__content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3rem;
  margin-left: -2rem;
}
table th .th__content .th__content__order {
  position: relative;
  margin-right: 0.5rem;
}
table th .th__content .th__content__order .order {
  display: block;
  line-height: 0;
  color: #111111;
}
table th .th__content .th__content__order .order:before {
  font-size: 1rem;
  margin: 0 !important;
}
table th .th__content .th__content__order .order:hover,
table th .th__content .th__content__order .order.active {
  color: #631656 !important;
  color: var(--rs-primary) !important;
}
table th .th__content .th__content__order .order__bottom {
  padding: 0 3px 3px 3px;
}
table th .th__content .th__content__order .order__bottom:before {
  content: "\e907";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1rem;
}
table th .th__content .th__content__order .order__up {
  padding: 3px 3px 0 3px;
  position: relative;
  z-index: 2;
}
table th .th__content .th__content__order .order__up:before {
  content: "\e908";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1rem;
}
table th .th__content .th__content__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
table th .th__content--prime {
  margin-left: 0;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  cursor: pointer;
}
table th .field {
  margin: 0;
}
table th .field--checkbox {
  margin: 0;
  padding: 0;
}
table th .field--checkbox label {
  height: 2rem;
  margin: 0;
}
table th .field--checkbox input:checked + label:after {
  bottom: 0rem;
}
table td {
  padding: 0.5rem 1.5rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
table td[rowspan] {
  vertical-align: center;
}
table td.cell-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
table td.actions {
  text-align: right;
  white-space: nowrap;
}
table td.actions a {
  color: #111111;
  margin: 0 0.53333333rem;
  display: inline-block;
}
table td.actions a:hover {
  color: #631656;
  color: var(--rs-primary);
}
table td.actions a:before {
  font-size: 1.4rem !important;
}
table td.actions a.icon--info {
  position: relative;
}
table td.actions a.icon--info:hover ul {
  display: block;
}
table td.actions a.icon--info ul {
  list-style: none;
  position: absolute;
  min-width: 28rem;
  right: 0;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: none;
  padding: 0.8rem 0;
  z-index: 2;
}
table td.actions a.icon--info ul li {
  margin-left: 0;
}
table td.actions a.icon--info ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #FFFFFF;
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
}
table td.actions a.icon--info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.8rem;
  margin: 0;
}
table td.actions a.icon--info ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  width: 100%;
}
table td.actions a.icon--info ul li span:first-of-type {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 60%;
}
table td.actions a.icon--info ul li span:last-of-type {
  text-align: right;
  width: 40%;
}
table td.actions .icon {
  display: inline-block;
}
table td.actions--center {
  text-align: right;
  white-space: nowrap;
  text-align: center;
}
table td.actions--center a {
  color: #111111;
  margin: 0 0.53333333rem;
  display: inline-block;
}
table td.actions--center a:hover {
  color: #631656;
  color: var(--rs-primary);
}
table td.actions--center a:before {
  font-size: 1.4rem !important;
}
table td.actions--center a.icon--info {
  position: relative;
}
table td.actions--center a.icon--info:hover ul {
  display: block;
}
table td.actions--center a.icon--info ul {
  list-style: none;
  position: absolute;
  min-width: 28rem;
  right: 0;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: none;
  padding: 0.8rem 0;
  z-index: 2;
}
table td.actions--center a.icon--info ul li {
  margin-left: 0;
}
table td.actions--center a.icon--info ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #FFFFFF;
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
}
table td.actions--center a.icon--info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.8rem;
  margin: 0;
}
table td.actions--center a.icon--info ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  width: 100%;
}
table td.actions--center a.icon--info ul li span:first-of-type {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 60%;
}
table td.actions--center a.icon--info ul li span:last-of-type {
  text-align: right;
  width: 40%;
}
table td.actions--center .icon {
  display: inline-block;
}
table td.td-input {
  padding: 0;
}
table td.td-input input {
  margin: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  height: 3.2rem;
}
table td.cell-tooltip {
  position: relative;
}
table td.cell-tooltip:hover .tooltip {
  display: block;
}
table td .field {
  margin: 0;
}
table td .field--checkbox {
  margin: 0;
  padding: 0;
}
table td .field--checkbox label {
  height: 2rem;
  margin: 0;
}
table td .field--checkbox input:checked + label:after {
  bottom: 0rem;
}
table td a.cell-link {
  margin: 0;
  padding: 0;
  display: block;
  color: currentColor;
}
table td .pi {
  font-size: 1.4rem;
}
table tr.background-error td {
  background: #cc0000 !important;
}
table tr.background-success td {
  background: #68C338 !important;
}
table tr.background-primary-light td {
  background: #89b2d8 !important;
}
table tr.active td {
  background: #631656 !important;
  background: var(--rs-primary) !important;
  color: #FFFFFF !important;
}
table tr.active-light td {
  background: #89b2d8 !important;
}
table .states {
  text-align: center;
  width: 12rem;
}
@media screen and (max-width: 980px) {
  table .states {
    max-width: 6rem;
  }
}
table .state {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  background-color: #6d6d6d;
}
table .state--success {
  background-color: #68C338;
}
table .state--pending {
  background-color: #cc0000;
}
table .type {
  width: 3rem;
}
table .type .icon:before {
  font-size: 2rem;
}
table .date {
  width: 10rem;
}
table .actions {
  width: 3.6rem;
}
table .actions .icon:before {
  font-size: 1.4rem;
}
table .icon--star:before {
  font-size: 1.6rem;
  margin-right: 0;
  line-height: 1;
}
table td .icon--star {
  color: #6d6d6d;
}
table td.checkbox-cell .field--checkbox {
  position: relative;
}
table td.checkbox-cell .field--checkbox input[type="checkbox"]:checked + label:after {
  background: #FFFFFF url("/assets/images/icons/check.svg") no-repeat center center;
  stroke: #111111;
  top: 0.5rem;
  background-size: 1.2rem 1.2rem;
}
table td.checkbox-cell .field--checkbox input[type="checkbox"]:disabled + label:before {
  background: #FFFFFF;
}
table td.checkbox-cell .field--checkbox input[type="checkbox"] + label {
  padding-left: 0;
  margin: 0;
}
table td.checkbox-cell .field--checkbox input[type="checkbox"] + label:before {
  top: 0.5rem;
  border: 1px solid #ececec;
  background: #FFFFFF;
}
table th.checkbox-cell .field--checkbox {
  position: relative;
}
table th.checkbox-cell .field--checkbox input[type="checkbox"]:checked + label:after {
  background: #FFFFFF url("/assets/images/icons/check.svg") no-repeat center center;
  stroke: #111111;
  top: 0.8rem;
  background-size: 1.2rem 1.2rem;
}
table th.checkbox-cell .field--checkbox input[type="checkbox"]:disabled + label:before {
  background: #FFFFFF;
}
table th.checkbox-cell .field--checkbox input[type="checkbox"] + label {
  padding-left: 0;
  margin: 0;
}
table th.checkbox-cell .field--checkbox input[type="checkbox"] + label:before {
  top: 0.7rem;
  border: 1px solid #ececec;
  background: #FFFFFF;
}
.table-layout-auto table {
  table-layout: auto !important;
}
table th.cell-xsmall,
table td.cell-xsmall {
  width: 4rem;
  flex: 4rem 0 0 !important;
}
table th.cell-small,
table td.cell-small {
  width: 8rem;
  flex: 8rem 0 0 !important;
}
table th.cell-medium-small,
table td.cell-medium-small {
  width: 12rem;
  flex: 12rem 0 0 !important;
}
table th.cell-medium,
table td.cell-medium {
  width: 16rem;
  flex: 16rem 0 0 !important;
}
table th.cell-medium-large,
table td.cell-medium-large {
  width: 24rem;
  flex: 24rem 0 0 !important;
}
table th.cell-large,
table td.cell-large {
  width: 32rem;
  flex: 32rem 0 0 !important;
}
table th.cell-xlarge,
table td.cell-xlarge {
  width: 40rem;
  flex: 40rem 0 0 !important;
}
table th.cell-xxlarge,
table td.cell-xxlarge {
  width: 48rem;
  flex: 48rem 0 0 !important;
}
table th.cell-min-small,
table td.cell-min-small {
  flex: 1 0 8rem !important;
}
table th.cell-min-medium-small,
table td.cell-min-medium-small {
  flex: 1 0 12rem !important;
}
table th.cell-min-medium,
table td.cell-min-medium {
  flex: 1 0 16rem !important;
}
table th.cell-min-medium-large,
table td.cell-min-medium-large {
  flex: 1 0 24rem !important;
}
table .cell-date {
  width: 9rem;
  flex: 9rem 0 0 !important;
}
table th.cell-spacer,
table td.cell-spacer {
  width: 4rem;
}
table th.cell-spacer-small,
table td.cell-spacer-small {
  width: 2rem;
}
table th.cell-right,
table td.cell-right {
  text-align: right;
}
table th.cell-right .th__content {
  justify-content: flex-end;
  margin-right: 0 !important;
}
table td.cell-center {
  text-align: center;
}
table td.cell-center .field--checkbox {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
table .cell-total {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
table .cell-total__text {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
table .cell-overflow {
  overflow: visible !important;
}
table .text-right .cell-total {
  justify-content: flex-end;
}
.actions--center {
  width: 9rem;
}
.units {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.units > span,
.units .unit-box {
  padding: 0 0.3rem;
  flex-shrink: 0;
  min-width: 8rem;
  border-radius: 2px;
}
.units .unit-weight {
  min-width: 14rem;
}
.units .ubication-tag {
  padding: 0.2rem 0.8rem;
  margin-right: 7.3rem;
}
.units .error {
  color: #cc0000;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
th .units .unit-box {
  line-height: 1.5;
}
th .units .error {
  background-color: #FFFFFF;
}
.ubication {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.ubication .ubication-link {
  color: #FFFFFF;
  flex-shrink: 0;
}
.ubication .ubication-link:hover,
.ubication .ubication-link:active {
  color: #f5f5f5;
}
.expedition-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-left: auto;
}
.expedition-links .underline-link {
  color: #FFFFFF;
  flex-shrink: 0;
}
.expedition-links .underline-link:hover,
.expedition-links .underline-link:active {
  color: #f5f5f5;
}
.ubication-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: 1.1rem;
  padding: 0.2rem 0.8rem;
  min-height: 1.8rem;
  line-height: 1.2;
  border-radius: 0.2rem;
  background-color: #FFFFFF;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.table-responsive {
  margin: 0;
  overflow-x: auto;
  min-height: 0.01%;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
  }
  .table-responsive > table {
    margin: 0;
    border: none;
  }
  .table-responsive > table th,
  .table-responsive > table td {
    white-space: nowrap;
  }
  .table-responsive > table th:first-child,
  .table-responsive > table td:first-child {
    border-left: none;
  }
  .table-responsive > table th:last-child,
  .table-responsive > table td:last-child {
    border-right: none;
  }
  .table-responsive > table tr:first-child > th,
  .table-responsive > table tr:first-child > td {
    border-top: none;
  }
  .table-responsive > table tr:last-child > th,
  .table-responsive > table tr:last-child > td {
    border-bottom: none;
  }
}
.table-fixed-content {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  height: 100%;
  overflow: auto;
}
.table-fixed-content table {
  border-collapse: collapse;
  display: table;
  position: relative;
  margin: 0;
  border: 0;
  height: 100%;
}
.table-fixed-content table tr {
  width: 100%;
  display: inline-table;
  table-layout: fixed;
}
.table-fixed-content table thead {
  width: 100%;
}
.table-fixed-content table thead th {
  top: 0;
  background: #FFFFFF;
  border-bottom: 0;
  border-top: 0;
  z-index: 2;
}
.table-fixed-content table thead th:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 0.1rem;
  background: rgba(236, 236, 236, 0.5);
  left: 0;
  top: 0;
}
.table-fixed-content table thead th:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 0.1rem;
  background: rgba(236, 236, 236, 0.5);
  left: 0;
  top: 3rem;
}
.table-fixed-content table tbody {
  overflow-x: hidden !important;
  overflow-y: auto;
  height: calc(100% - 6rem);
  height: -o-calc(100% - 6rem);
  width: 100%;
  position: absolute;
  top: 3.1rem;
}
.table-fixed-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  margin: auto;
  max-height: 100%;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-fixed-header::-webkit-scrollbar {
  width: 1.4rem;
}
.table-fixed-header::-webkit-scrollbar-track {
  background: transparent;
}
.table-fixed-header::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 5px transparent;
  min-height: 3rem;
}
.table-fixed-header::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 5px transparent;
}
.table-fixed-header::-webkit-scrollbar-corner {
  background-color: transparent;
}
.table-fixed-header table {
  border-collapse: collapse;
  display: table;
  position: relative;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.table-fixed-header table thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.table-fixed-header table thead tr th {
  padding: 0.5rem 1.5rem;
}
.table-fixed-first-column {
  width: 100%;
  overflow: auto;
  padding-left: 20rem;
  position: relative;
}
.table-fixed-first-column table {
  width: auto;
}
.table-fixed-first-column table tr th,
.table-fixed-first-column table tr td {
  white-space: nowrap;
  height: 7rem;
  background: white;
  width: 10rem;
  vertical-align: center;
}
.table-fixed-first-column table tr th:first-of-type,
.table-fixed-first-column table tr td:first-of-type {
  position: absolute;
  width: 20rem;
  left: 0;
  line-height: 6.5rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-columns {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.table-fixed-columns .table-body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-fixed-columns .table-body::-webkit-scrollbar {
  width: 2.4rem;
  height: 2.4rem;
}
.table-fixed-columns .table-body::-webkit-scrollbar-track {
  background: transparent;
}
.table-fixed-columns .table-body::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 10px 10px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.table-fixed-columns .table-body::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 10px 10px #6d6d6d;
  border: solid 8px transparent;
}
.table-fixed-columns .table-body::-webkit-scrollbar-corner {
  background-color: transparent;
}
.table-fixed-columns table {
  width: 100% !important;
  overflow: visible !important;
  height: 100%;
  table-layout: fixed;
}
@media (max-width: 1279px) {
  .table-fixed-columns table {
    table-layout: auto;
  }
}
.table-fixed-columns table thead,
.table-fixed-columns table tbody {
  overflow: visible !important;
}
.table-fixed-columns table thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.table-fixed-columns table tr td {
  background-color: #FFFFFF;
}
.table-fixed-columns table tr:nth-of-type(even) td {
  background-color: #f5f5f5;
}
.table-fixed-columns table tr:hover td.fixed-col {
  background-color: #dedede;
}
.table-fixed-columns table th.fixed-col,
.table-fixed-columns table td.fixed-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 9;
}
.table-fixed-columns table th.cell-separator,
.table-fixed-columns table td.cell-separator {
  width: 4px;
  border-bottom: none !important;
  padding: 0;
  background-color: transparent !important;
}
.table-fixed-columns table th.cell-separator:before,
.table-fixed-columns table td.cell-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 4px;
  height: calc(100% + 4px);
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  background-color: #FFFFFF;
  z-index: 10;
}
.table-fixed-columns table th.cell-separator {
  border-top: 1px solid #111111;
}
.table-fixed-columns table th.cell-separator:after {
  height: calc(100% + 4px);
}
.table-fixed-columns table th.cell-separator + th,
.table-fixed-columns table td.cell-separator + td {
  padding-left: 3.2rem;
}
.table-fixed-columns table tr:last-child td.cell-separator:before {
  height: calc(100% + 1px);
}
.table-dark table {
  width: 100%;
}
.table-dark table tr th,
.table-dark table tr td {
  text-align: center;
  vertical-align: center;
  font-size: 1.2rem;
  height: 3.8rem;
  border: none;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table-dark table tr th {
  background: #ececec;
}
.table-dark table tr td {
  background: #111111;
  color: #FFFFFF;
}
.table-dark-header {
  padding: 0;
}
.table-dark-header table {
  width: 100%;
  padding: 0;
}
.table-dark-header table thead tr {
  background: #3D3D3D;
}
.table-dark-header table thead tr.total-row {
  background-color: #FFFFFF;
}
.table-dark-header table .total-row-fullwidth {
  display: table-row;
}
.table-dark-header table .total-row-fullwidth td {
  height: 2.8rem;
}
.table-dark-header table .row-dropdown ~ .total-row,
.table-dark-header table .row-expanded-content ~ .total-row {
  display: none;
}
.table-dark-header table tr {
  /*
      th.icon-cell{
        min-width: 3rem;
      }
      */
}
.table-dark-header table tr th {
  font-size: 1.2rem;
  line-height: 1;
  border: none;
  background: #3D3D3D;
  color: #f5f5f5;
  padding: 0.2rem 1.5rem;
  height: 3rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.table-dark-header table tr th .th__content {
  margin-right: 1.2rem;
}
.table-dark-header table tr th .th__content .th__content__title {
  font-size: 1.2rem;
}
.table-dark-header table tr th .th__content .th__content__order {
  margin: 0 .5rem 0 0;
}
.table-dark-header table tr th .th__content .th__content__order .order {
  font-size: 1rem;
  color: #f5f5f5;
}
.table-dark-header table tr th .th__content .th__content__order .order:hover,
.table-dark-header table tr th .th__content .th__content__order .order.active {
  color: #B18AAA !important;
  color: var(--rs-primary-medium) !important;
}
.table-dark-header table tr th .th__content .th__content__order .order__up:before,
.table-dark-header table tr th .th__content .th__content__order .order__bottom:before {
  font-size: .8rem;
}
.table-dark-header table tr td.checkbox-cell .field--checkbox,
.table-dark-header table tr th.checkbox-cell .field--checkbox {
  position: relative;
}
.table-dark-header table tr td.checkbox-cell .field--checkbox input[type="checkbox"]:checked + label:after,
.table-dark-header table tr th.checkbox-cell .field--checkbox input[type="checkbox"]:checked + label:after {
  background: #631656 url("/assets/images/icons/check-white.svg") no-repeat center center;
  background: var(--rs-primary) url("/assets/images/icons/check-white.svg") no-repeat center center;
  stroke: #FFFFFF;
  top: 0.5rem;
  background-size: 1.2rem 1.2rem;
}
.table-dark-header table tr td.checkbox-cell .field--checkbox input[type="checkbox"] + label:before,
.table-dark-header table tr th.checkbox-cell .field--checkbox input[type="checkbox"] + label:before {
  top: 0.5rem;
  border: 1px solid #ececec;
  background: #ececec;
}
.table-dark-header table tr td.checkbox-cell .field--checkbox-white input[type="checkbox"] + label:before,
.table-dark-header table tr th.checkbox-cell .field--checkbox-white input[type="checkbox"] + label:before {
  top: 0.5rem;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.table-dark-header table tr th.checkbox-cell .field--checkbox {
  margin-top: -0.3rem;
}
.table-dark-header table tr th.order-cell .th__content {
  padding-left: 1.2rem;
}
.table-dark-header table tr td {
  padding: 0.3rem 1.5rem;
  min-height: 3rem;
  border-bottom: none;
  line-height: 1.2;
}
.table-dark-header table tr td .button-primary {
  color: #FFFFFF;
}
.table-dark-header table tr td.order-cell {
  padding: 0.3rem 1.5rem 0.3rem 2.7rem;
}
.table-dark-header table tr th.cell-icon,
.table-dark-header table tr td.cell-icon {
  width: 2.4rem;
  padding: 0.3rem;
  text-align: center;
}
.table-dark-header table tr td.returned-icon {
  padding: 0.3rem 0 0.3rem 1.2rem;
}
.table-dark-header table tr td.returned-icon .icon {
  background-color: #3D3D3D;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.table-dark-header table tr td.returned-icon .icon:before {
  content: "\e926";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  margin: 0;
  font-size: 0.9rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #FFFFFF;
}
.table-dark-header table tr td.cell-icons .blocked-icon {
  margin: 0 0.53333333rem;
}
.table-dark-header table tr td.cell-icons .icon {
  color: #111111;
  margin: 0 0.53333333rem;
  display: inline-block;
}
.table-dark-header table tr td.cell-icons .icon:before {
  font-size: 1.4rem;
}
.table-dark-header table tr .actions-toggle {
  width: 4.4rem;
  text-align: center;
}
.table-dark-header table tr .order-cell-first {
  padding-left: 3.5rem;
}
.table-dark-header table tr.row-total {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
}
.table-dark-header table tr.row-total td {
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.table-dark-header table tr.opened {
  background-color: #631656;
  background-color: var(--rs-primary);
}
.table-dark-header table tr.opened > td {
  color: #FFFFFF;
}
.table-dark-header table tr.opened > td.actions a {
  color: #FFFFFF;
}
.table-dark-header table tr.opened > td a {
  color: #FFFFFF;
}
.table-dark-header table tr.opened .icon--chevron-down:before {
  content: "\e90e";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  color: #FFFFFF;
}
.table-dark-header table tr.row-toggle {
  display: none;
}
.table-dark-header table tr.row-toggle--white {
  background-color: #FFF;
}
.table-dark-header table tr.opened + tr.row-toggle {
  display: table-row;
}
.table-dark-header table tr.blocked td,
.table-dark-header table tr.returned td {
  color: rgba(17, 17, 17, 0.45);
  cursor: auto;
}
.table-dark-header table tr.blocked td.blocked-icon,
.table-dark-header table tr.returned td.blocked-icon {
  padding: 0.3rem 0 0.3rem 1.5rem;
}
.table-dark-header table tr.blocked td.blocked-icon .icon--blocked,
.table-dark-header table tr.returned td.blocked-icon .icon--blocked {
  background-color: #cc0000;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.table-dark-header table tr.blocked td.blocked-icon .icon--blocked:before,
.table-dark-header table tr.returned td.blocked-icon .icon--blocked:before {
  margin: 0;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #FFFFFF;
}
.table-dark-header table tr.blocked td.blocked-icon .blocked-icon,
.table-dark-header table tr.returned td.blocked-icon .blocked-icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("/assets/images/icons/blocked.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(0.25rem);
}
.table-dark-header table tr.blocked td.returned-icon,
.table-dark-header table tr.returned td.returned-icon {
  padding: 0.3rem 0 0.3rem 1.5rem;
}
.table-dark-header table tr.blocked td.returned-icon .icon,
.table-dark-header table tr.returned td.returned-icon .icon {
  background-color: #3D3D3D;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.table-dark-header table tr.blocked td.returned-icon .icon:before,
.table-dark-header table tr.returned td.returned-icon .icon:before {
  content: "\e926";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  margin: 0;
  font-size: 0.9rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #FFFFFF;
}
.table-total-row-fix table tr.total-row {
  display: none;
}
.table-total-row-fix table tr.total-row:first-of-type {
  display: flex;
}
.table-total-row-fix table tr.total-row.total-row-fullwidth:first-of-type {
  display: table-row;
}
.table-total-row-fix table tfoot tr.total-row.total-row-fullwidth:first-of-type {
  display: table-row;
}
.table-total-row-fix table tbody tr:nth-child(4n) {
  background-color: #FFFFFF;
}
.table-total-row-fix table tbody tr:nth-child(4n).hoverable:hover {
  background-color: #D5D5D5 !important;
}
#traffic-activity-flow .table-total-row-fix table tbody tr:nth-child(4n).opened {
  background-color: #631656;
  background-color: var(--rs-primary);
}
#new-load .table-dark-header table tr.opened > td a {
  color: #631656 !important;
  color: var(--rs-primary) !important;
}
.table-dropdowns table {
  /*
    tfoot .total-row {
      border-top: 0.8rem solid transparent;
    }
    */
}
.table-dropdowns table thead th {
  line-height: 3rem;
}
.table-dropdowns table tbody tr.row-dropdown {
  border-top: 0.8rem solid #ececec;
}
.table-dropdowns table tbody .total-row:first-of-type + .row-dropdown {
  border-top: 0;
}
.table-dropdowns table .toggle-content__header {
  margin: 0.8rem 0 1rem;
}
.table-dropdowns table .toggle-content__main {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.table-dropdowns table .toggle-content__main .table-dropdowns {
  /*
          tfoot .total-row {
            border-top: 0.8rem solid transparent;
          }
          */
  /*
          .field--checkbox {

            input[type="checkbox"] {

              &:checked+label:after {
                background: @white url("/assets/images/icons/check.svg") no-repeat center center;
                stroke: @dark;
                top: 0.5rem;
                background-size: 1.2rem 1.2rem;
              }

              &:disabled+label:before {
                background: @white;
              }

              +label {
                padding-left: 0;
                margin: 0;

                &:before {
                  top: 0.5rem;
                  border: 1px solid @border-color;
                  background: @white;
                }
              }
            }
          }
          */
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody td {
  background-color: #ececec;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown {
  border-top: 0.8rem solid #FFFFFF;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.featured > td {
  background-color: #D8C5D5;
  background-color: var(--rs-primary-pale);
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.featured .icon--truck-alt {
  display: inline-block;
  transform: translateY(0.2rem);
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.featured .icon--truck-alt:before {
  font-size: 1.5rem;
  margin-right: 0.6rem;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.featured.opened:hover > td {
  background-color: #D8C5D5 !important;
  background-color: var(--rs-primary-pale) !important;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody .total-row:first-of-type + .row-dropdown {
  border-top: 0;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody .total-row:last-of-type {
  border-top: 0.8rem solid transparent;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.opened {
  background-color: #ececec;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.opened > td {
  color: #111111;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.opened > td.actions a {
  color: #111111;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.opened .icon--chevron-down:before {
  color: #111111;
}
.table-dropdowns table .toggle-content__main .table-dropdowns tbody tr.row-dropdown.opened:hover > td {
  background-color: #ececec !important;
}
.table-dropdowns table .row-expanded-content {
  background-color: #ececec;
  padding: 0 1.5rem 1.5rem;
}
.table-dropdowns table .row-expanded-inner-content {
  background-color: #FFFFFF;
  padding: 1rem;
}
.table-dropdowns table .row-expanded-inner-content .data-item-group {
  padding: 0;
}
.table-dropdowns table .row-expanded-fix .row-expanded-content {
  background: transparent;
  padding: 0;
}
.table-dropdowns table .row-expanded-fix .row-expanded-inner-content {
  background: transparent;
}
.table-dropdowns--grey table tbody tr.row-dropdown {
  border-top: 0.8rem solid #FFFFFF;
  background-color: #ececec;
}
.table-dropdowns--grey table tbody tr.row-dropdown > td {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.table-dropdowns--grey table tbody tr.row-dropdown.disabled {
  background-color: #f5f5f5;
  opacity: 1;
}
.table-dropdowns--grey table tbody tr.row-dropdown.disabled > td {
  opacity: 0.45;
}
.table-dropdowns--grey table tbody tr.row-dropdown.opened {
  background-color: #631656;
  background-color: var(--rs-primary);
}
.table-dropdowns--grey table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box.p-highlight {
  border: 2px solid #ced4da;
  background-color: #FFFFFF;
}
.table-dropdowns--grey table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
  color: #631656;
  color: var(--rs-primary);
}
.table-dropdowns--grey table tbody tr.row-dropdown.opened .units .error {
  background-color: #FFFFFF;
}
.table-dropdowns--grey table tbody tr.row-toggle {
  background-color: #FFFFFF;
}
.table-dropdowns--grey table tr.row-dropdown.hoverable:hover td {
  background-color: #D5D5D5;
}
.table-dropdowns--grey table tr.row-dropdown.hoverable:hover + .row-expanded-content {
  background-color: #D5D5D5;
}
.table-dropdowns--grey table .toggle-content__header {
  margin: 0.8rem 0 1rem;
}
.table-dropdowns--grey table .toggle-content__main {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.table-dropdowns--grey .row-expanded-content {
  background-color: #ececec;
  padding: 0 1.5rem 1.5rem;
}
.table-dropdowns--grey .row-expanded-inner-content {
  background-color: #FFFFFF;
  padding: 1rem;
}
.table-dropdowns--grey .row-expanded-inner-content .data-item-group {
  padding: 0;
}
.table-dropdowns--white table tbody tr.row-dropdown {
  background-color: #FFFFFF;
}
.table-dropdowns--white table tbody tr.row-dropdown td {
  background-color: #FFFFFF;
}
.table-dropdowns--white table tbody tr.row-dropdown.hoverable:hover td {
  background-color: #D5D5D5;
}
.table-dropdowns--white table tbody tr.row-dropdown.opened {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
}
.table-dropdowns--white table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
}
.table-dropdowns--white table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
}
.table-dropdowns--white table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box.p-highlight {
  border: 2px solid #ced4da;
  background-color: #FFFFFF;
}
.table-dropdowns--white table tbody tr.row-dropdown.opened .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
  color: #631656;
  color: var(--rs-primary);
}
.table-dropdowns--white table tbody tr:nth-of-type(even) {
  background-color: #FFFFFF;
}
.table-dropdowns--white table tbody .total-row:first-of-type + .row-dropdown {
  border-top: 0.8rem solid #FFFFFF;
}
.table-dropdowns--white table tbody tr.row-green td {
  background-color: #DDF7D0 !important;
}
.table-dropdowns--white table tbody tr.row-green:hover td {
  background-color: #9AC386 !important;
}
.table-dropdowns--white table tbody tr.row-green.selected td,
.table-dropdowns--white table tbody tr.row-green.selected:hover td {
  background-color: #631656 !important;
  background-color: var(--rs-primary) !important;
}
.table-expeditions {
  /* end of sticky styles */
}
.table-expeditions .p-datatable .p-datatable-wrapper {
  position: relative !important;
  z-index: 1 !important;
  overflow: auto !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-expeditions .p-datatable .p-datatable-wrapper::-webkit-scrollbar {
  width: 1.4rem;
}
.table-expeditions .p-datatable .p-datatable-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.table-expeditions .p-datatable .p-datatable-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 5px transparent;
  min-height: 3rem;
}
.table-expeditions .p-datatable .p-datatable-wrapper::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 5px transparent;
}
.table-expeditions .p-datatable .p-datatable-wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}
.table-expeditions .p-datatable .p-datatable-wrapper table,
.table-expeditions .p-datatable .p-datatable-wrapper .p-datatable-table {
  position: relative;
  height: 100%;
  width: 100%;
}
.table-expeditions .p-datatable .p-datatable-wrapper table thead,
.table-expeditions .p-datatable .p-datatable-wrapper .p-datatable-table thead,
.table-expeditions .p-datatable .p-datatable-wrapper table .p-datatable-head,
.table-expeditions .p-datatable .p-datatable-wrapper .p-datatable-table .p-datatable-head {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.table-expeditions table thead th {
  height: 3rem;
  line-height: 1.2;
}
.table-expeditions table tbody tr.row-dropdown.opened {
  background-color: #ececec;
}
.table-expeditions table tbody tr.row-dropdown.opened > td {
  color: #111111;
}
.table-expeditions table tbody tr.row-dropdown.opened > td.actions a,
.table-expeditions table tbody tr.row-dropdown.opened > td .icon--chevron-down:before {
  color: #111111;
}
.table-expeditions table tbody tr.row-toggle {
  background-color: #ececec;
}
.table-expeditions table tbody tr.row-toggle > td {
  padding: 0 1.5rem 1rem;
}
.table-expeditions table .toggle-content__main {
  margin-top: 0;
  padding: 1rem;
  background-color: #FFFFFF;
}
.table-with-gap table tbody tr {
  border-top: 0.4rem solid #FFFFFF;
  background-color: #ececec;
}
.table-with-gap table tbody tr.row-green {
  background-color: #DDF7D0;
}
.table-with-gap table tbody tr.row-green:hover {
  background-color: #9AC386;
}
.table-with-gap table tbody tr:first-child {
  border-top: 0.8rem solid #FFFFFF;
}
.table-fields {
  height: auto;
  margin: 0;
}
.table-fields table tr:nth-of-type(even) {
  background-color: #FFFFFF;
}
.table-fields table thead tr th {
  padding: 0.5rem 0.4rem;
}
.table-fields table thead tr th:first-child {
  padding: 0.5rem 1.5rem;
}
.table-fields table tr td {
  padding: 0.4rem;
}
.table-fields table tr td:first-child {
  padding: 0.4rem 1.5rem;
}
.table-fields table tbody tr:first-child td {
  padding-top: 0.9rem;
}
.table-fields table .select,
.table-fields table input {
  margin: 0;
  min-width: 9rem;
}
.table-fields table label {
  margin: 0;
  line-height: 1;
}
.table-all-fields {
  height: auto;
  margin: 0;
}
.table-all-fields table tr:nth-of-type(even) {
  background-color: #FFFFFF;
}
.table-all-fields table tr td {
  padding: 0.4rem 0.8rem;
}
.table-all-fields table tr td:first-child {
  padding: 0.4rem 0.8rem 0.4rem 0;
}
.table-all-fields table tbody tr:first-child td {
  padding-top: 0.9rem;
}
.table-all-fields table tr td.actions {
  padding: 0.4rem 0;
  text-align: center;
}
.table-all-fields table .select,
.table-all-fields table input {
  margin: 0;
  min-width: 9rem;
}
.table-all-fields table label {
  margin: 0;
  line-height: 1;
}
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding-bottom: 0.8rem;
}
.table-header__title {
  font-size: 1.2rem;
  flex: 1 auto;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table-header .buttons {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 0.8rem;
}
.table-header--separator {
  padding-top: 1.6rem;
  border-top: 1px solid #3D3D3D;
}
.table-body {
  width: 100%;
  overflow: auto;
}
.table-filters {
  width: 100%;
  overflow: visible;
  padding: 0;
  /*
  .field {
    max-width: 24rem;
  }
  */
}
.table-filters td,
.table-filters th {
  background-color: #FFFFFF;
  border: none;
  padding: 0.4rem;
}
.table-filters td:first-child,
.table-filters th:first-child {
  padding-left: 0;
}
.table-filters th {
  min-width: 15rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.table-select {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: visible;
}
.table-select tbody tr {
  background-color: #FFFFFF;
  cursor: pointer;
}
.table-select tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-select tbody tr:hover {
  background-color: #f5f5f5;
}
.table-select tbody tr:first-child td {
  border-top: 2.4rem solid #FFFFFF;
}
.table-select tbody:first-of-type:after {
  content: "";
  display: table-row;
  height: 2px;
  background-color: 1px solid rgba(236, 236, 236, 0.5);
}
.table-select tbody:first-of-type tr:first-child td {
  border-top: none;
}
.table-select td,
.table-select th {
  padding: 0.4rem 1.2rem;
}
.table-select td:first-child,
.table-select th:first-child {
  padding-left: 0;
}
.table-select th {
  font-weight: 400;
  font-size: 1.2rem;
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}
.table-layout-fixed table {
  table-layout: fixed;
}
.table-nowrap table td,
.table-nowrap table th {
  white-space: nowrap;
}
.archived-icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("/assets/images/icons/archived.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(0.25rem);
}
.disabled .archived-icon {
  background-image: url("/assets/images/icons/archived-disabled.png");
}
.checked-icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("/assets/images/icons/checked.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(0.25rem);
}
.disabled .checked-icon {
  background-image: url("/assets/images/icons/checked-disabled.png");
}
.line-modify,
.line-new {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.line-modify a,
.line-new a {
  line-height: 1;
}
.line-modify .icon,
.line-new .icon {
  width: 1.6rem;
}
.line-modify .icon {
  color: #FF4500;
  width: 1.6rem;
}
.line-modify .icon:before {
  font-size: 1.3rem;
  margin-right: 0;
}
.table-minimal {
  margin: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-minimal::-webkit-scrollbar {
  width: 2.1rem;
  height: 2.1rem !important;
}
.table-minimal::-webkit-scrollbar-track {
  background: transparent;
}
.table-minimal::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.table-minimal::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 8px transparent;
}
.table-minimal::-webkit-scrollbar-corner {
  background-color: transparent;
}
.table-minimal table {
  margin: 0;
}
.table-minimal table th {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.table-minimal table th,
.table-minimal table td {
  padding: 0.3rem 0.8rem;
  white-space: nowrap;
  font-size: 1.2rem;
}
.table-minimal table tr {
  background-color: transparent;
  /*
      &.row-red {
        background-color: @red !important;
      }

      &.row-red:hover {
        background-color: @red-darker !important;
      }

      &.row-blue {
        background-color: @blue !important;
      }

      &.row-blue:hover {
        background-color: @blue-darker !important;
      }
      */
}
.table-minimal table tr:nth-of-type(even) {
  background-color: transparent;
}
.table-minimal table tr.hoverable:hover td {
  background-color: #D5D5D5 !important;
}
.table-minimal table tr.hoverable:hover td.cell-purple {
  background-color: #C5C5D5 !important;
}
.table-minimal table tr.hoverable:hover td.cell-green {
  background-color: #B8CEC4 !important;
}
.table-minimal table tr.hoverable:hover td.cell-red {
  background-color: #D5BFB0 !important;
}
.table-minimal table tr.hoverable:hover td.cell-yellow {
  background-color: #D5C9A7 !important;
}
.table-minimal table tr.row-green td {
  background-color: #DDF7D0 !important;
}
.table-minimal table tr.row-green:hover td {
  background-color: #9AC386 !important;
}
.table-minimal table tr.row-green:hover td.cell-purple,
.table-minimal table tr.row-green:hover td.cell-green,
.table-minimal table tr.row-green:hover td.cell-red,
.table-minimal table tr.row-green:hover td.cell-yellow,
.table-minimal table tr.row-green:hover td.p-frozen-column {
  background-color: #9AC386 !important;
}
.table-minimal table tr.row-red td {
  background-color: #f7d0d0 !important;
}
.table-minimal table tr.row-red:hover td {
  background-color: #c38686 !important;
}
.table-minimal table tr.row-red:hover td.cell-purple,
.table-minimal table tr.row-red:hover td.cell-green,
.table-minimal table tr.row-red:hover td.cell-red,
.table-minimal table tr.row-red:hover td.cell-yellow,
.table-minimal table tr.row-red:hover td.p-frozen-column {
  background-color: #c38686 !important;
}
.table-minimal table tr.row-blue td {
  background-color: #d0e9f7 !important;
}
.table-minimal table tr.row-blue:hover td {
  background-color: #86acc3 !important;
}
.table-minimal table tr.row-blue:hover td.cell-purple,
.table-minimal table tr.row-blue:hover td.cell-green,
.table-minimal table tr.row-blue:hover td.cell-red,
.table-minimal table tr.row-blue:hover td.cell-yellow,
.table-minimal table tr.row-blue:hover td.p-frozen-column {
  background-color: #86acc3 !important;
}
.scroll-width-fix table tr:nth-of-type(even) td {
  background-color: #f5f5f5;
}
.scroll-width-fix table tr.hoverable:hover td {
  background-color: #D5D5D5 !important;
}
.scroll-width-fix table tr.hoverable:hover td.cell-purple {
  background-color: #C5C5D5 !important;
}
.scroll-width-fix table tr.hoverable:hover td.cell-green {
  background-color: #B8CEC4 !important;
}
.scroll-width-fix table tr.hoverable:hover td.cell-red {
  background-color: #D5BFB0 !important;
}
.scroll-width-fix table tr.hoverable:hover td.cell-yellow {
  background-color: #D5C9A7 !important;
}
.scroll-width-fix table tr.row-green td {
  background-color: #DDF7D0 !important;
}
.scroll-width-fix table tr.row-green:hover td {
  background-color: #9AC386 !important;
}
.scroll-width-fix table tr.row-green:hover td.cell-purple,
.scroll-width-fix table tr.row-green:hover td.cell-green,
.scroll-width-fix table tr.row-green:hover td.cell-red,
.scroll-width-fix table tr.row-green:hover td.cell-yellow,
.scroll-width-fix table tr.row-green:hover td.p-frozen-column {
  background-color: #9AC386 !important;
}
.scroll-width-fix table tr.row-red td {
  background-color: #f7d0d0 !important;
}
.scroll-width-fix table tr.row-red:hover td {
  background-color: #c38686 !important;
}
.scroll-width-fix table tr.row-red:hover td.cell-purple,
.scroll-width-fix table tr.row-red:hover td.cell-green,
.scroll-width-fix table tr.row-red:hover td.cell-red,
.scroll-width-fix table tr.row-red:hover td.cell-yellow,
.scroll-width-fix table tr.row-red:hover td.p-frozen-column {
  background-color: #c38686 !important;
}
.scroll-width-fix table tr.row-blue td {
  background-color: #d0e9f7 !important;
}
.scroll-width-fix table tr.row-blue:hover td {
  background-color: #86acc3 !important;
}
.scroll-width-fix table tr.row-blue:hover td.cell-purple,
.scroll-width-fix table tr.row-blue:hover td.cell-green,
.scroll-width-fix table tr.row-blue:hover td.cell-red,
.scroll-width-fix table tr.row-blue:hover td.cell-yellow,
.scroll-width-fix table tr.row-blue:hover td.p-frozen-column {
  background-color: #86acc3 !important;
}
table .cell-purple {
  background-color: rgba(218, 218, 255, 0.5) !important;
  border: 1px solid #FFFFFF;
}
table .cell-green {
  background-color: rgba(186, 240, 216, 0.5) !important;
  border: 1px solid #FFFFFF;
}
table .cell-red {
  background-color: rgba(255, 220, 196, 0.75) !important;
  border: 1px solid #FFFFFF;
}
table .cell-yellow {
  background-color: rgba(255, 236, 181, 0.75) !important;
  border: 1px solid #FFFFFF;
}
table .hoverable:hover .cell-purple {
  background-color: #C5C5D5 !important;
}
table .hoverable:hover .cell-green {
  background-color: #B8CEC4 !important;
}
table .hoverable:hover .cell-red {
  background-color: #D5BFB0 !important;
}
table .hoverable:hover .cell-yellow {
  background-color: #D5C9A7 !important;
}
table .opened .cell-purple,
table .selected .cell-purple,
table .opened .cell-green,
table .selected .cell-green,
table .opened .cell-red,
table .selected .cell-red,
table .opened .cell-yellow,
table .selected .cell-yellow {
  background-color: transparent !important;
  border: none;
}
table .opened:hover td,
table .selected:hover td,
table .opened:hover .cell-purple,
table .selected:hover .cell-purple,
table .opened:hover .cell-green,
table .selected:hover .cell-green,
table .opened:hover .cell-red,
table .selected:hover .cell-red,
table .opened:hover .cell-yellow,
table .selected:hover .cell-yellow {
  background-color: #631656 !important;
  background-color: var(--rs-primary) !important;
  border: none;
}
table .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.6rem 0.1rem;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  min-height: 1.6rem;
  color: #FFFFFF;
  background-color: #6d6d6d;
  border-radius: 2px;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
table .tag.tag--success {
  background-color: #68C338;
}
table .tag.tag--warning {
  background-color: #FF8A43;
}
table .tag.tag--error {
  background-color: #cc0000;
}
table .tag.tag--info {
  background-color: #1E90FF;
}
@media screen and (max-width: 980px) {
  table .tag {
    width: 1rem;
    height: 1rem;
    min-height: 0;
    padding: 0;
    border-radius: .5rem;
    text-indent: -9999px;
  }
}
table [class*='tc-w-'],
.table [class*='tc-w-'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table .tc-w-1,
.table .tc-w-1 {
  width: 1rem!important;
}
table .tc-w-2,
.table .tc-w-2 {
  width: 2rem!important;
}
table .tc-w-3,
.table .tc-w-3 {
  width: 3rem!important;
}
table .tc-w-4,
.table .tc-w-4 {
  width: 4rem!important;
}
table .tc-w-5,
.table .tc-w-5 {
  width: 5rem!important;
}
table .tc-w-6,
.table .tc-w-6 {
  width: 6rem!important;
}
table .tc-w-7,
.table .tc-w-7 {
  width: 7rem!important;
}
table .tc-w-8,
.table .tc-w-8 {
  width: 8rem!important;
}
table .tc-w-9,
.table .tc-w-9 {
  width: 9rem!important;
}
table .tc-w-10,
.table .tc-w-10 {
  width: 10rem!important;
}
table .tc-w-11,
.table .tc-w-11 {
  width: 11rem!important;
}
table .tc-w-12,
.table .tc-w-12 {
  width: 12rem!important;
}
table .tc-w-13,
.table .tc-w-13 {
  width: 13rem!important;
}
table .tc-w-14,
.table .tc-w-14 {
  width: 14rem!important;
}
table .tc-w-15,
.table .tc-w-15 {
  width: 15rem!important;
}
table .tc-w-16,
.table .tc-w-16 {
  width: 16rem!important;
}
table .tc-w-17,
.table .tc-w-17 {
  width: 17rem!important;
}
table .tc-w-18,
.table .tc-w-18 {
  width: 18rem!important;
}
table .tc-w-19,
.table .tc-w-19 {
  width: 19rem!important;
}
table .tc-w-20,
.table .tc-w-20 {
  width: 20rem!important;
}
table .tc-w-21,
.table .tc-w-21 {
  width: 21rem!important;
}
table .tc-w-22,
.table .tc-w-22 {
  width: 22rem!important;
}
table .tc-w-23,
.table .tc-w-23 {
  width: 23rem!important;
}
table .tc-w-24,
.table .tc-w-24 {
  width: 24rem!important;
}
table .tc-w-25,
.table .tc-w-25 {
  width: 25rem!important;
}
table .tc-w-26,
.table .tc-w-26 {
  width: 26rem!important;
}
table .tc-w-27,
.table .tc-w-27 {
  width: 27rem!important;
}
table .tc-w-28,
.table .tc-w-28 {
  width: 28rem!important;
}
table .tc-w-29,
.table .tc-w-29 {
  width: 29rem!important;
}
table .tc-w-30,
.table .tc-w-30 {
  width: 30rem!important;
}
/*
 * Elements
 */
/*
 * Definitions
 */
/*
 * Button
 */
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  padding: 0 2.2rem;
  height: 3rem;
  font-size: 1.4rem;
  color: #303133;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
}
button.error,
.button.error {
  color: #FFFFFF;
  background: #cc0000;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #990000;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #68C338;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #539b2d;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
button:not(:disabled):hover,
.button:not(:disabled):hover,
button:not(:disabled):focus,
.button:not(:disabled):focus {
  color: #303133;
  background: #e6e6e6;
  border: none;
}
button:disabled {
  cursor: no-drop;
  opacity: 0.5;
}
[role="button"] {
  cursor: pointer;
}
/*
 * Button Modifiers
 */
.button-block {
  display: block;
  width: 100%;
  text-align: center;
}
.button-center {
  display: inline-block;
  margin: 0 auto;
}
.button-icon {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button-icon .icon {
  line-height: 1;
}
.button-icon .icon:before {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1;
}
.button-icon--small,
.button-icon.button-xsmall {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
}
.button-icon--small span.icon:before,
.button-icon.button-xsmall span.icon:before {
  font-size: 1rem;
}
.buttons {
  display: flex;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  /*
	.button + .button,
	.button + .dropdown-toggle,
	.field + .button {
		margin-left: .6rem;
	}
	*/
}
.buttons .field input {
  margin: 0;
}
.buttons .field .box-error {
  position: relative;
  left: 0;
  bottom: 0;
}
.buttons--right {
  justify-content: flex-end;
  margin-left: auto;
}
.buttons--left {
  justify-content: flex-start;
  margin-right: auto;
}
/*
 * Definitions
 */
/*
 * Button Styles
 */
.button-inverse {
  color: #f5f5f5;
  background: #111111;
  border: none;
}
.button-inverse:not(:disabled):hover,
.button-inverse:not(:disabled):focus {
  color: #f5f5f5;
  background: #000000;
  border: none;
}
.button-text {
  color: #111111;
  background: transparent;
  border: none;
  text-decoration: underline;
  -webkit-text-decoration-color: #631656;
  -webkit-text-decoration-color: var(--rs-primary);
          text-decoration-color: #631656;
          text-decoration-color: var(--rs-primary);
  text-underline-offset: 3px;
}
.button-text:not(:disabled):hover,
.button-text:not(:disabled):focus {
  color: #631656;
  color: var(--rs-primary);
  background: transparent;
  border: none;
}
.button-text,
.button-text.button-small,
.button-text.button-medium {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.button-text-plain {
  color: #111111;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
}
.button-text-plain:not(:disabled):hover,
.button-text-plain:not(:disabled):focus {
  color: #631656;
  color: var(--rs-primary);
  background: transparent;
  border: none;
}
.button-primary {
  color: #FFFFFF;
  background: #631656;
  background: var(--rs-primary);
  border: none;
}
.button-primary:not(:disabled):hover,
.button-primary:not(:disabled):focus {
  color: #FFFFFF;
  background: #4F1247;
  background: var(--rs-primary-dark);
  border: none;
}
.button-secondary {
  color: #FFFFFF;
  background: #3D3D3D;
  border: none;
}
.button-secondary:not(:disabled):hover,
.button-secondary:not(:disabled):focus {
  color: #FFFFFF;
  background: #242424;
  border: none;
}
.button-tertiary {
  color: #FFFFFF;
  background: #47A9B3;
  border: none;
}
.button-tertiary:not(:disabled):hover,
.button-tertiary:not(:disabled):focus {
  color: #FFFFFF;
  background: #39878e;
  border: none;
}
.button-border {
  color: #631656;
  color: var(--rs-primary);
  background: transparent;
  border: 1px solid #631656;
  border: 1px solid var(--rs-primary);
}
.button-border:not(:disabled):hover,
.button-border:not(:disabled):focus {
  color: #FFFFFF;
  background: #631656;
  background: var(--rs-primary);
  border: 1px solid #631656;
  border: 1px solid var(--rs-primary);
}
.button-border-inverse {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.button-border-inverse:not(:disabled):hover,
.button-border-inverse:not(:disabled):focus {
  color: #631656;
  color: var(--rs-primary);
  background: #FFFFFF;
  border: 1px solid #631656;
  border: 1px solid var(--rs-primary);
}
/*
 * Definitions
 */
/*
 * Button Indicators
 */
button.error,
.button.error {
  color: #FFFFFF;
  background: #cc0000;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #990000;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #68C338;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #539b2d;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
/*
 * Definitions
 */
/*
 * Button Sizes
 */
.button-xlarge {
  padding: 1.8rem 3.2rem;
  height: 6rem;
  font-size: 2rem;
}
.button-large {
  padding: 1.4rem 2.8rem;
  height: 4.4rem;
  font-size: 1.6rem;
}
.button-medium {
  padding: 0 2.2rem;
  height: 3rem;
  font-size: 1.4rem;
}
.button-small {
  padding: 0 1.2rem;
  height: 3rem;
  font-size: 1.2rem;
}
.button-xsmall {
  padding: 0.6rem 1.2rem;
  height: 2.4rem;
  font-size: 1rem;
}
/*
 * Definitions
 */
/*
 * Button Icon
 */
.button-icon > svg {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
  vertical-align: bottom;
  transition: fill 0.2s ease-in-out;
}
.button-icon-left > svg {
  margin-right: 1em;
}
.button-icon-right > svg {
  margin-left: 1em;
}
/*
 * Button Icon Styles
 */
.button-icon.button-inverse > svg {
  fill: #f5f5f5;
}
.button-icon.button-inverse:not(:disabled):hover > svg,
.button-icon.button-inverse:not(:disabled):focus > svg {
  fill: #f5f5f5;
}
.button-icon.button-text > svg {
  fill: #111111;
}
.button-icon.button-text:not(:disabled):hover > svg,
.button-icon.button-text:not(:disabled):focus > svg {
  fill: #631656;
  fill: var(--rs-primary);
}
.button-icon.button-primary > svg {
  fill: #FFFFFF;
}
.button-icon.button-primary:not(:disabled):hover > svg,
.button-icon.button-primary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary:not(:disabled):hover > svg,
.button-icon.button-secondary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary:not(:disabled):hover > svg,
.button-icon.button-tertiary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-border > svg {
  fill: #631656;
  fill: var(--rs-primary);
}
.button-icon.button-border:not(:disabled):hover > svg,
.button-icon.button-border:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Icon Indicators
 */
.button-icon.error > svg {
  fill: #FFFFFF;
}
.button-icon.error:not(:disabled):hover > svg,
.button-icon.error:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.warning > svg {
  fill: #FFFFFF;
}
.button-icon.warning:not(:disabled):hover > svg,
.button-icon.warning:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.success > svg {
  fill: #FFFFFF;
}
.button-icon.success:not(:disabled):hover > svg,
.button-icon.success:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.info > svg {
  fill: #FFFFFF;
}
.button-icon.info:not(:disabled):hover > svg,
.button-icon.info:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Sizes
 */
.button-icon.button-xlarge > svg {
  width: 2rem;
  height: 2rem;
}
.button-icon.button-large > svg {
  width: 1.6rem;
  height: 1.6rem;
}
.button-icon.button-medium > svg {
  width: 1.4rem;
  height: 1.4rem;
}
.button-icon.button-small > svg {
  width: 1.2rem;
  height: 1.2rem;
}
.button-icon.button-xsmall > svg {
  width: 1rem;
  height: 1rem;
}
/*
 * Button Group
 */
.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > button,
.button-group > .button {
  position: relative;
  float: left;
}
.button-group > button:hover,
.button-group > .button:hover,
.button-group > button:focus,
.button-group > .button:focus,
.button-group > button:active,
.button-group > .button:active,
.button-group > button.active,
.button-group > .button.active {
  z-index: 2;
}
.button-group button + button,
.button-group .button + .button,
.button-group button + .button-group,
.button-group .button + .button-group,
.button-group .button-group + button,
.button-group .button-group + .button,
.button-group .button-group + .button-group {
  margin-left: -1px;
}
.button-group > .button-group {
  float: left;
}
.button-group button:not(:first-child):not(:last-child),
.button-group .button:not(:first-child):not(:last-child),
.button-group .button-group:not(:first-child):not(:last-child) > button,
.button-group .button-group:not(:first-child):not(:last-child) > .button {
  border-radius: 0;
}
.button-group > .button-group:first-child > button:last-child,
.button-group > .button-group:first-child > .button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > .button-group:last-child > button:first-child,
.button-group > .button-group:last-child > .button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group > button:first-child,
.button-group > .button:first-child {
  margin-left: 0;
}
.button-group > button:first-child:not(:last-child),
.button-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > button:last-child:not(:first-child),
.button-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group-block {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.button-group-block > button,
.button-group-block > .button,
.button-group-block > .button-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.button-group-block > .button-group .button,
.button-group-block > .button-group button {
  width: 100%;
}
/*
 * Definitions
 */
/*
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 1rem;
  border: 1px solid #ececec;
}
figcaption {
  margin: 1rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  text-align: center;
}
/*
 * Definitions
 */
/*
 * Media
 */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.media > svg,
.media > img,
.media > video,
.media > iframe,
.media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-1-2 {
  padding-top: 200%;
}
.media-9-16 {
  padding-top: 177.77777778%;
}
.media-9-14 {
  padding-top: 155.55555556%;
}
.media-2-3 {
  padding-top: 150%;
}
.media-3-4 {
  padding-top: 133.33333333%;
}
.media-1 {
  padding-top: 100%;
}
.media-4-3 {
  padding-top: 75%;
}
.media-3-2 {
  padding-top: 66.66666667%;
}
.media-16-9 {
  padding-top: 56.25%;
}
.media-2-1 {
  padding-top: 50%;
}
/*
 * Definitions
 */
/*
 * Nav
 */
nav ul,
.nav ul {
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin: 1rem 0;
}
.nav-inline ul li {
  display: inline-block;
  margin: 0 1rem;
}
.main {
  width: 80%;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 2rem;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.main > section {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.main > section .page-content {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.main > .flex-column-auto,
.main > .flex-column-auto > section {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.main > .flex-column-auto .page-content,
.main > .flex-column-auto > section .page-content {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.main > .ps__rail-y {
  display: none;
}
.main .page-header {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  min-height: 4rem;
}
@media (max-width: 1279px) {
  .main .page-header {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.main .page-header__title-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.main .page-header__title-container .button {
  flex-shrink: 0;
}
.main .page-header__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main .page-header__title .icon--star-filled:before {
  width: 1.8rem;
  height: 1.8rem;
}
.main .page-header .tag-title {
  padding: 0.4rem 1.2rem;
  border: 1px solid rgba(213, 213, 213, 0.75);
  border-radius: 3px;
  font-size: 1.2rem;
  text-transform: none;
  line-height: 1.15;
  background-color: #FFFFFF;
  min-height: 2.4rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .page-header__subtitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.2rem;
  margin: 0;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  background-color: #FFFFFF;
  min-height: 2.8rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main .page-header__subtitle.title-level-2 {
  border: 1px solid #FF958A;
  background-color: #FFEBE9;
}
.main .page-header__subtitle.title-level-3 {
  border: 1px solid #FFD96B;
  background-color: #FFF5DA;
}
.main .page-header__backlink {
  font-size: 1.2rem;
  margin-right: 1.2rem;
  color: #111111;
  flex-shrink: 0;
}
.main .page-header__backlink .icon:before {
  font-size: 1rem;
}
.main .page-header__ref {
  font-size: 1.2rem;
  margin-left: 0.6rem;
}
.main .page-header__title-details {
  display: flex;
  align-items: center;
  margin: 0.3rem 0;
}
.main .page-header__title-details .page-header__ref {
  margin-left: 0;
}
.main .page-header__breadcrumbs {
  margin: 3rem 0 1rem;
  font-size: 1.4rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .page-header__breadcrumbs a {
  color: #6d6d6d;
}
.main .page-header__breadcrumbs a:hover {
  color: #631656;
  color: var(--rs-primary);
}
.main .page-header__breadcrumbs .icon:before {
  font-size: 1.2rem;
  margin-right: 0.75em;
}
.main .page-header__breadcrumbs + .page-header__title-container {
  margin-top: 0;
}
.main .page-header__left {
  min-width: 24rem;
}
@media (max-width: 1279px) {
  .main .page-header__left {
    min-width: 18rem;
  }
}
.main .page-header__left .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6rem 1.2rem;
  height: 2.4rem;
  border-radius: 1.5rem;
  border: 1px solid #3D3D3D;
  margin-left: 0.6rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .page-header__left .tag .icon:before {
  font-size: 1.1rem;
  margin: 0;
  color: #68C338;
  line-height: 1.2;
}
.main .page-header__left .tag.tag--fade {
  color: rgba(61, 61, 61, 0.6);
  border: 1px solid rgba(61, 61, 61, 0.6);
}
.main .page-header__right {
  display: flex;
  flex: 1 auto;
  justify-content: flex-end;
  flex-direction: column;
}
.main .page-header__right .buttons--right {
  margin-bottom: 1rem;
}
.main .page-header__right--align-start {
  align-items: flex-start;
}
.main .page-header__right--align-center {
  align-items: center;
}
.main .page-header__right--align-end {
  align-items: end;
}
.main .page-header__filters {
  width: 100%;
}
.main .page-header__filters .form-filters {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1 auto;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.main .page-header__filters .form-filters.form-filters--small-gap {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.main .page-header__filters .form-filters .fields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1 auto;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  width: 100%;
  flex-wrap: wrap;
}
.main .page-header__filters .form-filters .fields.align-items-end {
  align-items: flex-end;
}
.main .page-header__filters .form-filters .field {
  flex: 1 auto;
  margin-bottom: 1rem;
}
.main .page-header__filters .form-filters .field input,
.main .page-header__filters .form-filters .field select,
.main .page-header__filters .form-filters .field .select {
  margin: 0;
}
.main .page-header__filters .form-filters .field label,
.main .page-header__filters .form-filters .field .label {
  margin: 0 0 0.2rem;
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .page-header__filters .form-filters .field .tag-clear {
  display: none;
}
.main .page-header__filters .form-filters .field.selected {
  position: relative;
}
.main .page-header__filters .form-filters .field.selected input,
.main .page-header__filters .form-filters .field.selected select {
  border-bottom: 1px solid #6d6d6d;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.main .page-header__filters .form-filters .field.selected .tag-clear {
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  right: .6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ececec;
  border-radius: 2.5rem;
  padding: .3rem .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main .page-header__filters .form-filters .field.selected .tag-clear:before {
  content: "\e911";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 0.8rem;
  margin: 0;
}
.main .page-header__filters .form-filters .field--select.selected .tag-clear {
  right: 2.3rem;
}
.main .page-header__filters .form-filters .field--checkbox label,
.main .page-header__filters .form-filters .field--checkbox .label {
  margin: 0 0 0.6rem;
}
.main .page-header__tags {
  margin-bottom: .8rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .5rem 1rem;
}
.main .page-header__tags .tag {
  border: 0.1rem solid #6d6d6d;
  padding: .4rem .5rem .4rem .7rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.main .page-header__tags .tag:hover {
  background-color: rgba(181, 181, 181, 0.4);
}
.main .page-header__tags .tag .tag-clear:after {
  content: "\e911";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.8rem;
  padding: .3rem;
  margin-right: 0;
  cursor: pointer;
}
.main .page-header__tags .button {
  margin-left: 0.8rem;
}
@media screen and (min-height: 850px) {
  .section-full-height {
    max-height: calc(100vh - 8rem);
    display: flex;
    flex-direction: column;
  }
  .section-full-height .page-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .section-full-height .section-scrollable {
    flex: 1 auto;
    overflow: auto;
    position: relative;
    margin-bottom: 1.2rem;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .section-full-height .section-scrollable::-webkit-scrollbar {
    width: 2.1rem;
    height: 2.1rem !important;
  }
  .section-full-height .section-scrollable::-webkit-scrollbar-track {
    background: transparent;
  }
  .section-full-height .section-scrollable::-webkit-scrollbar-thumb {
    border-radius: 4.8rem;
    box-shadow: inset 0 0 5px 5px #b5b5b5;
    border: solid 8px transparent;
    min-height: 3rem;
  }
  .section-full-height .section-scrollable::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 5px 5px #6d6d6d;
    border: solid 8px transparent;
  }
  .section-full-height .section-scrollable::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .section-full-height .section-scrollable .section__body {
    flex: 1 auto;
  }
  .section-full-height .section-scrollable .section__body .table {
    overflow: visible;
    margin: 0;
  }
  .section-full-height .section-scrollable .section__body table {
    position: relative;
    overflow: auto;
    margin: 0;
  }
  .section-full-height .section-scrollable .section__body table thead th {
    border-top: 0.8rem solid #f5f5f5;
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    z-index: 99;
  }
}
.section-scrollable table tr.selected td {
  background-color: #631656 !important;
  background-color: var(--rs-primary) !important;
  color: #FFFFFF !important;
}
.section-scrollable table tr.selected td a,
.section-scrollable table tr.selected td.actions a {
  color: #FFFFFF !important;
}
.expanded-data {
  min-height: 24rem;
  max-height: 24rem;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
.expanded-data__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
  padding: 0.6rem 0.8rem 0.4rem 2.4rem;
  min-height: 2.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.expanded-data__title {
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.expanded-data__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-left: auto;
  padding-bottom: 0.4rem;
}
.expanded-data__links .underline-link {
  color: #FFFFFF;
  flex-shrink: 0;
  font-size: 1.2rem;
  text-underline-offset: 0.3rem;
}
.expanded-data__links .underline-link:hover,
.expanded-data__links .underline-link:active {
  color: #f5f5f5;
}
.expanded-data__body {
  display: flex;
  align-items: center;
  flex: 1 auto;
  padding: 0.8rem 0;
  background-color: #FFFFFF;
}
.expanded-data__content {
  height: 18.5rem;
  flex: 1 auto;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.expanded-data__content::-webkit-scrollbar {
  width: 2.1rem;
  height: 2.1rem !important;
}
.expanded-data__content::-webkit-scrollbar-track {
  background: transparent;
}
.expanded-data__content::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.expanded-data__content::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 8px transparent;
}
.expanded-data__content::-webkit-scrollbar-corner {
  background-color: transparent;
}
.expanded-data__content .table-minimal {
  height: 100%;
}
.expanded-data__content .table-minimal.prime-scroll-table {
  padding: 0;
}
.expanded-data__content th,
.expanded-data__content .p-frozen-column {
  background-color: #FFFFFF !important;
}
.expanded-data__content tr.hoverable:hover .p-frozen-column {
  background-color: #D8C5D5 !important;
  background-color: var(--rs-primary-pale) !important;
}
.expanded-data__content .table-dark-header th,
.expanded-data__content .table-dark-header .p-frozen-column {
  background-color: #3D3D3D !important;
}
.expanded-data__table-container {
  background-color: #f5f5f5;
}
.expanded-data__table-container .p-datatable-wrapper {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.expanded-data__table-container .p-datatable-wrapper::-webkit-scrollbar {
  width: 2.1rem;
  height: 2.1rem !important;
}
.expanded-data__table-container .p-datatable-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.expanded-data__table-container .p-datatable-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.expanded-data__table-container .p-datatable-wrapper::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 8px transparent;
}
.expanded-data__table-container .p-datatable-wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}
.expanded-data__table-container th,
.expanded-data__table-container .p-frozen-column {
  background-color: #f5f5f5 !important;
}
.expanded-data__table-container tr.hoverable:hover .p-frozen-column {
  background-color: #D5D5D5 !important;
}
.expanded-data__arrow {
  padding: 0.4rem;
}
.expanded-data__arrow .pi {
  cursor: pointer;
}
.expanded-data--large {
  min-height: 30rem;
  max-height: 30rem;
}
.expanded-data--large .expanded-data__content {
  height: 28.5rem;
  display: flex;
  flex-direction: column;
}
.expanded-data--large .expanded-data__tabs-table {
  flex: 1 auto;
  max-height: 14rem;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.expanded-data--large .expanded-data__tabs-table::-webkit-scrollbar {
  width: 2.1rem;
  height: 2.1rem !important;
}
.expanded-data--large .expanded-data__tabs-table::-webkit-scrollbar-track {
  background: transparent;
}
.expanded-data--large .expanded-data__tabs-table::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.expanded-data--large .expanded-data__tabs-table::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 8px transparent;
}
.expanded-data--large .expanded-data__tabs-table::-webkit-scrollbar-corner {
  background-color: transparent;
}
.expanded-data--large .expanded-data__tabs-table .no-content {
  margin-top: 0;
  padding: 1.2rem 2.4rem;
  background-color: #FFFFFF;
  text-align: center;
}
.expanded-data--large .expanded-data__tabs-table .no-content p {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-height: 850px) {
  #app .section-full-height {
    max-height: calc(100vh - 4rem);
  }
  #app .section-full-height .page-content {
    overflow: hidden;
  }
  #app .section-full-height .page-content .section-app-scrollable {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.sidebar {
  /* logo */
  /* company */
}
.sidebar--main {
  width: 20%;
  max-width: 24rem;
  min-width: 20rem;
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
  padding: 1rem 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (max-height: 700px) {
  .sidebar--main {
    height: auto;
    min-height: 100vh;
  }
}
.sidebar__logo {
  padding: 1.6rem 1.4rem;
  flex-shrink: 0;
}
.sidebar__logo .collapse-logo {
  display: none;
}
.sidebar__company {
  margin: 1.6rem 0;
  padding: 0 1.4rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sidebar__company-icon {
  color: #FFFFFF;
}
.sidebar__company-icon .icon:before {
  font-size: 2rem;
  margin: 0;
  min-width: 2.4rem;
}
.sidebar__company-name {
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  margin: 0.7rem 0 0.2rem;
  text-transform: uppercase;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sidebar__company-text a {
  font-size: 1rem;
  color: #D8C5D5;
  color: var(--rs-primary-pale);
}
.sidebar__company-text a .icon:before {
  font-size: 0.8rem;
}
.sidebar.collapsed {
  max-width: 5.4rem;
  min-width: 5.4rem;
}
/* sidebar nav styles */
.nav-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nav-icons ul li {
  padding: 0.6rem 0.8rem;
  margin: 0;
  position: relative;
  width: 100%;
}
.nav-icons ul li a {
  color: #f5f5f5;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  cursor: pointer;
  padding: 0.6rem;
  border-radius: 0.4rem;
  height: 3.8rem;
}
.nav-icons ul li a:hover,
.nav-icons ul li a:focus,
.nav-icons ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.nav-icons ul li a:before {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.4rem;
}
.nav-icons ul li .pi:before {
  font-size: 2.2rem;
}
.nav-icons ul .submenu {
  display: none;
}
.nav-icons ul .submenu__title {
  display: none;
}
.nav-icons ul .submenu ul li {
  padding: 0.2rem 0 0.2rem 0.4rem;
  margin: 0;
}
.nav-icons ul .submenu ul li a {
  padding: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.15;
  border-radius: 0.2rem;
  height: auto;
}
.nav-icons ul .submenu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.nav-icons ul .submenu ul li.active a {
  background-color: rgba(255, 255, 255, 0.15);
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.nav-icons ul li.has-children > a {
  position: relative;
  padding-right: 2.4rem;
}
.nav-icons ul li.has-children > a::after {
  content: "\e90f";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  right: 0.8rem;
  margin-right: 0;
}
.nav-icons ul li.open.has-children > a::after {
  content: "\e90e";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  margin-right: 0;
}
.nav-icons ul li.open .submenu {
  display: flex;
  flex-direction: column;
  margin-left: 3rem;
  margin-top: 0.4rem;
}
.nav-icons > ul > li.active > a {
  background-color: #FFFFFF;
  color: #631656;
  color: var(--rs-primary);
}
.nav-icons__text {
  font-size: 1.4rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.nav-main {
  overflow: auto;
  margin-bottom: 2rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nav-main::-webkit-scrollbar {
  width: 1.2rem;
}
.nav-main::-webkit-scrollbar-track {
  background: transparent;
}
.nav-main::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 5px 5px rgba(255, 255, 255, 0.3);
  border: solid 4px transparent;
}
.nav-main::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px rgba(255, 255, 255, 0.75);
  border: solid 4px transparent;
}
.nav-bottom {
  margin: auto 0 0.4rem;
}
.nav-bottom li a {
  color: #f5f5f5;
}
.nav-bottom li a:before {
  font-size: 2.2rem;
}
.nav-collapse {
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
}
.nav-collapse ul li a {
  transform: rotate(180deg);
}
.nav-collapse ul li a:before {
  font-size: 2rem;
}
.nav-collapse .nav-icons__text {
  display: none;
}
/* SIDEBAR COLLAPSED */
.sidebar.collapsed .sidebar__logo {
  padding: 1.2rem 0.8rem;
  flex-shrink: 0;
}
.sidebar.collapsed .sidebar__logo .collapse-logo {
  display: inline-block;
}
.sidebar.collapsed .sidebar__logo .logo {
  display: none;
}
.sidebar.collapsed .sidebar__company {
  position: relative;
}
.sidebar.collapsed .sidebar__company .sidebar__company-text {
  display: none;
}
.sidebar.collapsed .sidebar__company .sidebar__company-icon .icon:before {
  font-size: 2.2rem;
  margin: 0;
  min-width: 2.4rem;
}
.sidebar.collapsed .sidebar__company .sidebar__company-name {
  color: #111111;
}
.sidebar.collapsed .sidebar__company:hover .sidebar__company-text {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
  width: 24rem !important;
  height: auto;
  padding: 2rem;
  background-color: #631656;
  background-color: var(--rs-primary);
}
.sidebar.collapsed .sidebar__company:hover .sidebar__company-name {
  color: #FFFFFF;
}
.sidebar.collapsed .nav-main {
  overflow: unset;
}
.sidebar.collapsed .nav-icons > ul > li > a {
  justify-content: center;
  padding-right: 0.6rem;
}
.sidebar.collapsed .nav-icons > ul > li > a:before {
  text-align: center;
}
.sidebar.collapsed .nav-icons__text {
  display: none;
}
.sidebar.collapsed .nav-icons ul li.has-children > a:after,
.sidebar.collapsed .nav-icons ul li.has-children.open .submenu {
  display: none;
}
.sidebar.collapsed .nav-icons ul .submenu__title {
  display: block;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 0.4rem 0.6rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sidebar.collapsed .nav-icons li:hover .submenu {
  display: block !important;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
  width: 24rem !important;
  height: auto;
  padding: 2rem;
  background-color: #631656;
  background-color: var(--rs-primary);
  box-shadow: 4px 1px 7px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  list-style: none;
}
.sidebar.collapsed .nav-icons li:hover .submenu ul {
  margin: 0;
}
.sidebar.collapsed .nav-icons li:hover .submenu ul li {
  padding: 0;
}
.sidebar.collapsed .nav-icons li:hover .submenu ul li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.35;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sidebar.collapsed .nav-collapse {
  position: static;
}
.sidebar.collapsed .nav-collapse ul li a {
  transform: none;
}
.sidebar.collapsed .nav-collapse ul li a:before {
  content: "\e901";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  margin: 0;
  font-size: 2rem;
}
.pagination {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
          justify-content: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
          align-items: center;
  position: relative;
  margin-top: 1.5rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 1.6rem;
}
.pagination ul {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  margin-left: 0;
}
.pagination ul li {
  margin: 0 0.7rem 0 0;
  padding: 0;
}
.pagination ul li a,
.pagination ul li span {
  width: 3rem;
  height: 3rem;
  display: block;
  text-align: center;
  line-height: 3rem;
  color: #111111;
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  background: #631656;
  background: var(--rs-primary);
  color: #FFFFFF;
}
.pagination ul li.active a,
.pagination ul li.active span {
  background: #631656;
  background: var(--rs-primary);
  color: #FFFFFF;
  border-radius: 3px;
}
.pagination__dots .icon:before {
  margin: 0;
  font-size: 1.4rem;
}
.pagination__buttons {
  margin-left: 0.5rem;
}
.pagination__buttons .button {
  font-size: 1.2rem;
}
.pagination__buttons .button.disabled {
  color: #111111;
  background-color: rgba( 99, 22, 86 , 0.1);
  background-color: rgba( var(--rs-primary-rgb) , 0.1);
  cursor: auto;
}
.pagination__buttons .button + .button {
  margin-left: 0.6rem;
}
.pagination .results {
  margin-right: auto;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.pagination .results strong {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.icon-blocks {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.icon-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  cursor: pointer;
}
.icon-block:hover {
  background-color: #EFE7EE;
}
.icon-block:hover .icon-block__icon {
  background-color: #D8C5D5;
}
.icon-block__icon {
  width: 8rem;
  height: 8rem;
  background-color: #EFE7EE;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-block__icon .icon:before {
  font-size: 4.2rem;
  margin: 0;
  line-height: 1;
  color: #631656;
  color: var(--rs-primary);
}
.icon-block__content {
  flex: 1 auto;
}
.icon-block__text,
.icon-block__title {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 5rem 0 0;
}
.icon-block__title {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.toggle {
  position: relative;
  margin-bottom: 2rem;
}
.toggle__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  background-color: #303133;
  height: 4rem;
  padding: 1.4rem 1.4rem 1.4rem 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.toggle__title {
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.toggle__title > strong {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.toggle__title > span {
  padding: 0 0.8rem;
  display: inline-block;
  border-right: 1px solid #FFFFFF;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.toggle__title > span:first-of-type {
  border-left: 1px solid #FFFFFF;
  margin-left: 1.2rem;
}
.toggle__title > span:last-of-type {
  border-right: none;
}
.toggle__icon {
  line-height: 0;
  color: #FFFFFF;
}
.toggle__icon:before {
  font-size: 1rem;
  line-height: 1;
}
.toggle__content {
  display: none;
  background-color: #FFFFFF;
  padding: 1.8rem 2.4rem  2.4rem  2.4rem;
  margin: 0;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
}
.toggle__content--slim {
  padding: 1.2rem 2.4rem  1.2rem  2.4rem;
}
.toggle.opened .toggle__icon:before {
  content: "\e90e";
  font-family: 'railsider';
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.2rem;
  line-height: 1;
}
.toggle.opened .toggle__content {
  display: block;
}
.toggle--small {
  margin-bottom: 0.8rem;
}
.toggle--small .toggle__link {
  background-color: #303133;
  height: 3rem;
}
.toggle--dark .toggle__link {
  background-color: #303133;
}
.toggle--dark.opened .toggle__link {
  background-color: #631656;
  background-color: var(--rs-primary);
}
.tabs {
  height: auto;
  margin: 0;
}
.tabs__list {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tabs__item {
  margin: 0;
  padding: 0;
}
.tabs__link {
  text-decoration: none;
  display: inline-block;
}
.tabs__section {
  display: none;
  min-height: 4rem;
}
.tabs__section.active {
  display: block;
}
.tabs-primary {
  display: flex;
  flex: 1 auto;
}
.tabs-primary .tabs__list {
  border-bottom: 1px solid #631656;
  border-bottom: 1px solid var(--rs-primary);
  flex: 1 auto;
}
.tabs-primary .tabs__item {
  text-align: center;
  margin-right: .8rem;
}
.tabs-primary .tabs__item:last-child {
  margin-right: 0;
}
.tabs-primary .tabs__link {
  color: #303133;
  padding: 0.6rem 1.4rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.tabs-primary .tabs__link:hover {
  color: #631656;
  color: var(--rs-primary);
}
.tabs-primary .tabs__item.active > .tabs__link {
  color: #FFFFFF;
  background-color: #631656;
  background-color: var(--rs-primary);
}
.tabs-primary .tabs__item.active > .tabs__link:hover {
  color: #FFFFFF;
}
.tabs-simple > .tabs__list {
  margin: 1rem 0;
}
.tabs-simple > .tabs__list > .tabs__item {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  border-right: 0.1rem solid #ececec;
}
.tabs-simple > .tabs__list > .tabs__item:hover {
  color: #631656;
  color: var(--rs-primary);
}
.tabs-simple > .tabs__list > .tabs__item:first-child {
  padding-left: 0;
}
.tabs-simple > .tabs__list > .tabs__item:last-child {
  padding-right: 0;
  border-right: none;
}
.tabs-simple > .tabs__list > .tabs__item > .tabs__link {
  font-size: 1.4rem;
  padding: 0.35rem 0;
  line-height: 1;
  border-bottom: none;
  color: #111111;
  opacity: 0.4;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.tabs-simple > .tabs__list > .tabs__item > .tabs__link:hover {
  color: #631656;
  color: var(--rs-primary);
  opacity: 1;
}
.tabs-simple > .tabs__list > .tabs__item.active a {
  color: #111111;
  opacity: 1;
}
.tabs-simple > .tabs__section {
  border-radius: .3rem;
  padding: 2rem;
  font-size: 1.4rem;
  border: 1px solid #3D3D3D;
  background-color: #ececec;
  min-height: 5rem;
}
.tabs-header--with-buttons {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  border-bottom: 1px solid #631656;
  border-bottom: 1px solid var(--rs-primary);
}
.tabs-header--with-buttons .tabs__list {
  border-bottom: none;
}
.tabs-header--with-buttons .tabs-header__content {
  display: flex;
  align-items: end;
  justify-content: end;
  flex: 1 auto;
}
.tabs-header--with-buttons .tabs-header__content .field {
  margin-bottom: 0.5rem;
}
.tabs-content {
  background-color: #FFFFFF;
  padding: 1.5rem;
}
.spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5);
}
.spinner .lds-ripple {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}
.spinner .lds-ripple div {
  position: absolute;
  border: 4px solid #631656;
  border: 4px solid var(--rs-primary);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.spinner .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.spinner .lds-facebook {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.spinner .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #631656;
  background: var(--rs-primary);
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.spinner .lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
.spinner .lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}
.spinner .lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
.dropdown-toggle {
  position: relative;
  margin-bottom: -0.5rem;
  padding-bottom: .5rem;
  /*
  &:hover &__content {
    display: block;
  }
  */
}
.dropdown-toggle.opened .dropdown-toggle__content {
  display: block;
}
.dropdown-toggle__content {
  position: absolute;
  background: #FFFFFF;
  right: 0;
  margin-top: 0.5rem;
  border: 0.1rem solid #ececec;
  box-shadow: 0 0.2rem 0.5rem rgba(17, 17, 17, 0.3);
  display: none;
  z-index: 9;
  max-height: 32rem;
  border-radius: 3px;
  overflow: auto;
}
.dropdown-toggle__content ul {
  list-style: none;
  margin: 0;
  padding: 0.6rem 0;
}
.dropdown-toggle__content ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
  white-space: nowrap;
}
.dropdown-toggle__content ul li:last-child {
  margin: 0;
}
.dropdown-toggle__content ul li a {
  color: #111111;
  padding: 0.6rem 1.8rem;
  display: block;
}
.dropdown-toggle__content ul li a:hover {
  background-color: #f5f5f5;
  color: #111111;
}
.dropdown-toggle__content ul li a.text-error:hover {
  background-color: rgba(204, 0, 0, 0.12);
}
.dropdown-toggle__content ul li a span {
  margin-right: 0.5rem;
}
.dropdown-toggle__content ul li a span.icon--times:before {
  font-size: 1.2rem;
}
.dropdown-toggle__content--right ul li a {
  text-align: right;
  padding: 1rem 4.2rem 1rem 2rem;
  position: relative;
}
.dropdown-toggle__content--right a.selected:after {
  position: absolute;
  right: 2rem;
  content: "\e91c";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/*
@media @xsmall {

  .dropdown-toggle {

    &:hover &__content {
      display: none;
    }

    &.opened {
      .dropdown-toggle__content {
        display: block;
      }
    }
  }
}
*/
.dropdown-toggle--grey .dropdown-toggle__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1rem;
  height: 4.2rem;
  padding: .5rem 2.4rem;
  border: 1px solid #b5b5b5;
  background-color: #b5b5b5;
  border-radius: 2.1rem;
}
.dropdown-toggle--grey .dropdown-toggle__button .icon:before {
  font-size: 1.2rem;
  margin: 0 0 0 0.8rem;
}
.dropdown-toggle--grey .dropdown-toggle__text {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.dropdown-toggle--grey .dropdown-toggle__content {
  left: 0;
  right: auto;
}
.dropdown-toggle--grey .dropdown-toggle__content ul li a {
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
}
.dropdown-toggle--grey .dropdown-toggle__content a.selected:after {
  position: absolute;
  right: 1.6rem;
  content: "\e91c";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.dropdown-toggle--split:hover .dropdown-toggle__content {
  display: none;
}
.dropdown-toggle--split .dropdown-toggle__trigger {
  padding-bottom: 0.5rem;
}
.dropdown-toggle--split .dropdown-toggle__trigger:hover > .dropdown-toggle__content {
  display: block;
}
.dropdown-select {
  position: relative;
  margin-bottom: -0.5rem;
  padding-bottom: .5rem;
}
.dropdown-select.opened .dropdown-select__content {
  display: block;
}
.dropdown-select__content {
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  right: 0;
  margin-top: 0.5rem;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #ececec;
  box-shadow: 0 0.2rem 0.5rem rgba(17, 17, 17, 0.3);
  display: none;
  z-index: 999;
  max-height: 32rem;
  border-radius: 3px;
  overflow: auto;
}
.dropdown-select__title {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.8rem;
}
.dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.dropdown-list__item {
  padding: 0;
  margin: 0;
}
.dropdown-list__separator {
  margin-top: 2rem;
}
.dropdown-list__row {
  display: flex;
  font-size: 0.9rem;
  -moz-column-gap: 2%;
       column-gap: 2%;
  padding: 0.4rem 0;
  border-bottom: 1px solid #ececec;
}
.dropdown-list__row span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-list__row span:first-child {
  min-width: 12rem;
  width: 12%;
}
.dropdown-list__row span:nth-child(2) {
  min-width: 20rem;
  width: 38%;
}
.dropdown-list__row span:nth-child(3) {
  min-width: 10rem;
  width: 16%;
}
.dropdown-list__row span:last-child {
  min-width: 20rem;
  width: 26%;
}
.dropdown-list__row--header {
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}
.switch {
  position: relative;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  /* hide input  */
  /* slide  */
  /*
    &__input:focus ~ &__bg {
        box-shadow: 0 0 0 1px fade(@primary, 20%);
    }
        */
  /* circle */
  /* circle checked */
}
.switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.switch__bg {
  position: relative;
  height: 1.2rem;
  width: 2.4rem;
  border-radius: 9999px;
  border: 1px solid #631656;
  border: 1px solid var(--rs-primary);
  background-color: transparent;
}
.switch__input:checked ~ .switch__bg {
  background-color: #631656;
  background-color: var(--rs-primary);
}
.switch__input:disabled ~ .switch__bg {
  cursor: auto;
  border-color: rgba( 99, 22, 86 , 0.2);
  border-color: rgba( var(--rs-primary-rgb) , 0.2);
}
.switch__input:checked:disabled ~ .switch__bg {
  background-color: rgba( 99, 22, 86 , 0.2);
  background-color: rgba( var(--rs-primary-rgb) , 0.2);
}
.switch__bg:after {
  content: '';
  /*top: 0.188rem; */
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  position: absolute;
  height: 0.6rem;
  width: 0.6rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #631656;
  background-color: var(--rs-primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.switch__input:disabled ~ .switch__bg:after {
  background-color: rgba( 99, 22, 86 , 0.2);
  background-color: rgba( var(--rs-primary-rgb) , 0.2);
}
.switch__input:checked + .switch__bg:after {
  transform: translate(1.2rem, -50%);
  background-color: #FFFFFF;
}
.switch__text {
  line-height: 1.2;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.switch__text .icon--star-filled:before {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
}
.switch__input:disabled ~ .switch__text {
  cursor: auto;
  color: #6d6d6d;
}
.traffics {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.traffic {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  margin-bottom: 1.6rem;
  -moz-column-break-inside: avoid;
       page-break-inside: avoid;
       break-inside: avoid;
}
.traffic__header {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 1.3rem 1.6rem 1.1rem;
  border-radius: 0.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.traffic__item {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  padding: 0.6rem 1.2rem 0.6rem 1rem;
}
.traffic__icon {
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}
.traffic .tag {
  font-size: 1rem;
  line-height: 1.2;
  background-color: #EFE7EE;
  color: #631656;
  color: var(--rs-primary);
  padding: 0.6rem 0.8rem;
  text-transform: uppercase;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.traffic__flow {
  font-size: 1.2rem;
  flex: 1 auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.traffic__action {
  margin-left: 0.8rem;
  cursor: pointer;
}
.traffic__action .icon:before {
  font-size: 1.4rem;
}
.traffic .tag,
.traffic__icon,
.traffic__action {
  flex-shrink: 0;
}
.galleries {
  display: flex;
  gap: 2.4rem;
}
.galleries .gallery-section {
  flex: 1 auto;
}
@media (max-width: 1279px) {
  .galleries {
    flex-wrap: wrap;
  }
  .galleries .gallery-section {
    width: 100%;
  }
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-bottom: 3.6rem;
}
.gallery-section .image-gallery:last-child {
  margin-bottom: 0;
}
.image-card {
  width: 20rem;
  border: 1px solid rgba(181, 181, 181, 0.4);
}
.image-card__container {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.image-card__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.image-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.image-card__data {
  padding: 1.2rem;
  background-color: #FFFFFF;
}
.image-card .data-item {
  font-size: 1rem;
}
.image-card .data-item__label {
  min-width: 5rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.image-card .data-item__value {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
 * Components
 */
.ngx-datatable.material {
  box-shadow: none!important;
  background: transparent!important;
}
.ngx-datatable.material .datatable-header {
  border-top: 1px solid rgba(236, 236, 236, 0.5);
  border-bottom: 1px solid rgba(236, 236, 236, 0.5) !important;
  height: 4rem!important;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #111111 !important;
  text-align: left !important;
  text-transform: none !important;
  background: transparent;
  padding: 0.8rem 0.5rem!important;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.text-right .datatable-header-cell-template-wrap {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
          justify-content: flex-end;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .field {
  margin: 0;
  padding: 0;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .field.field--checkbox input + label {
  margin: 0;
  height: 2rem;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .field.field--checkbox input:checked + label:after {
  bottom: 0rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.5rem 1.5rem !important;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  color: #111111 !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell.text-right .datatable-body-cell-label {
  text-align: right;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .field {
  margin: 0;
  padding: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .field.field--checkbox input + label {
  margin: 0;
  height: 2rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .field.field--checkbox input:checked + label:after {
  bottom: 0rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions {
  text-align: right;
  white-space: nowrap;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a {
  color: #111111;
  margin: 0 0.53333333rem;
  display: inline-block;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a:hover {
  color: #631656;
  color: var(--rs-primary);
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a:before {
  font-size: 1.4rem !important;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info:hover ul {
  display: block;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul {
  list-style: none;
  position: absolute;
  min-width: 28rem;
  right: 0;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: none;
  padding: 0.8rem 0;
  z-index: 2;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul li {
  margin-left: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #FFFFFF;
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.8rem;
  margin: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  width: 100%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul li span:first-of-type {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 60%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions a.icon--info ul li span:last-of-type {
  text-align: right;
  width: 40%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions .icon {
  display: inline-block;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center {
  text-align: right;
  white-space: nowrap;
  text-align: center;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a {
  color: #111111;
  margin: 0 0.53333333rem;
  display: inline-block;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a:hover {
  color: #631656;
  color: var(--rs-primary);
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a:before {
  font-size: 1.4rem !important;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info:hover ul {
  display: block;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul {
  list-style: none;
  position: absolute;
  min-width: 28rem;
  right: 0;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: none;
  padding: 0.8rem 0;
  z-index: 2;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul li {
  margin-left: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #FFFFFF;
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0.8rem;
  margin: 0;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  width: 100%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul li span:first-of-type {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 60%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center a.icon--info ul li span:last-of-type {
  text-align: right;
  width: 40%;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .actions--center .icon {
  display: inline-block;
}
.ngx-datatable.material .datatable-body .datatable-body-row.background-primary-light .datatable-body-cell {
  background: #89b2d8!important;
}
.overlay {
  z-index: 999 !important;
}
.nsm-dialog {
  top: 50%;
  min-height: inherit !important;
  transform: translateY(-50%);
}
/*
.modal {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  padding: @gutter;
  z-index: 9999;
  background: fade(@dark, 25%);
}
*/
.modal .modal-content,
.nsm-dialog .modal-content,
.modal .nsm-content,
.nsm-dialog .nsm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: #FFFFFF;
  max-width: 60rem;
  width: 98vw;
  min-height: 4rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 0;
  margin: 0;
}
.modal .modal-content .modal-header,
.nsm-dialog .modal-content .modal-header,
.modal .nsm-content .modal-header,
.nsm-dialog .nsm-content .modal-header {
  padding: 1.4rem 2.4rem;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #631656;
  background: var(--rs-primary);
  border-radius: 3px 3px 0 0;
}
.modal .modal-content .modal-header h4,
.nsm-dialog .modal-content .modal-header h4,
.modal .nsm-content .modal-header h4,
.nsm-dialog .nsm-content .modal-header h4,
.modal .modal-content .modal-header p,
.nsm-dialog .modal-content .modal-header p,
.modal .nsm-content .modal-header p,
.nsm-dialog .nsm-content .modal-header p {
  font-size: 1.6rem;
  margin: 0;
  color: #FFFFFF;
}
.modal .modal-content .modal-header .close,
.nsm-dialog .modal-content .modal-header .close,
.modal .nsm-content .modal-header .close,
.nsm-dialog .nsm-content .modal-header .close {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.modal .modal-content .modal-header .close:before,
.nsm-dialog .modal-content .modal-header .close:before,
.modal .nsm-content .modal-header .close:before,
.nsm-dialog .nsm-content .modal-header .close:before {
  content: "\e909";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.8rem;
  margin: 0;
  color: #FFFFFF;
}
.modal .modal-content .modal-header .close:hover,
.nsm-dialog .modal-content .modal-header .close:hover,
.modal .nsm-content .modal-header .close:hover,
.nsm-dialog .nsm-content .modal-header .close:hover {
  color: #631656 !important;
  color: var(--rs-primary) !important;
}
.modal .modal-content .modal-body,
.nsm-dialog .modal-content .modal-body,
.modal .nsm-content .modal-body,
.nsm-dialog .nsm-content .modal-body {
  padding: 1.2rem 2.4rem;
  overflow: auto;
}
.modal .modal-content .modal-body h4,
.nsm-dialog .modal-content .modal-body h4,
.modal .nsm-content .modal-body h4,
.nsm-dialog .nsm-content .modal-body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}
.modal .modal-content .modal-body h4.disabled,
.nsm-dialog .modal-content .modal-body h4.disabled,
.modal .nsm-content .modal-body h4.disabled,
.nsm-dialog .nsm-content .modal-body h4.disabled {
  color: rgba(17, 17, 17, 0.4);
}
.modal .modal-content .modal-body .field,
.nsm-dialog .modal-content .modal-body .field,
.modal .nsm-content .modal-body .field,
.nsm-dialog .nsm-content .modal-body .field {
  margin-bottom: .5rem;
}
.modal .modal-content .modal-body .select,
.nsm-dialog .modal-content .modal-body .select,
.modal .nsm-content .modal-body .select,
.nsm-dialog .nsm-content .modal-body .select {
  margin: 0;
}
.modal .modal-content .modal-footer,
.nsm-dialog .modal-content .modal-footer,
.modal .nsm-content .modal-footer,
.nsm-dialog .nsm-content .modal-footer {
  border-top: 0.1rem solid #ececec;
  text-align: center;
  padding: 1rem 2.4rem;
  width: auto !important;
}
.modal .modal-content .modal-footer .button,
.nsm-dialog .modal-content .modal-footer .button,
.modal .nsm-content .modal-footer .button,
.nsm-dialog .nsm-content .modal-footer .button,
.modal .modal-content .modal-footer a,
.nsm-dialog .modal-content .modal-footer a,
.modal .nsm-content .modal-footer a,
.nsm-dialog .nsm-content .modal-footer a {
  margin: 0 0.8rem;
  width: auto !important;
}
.modal--small .modal-content,
.modal--small .nsm-content {
  max-width: 46.8rem !important;
  max-height: 90vh;
}
.modal--small .modal-content .nsm-body,
.modal--small .nsm-content .nsm-body {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex: 1 auto;
}
.modal--medium-small .modal-content,
.modal--medium-small .nsm-content {
  max-width: 68rem;
  max-height: 90vh;
}
.modal--medium-small .modal-content .nsm-body,
.modal--medium-small .nsm-content .nsm-body {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex: 1 auto;
}
.modal--medium-small .modal-content .modal-body,
.modal--medium-small .nsm-content .modal-body {
  max-height: calc(100vh - 25rem);
}
.modal--medium .modal-content,
.modal--medium .nsm-content {
  max-width: 72rem;
  max-height: 90vh;
}
.modal--medium .modal-content .nsm-body,
.modal--medium .nsm-content .nsm-body {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex: 1 auto;
}
.modal--large .modal-content,
.modal--large .nsm-content {
  max-width: 100rem;
  max-height: 90vh;
}
.modal--large .modal-content .nsm-body,
.modal--large .nsm-content .nsm-body {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex: 1 auto;
}
.modal--larger .modal-content,
.modal--larger .nsm-content {
  max-height: 90vh;
  max-width: 124rem;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.modal--larger .modal-content .nsm-body,
.modal--larger .nsm-content .nsm-body {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  flex: 1 auto;
}
.modal--xlarge .modal-content,
.modal--xlarge .nsm-content {
  max-width: 160rem;
}
.modal--extra-large .modal-content,
.modal--extra-large .nsm-content {
  max-width: 160rem;
  height: 100vh;
  max-height: 87rem;
}
.modal--fullscreen .modal-content,
.modal--fullscreen .nsm-content {
  max-width: 98vw;
  height: 100vh;
  max-height: 96vh;
}
.modal--image .modal-content,
.modal--image .nsm-content {
  width: auto;
  max-width: 100rem;
}
.modal--image img {
  width: auto;
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal--image .image-details {
  justify-content: space-between;
}
.modal--image .image-details p {
  font-size: 1.6rem;
  margin: 1rem 0 0 0;
}
.modal--image .image-details p:last-child {
  margin-bottom: 0;
}
.modal--image-preview {
  max-width: 100% !important;
}
.modal--image-preview .modal-content,
.modal--image-preview .nsm-content {
  height: auto;
  max-width: 100%;
  width: auto;
  display: inline-flex;
  flex-direction: column;
  flex: 1 auto;
}
.modal--image-preview .modal-content .image-container,
.modal--image-preview .nsm-content .image-container {
  width: 100%;
  height: 100%;
}
.modal--image-preview .modal-content img,
.modal--image-preview .nsm-content img {
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal--image-preview .modal-content .modal-footer,
.modal--image-preview .nsm-content .modal-footer {
  display: none;
}
.modal--work-part .modal-content,
.modal--work-part .nsm-content {
  max-width: 52rem;
}
.modal--work-part .modal-content .text,
.modal--work-part .nsm-content .text {
  font-size: 1.6rem;
  margin: 2.4rem auto;
  text-align: center;
}
.modal--work-part .modal-content .text p,
.modal--work-part .nsm-content .text p {
  font-size: 1.6rem;
}
.modal--work-part .modal-content .modal-buttons,
.modal--work-part .nsm-content .modal-buttons {
  text-align: center;
  margin: 2rem auto;
}
.modal--work-part .modal-content .modal-buttons a,
.modal--work-part .nsm-content .modal-buttons a,
.modal--work-part .modal-content .modal-buttons button,
.modal--work-part .nsm-content .modal-buttons button {
  margin: 0 0.4rem;
  width: auto !important;
  min-width: 9rem;
}
.modal--work-part-add .modal-content .modal-search,
.modal--work-part-small .modal-content .modal-search,
.modal--work-part-add .nsm-content .modal-search,
.modal--work-part-small .nsm-content .modal-search {
  max-height: 27rem;
  padding: 0 1.2rem;
  margin-bottom: 3.2rem;
  overflow: auto;
}
.modal--work-part-add .modal-content .work-part-list,
.modal--work-part-small .modal-content .work-part-list,
.modal--work-part-add .nsm-content .work-part-list,
.modal--work-part-small .nsm-content .work-part-list {
  list-style-type: none;
  margin: 2rem 0 0 0;
  width: 100%;
  border-top: 0.1rem solid #ececec;
}
.modal--work-part-add .modal-content .work-part-list li,
.modal--work-part-small .modal-content .work-part-list li,
.modal--work-part-add .nsm-content .work-part-list li,
.modal--work-part-small .nsm-content .work-part-list li {
  padding: 0.8rem 1.2rem;
  border-bottom: 0.1rem solid #ececec;
  margin: 0;
}
.modal--work-part-add .modal-content .modal-small-item,
.modal--work-part-small .modal-content .modal-small-item,
.modal--work-part-add .nsm-content .modal-small-item,
.modal--work-part-small .nsm-content .modal-small-item {
  max-width: 27.2rem;
  margin: 4.5rem auto 2.5rem;
  min-height: 12.5rem;
  font-size: 1.4rem;
}
.modal--work-part-add .modal-content .modal-small-item label,
.modal--work-part-small .modal-content .modal-small-item label,
.modal--work-part-add .nsm-content .modal-small-item label,
.modal--work-part-small .nsm-content .modal-small-item label {
  font-size: 1.4rem;
}
.modal--work-part-add .modal-content .modal-buttons,
.modal--work-part-small .modal-content .modal-buttons,
.modal--work-part-add .nsm-content .modal-buttons,
.modal--work-part-small .nsm-content .modal-buttons {
  margin: .8rem auto;
}
.modal--secondary .modal-content,
.modal--secondary .nsm-content {
  top: 54%;
  left: 58%;
}
.modal-gallery {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
.modal-gallery__link {
  display: block;
}
.modal-gallery__img {
  width: 12rem;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-gallery__img:hover {
  opacity: 0.7;
}
.modal-gallery__detail {
  margin: 1rem 0;
}
.modal-gallery__detail span {
  display: block;
  color: #6d6d6d;
}
.modal--companies .modal-content,
.modal--companies .nsm-content {
  max-width: 77.6rem;
}
.modal .companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.modal .companies .company {
  padding: 3.2rem 2.4rem 2.4rem;
  width: 100%;
  width: 18.2rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.modal .companies .company:hover {
  background-color: #EFE7EE;
}
.modal .companies .company__avatar {
  flex-shrink: 0;
  margin-bottom: 2.5rem;
}
.modal .companies .company__avatar img {
  width: 7.7rem;
  height: 7.7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .companies .company__avatar-letter {
  width: 7.7rem;
  height: 7.7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
  font-size: 3.2rem;
}
.modal .companies .company__group,
.modal .companies .company__name {
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.modal .companies .company__group {
  color: #6d6d6d;
}
.modal .companies .company__name {
  color: #111111;
  text-transform: uppercase;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.product-filters {
  width: 100%;
  max-width: 100%;
}
.product-filters .fields--grey input {
  margin-top: 0;
  margin-bottom: 0;
}
.product-filters .fields-header > div:first-child {
  width: 60%;
}
.product-filters .fields-header > div:last-child {
  width: 40%;
}
.product-filters .column-select {
  width: 60%;
}
.product-filters .column-value {
  width: 35%;
}
.product-filters .filter-button {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #b5b5b5;
}
[ng-reflect-custom-class="modal modal--specific-products"] > .overlay,
[ng-reflect-custom-class="modal modal--specific-products"] > .nsm-overlay-open {
  z-index: 99 !important;
}
[ng-reflect-custom-class="modal modal--specific-products"] > .overlay > .nsm-dialog-open,
[ng-reflect-custom-class="modal modal--specific-products"] > .nsm-overlay-open > .nsm-dialog-open {
  z-index: 100 !important;
}
.low-z-index .overlay,
.low-z-index .nsm-overlay-open {
  z-index: 99 !important;
}
.low-z-index .overlay > .nsm-dialog-open,
.low-z-index .nsm-overlay-open > .nsm-dialog-open {
  z-index: 100 !important;
}
.modal--specific-products .modal-content,
.modal--specific-products .nsm-content {
  display: flex;
  flex-direction: column;
}
.modal--specific-products .modal-content > .nsm-body,
.modal--specific-products .nsm-content > .nsm-body {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal--specific-products .modal-content .modal-body,
.modal--specific-products .nsm-content .modal-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.6rem;
  flex: 1 1 auto;
}
.modal--specific-products .product-filters {
  width: 35%;
  max-width: 28rem;
}
.modal--specific-products .commodities-selection-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 auto;
  height: 100%;
}
.modal--specific-products .product-results {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 1 auto;
}
.modal--specific-products .product-results__toolbar {
  margin: 0.8rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modal--specific-products .product-results__toolbar h4 {
  margin: 0;
}
.modal--specific-products .product-results__sum {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.modal--specific-products .product-results__sum .sum-box {
  padding: 0.5rem 1.2rem;
  border: 1px solid #b5b5b5;
  font-size: 1.2rem;
}
.modal--specific-products .product-results__sum .sum-box strong {
  margin-left: 0.5rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.modal--specific-products .product-results__sum .sum-box.error {
  border: 1px solid #cc0000;
  color: #cc0000;
  background-color: rgba(204, 0, 0, 0.15);
}
.modal--specific-products .product-results .product-results-table,
.modal--specific-products .product-results .product-results-selection {
  min-height: 140px;
  max-height: 45%;
  background-color: #ececec;
  margin-bottom: 2rem;
  flex: 1 auto;
  flex-basis: 45%;
}
.modal--specific-products .product-results .product-results-table .table-results,
.modal--specific-products .product-results .product-results-selection .table-results,
.modal--specific-products .product-results .product-results-table p-table,
.modal--specific-products .product-results .product-results-selection p-table,
.modal--specific-products .product-results .product-results-table .p-datatable,
.modal--specific-products .product-results .product-results-selection .p-datatable,
.modal--specific-products .product-results .product-results-table .p-datatable-wrapper,
.modal--specific-products .product-results .product-results-selection .p-datatable-wrapper,
.modal--specific-products .product-results .product-results-table cdk-virtual-scroll-viewport,
.modal--specific-products .product-results .product-results-selection cdk-virtual-scroll-viewport {
  height: 100% !important;
  max-height: 100% !important;
}
.modal--specific-products .product-results .product-results-table .table,
.modal--specific-products .product-results .product-results-selection .table {
  max-height: 100%;
  overflow: auto;
  position: relative;
  /*.icon--arrow-down:before {
          color: transparent;
          cursor: no-drop;
          pointer-events: none;
        }*/
  /*
        tbody {

          tr:hover td {
            background-color: @primary;
            color: @white;

            .field--icon {

              &:after {
                color: @dark;
              }
            }

            &.actions {
              .icon--eye:before,
              .icon--info:before,
              .icon--arrow-down:before,
              .icon--delete:before {
                color: @white;
              }
            }
          }
        }
        */
}
.modal--specific-products .product-results .product-results-table .table thead,
.modal--specific-products .product-results .product-results-selection .table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.modal--specific-products .product-results .product-results-table .table th,
.modal--specific-products .product-results .product-results-selection .table th {
  height: 3rem;
}
.modal--specific-products .product-results .product-results-table .table td.p-cell-editing,
.modal--specific-products .product-results .product-results-selection .table td.p-cell-editing {
  overflow: visible !important;
}
.modal--specific-products .product-results .product-results-table .table .error.field--icon:after,
.modal--specific-products .product-results .product-results-selection .table .error.field--icon:after {
  color: #111111;
}
.modal--specific-products .product-results .product-results-table .table .field.error,
.modal--specific-products .product-results .product-results-selection .table .field.error {
  margin-bottom: 1.2rem;
}
.modal--specific-products .product-results .product-results-table .table .field.error .box-error,
.modal--specific-products .product-results .product-results-selection .table .field.error .box-error {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.modal--specific-products .product-results .product-results-table .table .field.error .box-error .error,
.modal--specific-products .product-results .product-results-selection .table .field.error .box-error .error {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.modal--specific-products .product-results .product-results-selection {
  margin-bottom: 0;
}
.modal--specific-products .product-results .content {
  background-color: #ececec;
}
.modal--specific-products .modal-footer {
  margin-top: auto;
}
.modal--stock-products .modal-content,
.modal--stock-products .nsm-content {
  display: flex;
  flex-direction: column;
}
.modal--stock-products .modal-content > .nsm-body,
.modal--stock-products .nsm-content > .nsm-body {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal--stock-products .modal-content .modal-body,
.modal--stock-products .nsm-content .modal-body,
.modal--stock-products .modal-content .modal-body-content,
.modal--stock-products .nsm-content .modal-body-content {
  display: flex;
  gap: 1.6rem;
  flex: 1 1 auto;
  flex-direction: column;
}
.modal--stock-products .product-filters {
  width: 100%;
  max-width: 100%;
}
.modal--stock-products .product-filters .fields-header {
  margin-top: 2.4rem;
}
.modal--stock-products .plus-item .underline-link {
  margin-left: 0.8rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.modal--stock-products .commodities-selection-table,
.modal--stock-products .stock-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 auto;
  height: 100%;
}
.modal--stock-products .stock-results {
  display: none;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 1 auto;
  overflow: auto;
}
.modal--stock-products .stock-results .stock-results-table {
  min-height: 140px;
  background-color: #ececec;
  margin-bottom: 2rem;
  flex: 1 auto;
}
.modal--stock-products .stock-results .stock-results-table .table {
  max-height: 100%;
  position: relative;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*
        tbody {

          tr:hover td {
            background-color: @primary;
            color: @white;

            .field--icon {

              &:after {
                color: @dark;
              }
            }

            &.actions {
              .icon--eye:before,
              .icon--info:before,
              .icon--arrow-down:before,
              .icon--delete:before {
                color: @white;
              }
            }
          }
        }
        */
}
.modal--stock-products .stock-results .stock-results-table .table::-webkit-scrollbar {
  width: 1.4rem;
}
.modal--stock-products .stock-results .stock-results-table .table::-webkit-scrollbar-track {
  background: transparent;
}
.modal--stock-products .stock-results .stock-results-table .table::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 5px transparent;
  min-height: 3rem;
}
.modal--stock-products .stock-results .stock-results-table .table::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 5px transparent;
}
.modal--stock-products .stock-results .stock-results-table .table::-webkit-scrollbar-corner {
  background-color: transparent;
}
.modal--stock-products .stock-results .stock-results-table .table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.modal--stock-products .stock-results .stock-results-table .table th {
  height: 3rem;
}
.modal--stock-products .stock-results .product-results-selection {
  margin-bottom: 0;
}
.modal--stock-products .stock-results .content {
  background-color: #ececec;
}
.modal--stock-products .modal-footer {
  margin-top: auto;
}
.modal--stock-products.modal--extra-large {
  /*
  .product-filters {
    width: 35%;
    max-width: 28rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 5.6rem;

    form,
    .fields {
      display: flex;
      flex-direction: column;
      flex: 1 auto;
      height: 100%;
    }
  }
  */
}
.modal--stock-products.modal--extra-large .modal-content .modal-body,
.modal--stock-products.modal--extra-large .nsm-content .modal-body {
  padding: 2.4rem 2.4rem 0rem;
}
.modal--stock-products.modal--extra-large .filter-scroll__content {
  max-width: 100%;
}
.modal--stock-products.modal--extra-large .stock-results {
  display: flex;
}
.modal--stock-products.modal--extra-large .modal-footer {
  margin-top: auto;
}
.modal--create-concept .modal-content,
.modal--create-concept .nsm-content {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.modal--create-concept .modal-content > .nsm-body,
.modal--create-concept .nsm-content > .nsm-body {
  position: relative;
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal--create-concept .modal-content .modal-body,
.modal--create-concept .nsm-content .modal-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 auto;
  height: 100%;
}
.modal--create-concept .app-component-name table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 auto;
  height: 100%;
}
.modal--create-concept .concept-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 1 auto;
  gap: 3.2rem;
}
.modal--create-concept .concept-content__table {
  flex: 1 auto;
}
.modal--create-concept .concept-content__table .table {
  overflow: auto;
  position: relative;
  max-height: 32rem;
}
.modal--create-concept .concept-content__table .table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.modal--create-concept .concept-content__table .table th {
  height: 3rem;
}
.modal--create-concept .concept-content__table .table th.checkbox-cell .field--checkbox input[type="checkbox"] + label:before,
.modal--create-concept .concept-content__table .table th.checkbox-cell .field--checkbox input[type="checkbox"] + label:after {
  top: 0.3rem;
}
.modal--create-concept .concept-content__table .table tbody tr {
  border-top: 0.8rem solid #FFFFFF;
}
.modal--create-concept .concept-content__table .table tbody tr td {
  background-color: #ececec;
}
.modal--create-concept .concept-content__table .table tbody tr td.checkbox-cell .field--checkbox input[type="checkbox"] + label:before,
.modal--create-concept .concept-content__table .table tbody tr td.checkbox-cell .field--checkbox input[type="checkbox"] + label:after {
  top: 0.4rem;
}
.modal--create-concept .concept-content__table .table tbody tr:hover td {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
}
.modal--create-concept .concept-content__table .table .field {
  margin: 0;
}
.modal input,
.modal textarea {
  margin: 0;
}
.modal .fields-header {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  border: none;
  background: #3D3D3D;
  color: #f5f5f5;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.modal .fields-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: .7rem;
}
.modal .column-delete {
  width: 5%;
}
.modal .column-delete a span:before {
  margin-right: 0;
  font-size: 1.4rem;
}
.modal .column-delete a:hover {
  cursor: pointer;
}
.modal .filters-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.modal .filters-row .filter-column {
  width: 50%;
}
.modal .filters-row .filter-column:first-child {
  margin-right: 1%;
}
.modal .filters-row .filter-column:last-child {
  margin-left: 1%;
}
.modal .filters-row .filter-column-1 {
  width: calc(49%);
}
.modal .filters-row .filter-column-2x {
  width: 100%;
}
.modal--form-dense .modal-content .modal-body .field,
.modal--form-dense .nsm-content .modal-body .field {
  margin-bottom: 1.6rem;
}
.modal fieldset {
  padding: 0;
  margin: 0 0 1rem;
  border: 0;
}
.modal fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: .8rem 1.5rem;
  background-color: #303133;
  color: #FFFFFF;
}
.modal .fieldset-lined legend {
  display: flex;
  background-color: transparent;
  color: #6d6d6d;
  padding: 0;
}
.modal--characterized-products .fields-header .actions {
  display: none;
}
.modal--characterized-products .fields-row label {
  display: none;
}
.modal .modal-button-icon,
.nsm-dialog .modal-button-icon {
  padding: 0.5rem 0;
  margin: 0.5rem 0 0.5rem 0.5rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-button-icon:before,
.nsm-dialog .modal-button-icon:before {
  font-size: 1.4rem;
}
.modal .field + .modal-button-icon,
.nsm-dialog .field + .modal-button-icon {
  margin-left: 1rem;
}
.modal .backlink,
.nsm-dialog .backlink {
  font-size: 1.2rem;
  margin-right: 1.2rem;
  text-transform: none;
  color: #111111;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.modal--confirmation .nsm-content,
.modal--confirmation .modal-content {
  max-width: 60rem;
}
.modal--confirmation .nsm-content .modal-header h4,
.modal--confirmation .modal-content .modal-header h4 {
  color: #FFFFFF !important;
}
.tooltip {
  position: fixed;
  background-color: black;
  border-radius: 4px;
  color: #ffffff;
  font-family: Arial;
  padding: 3px 6px;
  font-size: 13px;
  opacity: 0;
  z-index: 99999;
  pointer-events: none;
}
.tooltip::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
}
.tooltip--visible {
  opacity: 1;
  transition: opacity 300ms;
}
.tooltip--light {
  background-color: white;
  color: black;
}
.tooltip--light::before {
  border: 5px solid white;
}
.tooltip--dark {
  background-color: black;
  color: white;
}
.tooltip--dark::before {
  border: 5px solid black;
}
.tooltip--below {
  transform: translateX(-50%);
  margin-top: 7px;
}
.tooltip--below ::before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  left: calc(45%);
  top: -5px;
}
.tooltip--above {
  transform: translate(-50%, calc(-107%));
}
.tooltip--above::before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
  left: calc(45%);
  bottom: -5px;
}
.tooltip--left {
  transform: translate(calc(-107%), -50%);
}
.tooltip--left::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none;
  right: -5px;
  top: calc(45%);
}
.tooltip--right {
  transform: translateY(-50%);
  margin-left: 7px;
}
.tooltip--right::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
  left: -5px;
  top: calc(45%);
}
.tooltip--dynamic {
  margin-left: 20px;
}
.tooltip--dynamic::before {
  display: none;
}
.ng-select:focus {
  background-color: #fafafa;
}
.ng-select .ng-clear-wrapper {
  margin-right: 2.3rem;
  margin-left: 0.3rem;
  font-weight: 500;
}
.ng-select .ng-clear-wrapper .ng-clear {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ececec;
  border-radius: 2.5rem;
  padding: .3rem .4rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 5;
  font-size: 2.2rem !important;
  line-height: 1.5 !important;
}
.ng-select.ng-select-single .ng-select-container {
  height: 3rem !important;
  min-height: 3rem !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 1.2rem;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 1.2rem !important;
  width: calc(100% - 3rem);
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0 !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input input {
  margin: 0 !important;
  padding: 0;
  font-size: 1.2rem;
}
.ng-select .ng-arrow-wrapper {
  display: none;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #111111 transparent transparent !important;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #111111 !important;
}
.ng-select.ng-select-multiple .ng-select-container {
  min-height: 3rem;
  padding-left: 0.5rem;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container input {
  height: auto;
  margin: 0;
}
.ng-dropdown-panel {
  min-width: 38rem !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 1.2rem;
  color: #111111 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background: #D8C5D5 !important;
  background: var(--rs-primary-pale) !important;
  color: #111111 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: #EFE7EE !important;
  color: #111111 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #111111 !important;
  font-weight: 700 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option-child {
  text-transform: none;
}
.ng-dropdown-panel.ng-select-xsmall {
  width: 7.5rem !important;
}
.ng-dropdown-panel.ng-select-small {
  width: 20rem !important;
}
.ng-dropdown-panel.ng-select-medium {
  width: 42rem !important;
}
.ng-dropdown-panel.ng-select-large {
  width: 60rem !important;
}
.ng-dropdown-panel.select:after {
  display: none;
}
.ng-select--left .ng-dropdown-panel {
  left: auto;
  right: 0;
}
.ng-select--xsmall .ng-dropdown-panel {
  min-width: 7.5rem !important;
}
.ng-select--small .ng-dropdown-panel {
  min-width: 20rem !important;
}
.ng-select--medium .ng-dropdown-panel {
  min-width: 42rem !important;
}
.ng-select--large .ng-dropdown-panel {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 92vw !important;
  min-width: 100% !important;
}
owl-date-time {
  position: absolute;
}
.owl-dt-container {
  width: 30rem!important;
  background: #FFFFFF;
  border-radius: 4px;
}
.owl-dt-container .owl-dt-calendar {
  height: auto!important;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-control {
  color: #111111;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-control button {
  min-height: inherit;
  box-shadow: none;
  background: transparent;
  height: auto!important;
  min-width: inherit;
  font-size: 1.3rem;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-control button:not(:disabled):hover {
  border: 0;
  color: #631656;
  color: var(--rs-primary);
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-multi-year-view button {
  min-height: inherit;
  box-shadow: none;
  background: transparent;
  height: auto!important;
  min-width: inherit;
  font-size: 1.2rem;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-multi-year-view .owl-dt-calendar-table th {
  font-size: 1.2rem;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table thead.owl-dt-calendar-header tr.owl-dt-weekdays th {
  padding: 0 0.4rem;
  font-size: 1.2rem;
  border: 0!important;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table thead.owl-dt-calendar-header tr th.owl-dt-calendar-table-divider {
  border: 0;
  padding: 0;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr td {
  background: transparent;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr .owl-dt-calendar-cell-selected {
  background: #631656;
  background: var(--rs-primary);
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr .owl-dt-calendar-cell-content {
  font-size: 1rem;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr .owl-dt-calendar-cell-in-range {
  background: transparent;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr .owl-dt-calendar-cell {
  color: #111111;
}
.owl-dt-container .owl-dt-calendar .owl-dt-calendar-main .owl-dt-calendar-view .owl-dt-calendar-table tbody tr .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: #631656;
  border-color: var(--rs-primary);
}
.owl-dt-container .owl-dt-container-buttons {
  height: 4rem!important;
}
.owl-dt-container-info {
  display: none;
}
.product-results-table .p-datatable-thead > tr > th:first-child,
.product-results-table .p-datatable-tbody > tr > td:first-child,
.product-results-table .p-datatable-tfoot > tr > td:first-child {
  width: 80px !important;
}
.product-results-table .p-datatable-thead > tr > th:last-child,
.product-results-table .p-datatable-tbody > tr > td:last-child,
.product-results-table .p-datatable-tfoot > tr > td:last-child {
  width: 80px !important;
}
.product-results-selection .p-datatable-thead > tr > th:last-child,
.product-results-selection .p-datatable-tbody > tr > td:last-child,
.product-results-selection .p-datatable-tfoot > tr > td:last-child {
  width: 80px !important;
}
.stock-results-table .p-datatable-thead > tr > th:first-child,
.stock-results-table .p-datatable-tbody > tr > td:first-child,
.stock-results-table .p-datatable-tfoot > tr > td:first-child {
  width: 80px !important;
}
.stock-results-table .p-datatable-thead > tr > th:last-child,
.stock-results-table .p-datatable-tbody > tr > td:last-child,
.stock-results-table .p-datatable-tfoot > tr > td:last-child {
  width: 60px !important;
}
/*
p-datatable-resizable>.p-datatable-wrapper {
  overflow-x: visible;
}
*/
.table .p-datatable .p-column-resizer {
  width: 0.3rem;
  border: none;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
.p-datatable-resizable .p-datatable-thead > tr > th {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.prime-scroll-table.table,
.prime-scroll-table .table,
.prime-scroll-table p-table,
.prime-scroll-table .p-datatable,
.prime-scroll-table .p-datatable-wrapper,
.prime-scroll-table cdk-virtual-scroll-viewport {
  height: 100% !important;
  max-height: 100% !important;
}
.prime-scroll-table .table,
.prime-scroll-table .p-datatable-table {
  max-height: 100%;
  overflow: auto;
  position: relative;
}
.prime-scroll-table .table thead,
.prime-scroll-table .p-datatable-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.prime-scroll-table .table th,
.prime-scroll-table .p-datatable-table th {
  height: 3rem;
}
.prime-scroll-table .table .actions-toggle,
.prime-scroll-table .p-datatable-table .actions-toggle {
  flex-basis: 3.2rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.prime-scroll-table .table td.blocked-icon,
.prime-scroll-table .p-datatable-table td.blocked-icon {
  padding: 0.3rem 1.5rem !important;
}
.prime-scroll-table .table td.blocked-icon .blocked-icon,
.prime-scroll-table .p-datatable-table td.blocked-icon .blocked-icon {
  width: 1.6rem !important;
  height: 1.6rem !important;
  transform: none !important;
  flex-shrink: 0;
}
.prime-scroll-table .table .cell-icons,
.prime-scroll-table .p-datatable-table .cell-icons {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
}
.prime-scroll-table .table .cell-icons .icon:last-child,
.prime-scroll-table .p-datatable-table .cell-icons .icon:last-child {
  margin-left: 0;
}
.prime-scroll-table .table .cell-icons .icon:last-child,
.prime-scroll-table .p-datatable-table .cell-icons .icon:last-child {
  margin-right: 0;
}
.prime-scroll-table .table .cell-icons-1,
.prime-scroll-table .p-datatable-table .cell-icons-1 {
  flex-basis: 3.4rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 3.4rem;
}
.prime-scroll-table .table .cell-icons-2,
.prime-scroll-table .p-datatable-table .cell-icons-2 {
  flex-basis: 7.6rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 7.6rem;
}
.prime-scroll-table .table .cell-icons-3,
.prime-scroll-table .p-datatable-table .cell-icons-3 {
  flex-basis: 11.2rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 11.2rem;
}
.prime-scroll-table .table .cell-icons-4,
.prime-scroll-table .p-datatable-table .cell-icons-4 {
  flex-basis: 13.6rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 13.6rem;
}
.prime-scroll-table .table .checkbox-cell,
.prime-scroll-table .p-datatable-table .checkbox-cell {
  flex-basis: 3.6rem;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 3.6rem;
  line-height: 1;
}
.prime-scroll-table .table .cell-icons .icon,
.prime-scroll-table .p-datatable-table .cell-icons .icon,
.prime-scroll-table .table .cell-icons-1 .icon,
.prime-scroll-table .p-datatable-table .cell-icons-1 .icon,
.prime-scroll-table .table .cell-icons-2 .icon,
.prime-scroll-table .p-datatable-table .cell-icons-2 .icon,
.prime-scroll-table .table .cell-icons-3 .icon,
.prime-scroll-table .p-datatable-table .cell-icons-3 .icon {
  height: 1.6rem;
}
.prime-scroll-table .table .cell-icons .icon:before,
.prime-scroll-table .p-datatable-table .cell-icons .icon:before,
.prime-scroll-table .table .cell-icons-1 .icon:before,
.prime-scroll-table .p-datatable-table .cell-icons-1 .icon:before,
.prime-scroll-table .table .cell-icons-2 .icon:before,
.prime-scroll-table .p-datatable-table .cell-icons-2 .icon:before,
.prime-scroll-table .table .cell-icons-3 .icon:before,
.prime-scroll-table .p-datatable-table .cell-icons-3 .icon:before {
  font-size: 1.4rem;
  margin-right: 0;
}
.prime-scroll-table .table .cell-icons .blocked-icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons .blocked-icon + .icon,
.prime-scroll-table .table .cell-icons-1 .blocked-icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-1 .blocked-icon + .icon,
.prime-scroll-table .table .cell-icons-2 .blocked-icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-2 .blocked-icon + .icon,
.prime-scroll-table .table .cell-icons-3 .blocked-icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-3 .blocked-icon + .icon,
.prime-scroll-table .table .cell-icons .icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons .icon + .icon,
.prime-scroll-table .table .cell-icons-1 .icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-1 .icon + .icon,
.prime-scroll-table .table .cell-icons-2 .icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-2 .icon + .icon,
.prime-scroll-table .table .cell-icons-3 .icon + .icon,
.prime-scroll-table .p-datatable-table .cell-icons-3 .icon + .icon {
  margin-left: 0.8rem;
}
.prime-scroll-table .table .text-right,
.prime-scroll-table .p-datatable-table .text-right {
  text-align: right;
  justify-content: right;
}
.prime-scroll-table .data-item-group {
  -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 1.2rem;
  padding: 2rem;
}
.no-resizable .p-column-resizer {
  display: none;
}
.prime-dropdown-table-container {
  width: 100%;
  overflow: auto;
}
.prime-dropdown-table-container .p-resizable-column {
  width: 16rem !important;
}
.row-primary {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
}
.p-hidden {
  display: none;
}
.p-hidden-space {
  visibility: hidden;
}
.p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
  transform: scale(0);
}
.p-checkbox {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-checkbox-disabled {
  cursor: default !important;
  pointer-events: none;
}
.p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
p-checkbox {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.p-checkbox-label {
  line-height: 1;
}
.p-checkbox .p-checkbox-box {
  border-width: 2px;
}
/* prime theme checkbox */
.p-checkbox {
  width: 16px;
  height: 16px;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid #6d6d6d;
  background: #ffffff;
  width: 16px;
  height: 16px;
  color: #631656;
  color: var(--rs-primary);
  border-radius: 0;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  color: #ffffff;
  font-size: 10px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #631656;
  border-color: var(--rs-primary);
  background: #631656;
  background: var(--rs-primary);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #631656;
  border-color: var(--rs-primary);
  outline: 1px solid #631656;
  outline: 1px solid var(--rs-primary);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #631656;
  border-color: var(--rs-primary);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #631656;
  border-color: var(--rs-primary);
  background: #631656;
  background: var(--rs-primary);
  color: #ffffff;
  outline: none;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #631656;
  background: var(--rs-primary);
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0b7ad1;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-paginator {
  color: #111111;
  padding: 0 !important;
  border-radius: 3px;
  justify-content: flex-end !important;
  margin-top: 1.5rem;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 3rem;
  height: 3rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
  padding: 0 0.4rem;
}
.p-paginator .p-paginator-first span,
.p-paginator .p-paginator-prev span,
.p-paginator .p-paginator-next span,
.p-paginator .p-paginator-last span {
  font-size: 1.4rem;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 3rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 3rem;
  height: 3rem;
  margin: 0.143rem;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 0 0.4rem;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #631656;
  background: var(--rs-primary);
  border-color: #631656;
  border-color: var(--rs-primary);
  color: #FFFFFF;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #631656;
  background: var(--rs-primary);
  border-color: #631656;
  border-color: var(--rs-primary);
  color: #FFFFFF;
}
.p-inputwrapper {
  flex: 1 auto;
}
.p-autocomplete {
  width: 100%;
}
p-autocomplete.p-inputwrapper {
  border: 0;
}
button.p-autocomplete-dropdown {
  padding: 0 0.5rem;
  background-color: #FFFFFF !important;
  border: none !important;
  color: #111111;
}
button.p-autocomplete-dropdown .p-button-icon {
  display: none;
}
button.p-autocomplete-dropdown:before {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  content: url(/assets/images/icons/angle-down.svg);
}
button.p-autocomplete-dropdown:hover {
  background-color: #FFFFFF !important;
  color: #111111;
}
.fields--grey button.p-autocomplete-dropdown {
  background-color: #ececec !important;
}
.fields--grey button.p-autocomplete-dropdown:hover {
  background-color: #ececec !important;
  color: #111111;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-inputwrapper {
  border: 1px solid #ececec;
}
.p-inputwrapper .p-autocomplete .p-autocomplete-input {
  color: #111111;
  font-size: 1.2rem;
  margin: 0;
}
.p-inputwrapper .p-autocomplete .p-autocomplete-input:focus,
.p-inputwrapper .p-autocomplete .p-autocomplete-input:hover {
  border: #FFFFFF;
}
.field.error .p-inputwrapper {
  border: 1px solid #cc0000;
  display: block;
}
.field.error .p-inputwrapper .p-autocomplete .p-autocomplete-input {
  border: #FFFFFF;
  border: none;
}
.field.error .p-inputwrapper .p-autocomplete .p-autocomplete-input:focus,
.field.error .p-inputwrapper .p-autocomplete .p-autocomplete-input:hover {
  border: #FFFFFF;
  border: none;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #f44336;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #111111;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item .dropdown-list__row:hover {
  color: #111111;
  background: #EFE7EE;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item .dropdown-list__row--header:hover {
  color: #111111;
  background: transparent;
  cursor: default;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight .dropdown-list__row {
  color: #FFFFFF;
  background: #631656;
  background: var(--rs-primary);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight .dropdown-list__row--header {
  color: #111111;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.autocomplete-dropdown-left .p-autocomplete-panel {
  left: auto !important;
  right: 0 !important;
}
.autocomplete-dropdown-large .p-autocomplete-panel {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 92vw !important;
  min-width: 100% !important;
}
#autocomplete-panel-left {
  position: relative !important;
}
#autocomplete-panel-left .p-autocomplete-panel {
  position: absolute;
  right: 0 !important;
  top: 100% !important;
  left: auto !important;
  z-index: 99;
}
.p-disabled,
.p-disabled * {
  cursor: default !important;
  pointer-events: none;
}
.field--calendar input {
  font-weight: 700;
}
.field--calendar .p-calendar {
  width: 100%;
}
.field--calendar .p-inputwrapper {
  border: none;
}
.panel-left {
  transform: translateX(-45%);
}
.p-datepicker {
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  min-width: 28rem !important;
  font-size: 1.2rem;
}
.p-datepicker .p-datepicker-header {
  font-size: 1.3rem;
  border-bottom: 1px solid #ececec;
}
.p-datepicker .p-datepicker-header button,
.p-datepicker .p-datepicker-header .button {
  padding: 0 1.2rem;
}
.p-datepicker .p-datepicker-header button:hover,
.p-datepicker .p-datepicker-header .button:hover {
  background-color: #ececec;
}
.p-datepicker .p-timepicker {
  margin: 0.8rem 0;
}
.p-datepicker .p-timepicker button:hover,
.p-datepicker .p-timepicker .button:hover {
  background-color: #ececec;
}
.p-datepicker .p-datepicker-footer {
  display: flex;
  border-top: 1px solid #ececec;
}
.p-datepicker .p-datepicker-footer .button {
  font-size: 1.2rem;
  flex: 1 auto;
  border-radius: 0;
  border-right: 1px solid #ececec;
}
.p-datepicker .p-datepicker-footer .button:last-child {
  border: none;
}
.p-datepicker table tr:nth-of-type(even) {
  background-color: #FFFFFF;
}
.p-datepicker table td {
  border: none;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td .p-disabled {
  color: grey;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span:hover {
  background: #ececec;
}
.p-datepicker table td > span.p-highlight {
  color: #111111;
  background: #D8C5D5;
  background: var(--rs-primary-pale);
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #D8C5D5;
          box-shadow: 0 0 0 0.2rem var(--rs-primary-pale);
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ececec;
  color: #631656;
  color: var(--rs-primary);
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #111111;
  background: #D8C5D5;
  background: var(--rs-primary-pale);
}
.p-datepicker .p-monthpicker-month,
.p-datepicker .p-yearpicker-year {
  padding: 1rem 1.4rem;
}
.p-datepicker .p-monthpicker-month:hover,
.p-datepicker .p-yearpicker-year:hover {
  background-color: #ececec;
}
.p-column-filter {
  vertical-align: middle;
  margin-left: 0.4rem;
}
.p-column-filter .p-column-filter-menu-button {
  border-radius: 3px;
  transition: none;
  padding: 0.4rem;
  height: auto;
  font-size: 1.2rem;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
}
.p-column-filter .p-column-filter-menu-button:hover,
.p-column-filter .p-column-filter-menu-button:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #111111;
  border: 0 none;
  border-radius: 0.3rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 20rem;
  padding: 1.2rem 1.6rem;
}
@font-face {
  font-family: 'primeicons';
  src: url('/assets/fonts/primeicons/primeicons.eot');
  src: url('/assets/fonts/primeicons/primeicons.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/primeicons/primeicons.svg#icon') format('svg'), url('/assets/fonts/primeicons/primeicons.woff') format('woff'), url('/assets/fonts/primeicons/primeicons.ttf') format('truetype'), url('/assets/fonts/primeicons/primeicons.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: 'primeicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
.multiselect {
  width: 100%;
  flex: 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.multiselect p-multiselect {
  min-width: 100% !important;
}
.multiselect .p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  width: 100%;
  min-height: 3rem;
}
.multiselect .p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.multiselect .p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4rem;
}
.multiselect .p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.multiselect .p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #D8C5D5;
  background: var(--rs-primary-pale);
  color: #111111;
  border-radius: 3px;
  margin-top: .1rem;
  margin-bottom: .1rem;
}
.multiselect .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.multiselect .p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.multiselect .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
}
.multiselect .p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.multiselect .p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  padding: 0;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.multiselect .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
}
.multiselect .p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}
.multiselect .p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.multiselect p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #f44336;
}
.multiselect .p-input-filled .p-multiselect {
  background: #f8f9fa;
}
.multiselect .p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.multiselect .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.multiselect .p-checkbox .p-checkbox-box {
  background: rgba(205, 209, 217, 0.37) !important;
  border: 1px solid #CDD1D9 !important;
}
.multiselect .p-checkbox .p-checkbox-box.p-highlight {
  border: 0;
}
.multiselect .p-checkbox {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
  position: relative;
}
.multiselect .p-checkbox-disabled {
  cursor: default !important;
  pointer-events: none;
}
.multiselect .p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.multiselect p-checkbox {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.multiselect .p-checkbox-label {
  line-height: 1;
}
.multiselect .p-checkbox {
  width: 20px;
  height: 20px;
}
.multiselect .p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.multiselect .p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #631656;
  color: var(--rs-primary);
  font-size: 14px;
}
.multiselect .p-checkbox .p-checkbox-box.p-highlight {
  border-color: #FF5C39;
  background: #FF5C39;
}
.multiselect .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #FF5C39;
}
.multiselect .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #FF5C39;
}
.multiselect .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #FF5C39;
  background: #FF5C39;
  color: #ffffff;
}
.multiselect p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}
.multiselect .p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.multiselect .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #FF5C39;
}
.multiselect .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f8f9fa;
}
.multiselect .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0b7ad1;
}
.multiselect .p-checkbox-label {
  margin-left: 0.5rem;
}
.multiselect .p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multiselect .p-hidden-accessible input,
.multiselect .p-hidden-accessible select {
  transform: scale(0);
}
.fields--grey .multiselect .p-multiselect {
  background-color: #ececec;
  border-color: #ececec;
  color: #111111;
}
.fields--grey .multiselect .p-multiselect:disabled,
.fields--grey .multiselect .p-multiselect.disabled {
  background-color: #f5f5f5;
  border: none;
}
/*
 * Utilities
 */
/*
 * Utility Classes
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-height {
  height: 100%;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.overflow-hidden {
  overflow: hidden;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.3rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.plus-item__link {
  color: #631656;
  color: var(--rs-primary);
  background-color: #6d6d6d;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.plus-item__link:hover {
  background-color: #631656;
  background-color: var(--rs-primary);
}
.plus-item .icon {
  line-height: 1;
}
.plus-item .icon:before {
  font-size: 1rem;
  margin: 0;
  color: #FFFFFF;
  line-height: 1.2;
}
.plus-item--down {
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}
.input-text {
  background-color: #ececec;
  color: #111111;
  padding: 0.8rem 1rem;
  margin: 0;
  min-height: 3rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  flex: 1 auto;
}
.textarea-text {
  background-color: #ececec;
  color: #111111;
  padding: 1.5rem;
  margin: 0;
  height: auto;
  font-size: 1.2rem;
  line-height: 1.5;
}
.underline-link {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.underline-link:hover {
  text-decoration: none;
}
.dark-heading {
  background: #3D3D3D;
  color: #f5f5f5;
  padding: 0.6rem 1.4rem;
  min-height: 3rem;
}
.dark-heading .label {
  width: auto;
  height: auto;
  min-height: 1.8rem;
  color: #f5f5f5;
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.featured-text {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.data-item-group {
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 2.4rem;
}
.data-item-group .data-item {
  width: 100%;
}
.data-item-group.w-1-4 {
  width: calc(25% - 0.6rem);
}
.data-item-group.w-1-4 .data-item {
  display: block;
}
.data-item-group.w-1-4 .data-item__value {
  margin-left: 0.8rem;
}
@media (max-width: 1279px) {
  .data-item-group.w-1-4 {
    width: 100%;
  }
}
.data-item-group.w-3-4 {
  width: calc(75% - 0.6rem);
}
@media (max-width: 1279px) {
  .data-item-group.w-3-4 {
    width: 100%;
  }
}
.data-item-group.data-item-group--two-columns .data-item {
  width: 47.5%;
}
@media (max-width: 767px) {
  .data-item-group.data-item-group--two-columns .data-item {
    width: 100%;
  }
}
.data-item-group.data-item-group--three-columns .data-item {
  width: 30%;
}
@media (max-width: 767px) {
  .data-item-group.data-item-group--three-columns .data-item {
    width: 100%;
  }
}
.data-item-group.data-item-group--four-columns {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media (max-width: 1023px) {
  .data-item-group.data-item-group--four-columns {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
.data-item-group.data-item-group--four-columns .data-item {
  width: 22%;
}
@media (max-width: 1023px) {
  .data-item-group.data-item-group--four-columns .data-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .data-item-group.data-item-group--four-columns .data-item {
    width: 100%;
  }
}
.data-item-group--inline .data-item {
  width: auto;
}
.data-item {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.data-item__title {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.data-item__title:after {
  content: ":";
}
.data-item-group-container {
  padding: 0 1rem 0.8rem;
}
table tr + .data-item-group-container {
  background-color: #FFFFFF;
}
table tr + .data-item-group-container .data-item-group {
  background-color: #EFE7EE;
}
table tr:nth-of-type(even) + .data-item-group-container {
  background-color: #f5f5f5;
}
table tr:nth-of-type(even) + .data-item-group-container .data-item-group {
  background-color: #FFFFFF;
}
.pre-wrap {
  white-space: pre-wrap;
}
.list-style-none {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filled-data {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.filled-data__title {
  width: 8rem;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.filled-data__value {
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.filled-data__link {
  color: #631656;
  color: var(--rs-primary);
  font-size: 1.2rem;
  text-decoration: underline;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.filled-data__link:hover {
  text-decoration: none;
}
.filled-data .tag-clear {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1;
  background-color: #ececec;
  border-radius: 2.5rem;
  padding: .3rem .4rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
}
.filled-data .tag-clear:before {
  content: "\e911";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
}
.filled-data--textarea {
  align-items: flex-start;
}
.filled-data--textarea .filled-data__title {
  line-height: 1.5;
}
.filled-data--textarea .filled-data__value {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.filled-data.dark-heading .filled-data__title {
  padding-left: 1.4rem;
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.filled-data.dark-heading .filled-data__value {
  padding-right: 1.4rem;
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.filled-data.dark-heading + .filled-data {
  margin-top: 0.5rem;
}
.dark-heading .filled-data .filled-data__title {
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dark-heading .filled-data .filled-data__value {
  font-size: 1.1rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.filled-data-group--small .filled-data__title {
  width: 6rem;
}
.filled-data-group--medium .filled-data__title {
  width: 9rem;
}
.filled-data-group--large .filled-data__title {
  width: 11rem;
}
@media (max-width: 1279px) {
  .column-md {
    flex-direction: column !important;
  }
}
.flex-column {
  flex-direction: column;
}
.form-button-icon {
  padding: 0.5rem 0;
  margin: 0 0 1.2rem 0;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-button-icon:before {
  font-size: 1.4rem;
}
.field + .form-button-icon {
  margin-left: 1rem;
}
.field.error + .form-button-icon,
.form-button-icon.extra-margin {
  margin-left: 1rem;
  margin-bottom: 3rem;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.margin-top-minus-1 {
  margin-top: -1rem;
}
.margin-top-minus-2 {
  margin-top: -2rem;
}
.margin-top-minus-3 {
  margin-top: -3rem;
}
.margin-top-minus-4 {
  margin-top: -4rem;
}
.margin-top-minus-5 {
  margin-top: -5rem;
}
.margin-top-minus-6 {
  margin-top: -6rem;
}
.max-width-sm {
  max-width: 42rem;
}
.no-content {
  margin-top: 0.8rem;
  background-color: #FFFFFF;
  padding: 4rem 2.4rem;
  text-align: center;
}
.no-content p {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.no-content--slim {
  margin-top: 0;
  padding: 1.2rem 2.4rem;
}
.no-results,
.table-empty {
  margin-top: 0.8rem;
  background-color: #FFFFFF;
  padding: 10rem 2.4rem;
  text-align: center;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
  flex: 1 auto;
}
.no-results p,
.table-empty p {
  font-size: 1.8rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.row-field-height {
  height: 4.2rem;
}
@media screen and (max-width: 1400px) {
  .row-field-height {
    display: none;
  }
}
.modal-gallery .no-results,
.table-empty {
  margin-top: 0;
  padding: 8rem 2.4rem;
  box-shadow: none;
}
.table-empty--minimal {
  margin: 0;
  background: transparent;
  box-shadow: none;
}
.table-empty--expeditions {
  margin: 0;
  padding: 3.2rem 2.4rem;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
}
.table-empty--expeditions p {
  font-size: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.table-empty--expeditions img {
  margin: 0.6rem 0 1.2rem;
}
.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.overflow-y-auto::-webkit-scrollbar {
  width: 1.4rem;
}
.overflow-y-auto::-webkit-scrollbar-track {
  background: transparent;
}
.overflow-y-auto::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 5px 5px #b5b5b5;
  border: solid 5px transparent;
  min-height: 3rem;
}
.overflow-y-auto::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px 5px #6d6d6d;
  border: solid 5px transparent;
}
.overflow-y-auto::-webkit-scrollbar-corner {
  background-color: transparent;
}
.selection {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.selection__box {
  height: 32rem;
  width: 45%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  background-color: #ececec;
  flex: 1 auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.selection__box::-webkit-scrollbar {
  width: 2.6rem;
}
.selection__box::-webkit-scrollbar-track {
  background: transparent;
}
.selection__box::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  box-shadow: inset 0 0 10px 10px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.selection__box::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 10px 10px #6d6d6d;
  border: solid 8px transparent;
}
.selection__box::-webkit-scrollbar-corner {
  background-color: transparent;
}
.selection__list {
  margin: 0;
  padding: 0.8rem;
  list-style-type: none;
}
.selection__list li {
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
  margin: 0 0 0.6rem 0;
  font-size: 1.2rem;
  cursor: pointer;
  border-bottom: 1px solid lightgrey;
}
.selection__list li:hover {
  background-color: #D8C5D5;
  background-color: var(--rs-primary-pale);
}
.selection__list li.selected {
  background-color: #B18AAA;
  background-color: var(--rs-primary-medium);
  color: #FFFFFF;
}
.selection__list li.active {
  background-color: #631656;
  background-color: var(--rs-primary);
  color: #FFFFFF;
}
.selection__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.selection__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.7rem;
  color: #111111;
  border: 0.1rem solid;
}
.selection__button .icon:before {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.2;
  vertical-align: middle;
}
.selection__button:hover {
  border: 0.1rem solid #631656;
  border: 0.1rem solid var(--rs-primary);
  background-color: #631656;
  background-color: var(--rs-primary);
}
.selection__button:hover .icon:before {
  color: #FFFFFF;
}
.col-date {
  flex: 1 auto;
  max-width: 14rem;
}
.col-operators {
  flex: 1 auto;
  max-width: 6rem;
}
.top-index {
  z-index: 99990 !important;
  position: absolute !important;
}
.tooltip-area {
  padding: 0.5rem;
  margin: -0.5rem;
}
.row-lined {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #b5b5b5;
}
.w-full,
.fullwidth {
  width: 100%;
}
.h-full {
  height: 100%;
}
.min-w-0 {
  min-width: 0;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xs {
  max-width: 32rem;
}
.max-w-sm {
  max-width: 38.4rem;
}
.max-w-md {
  max-width: 44.8rem;
}
.max-w-lg {
  max-width: 51.2rem;
}
.max-w-xl {
  max-width: 57.6rem;
}
.max-w-2xl {
  max-width: 67.2rem;
}
.max-w-3xl {
  max-width: 76.8rem;
}
.max-w-4xl {
  max-width: 89.6rem;
}
.max-w-5xl {
  max-width: 102.4rem;
}
.max-w-6xl {
  max-width: 115.2rem;
}
.max-w-7xl {
  max-width: 128rem;
}
.filter-scroll {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  max-width: 100%;
}
.filter-scroll__content {
  flex: 1 auto;
  max-width: calc(100% - 10.2rem);
  max-width: 83%;
}
.filter-scroll .buttons {
  flex-shrink: 0;
  margin-top: 5.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 0.4rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.filter-scroll .button-text {
  padding-right: 0;
  padding-left: 0;
}
.filter-scroll--full .filter-scroll__content {
  max-width: 100%;
}
.filter-group {
  max-width: 100%;
}
.filter-group__title {
  width: 100%;
  margin: 0;
  padding: 0.6rem 0 0.4rem;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.filter-group__link {
  margin-left: auto;
  text-transform: none;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.filter-group__content {
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.filter-group__content::-webkit-scrollbar {
  width: 2.4rem;
  height: 2.4rem;
}
.filter-group__content::-webkit-scrollbar-track {
  background: transparent;
}
.filter-group__content::-webkit-scrollbar-thumb {
  border-radius: 4.8rem;
  box-shadow: inset 0 0 10px 10px #b5b5b5;
  border: solid 8px transparent;
  min-height: 3rem;
}
.filter-group__content::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 10px 10px #6d6d6d;
  border: solid 8px transparent;
}
.filter-group__content::-webkit-scrollbar-corner {
  background-color: transparent;
}
.filter-group__content .field {
  flex-shrink: 0;
  margin: 0;
}
.filter-group__content .field label {
  line-height: 1;
  margin-top: 1rem;
}
.filter-group__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  margin-top: 0.8rem;
  flex-shrink: 0;
}
/* Tailwind most used classes */
.mt-10 {
  margin-top: 4rem !important;
}
.mb-10 {
  margin-bottom: 4rem !important;
}
.ml-10 {
  margin-left: 4rem !important;
}
.mr-10 {
  margin-right: 4rem !important;
}
.mt-9 {
  margin-top: 3.6rem !important;
}
.mb-9 {
  margin-bottom: 3.6rem !important;
}
.ml-9 {
  margin-left: 3.6rem !important;
}
.mr-9 {
  margin-right: 3.6rem !important;
}
.mt-8 {
  margin-top: 3.2rem !important;
}
.mb-8 {
  margin-bottom: 3.2rem !important;
}
.ml-8 {
  margin-left: 3.2rem !important;
}
.mr-8 {
  margin-right: 3.2rem !important;
}
.mt-7 {
  margin-top: 2.8rem !important;
}
.mb-7 {
  margin-bottom: 2.8rem !important;
}
.ml-7 {
  margin-left: 2.8rem !important;
}
.mr-7 {
  margin-right: 2.8rem !important;
}
.mt-6 {
  margin-top: 2.4rem !important;
}
.mb-6 {
  margin-bottom: 2.4rem !important;
}
.ml-6 {
  margin-left: 2.4rem !important;
}
.mr-6 {
  margin-right: 2.4rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.ml-5 {
  margin-left: 2rem !important;
}
.mr-5 {
  margin-right: 2rem !important;
}
.mt-4 {
  margin-top: 1.6rem !important;
}
.mb-4 {
  margin-bottom: 1.6rem !important;
}
.ml-4 {
  margin-left: 1.6rem !important;
}
.mr-4 {
  margin-right: 1.6rem !important;
}
.mt-3 {
  margin-top: 1.2rem !important;
}
.mb-3 {
  margin-bottom: 1.2rem !important;
}
.ml-3 {
  margin-left: 1.2rem !important;
}
.mr-3 {
  margin-right: 1.2rem !important;
}
.mt-2 {
  margin-top: 0.8rem !important;
}
.mb-2 {
  margin-bottom: 0.8rem !important;
}
.ml-2 {
  margin-left: 0.8rem !important;
}
.mr-2 {
  margin-right: 0.8rem !important;
}
.mt-1 {
  margin-top: 0.4rem !important;
}
.mb-1 {
  margin-bottom: 0.4rem !important;
}
.ml-1 {
  margin-left: 0.4rem !important;
}
.mr-1 {
  margin-right: 0.4rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.-mt-2 {
  margin-top: -0.8rem !important;
}
.-mb-2 {
  margin-bottom: -0.8rem !important;
}
.-ml-2 {
  margin-left: -0.8rem !important;
}
.-mr-2 {
  margin-right: -0.8rem !important;
}
.-mt-1 {
  margin-top: -0.4rem !important;
}
.-mb-1 {
  margin-bottom: -0.4rem !important;
}
.-ml-1 {
  margin-left: -0.4rem !important;
}
.-mr-1 {
  margin-right: -0.4rem !important;
}
.pt-8 {
  padding-top: 3.2rem !important;
}
.pb-8 {
  padding-bottom: 3.2rem !important;
}
.pl-8 {
  padding-left: 3.2rem !important;
}
.pr-8 {
  padding-right: 3.2rem !important;
}
.pt-7 {
  padding-top: 2.8rem !important;
}
.pb-7 {
  padding-bottom: 2.8rem !important;
}
.pl-7 {
  padding-left: 2.8rem !important;
}
.pr-7 {
  padding-right: 2.8rem !important;
}
.pt-6 {
  padding-top: 2.4rem !important;
}
.pb-6 {
  padding-bottom: 2.4rem !important;
}
.pl-6 {
  padding-left: 2.4rem !important;
}
.pr-6 {
  padding-right: 2.4rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.pl-5 {
  padding-left: 2rem !important;
}
.pr-5 {
  padding-right: 2rem !important;
}
.pt-4 {
  padding-top: 1.6rem !important;
}
.pb-4 {
  padding-bottom: 1.6rem !important;
}
.pl-4 {
  padding-left: 1.6rem !important;
}
.pr-4 {
  padding-right: 1.6rem !important;
}
.pt-3 {
  padding-top: 1.2rem !important;
}
.pb-3 {
  padding-bottom: 1.2rem !important;
}
.pl-3 {
  padding-left: 1.2rem !important;
}
.pr-3 {
  padding-right: 1.2rem !important;
}
.pt-2 {
  padding-top: 0.8rem !important;
}
.pb-2 {
  padding-bottom: 0.8rem !important;
}
.pl-2 {
  padding-left: 0.8rem !important;
}
.pr-2 {
  padding-right: 0.8rem !important;
}
.pt-1 {
  padding-top: 0.4rem !important;
}
.pb-1 {
  padding-bottom: 0.4rem !important;
}
.pl-1 {
  padding-left: 0.4rem !important;
}
.pr-1 {
  padding-right: 0.4rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.box {
  background-color: #FFFFFF;
  padding: 1.8rem 2.4rem 2.4rem 2.4rem;
  margin: 0;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
}
.form-inline {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}
.form-inline .field {
  margin-bottom: 0;
}
.form-inline .field--checkbox {
  margin-top: 0.6rem;
}
.form-inline .fields {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  row-gap: 1.2rem;
  max-width: 100%;
}
.form-inline .field--inline {
  margin-bottom: 0;
}
.form-inline .field--inline .ng-select {
  min-width: 10rem;
}
.form-inline .field--inline label,
.form-inline .field--inline .label-container {
  width: auto;
}
@media (max-width: 767px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}
.w-1-4 {
  width: 25%;
}
.w-1-2 {
  width: 50%;
}
.separator {
  display: block;
  height: 1px;
  width: 100%;
  border: none;
  background-color: #111111;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.section {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.section__header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.normal-case {
  text-transform: none;
}
.form-details {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  min-width: 14rem;
}
.form-details .filled-data {
  padding: 0.2rem 0;
}
.form-details .buttons {
  margin-top: auto;
  margin-bottom: 1.2rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.flex-grow {
  flex-grow: 1;
}
.gap-10 {
  gap: 4rem;
}
.gap-x-10 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-10 {
  row-gap: 4rem;
}
.gap-9 {
  gap: 3.6rem;
}
.gap-x-9 {
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
}
.gap-y-9 {
  row-gap: 3.6rem;
}
.gap-8 {
  gap: 3.2rem;
}
.gap-x-8 {
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.gap-y-8 {
  row-gap: 3.2rem;
}
.gap-7 {
  gap: 2.8rem;
}
.gap-x-7 {
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
.gap-y-7 {
  row-gap: 2.8rem;
}
.gap-6 {
  gap: 2.4rem;
}
.gap-x-6 {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.gap-y-6 {
  row-gap: 2.4rem;
}
.gap-5 {
  gap: 2rem;
}
.gap-x-5 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-5 {
  row-gap: 2rem;
}
.gap-4 {
  gap: 1.6rem;
}
.gap-x-4 {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.gap-y-4 {
  row-gap: 1.6rem;
}
.gap-3 {
  gap: 1.2rem;
}
.gap-x-3 {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.gap-y-3 {
  row-gap: 1.2rem;
}
.gap-2 {
  gap: 0.8rem;
}
.gap-x-2 {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.gap-y-2 {
  row-gap: 0.8rem;
}
.gap-1 {
  gap: 0.4rem;
}
.gap-x-1 {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.gap-y-1 {
  row-gap: 0.4rem;
}
.gap-0 {
  gap: 0rem;
}
.gap-x-0 {
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.gap-y-0 {
  row-gap: 0rem;
}
.bg-primary {
  background-color: #631656 !important;
  background-color: var(--rs-primary) !important;
}
.alert-box {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding: 0.8rem 1.2rem;
  font-size: #cc0000;
  border-radius: 3px;
  color: #cc0000;
  border: 1px solid rgba(204, 0, 0, 0.05);
  background-color: #F7D8D8;
  min-height: 4rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.alert-box .icon:before {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1;
}
.alert-box__text {
  font-size: 1.2rem;
}
.alert-box ul {
  margin: 0;
}
.alert-box ul li::marker {
  color: #cc0000;
  margin-right: -0.4rem;
}
.alert-box ul li {
  font-size: 1.2rem;
  color: #cc0000;
  margin-top: 0;
  margin-bottom: 0.6rem;
  padding: 0;
  line-height: 1.2;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.alert-box--small {
  min-height: 3rem;
  padding: 0.4rem 1.2rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.alert-box--small .icon:before {
  font-size: 1.5rem;
}
.title-lined {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.title-lined:after {
  content: "";
  display: block;
  flex: 1 auto;
  border-top: 1px solid #3D3D3D;
}
.pointer-events-none {
  pointer-events: none;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*
 * Visibility
 */
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Print & Screen
 */
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media print {
  .visible-print {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-screen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen {
  .visible-screen {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Hidden Breakpoints
 */
@media (min-width: 1680px) {
  .hidden-xlarge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-large {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) {
  .hidden-large-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1679px) {
  .hidden-large-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) {
  .hidden-medium-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1279px) {
  .hidden-medium-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .hidden-small-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1023px) {
  .hidden-small-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-xsmall {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
/*
 * Visible Breakpoints
 */
.visible-xlarge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1680px) {
  .visible-xlarge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-large {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) {
  .visible-large-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1679px) {
  .visible-large-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  .visible-medium-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1279px) {
  .visible-medium-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .visible-small-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1023px) {
  .visible-small-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .visible-xsmall {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Display
 */
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*
 * Position
 */
.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.position-top-left.gutter {
  top: 1.6rem;
  left: 1.6rem;
}
.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}
.position-top-right.gutter {
  top: 1.6rem;
  right: 1.6rem;
}
.position-bottom-left {
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.position-bottom-left.gutter {
  bottom: 1.6rem;
  left: 1.6rem;
}
.position-bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.position-bottom-right.gutter {
  bottom: 1.6rem;
  right: 1.6rem;
}
.position-left-center {
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.position-left-center.gutter {
  left: 1.6rem;
}
.position-right-center {
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.position-right-center.gutter {
  right: 1.6rem;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
 * Flex
 */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.flex-inline {
  display: -webkit-flex-inline;
  display: -moz-flex-inline;
  display: -ms-flex-inlinebox;
  display: -ms-flex-inline;
  display: flex-inline;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  -moz-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -moz-flex-direction: column;
          flex-direction: column;
}
.flex-1 {
  -moz-flex: 1;
          flex: 1;
}
.flex-1-1-auto {
  -moz-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-1-0-auto {
  -moz-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flex-0-0-auto {
  -moz-flex: 0 0 auto;
          flex: 0 0 auto;
}
.justify-content-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
          justify-content: flex-start;
}
.justify-content-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
          justify-content: flex-end;
}
.justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
          justify-content: center;
}
.justify-content-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
          justify-content: space-between;
}
.justify-content-space-around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
      justify-content: space-around;
}
.align-content-flex-start {
  -ms-align-content: flex-start;
      align-content: flex-start;
}
.align-content-flex-end {
  -ms-align-content: flex-end;
      align-content: flex-end;
}
.align-content-center {
  -ms-align-content: center;
      align-content: center;
}
.align-content-space-between {
  -ms-align-content: space-between;
      align-content: space-between;
}
.align-content-space-around {
  -ms-align-content: space-around;
      align-content: space-around;
}
.align-content-stretch {
  -ms-align-content: stretch;
      align-content: stretch;
}
.align-items-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
          align-items: flex-start;
}
.align-items-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
          align-items: flex-end;
}
.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
          align-items: center;
}
.align-items-baseline {
  -moz-align-items: baseline;
  -ms-align-items: baseline;
          align-items: baseline;
}
.align-items-stretch {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
          align-items: stretch;
}
.align-self-flex-start {
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.align-self-flex-end {
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.align-self-center {
  -ms-align-self: center;
  align-self: center;
}
.align-self-baseline {
  -ms-align-self: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-align-self: stretch;
  align-self: stretch;
}
/*
 * Float
 */
.right {
  float: right !important;
}
@media (min-width: 1680px) {
  .clear-right-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-right-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-right-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-right-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-right-xsmall {
    float: none !important;
  }
}
.left {
  float: left !important;
}
@media (min-width: 1680px) {
  .clear-left-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-left-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-left-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-left-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-left-xsmall {
    float: none !important;
  }
}
/*
 * Max Width
 */
.max-width-xlarge {
  max-width: 128rem;
}
.max-width-large {
  max-width: 100rem;
}
.max-width-medium {
  max-width: 80rem;
}
.max-width-small {
  max-width: 60rem;
}
.max-width-xsmall {
  max-width: 48rem;
}
/*
 * Margin
 */
.margin-xlarge {
  margin: 8rem;
}
.margin-large {
  margin: 5rem;
}
.margin-medium {
  margin: 3.5rem;
}
.margin-small {
  margin: 2rem;
}
.margin-xsmall {
  margin: 1.5rem;
}
.margin-xxsmall {
  margin: 1rem;
}
.margin-top-xlarge {
  margin-top: 8rem;
}
.margin-top-large {
  margin-top: 5rem;
}
.margin-top-medium {
  margin-top: 3.5rem;
}
.margin-top-small {
  margin-top: 2rem;
}
.margin-top-xsmall {
  margin-top: 1.5rem;
}
.margin-top-xxsmall {
  margin-top: 1rem;
}
.margin-bottom-xlarge {
  margin-bottom: 8rem;
}
.margin-bottom-large {
  margin-bottom: 5rem;
}
.margin-bottom-medium {
  margin-bottom: 3.5rem;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-xsmall {
  margin-bottom: 1.5rem;
}
.margin-bottom-xxsmall {
  margin-bottom: 1rem;
}
.margin-left-xlarge {
  margin-left: 8rem;
}
.margin-left-large {
  margin-left: 5rem;
}
.margin-left-medium {
  margin-left: 3.5rem;
}
.margin-left-small {
  margin-left: 2rem;
}
.margin-left-xsmall {
  margin-left: 1.5rem;
}
.margin-left-xxsmall {
  margin-left: 1rem;
}
.margin-right-xlarge {
  margin-right: 8rem;
}
.margin-right-large {
  margin-right: 5rem;
}
.margin-right-medium {
  margin-right: 3.5rem;
}
.margin-right-small {
  margin-right: 2rem;
}
.margin-right-xsmall {
  margin-right: 1.5rem;
}
.margin-right-xxsmall {
  margin-right: 1rem;
}
/*
 * Padding
 */
.padding-xlarge {
  padding: 8rem;
}
.padding-large {
  padding: 5rem;
}
.padding-medium {
  padding: 3.5rem;
}
.padding-small {
  padding: 2rem;
}
.padding-xsmall {
  padding: 1.5rem;
}
.padding-top-xlarge {
  padding-top: 8rem;
}
.padding-top-large {
  padding-top: 5rem;
}
.padding-top-medium {
  padding-top: 3.5rem;
}
.padding-top-small {
  padding-top: 2rem;
}
.padding-top-xsmall {
  padding-top: 1.5rem;
}
.padding-bottom-xlarge {
  padding-bottom: 8rem;
}
.padding-bottom-large {
  padding-bottom: 5rem;
}
.padding-bottom-medium {
  padding-bottom: 3.5rem;
}
.padding-bottom-small {
  padding-bottom: 2rem;
}
.padding-bottom-xsmall {
  padding-bottom: 1.5rem;
}
.padding-left-xlarge {
  padding-left: 8rem;
}
.padding-left-large {
  padding-left: 5rem;
}
.padding-left-medium {
  padding-left: 3.5rem;
}
.padding-left-small {
  padding-left: 2rem;
}
.padding-left-xsmall {
  padding-left: 1.5rem;
}
.padding-right-xlarge {
  padding-right: 8rem;
}
.padding-right-large {
  padding-right: 5rem;
}
.padding-right-medium {
  padding-right: 3.5rem;
}
.padding-right-small {
  padding-right: 2rem;
}
.padding-right-xsmall {
  padding-right: 1.5rem;
}
/*
 * Font Family
 */
.sans-serif-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.monospace-font {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.thin-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.regular-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.medium-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.semibold-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bold-font {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
 * Font Size
 */
.font-size-xlarge {
  font-size: 2rem;
}
.font-size-large {
  font-size: 1.6rem;
}
.font-size-medium {
  font-size: 1.4rem;
}
.font-size-small {
  font-size: 1.2rem;
}
.font-size-xsmall {
  font-size: 1rem;
}
/*
 * Text
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
 * Text Color
 */
.text-white {
  color: #FFFFFF !important;
}
.text-light-grey {
  color: #ececec !important;
}
.text-grey {
  color: #6d6d6d !important;
}
.text-dark-grey {
  color: #303133 !important;
}
.text-black {
  color: #000000 !important;
}
.text-error {
  color: #cc0000 !important;
}
.text-warning {
  color: #FF4500 !important;
}
.text-success {
  color: #68C338 !important;
}
.text-info {
  color: #1E90FF !important;
}
.text-primary {
  color: #631656 !important;
  color: var(--rs-primary) !important;
}
.text-secondary {
  color: #3D3D3D !important;
}
.text-tertiary {
  color: #47A9B3 !important;
}
.text-dark {
  color: #111111 !important;
}
.text-light {
  color: #f5f5f5 !important;
}
/*
 * Background
 */
.background-transparent {
  background: transparent !important;
}
.background-white {
  background: #FFFFFF !important;
}
.background-light-grey {
  background: #ececec !important;
}
.background-grey {
  background: #6d6d6d !important;
}
.background-dark-grey {
  background: #303133 !important;
}
.background-black {
  background: #000000 !important;
}
.background-error {
  background: #cc0000 !important;
}
.background-warning {
  background: #FF4500 !important;
}
.background-success {
  background: #68C338 !important;
}
.background-info {
  background: #1E90FF !important;
}
.background-primary {
  background: #631656 !important;
  background: var(--rs-primary) !important;
}
.background-secondary {
  background: #3D3D3D !important;
}
.background-tertiary {
  background: #47A9B3 !important;
}
.background-dark {
  background: #111111 !important;
}
.background-light {
  background: #f5f5f5 !important;
}
/*
 * Mixins
 */
/*
 * General Mixins
 */
/*
 * Button
 */
/*
 * Input
 */
/*
 * Select
 */
/*
 * Font
 */
/*
 * Border Radius
 */
/*
 * Backgrounds
 */
/*
 * Placeholder
 */
/*
 * Arrows
 */
/*
 * Transitions
 */
/*
 * Transformations
 */
/*
 * Animations
 */
/*
 * Filters
 */
/*
 * Flexbox
 * via: https://gist.github.com/jayj
 * url: https://gist.github.com/jayj/4012969
 */
/*
 * Mark
 */
/*
 * Accessibility
 */
/*
 * Screen Reader
 */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Fonticons
 */
.icon--collapse:before {
  content: "\e900";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--expand:before {
  content: "\e901";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--user:before {
  content: "\e902";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--gear:before {
  content: "\e903";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--logout:before {
  content: "\e904";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--warehouse:before {
  content: "\e905";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--truck:before {
  content: "\e906";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--triangle-down:before {
  content: "\e907";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--triangle-up:before {
  content: "\e908";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--plus:before {
  content: "\e909";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--ellipsis:before {
  content: "\e90a";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-right:before {
  content: "\e90b";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-right:before {
  content: "\e90c";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-left:before {
  content: "\e90d";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-up:before {
  content: "\e90e";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-down:before {
  content: "\e90f";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--filters:before {
  content: "\e910";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--close:before {
  content: "\e911";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--close-circle:before {
  content: "\e912";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-down:before {
  content: "\e913";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-left:before {
  content: "\e914";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-up:before {
  content: "\e915";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--info:before {
  content: "\e916";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--edit:before {
  content: "\e917";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--delete:before {
  content: "\e918";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--eye:before {
  content: "\e919";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--eye-slash:before {
  content: "\e91a";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--truck-alt:before {
  content: "\e91b";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--check:before {
  content: "\e91c";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--dots:before {
  content: "\e91d";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--weight:before {
  content: "\e91e";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--print:before {
  content: "\e91f";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--info-alt:before {
  content: "\e920";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--ellipsis-v:before {
  content: "\e921";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--save:before {
  content: "\e922";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--search:before {
  content: "\e923";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--check-alt:before {
  content: "\e924";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--blocked:before {
  content: "\e925";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--undo:before {
  content: "\e926";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--copy:before {
  content: "\e927";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--calculator:before {
  content: "\e928";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--wagon:before {
  content: "\e929";
  content: "\e92f";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--warning-solid:before {
  content: "\e92a";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--warning:before {
  content: "\e92b";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--lock:before {
  content: "\e92c";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--unlocked:before {
  content: "\e92d";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--star:before {
  content: "\e92e";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--star-filled:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.35;
  background-image: url("/assets/images/icons/star-filled.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  vertical-align: top;
}
.icon--star-lined:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.35;
  background-image: url("/assets/images/icons/star-lined.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  vertical-align: top;
}
.icon--wagon:before {
  content: "\e929";
  content: "\e92f";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--wagon-solid:before {
  content: "\e930";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--part-of:before {
  content: "\e931";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--equal:before {
  content: "\e932";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--flows:before {
  content: "\e933";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--provision:before {
  content: "\e934";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--flows-favorites:before {
  content: "\e935";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--orders:before {
  content: "\e936";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--shipping-notice:before {
  content: "\e937";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--wagon-alt:before {
  content: "\e938";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--cargo:before {
  content: "\e939";
  font-family: 'railsider';
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/*
 * Pages
 */
#page-login {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #631656;
  background-color: var(--rs-primary);
}
#page-login .login-box {
  width: 100%;
  max-width: 32.2rem;
  padding: 2.5rem 2.5rem 8rem;
  color: #FFFFFF;
}
#page-login .login-box__header {
  text-align: center;
}
#page-login .login-box__title {
  font-size: 1.6rem;
  margin: 3.5rem 0 3rem;
  color: #FFFFFF;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page-login .login-box form {
  min-height: 21rem;
}
#page-login .login-box__field {
  margin: 0 0 1.5rem 0;
}
#page-login .login-box__field input {
  padding: 1.8rem 1.6rem 1.2rem;
  background-color: #FFFFFF;
  border: none !important;
}
#page-login .login-box__field:first-child.error {
  margin: 0 0 3rem 0;
}
#page-login .login-box__field .box-error {
  bottom: -2rem;
}
#page-login .login-box__field .box-error .error {
  color: #FF958A !important;
}
#page-login .login-box .field--password {
  position: relative;
}
#page-login .login-box .field--password input {
  padding-right: 4.8rem !important;
}
#page-login .login-box .field--password .icon {
  position: absolute;
  right: 0.8rem;
  top: 0.9rem;
  cursor: pointer;
}
#page-login .login-box .field--password .icon:before {
  font-size: 2rem;
  color: #b5b5b5;
}
#page-login .login-box .switch-button {
  margin-bottom: 3rem;
}
#page-login .login-box .button {
  width: 100%;
  margin-top: 3rem;
}
#new-load {
  /*
  .custom-row {
    display: flex;
    column-gap: 3.5%;

    .custom-col {
      width: 31%;
    }
  }
  */
}
#new-load .table tbody > tr {
  cursor: pointer;
}
#new-load .table tbody > tr.row-toggle {
  cursor: auto;
}
#new-load .table tbody > tr table tbody tr table tr {
  cursor: auto;
}
#new-load .fields--grey .field--checkbox {
  margin: 0 0 0 10.6rem;
}
#new-load .fields--grey .checkbox-group .field--checkbox {
  margin: 0 0 0.8rem 0;
}
#new-load .modal .field--checkbox {
  margin: 0;
}
#new-load .create-product-section__header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
#new-load .create-product-section__content {
  margin-top: 0.8rem;
}
#load-orders .table tbody > tr {
  cursor: pointer;
}
#load-orders .table tbody > tr.row-toggle {
  cursor: auto;
}
#load-orders .table tbody > tr table tbody tr table tr {
  cursor: auto;
}
#page-error .error {
  background-color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95vh;
  justify-content: center;
}
#page-error .error__error-text {
  font-size: 2.4rem;
}
#page-error .error__error-number {
  margin-top: -40px;
  font-size: 17rem;
  color: rgba( 99, 22, 86 , 0.5);
  color: rgba( var(--rs-primary-rgb) , 0.5);
  font-weight: 700;
}
#page-error .error__error-info {
  border-top: 1px solid #303133;
  padding: 1rem 4rem 3rem 4rem;
}
#process-order .table tbody > tr {
  cursor: pointer;
}
#process-order .table tbody > tr.row-toggle {
  cursor: auto;
}
#process-order .table tbody > tr table tbody tr table tr {
  cursor: auto;
}
#process-order-details .table tbody > tr {
  cursor: pointer;
}
#process-order-details .table tbody > tr.row-toggle {
  cursor: auto;
}
#process-order-details .table tbody > tr table tbody tr table tr {
  cursor: auto;
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  #process-order-details .field--inline {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  #process-order-details .field--inline label,
  #process-order-details .field--inline .label-container {
    width: 6rem;
    height: 3rem;
    margin: 0;
    text-align: right;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
  }
  #process-order-details .field--inline .label-container label {
    width: auto;
  }
}
.date-row .col-sm,
.date-row .col-md {
  width: 40%;
}
.date-row .col-sm:first-child,
.date-row .col-md:first-child {
  width: 20%;
}
#page-welcome .welcome {
  background-color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 95vh;
  padding: 9.5rem 8rem;
}
#page-welcome .welcome__content {
  max-width: 60rem;
}
#page-welcome .welcome__title {
  font-size: 4rem;
  line-height: 1;
  color: rgba( 99, 22, 86 , 0.5);
  color: rgba( var(--rs-primary-rgb) , 0.5);
  margin: 0 0 1.2rem 0;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-welcome .welcome__text {
  font-size: 1.8rem;
}
#page-admin-dashboard .box-content {
  max-width: 84rem;
  margin: 1.8rem;
}
#page-admin-dashboard .box-content .box--default {
  border: 1px solid #ececec;
  background: #FFFFFF;
  padding: 1.8rem 2.4rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#page-admin-dashboard .box-content .box--default header,
#page-admin-dashboard .box-content .box--default .box__header {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
          align-items: center;
  padding: 1.06666667rem 1.6rem;
}
#page-admin-dashboard .box-content .box--default header button,
#page-admin-dashboard .box-content .box--default .box__header button {
  margin-left: auto;
}
#page-admin-dashboard .box-content .box--default header .actions,
#page-admin-dashboard .box-content .box--default .box__header .actions {
  margin-left: auto;
}
#page-admin-dashboard .box-content .box h2 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-admin-dashboard .box-content .box ul {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
#page-admin-dashboard .box-content .box ul li {
  margin-left: 0;
}
#page-admin-dashboard .box-content .box ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
#page-admin-dashboard .box-content .box ul li:after {
  content: '|';
  margin-right: 1.2rem;
}
#page-admin-dashboard .box-content .box ul li:last-of-type:after {
  display: none;
}
#page-admin-dashboard .box-content .box ul li a {
  display: block;
  padding-right: 1.2rem;
  color: #111111;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-admin-dashboard .box-content .box ul li a:hover {
  color: #631656;
  color: var(--rs-primary);
}
.expeditions-form {
  padding-bottom: 2rem;
}
.expeditions-form .buttons {
  margin-top: -3rem;
}
@media screen and (max-width: 1400px) {
  .expeditions-form .buttons {
    margin-top: 0;
  }
}
.box-columns {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.box-columns__left {
  width: calc(65% - 1.6rem);
  flex: 1 auto;
}
.box-columns__right {
  width: 35%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.2rem;
}
.box-columns__right .box {
  height: 100%;
}
.box-import-excel {
  height: calc(100vh - 26rem);
  flex: 1 1 auto;
}
.box-product {
  padding: 2.4rem 8%;
}
.box-product .featured-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5.4rem;
}

/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
body.dialog-open {
  overflow: hidden; }
.nsm-dialog-btn-close {
  border: 0;
  background: none;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
  cursor: pointer; }
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: transparent;
  z-index: 999; }
.overlay.nsm-overlay-open {
    background-color: rgba(0, 0, 0, 0.5); }
.overlay.transparent {
    background-color: transparent; }
.nsm-dialog {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  pointer-events: none;
  outline: none; }
.nsm-dialog.nsm-dialog-close {
    opacity: 0; }
.nsm-dialog.nsm-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2)); }
.nsm-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  outline: 0;
  transform: translate3d(0, 0, 0); }
.nsm-body {
  position: relative;
  flex: 1 1 auto; }
/* *************************
* Animations
* *************************/
.nsm-dialog[class*=nsm-dialog-animation-] {
  transition: transform 500ms ease-in-out, opacity 500ms; }
.nsm-dialog-animation-ltr {
  transform: translate3d(-50%, 0, 0); }
.nsm-dialog-animation-ltr.nsm-dialog-open {
    transform: translate3d(0, 0, 0); }
.nsm-dialog-animation-ltr.nsm-dialog-close {
    transform: translate3d(-50%, 0, 0); }
.nsm-dialog-animation-rtl {
  transform: translate3d(50%, 0, 0); }
.nsm-dialog-animation-rtl.nsm-dialog-open {
    transform: translate3d(0, 0, 0); }
.nsm-dialog-animation-rtl.nsm-dialog-close {
    transform: translate3d(50%, 0, 0); }
.nsm-dialog-animation-ttb {
  transform: translate3d(0, -50%, 0); }
.nsm-dialog-animation-ttb.nsm-dialog-open {
    transform: translate3d(0, 0, 0); }
.nsm-dialog-animation-ttb.nsm-dialog-close {
    transform: translate3d(0, -50%, 0); }
.nsm-dialog-animation-btt {
  transform: translate3d(0, 50%, 0); }
.nsm-dialog-animation-btt.nsm-dialog-open {
    transform: translate3d(0, 0, 0); }
.nsm-dialog-animation-btt.nsm-dialog-close {
    transform: translate3d(0, 50%, 0); }
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:0.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,0.288)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}
.owl-dt-container,.owl-dt-container *{box-sizing:border-box}
.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}
.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-row:last-child{border-bottom:none}
.owl-dt-calendar{display:flex;flex-direction:column;width:100%}
.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}
.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}
.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}
.owl-dt-calendar-view{display:block;flex:1 1 auto}
.owl-dt-calendar-multi-year-view{display:flex;align-items:center}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}
.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}
.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}
.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}
.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}
.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}
.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}
.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}
.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}
.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}
.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}
.owl-dt-timer-divider:before{top:35%}
.owl-dt-timer-divider:after{bottom:35%}
.owl-dt-control-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}
.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}
.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}
.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}
.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}
.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}
.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}
.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}
.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}
.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}
.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}
@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}
@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}
.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}
.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}
.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}
.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}
.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owl-dt-container-info .owl-dt-container-range{outline:none}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}
.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}
.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}
.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}
.owl-dt-inline{display:inline-block}
.owl-dt-control{outline:none;cursor:pointer}
.owl-dt-control .owl-dt-control-content{outline:none}
.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}
.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@swimlane/ngx-datatable/themes/material.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
.ngx-datatable.material {
  background: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /**
	 * Shared Styles
	 */
  /**
	 * Global Row Styles
	 */
  /**
	 * Header Styles
	 */
  /**
	 * Body Styles
	 */
  /**
	 * Footer Styles
	 */ }
.ngx-datatable.material.striped .datatable-row-odd {
    background: #eee; }
.ngx-datatable.material.single-selection .datatable-body-row.active,
  .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
    background-color: #304ffe;
    color: #fff; }
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
    background-color: #193ae4;
    color: #fff; }
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
  .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
    background-color: #2041ef;
    color: #fff; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
  .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
    background-color: #eee;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
    background-color: #ddd; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
    background-color: #304ffe;
    color: #fff; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
    background-color: #193ae4;
    color: #fff; }
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
  .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
    background-color: #2041ef;
    color: #fff; }
.ngx-datatable.material .empty-row {
    height: 50px;
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .loading-row {
    text-align: left;
    padding: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
.ngx-datatable.material .datatable-header .datatable-row-left,
  .ngx-datatable.material .datatable-body .datatable-row-left {
    background-color: #fff;
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header .datatable-row-right,
  .ngx-datatable.material .datatable-body .datatable-row-right {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==); }
.ngx-datatable.material .datatable-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.ngx-datatable.material .datatable-header .datatable-header-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      font-weight: 400;
      background-color: #fff;
      color: rgba(0, 0, 0, 0.54);
      vertical-align: bottom;
      font-size: 12px;
      font-weight: 500; }
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
        position: relative; }
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
        transition: transform 400ms ease, opacity 400ms ease;
        opacity: 0.5;
        transform: scale(1); }
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        height: 60px;
        width: 60px;
        background: #eee;
        border-radius: 100%;
        opacity: 1;
        filter: none;
        transform: scale(0);
        z-index: 9999;
        pointer-events: none; }
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
        border-right: none; }
.ngx-datatable.material .datatable-header .resize-handle {
      border-right: solid 1px #eee; }
.ngx-datatable.material .datatable-body {
    position: relative; }
.ngx-datatable.material .datatable-body .datatable-row-detail {
      background: #f5f5f5;
      padding: 10px; }
.ngx-datatable.material .datatable-body .datatable-group-header {
      background: #f5f5f5;
      border-bottom: solid 1px #d9d8d9;
      border-top: solid 1px #d9d8d9; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      vertical-align: top;
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      transition: width 0.3s ease;
      font-size: 14px;
      font-weight: 400; }
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
      text-align: left;
      padding: 0.9rem 1.2rem;
      vertical-align: top;
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      transition: width 0.3s ease;
      font-size: 14px;
      font-weight: 400; }
.ngx-datatable.material .datatable-body .progress-linear {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      width: 100%;
      height: 5px;
      padding: 0;
      margin: 0;
      top: 0; }
.ngx-datatable.material .datatable-body .progress-linear .container {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 5px;
        transform: translate(0, 0) scale(1, 1);
        background-color: #aad1f9; }
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
          transition: all 0.2s linear;
          -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.2s linear;
          background-color: #106cc8;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 5px; }
.ngx-datatable.material .datatable-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54); }
.ngx-datatable.material .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.material .datatable-footer .datatable-pager {
      margin: 0 10px; }
.ngx-datatable.material .datatable-footer .datatable-pager li {
        vertical-align: middle; }
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
          color: rgba(0, 0, 0, 0.26) !important;
          background-color: transparent !important; }
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
          background-color: rgba(158, 158, 158, 0.2);
          font-weight: bold; }
.ngx-datatable.material .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0 6px;
        border-radius: 3px;
        margin: 6px 3px;
        text-align: center;
        vertical-align: top;
        color: rgba(0, 0, 0, 0.54);
        text-decoration: none;
        vertical-align: bottom; }
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
          color: rgba(0, 0, 0, 0.75);
          background-color: rgba(158, 158, 158, 0.2); }
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
    background-color: #ddd; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
      background-color: #ddd; }
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
      font-weight: bold; }
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0; }
.datatable-checkbox input[type='checkbox'] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none; }
.datatable-checkbox input[type='checkbox']:before {
      transition: all 0.3s ease-in-out;
      content: '';
      position: absolute;
      left: 0;
      z-index: 1;
      width: 1rem;
      height: 1rem;
      border: 2px solid #f2f2f2; }
.datatable-checkbox input[type='checkbox']:checked:before {
      transform: rotate(-45deg);
      height: 0.5rem;
      border-color: #009688;
      border-top-style: none;
      border-right-style: none; }
.datatable-checkbox input[type='checkbox']:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      cursor: pointer; }
/**
 * Progress bar animations
 */
@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }

