/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*@import '@angular/material/prebuilt-themes/deeppurple-amber.css';*/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('red-hat-display-1.755d3421ce9b0e95.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('red-hat-display-2.3156e4e21b36acc7.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('red-hat-display-15.2e958262ddaec323.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('red-hat-display-16.9376bc302b1a4869.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-text-1.e2b7e2e23f19c9c6.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-text-2.2c2f3381f2d1c34b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-text-1.e2b7e2e23f19c9c6.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-text-2.2c2f3381f2d1c34b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-text-1.e2b7e2e23f19c9c6.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-text-2.2c2f3381f2d1c34b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-text-1.e2b7e2e23f19c9c6.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-text-2.2c2f3381f2d1c34b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-text-1.e2b7e2e23f19c9c6.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-text-2.2c2f3381f2d1c34b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-text-11.f4e2af8b6e318a41.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('red-hat-text-12.e192d8216aebc353.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-text-11.f4e2af8b6e318a41.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('red-hat-text-12.e192d8216aebc353.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-text-11.f4e2af8b6e318a41.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('red-hat-text-12.e192d8216aebc353.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-text-11.f4e2af8b6e318a41.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('red-hat-text-12.e192d8216aebc353.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-text-11.f4e2af8b6e318a41.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'RedHatText';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('red-hat-text-12.e192d8216aebc353.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* noto-sans-regular - cyrillic-ext_cyrillic */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), local('NotoSans'),
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
/* noto-sans-700 - cyrillic-ext_cyrillic */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
/* noto-sans-italic - cyrillic-ext_cyrillic */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans Italic'), local('NotoSans-Italic'),
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
/* noto-sans-700italic - cyrillic-ext_cyrillic */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 700;
    src: url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/NotoSans/noto-sans-v9-cyrillic-ext_cyrillic-700italic.svg#NotoSans') format('svg'); /* Legacy iOS */
  }
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:currentColor;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:currentColor;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:currentColor;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:currentColor;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 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;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
/*! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[206\] {
  z-index: 206;
}
.\!m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto;
}
.\!my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3x {
  margin-top: 0.375rem;
  margin-top: var(--3x);
  margin-bottom: 0.375rem;
  margin-bottom: var(--3x);
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-\[10px\] {
  margin-right: 10px !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-10x {
  margin-bottom: 1.25rem;
  margin-bottom: var(--10x);
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2x {
  margin-bottom: 0.25rem;
  margin-bottom: var(--2x);
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-17x {
  margin-left: 2.125rem;
  margin-left: var(--17x);
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3x {
  margin-left: 0.375rem;
  margin-left: var(--3x);
}
.ml-\[70px\] {
  margin-left: 70px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-5x {
  margin-right: 0.625rem;
  margin-right: var(--5x);
}
.mr-\[1\.5em\] {
  margin-right: 1.5em;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2x {
  margin-top: 0.25rem;
  margin-top: var(--2x);
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8x {
  margin-top: 1rem;
  margin-top: var(--8x);
}
.mt-\[1px\] {
  margin-top: 1px;
}
.\!box-content {
  box-sizing: content-box !important;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!size-6x {
  width: 0.75rem !important;
  width: var(--6x) !important;
  height: 0.75rem !important;
  height: var(--6x) !important;
}
.\!size-7x {
  width: 0.875rem !important;
  width: var(--7x) !important;
  height: 0.875rem !important;
  height: var(--7x) !important;
}
.\!size-\[0\.708em\] {
  width: 0.708em !important;
  height: 0.708em !important;
}
.size-12x {
  width: 1.5rem;
  width: var(--12x);
  height: 1.5rem;
  height: var(--12x);
}
.size-15x {
  width: 1.875rem;
  width: var(--15x);
  height: 1.875rem;
  height: var(--15x);
}
.size-17x {
  width: 2.125rem;
  width: var(--17x);
  height: 2.125rem;
  height: var(--17x);
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-\[34px\] {
  width: 34px;
  height: 34px;
}
.size-small {
  width: 2.125rem;
  width: var(--small);
  height: 2.125rem;
  height: var(--small);
}
.\!h-7x {
  height: 0.875rem !important;
  height: var(--7x) !important;
}
.h-5 {
  height: 1.25rem;
}
.h-50x {
  height: 6.25rem;
  height: var(--50x);
}
.h-\[105px\] {
  height: 105px;
}
.h-\[var\(--input-min-height\)\] {
  height: 34px;
  height: var(--input-min-height);
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-small {
  height: 2.125rem;
  height: var(--small);
}
.max-h-50x {
  max-height: 6.25rem;
  max-height: var(--50x);
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[80dvh\] {
  max-height: 80dvh;
}
.\!min-h-5 {
  min-height: 1.25rem !important;
}
.\!min-h-9x {
  min-height: 1.125rem !important;
  min-height: var(--9x) !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-15x {
  min-height: 1.875rem;
  min-height: var(--15x);
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-big {
  min-height: 2.875rem;
  min-height: var(--big);
}
.min-h-medium {
  min-height: 2.5rem;
  min-height: var(--medium);
}
.\!w-7x {
  width: 0.875rem !important;
  width: var(--7x) !important;
}
.\!w-\[125px\] {
  width: 125px !important;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-80 {
  width: 20rem;
}
.w-\[19rem\] {
  width: 19rem;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[332px\] {
  width: 332px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[34rem\] {
  width: 34rem;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-96 {
  min-width: 24rem;
}
.min-w-\[125px\] {
  min-width: 125px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.min-w-\[85px\] {
  min-width: 85px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-medium {
  min-width: 2.5rem;
  min-width: var(--medium);
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-full {
  max-width: 100%;
}
.\!flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.table-fixed {
  table-layout: fixed;
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-help {
  cursor: help;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.\!grid-cols-\[repeat\(auto-fit\2c minmax\(21rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(21rem,1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10x {
  gap: 1.25rem;
  gap: var(--10x);
}
.gap-12x {
  gap: 1.5rem;
  gap: var(--12x);
}
.gap-1x {
  gap: 0.125rem;
  gap: var(--1x);
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2-5x {
  gap: 0.3125rem;
  gap: var(--2-5x);
}
.gap-2x {
  gap: 0.25rem;
  gap: var(--2x);
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3x {
  gap: 0.375rem;
  gap: var(--3x);
}
.gap-4 {
  gap: 1rem;
}
.gap-4x {
  gap: 0.5rem;
  gap: var(--4x);
}
.gap-5 {
  gap: 1.25rem;
}
.gap-50x {
  gap: 6.25rem;
  gap: var(--50x);
}
.gap-5x {
  gap: 0.625rem;
  gap: var(--5x);
}
.gap-6 {
  gap: 1.5rem;
}
.gap-6x {
  gap: 0.75rem;
  gap: var(--6x);
}
.gap-8 {
  gap: 2rem;
}
.gap-8x {
  gap: 1rem;
  gap: var(--8x);
}
.gap-\[0\.1875rem\] {
  gap: 0.1875rem;
}
.gap-\[0\.9375rem\] {
  gap: 0.9375rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[var\(--3x\2c 6px\)\] {
  gap: 0.375rem;
  gap: var(--3x,6px);
}
.gap-inherit {
  gap: inherit;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-5x {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  -moz-column-gap: var(--5x);
       column-gap: var(--5x);
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2-5x {
  row-gap: 0.3125rem;
  row-gap: var(--2-5x);
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.1875rem\] {
  border-radius: 0.1875rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l-\[6\.25rem\] {
  border-top-left-radius: 6.25rem;
  border-bottom-left-radius: 6.25rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-grey-10 {
  border-color: #efeeee;
  border-color: var(--grey-10);
}
.border-grey-20 {
  border-color: #e7e5e6;
  border-color: var(--grey-20);
}
.border-grey-30 {
  border-color: #dedbdc;
  border-color: var(--grey-30);
}
.border-grey-40 {
  border-color: #d8d6d7;
  border-color: var(--grey-40);
}
.border-transparent {
  border-color: transparent;
}
.border-b-grey-30 {
  border-bottom-color: #dedbdc;
  border-bottom-color: var(--grey-30);
}
.border-t-grey-10 {
  border-top-color: #efeeee;
  border-top-color: var(--grey-10);
}
.bg-grey-10 {
  background-color: #efeeee;
  background-color: var(--grey-10);
}
.bg-grey-100 {
  background-color: #5e5357;
  background-color: var(--grey-100);
}
.bg-grey-alt {
  background-color: #f3f2f2;
  background-color: var(--grey-alt);
}
.bg-ice {
  --tw-bg-opacity: 1;
  background-color: rgb(222 242 230 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-watermelon {
  --tw-bg-opacity: 1;
  background-color: rgb(240 75 84 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.\!p-6x {
  padding: 0.75rem !important;
  padding: var(--6x) !important;
}
.p-4x {
  padding: 0.5rem;
  padding: var(--4x);
}
.p-5x {
  padding: 0.625rem;
  padding: var(--5x);
}
.p-8x {
  padding: 1rem;
  padding: var(--8x);
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3x {
  padding-left: 0.375rem;
  padding-left: var(--3x);
  padding-right: 0.375rem;
  padding-right: var(--3x);
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5x {
  padding-left: 0.625rem;
  padding-left: var(--5x);
  padding-right: 0.625rem;
  padding-right: var(--5x);
}
.px-7x {
  padding-left: 0.875rem;
  padding-left: var(--7x);
  padding-right: 0.875rem;
  padding-right: var(--7x);
}
.px-8x {
  padding-left: 1rem;
  padding-left: var(--8x);
  padding-right: 1rem;
  padding-right: var(--8x);
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2-5x {
  padding-top: 0.3125rem;
  padding-top: var(--2-5x);
  padding-bottom: 0.3125rem;
  padding-bottom: var(--2-5x);
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3x {
  padding-top: 0.375rem;
  padding-top: var(--3x);
  padding-bottom: 0.375rem;
  padding-bottom: var(--3x);
}
.py-4x {
  padding-top: 0.5rem;
  padding-top: var(--4x);
  padding-bottom: 0.5rem;
  padding-bottom: var(--4x);
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-5x {
  padding-top: 0.625rem;
  padding-top: var(--5x);
  padding-bottom: 0.625rem;
  padding-bottom: var(--5x);
}
.py-6x {
  padding-top: 0.75rem;
  padding-top: var(--6x);
  padding-bottom: 0.75rem;
  padding-bottom: var(--6x);
}
.py-8x {
  padding-top: 1rem;
  padding-top: var(--8x);
  padding-bottom: 1rem;
  padding-bottom: var(--8x);
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.pb-1x {
  padding-bottom: 0.125rem;
  padding-bottom: var(--1x);
}
.pb-2-5x {
  padding-bottom: 0.3125rem;
  padding-bottom: var(--2-5x);
}
.pb-2x {
  padding-bottom: 0.25rem;
  padding-bottom: var(--2x);
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5x {
  padding-bottom: 0.625rem;
  padding-bottom: var(--5x);
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5x {
  padding-left: 0.625rem;
  padding-left: var(--5x);
}
.pl-7x {
  padding-left: 0.875rem;
  padding-left: var(--7x);
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5x {
  padding-right: 0.625rem;
  padding-right: var(--5x);
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7x {
  padding-right: 0.875rem;
  padding-right: var(--7x);
}
.pt-10x {
  padding-top: 1.25rem;
  padding-top: var(--10x);
}
.pt-1x {
  padding-top: 0.125rem;
  padding-top: var(--1x);
}
.pt-2x {
  padding-top: 0.25rem;
  padding-top: var(--2x);
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5x {
  padding-top: 0.625rem;
  padding-top: var(--5x);
}
.pt-\[3px\] {
  padding-top: 3px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: baseline;
}
.font-display {
  font-family: RedHatDisplay, NotoSans, Open Sans, Segoe UI, Helvetica Neue, sans-serif;
}
.font-text {
  font-family: RedHatText, NotoSans, Open Sans, Segoe UI, Helvetica Neue, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[1\.4375rem\] {
  font-size: 1.4375rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.\!text-grey-100 {
  color: #5e5357 !important;
  color: var(--grey-100) !important;
}
.text-dirtyPurple {
  color: #5e5357;
  color: var(--dirty-purple);
}
.text-grey-100 {
  color: #5e5357;
  color: var(--grey-100);
}
.text-grey-30 {
  color: #dedbdc;
  color: var(--grey-30);
}
.text-grey-60 {
  color: #a6a0a3;
  color: var(--grey-60);
}
.text-grey-70 {
  color: #8e8789;
  color: var(--grey-70);
}
.text-grey-80 {
  color: #7b7476;
  color: var(--grey-80);
}
.text-lightMauve {
  color: #a7a1a3;
  color: var(--light-mauve);
}
.text-rustyOrange {
  --tw-text-opacity: 1;
  color: rgb(224 97 16 / var(--tw-text-opacity));
}
.text-viridian {
  --tw-text-opacity: 1;
  color: rgb(34 151 75 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  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, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.contain-content {
  contain: content;
}
/*! 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.
 */
/* 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 */
  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;
}
:root {
  --watermelon: #f04b54;
  --watermelon-2: #EA4F59;
  --dirty-purple-55: rgba(94, 83, 87, 0.55);
  --salmon: #f2736d;
  --dark-peach: #dc6e6a;
  /*--dirty-purple-8: #e6e6e6;*/
  --rusty-orange: #e06110;
  --red: #f04b54;
  --red-berry: #dc6e6a;
  --white: #ffffff;
  --dirty-purple: #5e5357;
  --dirty-purple-70: rgba(94, 83, 87, 0.7);
  --dirty-purple-8: rgba(94, 83, 87, 0.08);
  --purpley-grey: #8e8689;
  --tangerine-2: #f38c17;
  --tangerine-3: #F9A84B;
  --lightblue: #71cff5;
  --azure: #21ade8;
  --dirty-purple-15: rgba(94, 83, 87, 0.15);
  --light-pink: #e7e5e6;
  --pale-pink: #dedbdc;
  --pale-mauve: #eeedee;
  --very-light-pink: #f3f2f2;
  --light-mauve: #a7a1a3;
  --pale-olive-green: #9ace81;
  --dark-peal-olive-green: #769F62;
  --peal-olive-gren: #769F62;
  --dark-sea-green: #7ABF8E;
  --green-warm-chinise-white: #E2F0DA;
  --red-rosey-afterglow: #FBC9CC;
  --red-valerie: #FDE4E6;
  --green-warm-lime: #C6E4B8;
  --viridian: #41A15D;
  --lime: #C6E4B8;
  --chinise-white: #E2F0DA;
  --frugal: #BFE5CA;
  --ice: #DEF2E6;
  --frosted-mint: #ECF7F0;
  --pale-purple: #c490d1;
  --color-1: #fcdf76;
  --color-2: #9ace81;
  --color-3: #71cff5;
  --color-4: #6f9ceb;
  --color-5: #c490d1;
  --color-6: #b89494;
  --color-7: #f2736d;
  --color-8: #944b56;
  --color-9: #5e5357;
  --color-10: #ffffff;
  --rosey-afterglow: #fbc9cc;
  --berry: #dc6e6a;
  --tangerine: #f7921e;
  --peach: #fbaf57;
  --orange-peach-background: #FFF7EE;
  --light-peach: #fcdebb;
  --very-light-peach: #feefdd;
  --grey-5: #F3F2F2;
  --grey-10: #efeeee;
  --grey-20: #e7e5e6;
  --grey-30: #dedbdc;
  --grey-40: #d8d6d7;
  --grey-50: #d5d2d2;
  --grey-60: #a6a0a3;
  --grey-70: #8e8789;
  --grey-80: #7b7476;
  --grey-100: #5e5357;
  --grey-alt: #f3f2f2;
  --grey-alt2: rgba(94, 83, 87, 0.7);
  --light-blue: #71cff5;
  --viridian: #22974b;
  --ice: #def2e6;
  --off-white: #f0f8ec;
  --light-maroon: #944b56;
  --golden: #e7af00;
  --blue: #4f57b1;
  --valerie: #fde4e6;
  --retailers-a1000: #e2232d;
  --retailers-coop: #007bd9;
  --retailers-delice: #741434;
  --retailers-grossi: #e80d02;
  --retailers-maxima: #004f9e;
  --retailers-prisma: #00a650;
  --retailers-r-kiosk: #555759;
  --retailers-rimi: #ed1c24;
  --retailers-selver: #f01319;
  --retailers-stockmann: #181c20;
  --very-light-alice-blue: #e8f8ff;
  --peal-olive-green: #9ace81;
  --light-alice-blue: #d4f1fc;
  --frugal: #a3dab6;
  --lime: #d4ebcf;
  --medium-alice-blue: #bdecff;
  --medium-light-peach: #ffd3a3;
  --peach-gradient: linear-gradient(169deg, #fbd7cf -46.75%, #fde4c7 105.69%);
  --dark-peach-gradient: linear-gradient(
    169deg,
    #fac0b4 -46.75%,
    #fcd3a5 105.69%
  );
  --green-gradient: linear-gradient(151deg, #c5e8d2 4.38%, #e1f1dd 116.79%);
  --tangerine-gradient: linear-gradient(
    169deg,
    #f04b54 -46.75%,
    #f7921e 105.69%
  );
  --darker-tangerine-gradient: linear-gradient(
    169deg,
    #f7921e -46.75%,
    #f04b54 105.69%
  );
  --darker-green-gradient: linear-gradient(
    151deg,
    #a3dab6 4.38%,
    #d4ebcf 116.79%
  );
  --orange-gradient: linear-gradient(169deg, #f04b54 -46.75%, #f7921e 105.69%);
}
.tangerine {
  color: #f7921e !important;
  color: var(--tangerine) !important;
}
.color--red {
  color: #f04b54;
  color: var(--red);
}
.color--tangerine {
  color: #f7921e;
  color: var(--tangerine);
}
.color--watermelon {
  color: #f04b54;
  color: var(--watermelon);
}
.color--azure {
  color: #21ade8;
  color: var(--azure);
}
:root {
  --app-background: rgba(94, 83, 87, 0.1);
  --font-display: RedHatDisplay, NotoSans;
  --font-text: RedHatText, NotoSans;
  --app-font-default: var(--font-text);
  --card-padding: 15px 10px;
  --card-header-padding-left: 20px;
  --card-header-padding-right: 10px;
  --card-content-margin: 0 10px 0 20px;
  --card-content-aligned-margin: 10px 10px 0 10px;
  --card-content-margin-top: 15px;
  --card-header-padding: 0 10px;
  --card-background: var(--white);
  --card-box-shadow: 0 5px 10px 0 rgba(94, 83, 87, 0.1);
  --cards-gap: 12px;
  --content-padding: 12px 30px;
  --content-buffer-bottom: 300px;
  --navigator-width: 300px;
  --navigator-link-width: 205px;
  --navigator-collapsed-width: 55px;
  --locker-active-z-index: 207;
  --locker-active-card-z-index: 208;
  --form-data-padding-left: 1em;
  --form-data-padding-right: 1.5em;
  --form-data-min-width: 200px;
  --input-min-height: 34px;
  --input-height: 34px;
  --input-border: 1px solid rgba(94, 83, 87, 0.25);
  --input-readonly-border: 1px solid transparent;
  --input-error-border: 1px solid #f2736d;
  --input-focus-border: 1px solid var(--tangerine);
  --input-border-radius: 3px;
  --input-border-transition: border 0.2s;
  --input-padding: 6px 10px;
  --input-color: var(--dirty-purple);
  --button-height: 34px;
  --button-big-height: 47px;
  --button-padding: 8px 12px;
  --form-required-color: var(--watermelon);
  --form-recommended-color: var(--azure);
  --view-spinner-size: 60px;
  --view-spinner-background: var(--white);
  --view-spinner-color: var(--tangerine);
  --view-spinner-path-color: #f3f3f3;
  --dialog-spinner-size: 50px;
  --dialog-spinner-background: var(--white);
  --dialog-spinner-color: var(--tangerine);
  --scrollbar-width: 10px;
  --scrollbar-track-color: transparent;
  --scrollbar-thumb-color: rgba(94, 83, 87, 0.28);
  --scrollbar-thumb-hover-color: #c5c5c5;
  --calendar-border: 1px solid var(--grey-20);
  --calendar-row-height: 58px;
  --calendar-entry-height: 50px;
  --table-cell-padding: var(--3x, 6px) var(--7x, 14px);
  --table-header-background: var(--grey-5);
  --table-row-min-height: 58px;
  --table-row-current-background: #f9f9f9c7;
  --row-background-hover: var(--grey-10, #EFEEEE);
  --row-background-current: linear-gradient(
    96deg,
    rgba(24, 163, 73, 0.15) 12%,
    rgba(154, 206, 129, 0.15) 87%
  );
  --row-background-selected: var(--orange-peach-background, #FFF7EE);
  --row-background-upcoming: rgba(94, 83, 87, 0.04);
  --row-background-invalid: #fcf2f1;
  --row-background-rejected: #f9f9f9;
  --row-background-confirmed: #f4fbf1;
  --select-option-selected-background: var(--very-light-peach);
  --select-option-marked-background: var(--very-light-pink);
  --link-hover-color: var(--tangerine);
  --placeholder-color: #999;
  --big: 2.875rem;
  --medium: 2.5rem;
  --small: 2.125rem;
  --1x: 0.125rem;
  --2x: 0.25rem;
  --2-5x: 0.3125rem;
  --3x: 0.375rem;
  --4x: 0.5rem;
  --5x: 0.625rem;
  --6x: 0.75rem;
  --7x: 0.875rem;
  --8x: 1rem;
  --9x: 1.125rem;
  --10x: 1.25rem;
  --11x: 1.375rem;
  --12x: 1.5rem;
  --13x: 1.625rem;
  --14x: 1.75rem;
  --15x: 1.875rem;
  --16x: 2rem;
  --17x: 2.125rem;
  --18x: 2.25rem;
  --19x: 2.375rem;
  --20x: 2.5rem;
  --21x: 2.625rem;
  --22x: 2.75rem;
  --23x: 2.875rem;
  --24x: 3rem;
  --25x: 3.125rem;
  --26x: 3.25rem;
  --27x: 3.375rem;
  --28x: 3.5rem;
  --29x: 3.625rem;
  --30x: 3.75rem;
  --31x: 3.875rem;
  --32x: 4rem;
  --33x: 4.125rem;
  --34x: 4.25rem;
  --35x: 4.375rem;
  --36x: 4.5rem;
  --37x: 4.625rem;
  --38x: 4.75rem;
  --39x: 4.875rem;
  --40x: 5rem;
  --41x: 5.125rem;
  --42x: 5.25rem;
  --43x: 5.375rem;
  --44x: 5.5rem;
  --45x: 5.625rem;
  --46x: 5.75rem;
  --47x: 5.875rem;
  --48x: 6rem;
  --49x: 6.125rem;
  --50x: 6.25rem;
  --51x: 6.375rem;
  --52x: 6.5rem;
  --53x: 6.625rem;
  --54x: 6.75rem;
  --55x: 6.875rem;
  --56x: 7rem;
  --57x: 7.125rem;
  --58x: 7.25rem;
  --59x: 7.375rem;
  --60x: 7.5rem;
}
.cards-gap {
  gap: 12px;
}
@media screen and (max-width: 1280px) {
  :root {
    --content-padding: 12px 20px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --content-padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --content-padding: 10px;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
}
.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {
  display: flex;
  flex: 1;
  margin: 0;
  background-color: rgba(94, 83, 87, 0.1);
  background-color: var(--app-background);
  overflow: hidden;
  min-width: 100vw;
  max-width: 100vw;
}
body,
input,
textarea {
  font-family: RedHatText, NotoSans, sans-serif;
  font-family: var(--app-font-default, "RedHatText"), sans-serif;
  -webkit-font-smoothing: auto;
}
.app-container {
  display: flex;
  flex: 1;
  min-height: 100dvh;
  height: 100dvh;
  min-width: 100vw;
  width: 100vw;
  overflow: hidden;
}
app-home {
  display: flex;
  flex-direction: row;
}
/*.cdk-overlay-connected-position-bounding-box {
  position: fixed;
}

.navigator-overlay {
  position: absolute;
}*/
.navigator-menu {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(94, 83, 87, 0.2);
  background-color: #ffffff;
  background-color: var(--white);
}
.navigator-user-menu {
  left: 74px;
  bottom: 47px;
  width: 207px;
}
.navigator-info-menu {
  left: 74px;
  bottom: 86px;
  width: 207px;
}
.navigator-menu .mat-menu-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 6px 0 !important;
  z-index: 1001;
}
.navigator-menu .mat-menu-content .navigator-menu-button {
  display: flex;
  align-items: center;
  height: 32px;
  width: 100%;
  font-family: RedHatText, NotoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.navigator-menu .mat-menu-content .navigator-menu-button:hover {
  cursor: pointer;
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.navigator-menu .mat-menu-content .navigator-menu-button.active {
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.navigator-menu .mat-menu-content .navigator-menu-select-button {
  padding: 0;
}
/*.navigator-menu .mat-menu-content .navigator-menu-select .mat-select-trigger {
  padding: 0 6px;
}*/
.navigator-menu-select-option, .navigator-menu-header, .navigator-menu .mat-menu-content .navigator-menu-button {
  padding: 8px 12px;
}
.navigator-menu-select-option {
  display: flex;
  align-items: center;
  height: 32px;
  width: 100%;
  font-family: RedHatText, NotoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  background: white;
}
.navigator-menu-select-option:hover {
  cursor: pointer;
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.navigator-menu-select-backdrop {
  box-shadow: 0 2px 8px 0 rgba(94, 83, 87, 0.2);
  background-color: #ffffff;
  background-color: var(--white);
}
.navigator-menu-header {
  display: flex;
  flex-flow: row nowrap;
  font-family: RedHatDisplay, NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  text-align: left;
  padding-top: 12px;
}
.navigator-menu-header:empty {
  display: none;
}
.mat-menu-content {
  z-index: 2000;
}
.navigator-menu-tenants:not(:empty) {
  border-bottom: solid 1px rgba(94, 83, 87, 0.15);
  border-bottom: solid 1px var(--dirty-purple-15);
  padding-bottom: 6px;
}
.navigator-menu-tenants .navigator-menu-button {
  font-family: RedHatDisplay, NotoSans !important;
}
.navigator-menu-tenants .navigator-menu-button.current {
  /*color: var(--watermelon) !important;*/
  color: #f38c17 !important;
  color: var(--tangerine-2) !important;
  font-weight: 500 !important;
  pointer-events: none;
}
.f-0 {
  flex: 0;
}
.f-1 {
  flex: 1;
}
.flex-row {
  flex-direction: row;
}
.row.flex-nowrap,
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.align-center {
  align-items: center !important;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
div[title],
span[title] {
  cursor: help;
}
div[mat-sort-header],
span[mat-sort-header] {
  width: 100%;
}
.mat-badge-hidden .mat-badge-content {
  display: none !important;
}
.no-tab-header > .mat-tab-header {
  display: none;
}
.no-tab-header .mat-tab-header {
  display: none;
}
.separator {
  height: 1px;
  width: 100%;
  border: solid 1px rgba(94, 83, 87, 0.15);
  border: solid 1px var(--dirty-purple-15);
  margin: 10px 0;
  opacity: 0.6;
}
.cdk-drag-preview {
  background-color: white;
}
.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.disabled--05 {
  pointer-events: none;
  opacity: 0.5;
}
.disabled--03 {
  pointer-events: none;
  opacity: 0.3;
}
.coming-soon {
  opacity: 0.6;
  pointer-events: none;
}
.no-display {
  display: none !important;
}
.lxm-hover:hover {
  background-image: #efeeee;
  background-image: var(--row-background-hover);
  cursor: pointer;
}
.overflow-x {
  max-width: 100%;
  overflow-x: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.warning-message {
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.warning-text-red {
  color: #F04B54;
}
.timeframe {
  font-size: 14px;
  color: rgba(94, 83, 87, 0.7);
  color: var(--dirty-purple-70);
}
.emphasized-key {
  border-radius: 2px;
  background-color: #f3f2f2;
  background-color: var(--very-light-pink);
  font-weight: 500;
  padding: 2px;
  color: #5e5357;
  color: var(--dirty-purple);
}
expander.ng-animating .mat-table {
  overflow: hidden;
}
expander.ng-animating .overflow-x {
  overflow: hidden;
}
.procurement-header * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.procurement-header .procurement-header__name {
  margin-right: 5px;
  font-weight: 500;
}
.procurement-total {
  padding: 0 8px;
  color: rgba(94, 83, 87, 0.7);
  color: var(--dirty-purple-70);
}
.mat-progress-bar .mat-progress-bar-buffer {
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.mat-progress-bar .mat-progress-bar-fill {
  background-color: #f7921e;
  background-color: var(--tangerine);
}
.mat-progress-bar svg.mat-progress-bar-background {
  display: none;
}
.mat-progress-bar.invalid .mat-progress-bar-buffer {
  background-color: #f04b54;
  background-color: var(--watermelon);
}
/* SCROLLBAR */
.vscroll {
  overflow-y: scroll;
}
/*navigator .navigator-content {
  scrollbar-color: transparent;
}*/
::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 10px;
  width: var(--scrollbar-width);
  background-color: transparent;
}
::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: var(--scrollbar-track-color);
}
::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: rgba(94, 83, 87, 0.28);
  background: var(--scrollbar-thumb-color);
}
::-webkit-scrollbar-thumb:hover {
  /*background: var(--dirty-purple);*/
  background: #c5c5c5;
  background: var(--scrollbar-thumb-hover-color);
}
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
html body iframe#LeadboosterContainer {
  z-index: 1004 !important;
}
.cdk-drag-handle,
lxm-button.cdk-drag-handle {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.cdk-drag-preview mat-cell {
  padding: 0.375rem 0.875rem;
  padding: var(--table-cell-padding);
}
.cdk-drop-list-dragging {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.lightbox.animation {
  animation-fill-mode: unset;
}
.will-change-transform {
  will-change: transform;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}
.generic-hover {
  cursor: pointer !important;
}
.generic-hover:hover {
  cursor: pointer;
  opacity: 0.8;
}
.list-overflow-count {
  margin-top: 2px;
  color: #7ABF8E;
  color: var(--dark-sea-green);
  cursor: pointer;
}
.list-overflow-count:hover {
  opacity: 0.8;
}
.list-overflow-count.show-less {
  color: #f2736d;
  color: var(--salmon);
}
.ql-tooltip {
  z-index: 50;
}
h1 {
  font-family: RedHatDisplay;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #5e5357;
  color: var(--dirty-purple);
  margin: 0;
}
h2 {
  font-family: RedHatDisplay;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
  margin: 0;
}
h3 {
  font-family: RedHatDisplay;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
  margin: 0;
}
h4 {
  font-family: RedHatDisplay;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #5e5357;
  color: var(--dirty-purple);
  margin: 0;
}
.campaign-scheme {
  font-weight: 500;
  color: #e06110;
  color: var(--rusty-orange);
}
.procurement-scheme {
  font-weight: 500;
  color: #21ade8;
  color: var(--azure);
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
  justify-content: flex-end;
}
.link {
  color: #5e5357;
  color: var(--dirty-purple);
  text-decoration: none;
}
.link:hover {
  cursor: pointer;
  opacity: 0.9;
  text-decoration: underline;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.arrow-link {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.arrow-link:hover {
  color: rgba(94, 83, 87, 0.9);
  text-decoration: underline;
}
.arrow-link::after {
  content: "";
  display: inline-flex;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/link-arrow.svg");
}
.multiline-text,
.pre-line {
  white-space: pre-line;
}
.pre-wrap {
  white-space: pre-wrap;
}
.nowrap {
  white-space: nowrap;
}
.caption-regular {
  color: #5e5357;
  color: var(--grey-100, #5e5357);
  font-family: "RedHatText";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.caption-medium {
  color: #8e8789;
  color: var(--grey-70, #8e8789);
  font-family: "RedHatText";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
}
.alt-text {
  display: flex;
  align-items: center;
  font-family: RedHatText;
  font-size: 12px;
  color: #a7a1a3;
  color: var(--light-mauve);
}
.alt-text-2 {
  color: #8e8789;
  color: var(--grey-70, #8e8789);
  font-family: "RedHatText";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
}
b,
strong {
  font-family: RedHatText;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  font-weight: 500;
}
.bold {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  font-weight: 500;
}
.greyed {
  color: rgba(94, 83, 87, 0.7);
  color: var(--dirty-purple-70);
}
.dirty-purple {
  color: #5e5357;
  color: var(--dirty-purple);
}
.text-red {
  color: #f04b54 !important;
  color: var(--red) !important;
}
.text-green {
  color: #7ABF8E !important;
  color: var(--dark-sea-green) !important;
}
.text-blue {
  color: #21ade8 !important;
  color: var(--azure) !important;
}
.text-watermelon {
  color: #f04b54 !important;
  color: var(--watermelon) !important;
}
.text-dark-peach {
  color: #dc6e6a !important;
  color: var(--dark-peach) !important;
}
.text-salmon {
  color: #f2736d !important;
  color: var(--salmon) !important;
}
.highlighted {
  font-weight: 500;
  color: #e06110;
  color: var(--rusty-orange);
}
a {
  text-decoration: none;
  cursor: pointer;
}
a.clickable:hover, a[href^="mailto:"]:hover {
  opacity: 0.8;
}
a[href].highlighted:hover, a[routerLink].highlighted:hover {
  opacity: 0.8;
}
.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-through {
  text-decoration: line-through;
}
.title {
  font-family: RedHatDisplay;
}
.strong {
  font-weight: 500;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}
button::-moz-placeholder, input::-moz-placeholder, optgroup::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  color: var(--placeholder-color);
}
button::placeholder,
input::placeholder,
optgroup::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
  color: var(--placeholder-color);
}
quill-editor b,
quill-editor strong,
quill-view b,
quill-view strong,
quill-view-html b,
quill-view-html strong {
  font-weight: 500;
}
quill-editor .ql-editor,
quill-view .ql-editor,
quill-view-html .ql-editor {
  padding: 6px 10px;
  padding: var(--input-padding);
}
quill-editor .ql-container,
quill-view .ql-container,
quill-view-html .ql-container {
  font-family: RedHatText, NotoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  background: inherit;
  color: #5e5357;
  color: var(--input-color);
}
quill-editor {
  display: flex;
  flex-direction: column;
}
quill-editor .ql-container.ql-snow {
  border: 1px solid rgba(94, 83, 87, 0.25);
  border: var(--input-border);
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
}
quill-editor .ql-toolbar.ql-snow {
  border: 1px solid rgba(94, 83, 87, 0.25);
  border: var(--input-border);
  border-radius: 3px 3px 0 0;
  border-radius: var(--input-border-radius) var(--input-border-radius) 0 0;
}
quill-editor:focus-within .ql-container.ql-snow {
  border: 1px solid #f7921e;
  border: var(--input-focus-border);
}
quill-editor:focus-within .ql-toolbar.ql-snow {
  border-bottom: 1px solid #f7921e;
  border-bottom: var(--input-focus-border);
}
quill-view-html .ql-editor,
quill-view .ql-editor {
  padding: 6px 10px;
  padding: var(--input-padding);
  padding-left: 0;
}
lxm-datepicker .mat-form-field-infix,
lxm-rangepicker .mat-form-field-infix {
  width: unset !important;
}
.mat-button {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
.green-button,
.beige-button,
.orange-button,
.black-button,
.grey-button,
.greyed-button,
.transparent-button,
.date-period-button {
  display: flex;
  justify-content: center;
  height: 34px;
  height: var(--button-height);
  padding: 8px 12px;
  padding: var(--button-padding);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: RedHatText;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  background-repeat: no-repeat;
}
lxm-button.loading button svg-icon {
  opacity: 0;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
}
.button-group lxm-button {
  min-width: 60px;
}
.button-group lxm-button button {
  height: 34px !important;
  height: var(--button-height) !important;
  border: none !important;
  border-bottom: 2px solid #d5d2d2 !important;
  border-bottom: 2px solid var(--grey-50) !important;
  border-radius: 3px 3px 0 0 !important;
  padding: 6.5px 10px !important;
  opacity: 1 !important;
}
.button-group lxm-button button .lxm-button-text {
  font-family: RedHatDisplay;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.button-group lxm-button button .lxm-button-text .mat-badge .mat-badge-content {
  top: unset;
  bottom: 1px;
  background: #5e5357;
  background: var(--grey-100, #5E5357);
}
.button-group lxm-button.active button {
  border-bottom: 2px solid #f7921e !important;
  border-bottom: 2px solid var(--tangerine) !important;
}
.button-group lxm-button.active button .lxm-button-text {
  font-size: 16px;
  font-weight: bold;
}
.button-group lxm-button.active button:hover {
  opacity: 1 !important;
}
.button-group lxm-button:hover button {
  background: #efeeee !important;
  background: var(--grey-10) !important;
}
.button-group lxm-button:active button {
  background: #e7e5e6 !important;
  background: var(--grey-20, #E7E5E6) !important;
}
.button-group lxm-button:focus-visible button {
  box-shadow: 0px 0px 0px 3px #dedbdc inset;
  box-shadow: 0px 0px 0px 3px var(--grey-30, #DEDBDC) inset;
}
.green-button {
  background: linear-gradient(112deg, rgba(24, 163, 73, 0.15) 11%, rgba(154, 206, 129, 0.15) 91%);
  color: #5e5357;
  color: var(--dirty-purple);
  white-space: nowrap;
}
.beige-button {
  background: linear-gradient(145deg, rgba(240, 75, 84, 0.15) -19%, rgba(247, 146, 30, 0.15) 57%);
  color: #5e5357;
  color: var(--dirty-purple);
}
.orange-button {
  background-image: linear-gradient(155deg, #f04b54 -29%, #f7921e 74%);
  background-image: linear-gradient(155deg, var(--watermelon) -29%, var(--tangerine) 74%);
  color: #ffffff;
  color: var(--white);
}
.grey-button {
  /*background: var(--dirty-purple-8);*/
  color: #5e5357;
  color: var(--dirty-purple);
}
.black-button {
  background: #5e5357;
  background: var(--dirty-purple);
  color: #ffffff;
  color: var(--white);
}
.transparent-button {
  background: transparent;
  color: #5e5357;
  color: var(--dirty-purple);
}
.greyed-button {
  border: solid 1px rgba(94, 83, 87, 0.15);
  border: solid 1px var(--dirty-purple-15);
  color: rgba(94, 83, 87, 0.55);
  color: var(--dirty-purple-55);
}
.toggle-button, .date-period-button {
  background: transparent;
}
.date-period-button.active {
  border: solid 1px rgba(94, 83, 87, 0.15);
  border: solid 1px var(--dirty-purple-15);
  background: #5e5357;
  background: var(--dirty-purple);
  color: #ffffff;
  color: var(--white);
}
.green-button:disabled,
.beige-button:disabled,
.orange-button:disabled,
.black-button:disabled,
.grey-button:disabled,
.greyed-button:disabled,
.transparent-button:disabled,
.date-period-button:disabled {
  cursor: default;
  opacity: 0.7;
}
a {
  color: #5e5357;
  color: var(--dirty-purple);
}
input,
[contenteditable],
.ng-select .ng-select-container,
.lxm-input,
lxm-select .ng-select,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  font-family: RedHatText, NotoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  background: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.lxm-input.readonly:-moz-placeholder-shown {
  visibility: hidden;
  position: absolute;
  width: 0;
}
.lxm-input.readonly:placeholder-shown {
  visibility: hidden;
  position: absolute;
  width: 0;
}
.lxm-input-default {
  display: none;
  padding: 6px 10px;
  padding: var(--input-padding);
}
.lxm-input.readonly:-moz-placeholder-shown + .lxm-input-default {
  display: inline;
  display: initial;
}
.lxm-input.readonly:placeholder-shown + .lxm-input-default {
  display: inline;
  display: initial;
}
.lxm-input {
  width: 100%;
  padding: 6px 10px;
  padding: var(--input-padding);
  min-height: 34px;
  min-height: var(--input-min-height);
  border-radius: 3px;
  border-radius: var(--input-border-radius);
  border: 1px solid rgba(94, 83, 87, 0.25);
  border: var(--input-border);
  background-color: inherit;
  color: #5e5357;
  color: var(--input-color);
  outline: none;
}
.lxm-input:not(.input-readonly) {
  display: inline-flex;
}
.url-prefix {
  border-radius: 3px 0 0 3px;
  border-radius: var(--input-border-radius) 0 0 var(--input-border-radius);
}
.url-prefix + input {
  border-radius: 0 3px 3px 0;
  border-radius: 0 var(--input-border-radius) var(--input-border-radius) 0;
}
.input-readonly {
  display: block;
  white-space: pre-line;
  word-break: break-word;
  text-overflow: ellipsis;
  border: 1px solid transparent !important;
  border: var(--input-readonly-border) !important;
  text-align: inherit;
}
.input-padding {
  padding: 6px 10px;
  padding: var(--input-padding);
}
input.lxm-input {
  height: 34px;
  height: var(--input-height);
}
.mat-form-field.ng-invalid,
.mat-form-field[combined].ng-invalid,
.lxm-input.ng-invalid,
.lxm-textarea.ng-invalid,
.ng-select.ng-invalid,
.combined-input.ng-invalid {
  border: 1px solid #f2736d;
  border: var(--input-error-border);
}
.lxm-input:disabled,
.lxm-textarea:disabled {
  border-color: transparent !important;
  cursor: default !important;
  resize: none !important;
}
.combined-field {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.combined-field > input {
  width: 80%;
  border: none;
  outline: none;
}
.combined-field > span {
  width: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
combined-input input {
  border: none !important;
}
/* FOCUS */
.focus-input {
  display: flex;
  flex: 1;
  padding: 6px 10px;
  padding: var(--input-padding);
  min-height: 34px;
  min-height: var(--input-min-height);
  border-radius: 3px;
  border-radius: var(--input-border-radius);
  border: 1px solid transparent;
  outline: none;
  resize: none;
  max-width: 100%;
  cursor: text;
}
.focus-input:focus {
  border: 1px solid #f7921e;
  border: var(--input-focus-border);
  background-color: #ffffff;
  background-color: var(--white);
}
.input-focus-within:focus-within {
  border: solid 1px #f7921e !important;
  border: solid 1px var(--tangerine) !important;
}
.input-focus:focus {
  border: solid 1px #f7921e !important;
  border: solid 1px var(--tangerine) !important;
}
/*.lxm-input:focus {
  border: solid 1px var(--tangerine) !important;
}*/
.field-data textarea:focus,
.field-data .field-text:focus,
.lxm-input:focus {
  border: solid 1px #f7921e;
  border: solid 1px var(--tangerine);
}
.dialog-field-text:focus-within,
.lxm-textarea-wrapper:focus-within {
  border: solid 1px #f7921e;
  border: solid 1px var(--tangerine);
}
/* DATES */
.date-range {
  display: flex;
}
.date-range--edit {
  width: auto;
}
.date-range__separator {
  padding: 0 5px;
}
/* MATERIAL */
.mat-form-field-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
lxm-datepicker .mat-form-field input {
  display: flex;
  padding: 8px 10px;
  min-height: 34px;
  min-height: var(--input-min-height);
  border-radius: 3px;
  border-radius: var(--input-border-radius);
  background-color: inherit;
  outline: none;
  font-family: RedHatText, NotoSans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
form-field status-indicator {
  padding: 6px 10px;
  padding: var(--input-padding);
}
.input-padding {
  min-height: 34px;
  min-height: var(--input-min-height);
  padding: 6px 10px;
  padding: var(--input-padding);
}
/*.dialog-header, .dialog-footer {
  padding: 0 10px;
  width: 100%;
}*/
.dialog-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: auto;
}
.dialog-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex: 0;
  padding: 20px;
  padding-left: 25px;
  padding-bottom: 0;
}
.dialog-title {
  font-family: RedHatDisplay;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
  word-break: break-word;
}
.dialog-title * {
  font-family: RedHatDisplay;
}
.dialog-title small {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
.dialog-content {
  flex: 1 1 auto;
  padding: 10px 25px 20px 25px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog-content .dialog-title:not(.mb0) {
  margin-bottom: 10px;
}
.dialog-content.no-margin {
  margin: 0;
}
.dialog-content [body] {
  color: #5e5357;
  color: var(--dirty-purple);
}
.dialog-content > div {
  display: flex;
  flex-flow: column nowrap;
}
.dialog-content .field-wrapper {
  padding: 6px 0;
}
.dialog-content .field-content {
  padding: 0;
}
.dialog-footer {
  width: 100%;
  flex: 0;
  padding: 20px 30px;
  border-top: solid 1px rgba(94, 83, 87, 0.15);
  border-top: solid 1px var(--dirty-purple-15);
  flex-wrap: wrap;
  gap: 15px;
}
.dialog-footer > * {
  gap: 15px;
  flex-wrap: wrap;
}
.dialog-content .field-label {
  width: 140px;
  min-width: 140px;
  /*padding: 8px 5px;*/
}
.dialog-footer > [footer] {
  display: flex;
  flex-direction: row;
}
.dialog-footer button {
  font-family: RedHatText;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.dialog-footer button,
.dialog-footer lxm-button {
  min-width: 110px !important;
  height: 47px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.mat-dialog-container {
  padding: 0 !important;
}
.dialog {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
}
.dialog-footer button:not(:first-of-type) {
  margin-left: 15px;
}
.dialog-field-text > input {
  width: 100%;
  border: none;
  outline: none;
}
.dialog-input-fixed-width-1 {
  display: inline-block;
  flex: 0 !important;
  width: 145px;
  min-width: 145px;
}
.dialog-input-fixed-width-2 {
  display: inline-block;
  flex: 0 !important;
  width: 194px;
  min-width: 194px;
}
.dialog-input-fixed-width-3 {
  display: inline-block;
  flex: 0 !important;
  width: 349px;
  min-width: 349px;
}
.modal-image, .calendar-publish-modal-image, .request-offer-modal-image, .reject-offer-modal-image, .delete-modal-image, .export-excel-modal-image, .send-order-modal-image, .send-proposals-modal-image, .decision-ok-modal-image, .decision-pending-products-modal-image, .sync-products-modal-image, .order-completed-modal-image, .order-for-picking-modal-image, .ok-modal-image, .confirm-offer-retailer-image, .confirm-offer-supplier-image, .warning-modal-image {
  display: flex;
  width: 0;
  height: 215px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.modal-image::before, .calendar-publish-modal-image::before, .request-offer-modal-image::before, .reject-offer-modal-image::before, .delete-modal-image::before, .export-excel-modal-image::before, .send-order-modal-image::before, .send-proposals-modal-image::before, .decision-ok-modal-image::before, .decision-pending-products-modal-image::before, .sync-products-modal-image::before, .order-completed-modal-image::before, .order-for-picking-modal-image::before, .ok-modal-image::before, .confirm-offer-retailer-image::before, .confirm-offer-supplier-image::before, .warning-modal-image::before {
  display: flex;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}
.dialog-section-sticky {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(94, 83, 87, 0.08);
  border-bottom: 1px solid var(--dirty-purple-8);
  position: sticky;
  top: 0;
  background: #ffffff;
  background: var(--white);
  z-index: 101;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.dialog-column-wrapper {
  display: flex;
  position: relative;
  flex: 1 1 100%;
  flex-flow: row wrap !important;
  min-height: 100%;
  height: 100%;
  word-break: break-word;
}
.dialog-column-wrapper .dialog-column-title {
  font-family: "RedHatDisplay";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
}
.dialog-column-wrapper form-field {
  margin-right: 0;
}
.dialog-column-wrapper form-field .field-wrapper .field-label {
  width: 150px;
  min-width: 150px;
}
.dialog-column-wrapper .dialog-column-sticky {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  background: #ffffff;
  background: var(--white);
  z-index: 101;
  min-height: 100%;
}
.dialog-column-wrapper .dialog-column-left {
  display: flex;
  flex-direction: column;
  padding: 5px 15px 20px 0;
  border-right: solid 1px #e7e5e6;
  border-right: solid 1px var(--light-pink);
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.dialog-column-wrapper .dialog-column-center {
  display: flex;
  flex-direction: column;
  padding: 5px 15px 20px 15px;
  border-right: solid 1px #e7e5e6;
  border-right: solid 1px var(--light-pink);
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.dialog-column-wrapper .dialog-column-right {
  display: flex;
  flex-direction: column;
  padding: 5px 5px 20px 15px;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.dialog-display-product-sticky {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(94, 83, 87, 0.08);
  border-bottom: 1px solid var(--dirty-purple-8);
  position: sticky;
  top: -10px;
  background: #ffffff;
  background: var(--white);
  z-index: 101;
  /* margin-top: 0; */
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
  padding-top: 10px;
}
.warning-modal-image::before {
  background-image: url("/assets/img/modal/warning.png");
}
.confirm-offer-supplier-image::before {
  background-image: url("/assets/img/modal/confirm-offer-supplier.png");
}
.confirm-offer-retailer-image::before {
  background-image: url("/assets/img/modal/confirm-offer-retailer.png");
}
.ok-modal-image::before {
  background-image: url("/assets/img/modal/ok.jpg");
}
.order-for-picking-modal-image::before {
  background-image: url("/assets/img/modal/send-order-for-picking.png");
}
.order-completed-modal-image::before {
  background-image: url("/assets/img/modal/order-completed.png");
}
.sync-products-modal-image::before {
  background-image: url("/assets/img/modal/sync-products.png");
}
.decision-pending-products-modal-image::before {
  background-image: url("/assets/img/modal/decision-pending-products-modal-image.png");
}
.decision-ok-modal-image::before {
  background-image: url("/assets/img/modal/decision-ok-modal-image.png");
}
.send-proposals-modal-image::before {
  background-image: url("/assets/img/modal/send-proposals.png");
}
.send-order-modal-image::before {
  background-image: url("/assets/img/modal/send-order.png");
}
.export-excel-modal-image::before {
  background-image: url("/assets/img/modal/export-excel.jpg");
}
.delete-modal-image::before {
  background-image: url("/assets/img/modal/delete.jpg");
}
.reject-offer-modal-image::before {
  background-image: url("/assets/img/modal/reject-offer.png");
}
.request-offer-modal-image::before {
  background-image: url("/assets/img/modal/request-offer.png");
}
.calendar-publish-modal-image::before {
  background-image: url("/assets/img/modal/calendar-publish.png");
}
svg-icon.svg-icon-accept--accepted {
  color: #7ABF8E;
  color: var(--dark-sea-green);
  stroke-width: 2px;
  stroke: #7ABF8E;
  stroke: var(--dark-sea-green);
}
svg-icon.flag-icon {
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid rgba(94, 83, 87, 0.15);
  border: 1px solid var(--dirty-purple-15);
}
.icon, .eudr-icon, .success-icon, .suspend-product-icon, .mark-as-expired-icon, .edi-icon, .product-replacement-out-icon, .product-replacement-in-icon, .replace-icon, .link-arrow-icon, .product-order-details-icon, .product-price-group-sm-icon, .product-main-price-icon, .product-campaign-sm-icon, .product-campaign-icon, .product-invalid-sm-icon, .product-invalid-icon, .product-procurement-sm-icon, .product-procurement-icon, .warning-icon, .pro-icon, .additional-menu-icon, .direction-right-icon, .direction-left-icon, .imports-icon, .cancel-icon, .bookmark-icon, .saved-button-icon, .timeline-empty-icon, .filter-button-icon, .filter-button-active-icon, .search-small-icon, .search-button-icon, .view-icon, .view-white-icon, .product-unit-trash-icon, .material-icon, .deposit-icon, .arrow-menu-collapse-icon, .arrow-right-long-icon, .arrow-right-icon, .arrow-left-icon, .expanded-row-icon, .minimize-icon, .maximize-icon, .error-icon, .campaign-icon, .campaign-icon-sm, .user-small-icon, .profile-grey-icon, .profile-status-icon, .tag-icon, .dot-active-icon, .profile-dark-icon, .undo-icon, .tick-green-tiny-icon, .check-white-icon, .check-green-small-icon, .check-double-icon, .checkmark-white-icon, .checkmark-icon, .check-small-icon, .check-icon, .send-icon, .pdf-icon, .xml-icon, .ecomm-icon, .excel-icon, .required-icon, .export-icon, .info-icon, .date-small-icon, .trash-icon, .undelete-icon, .x-white-icon, .x-red-icon, .x-grey-icon, .x-icon, .campaign-info-filled-icon, .campaign-info-empty-icon, .retailer-supplier-prices-info-filled-with-procurement-icon, .retailer-supplier-prices-info-empty-without-procurement-icon, .retailer-supplier-prices-info-filled-without-price-without-logistics-icon, .retailer-supplier-prices-info-filled-without-logistics-icon, .retailer-supplier-prices-info-filled-without-price-icon, .retailer-supplier-prices-info-filled-icon, .retailer-supplier-prices-info-empty-with-price-with-logistics-icon, .retailer-supplier-prices-info-empty-with-logistics-icon, .retailer-supplier-prices-info-empty-with-price-icon, .retailer-supplier-prices-info-empty-icon, .retailer-supplier-prices-info-icon, .price-change-filled-icon, .price-change-empty-icon, .assortment-scheme-filled-without-decision-icon, .assortment-scheme-filled-icon, .assortment-scheme-partly-filled-icon, .assortment-scheme-icon, .product-info-filled-icon, .product-info-partly-filled-icon, .product-info-icon, .crossmark-tiny-icon, .crossmark-lg-icon, .crossmark-sm-icon, .address-icon, .minus-icon, .cogs-icon, .generate-small-icon, .generate-icon, .accept-white-icon, .accept-green-icon, .accept-icon, .drag-icon, .download-images-icon, .download-icon, .notes-icon, .notes-count-10-icon, .notes-count-9-icon, .notes-count-8-icon, .notes-count-7-icon, .notes-count-6-icon, .notes-count-5-icon, .notes-count-4-icon, .notes-count-3-icon, .notes-count-2-icon, .notes-count-1-icon, .note-icon, .save-icon, .back-icon, .edit-white-icon, .edit-icon, .commercial-register-icon, .copy-icon, .close-icon, .dot-menu-icon, .reply-icon, .breadcrumb-arrow-icon, .sections-icon, .categories-icon, .plus-dark-icon, .plus-white-icon, .plus-small-icon, .minus-small-icon, .contact-status-icon, .contact-icon::after {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  flex-grow: 0;
}
.contact-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #efeeee;
  background-color: var(--grey-10);
}
.contact-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/contact.svg");
}
.contact-status-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-position: center;
  background-image: url("/assets/img/icons/contact-dark-cut.svg");
}
.contact-status-icon.status-active::after {
  position: absolute;
  top: -3px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/dot-active.svg");
}
.contact-status-icon.status-disabled::after {
  position: absolute;
  top: -3px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/dot-disabled.svg");
}
.minus-small-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/minus-small.svg");
}
.plus-small-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/plus-small.svg");
}
.plus-white-icon {
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/plus.svg");
}
.plus-dark-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/plus-dark.svg");
}
.categories-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/categories.svg");
}
.sections-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/sections.svg");
}
.breadcrumb-arrow-icon {
  width: 9px;
  height: 9px;
  background-image: url("/assets/img/icons/breadcrumb-arrow.svg");
}
.reply-icon {
  width: 10px;
  height: 12px;
  background-image: url("/assets/img/icons/reply.svg");
}
.dot-menu-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/dot-menu.svg");
}
.close-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/close.svg");
}
.copy-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/copy.svg");
}
.commercial-register-icon {
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/commercial-register.svg");
}
.edit-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/edit.svg");
}
.edit-white-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/edit-white.svg");
}
.back-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/back-dark.svg");
}
.save-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/save.svg");
}
.note-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/note.svg");
}
.notes-icon, .notes-count-10-icon, .notes-count-9-icon, .notes-count-8-icon, .notes-count-7-icon, .notes-count-6-icon, .notes-count-5-icon, .notes-count-4-icon, .notes-count-3-icon, .notes-count-2-icon, .notes-count-1-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/notes.svg");
}
.notes-count-1-icon {
  align-items: center;
}
.notes-count-1-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "1";
}
.notes-count-2-icon {
  align-items: center;
}
.notes-count-2-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "2";
}
.notes-count-3-icon {
  align-items: center;
}
.notes-count-3-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "3";
}
.notes-count-4-icon {
  align-items: center;
}
.notes-count-4-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "4";
}
.notes-count-5-icon {
  align-items: center;
}
.notes-count-5-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "5";
}
.notes-count-6-icon {
  align-items: center;
}
.notes-count-6-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "6";
}
.notes-count-7-icon {
  align-items: center;
}
.notes-count-7-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "7";
}
.notes-count-8-icon {
  align-items: center;
}
.notes-count-8-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "8";
}
.notes-count-9-icon {
  align-items: center;
}
.notes-count-9-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "9";
}
.notes-count-10-icon {
  align-items: center;
}
.notes-count-10-icon::before {
  width: 100%;
  padding-top: 2px;
  color: #ffffff;
  color: var(--white);
  font-size: 11px;
  line-height: 1.15;
  text-decoration: none !important;
  content: "9+";
}
.download-icon {
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/download.svg");
}
.download-images-icon {
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/download-images.svg");
}
.drag-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/drag.svg");
}
.accept-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/accept.svg");
}
.accept-green-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/accept-green.svg");
}
.accept-white-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/accept-white.svg");
}
.generate-icon {
  width: 18px;
  height: 19px;
  background-image: url("/assets/img/icons/generate-small.svg");
}
.generate-small-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/generate-small.svg");
}
.cogs-icon {
  width: 21px;
  height: 17px;
  background-image: url("/assets/img/icons/fa-cogs-regular.svg");
  filter: invert(34%) sepia(8%) saturate(478%) hue-rotate(287deg) brightness(93%) contrast(92%);
}
.cogs-icon.disabled {
  background-image: url("/assets/img/icons/fa-cogs-regular-disabled.svg");
}
.minus-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/fa-minus.svg"), url("/assets/img/icons/fa-minus.svg");
}
.address-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/icon-address.svg");
}
.crossmark-sm-icon {
  width: 11px;
  height: 11px;
  background-image: url("/assets/img/icons/crossmark-sm.svg");
}
.crossmark-lg-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/crossmark-lg.svg");
}
.crossmark-tiny-icon {
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/crossmark-tiny.svg");
}
.product-info-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/product-info.svg");
}
.product-info-partly-filled-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/product-info-partly-filled.svg");
}
.product-info-filled-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/product-info-filled.svg");
}
.assortment-scheme-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/assortment-scheme.svg");
}
.assortment-scheme-partly-filled-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/assortment-scheme-partly-filled.svg");
}
.assortment-scheme-filled-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/assortment-scheme-filled.svg");
}
.assortment-scheme-filled-without-decision-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/assortment-scheme-filled-without-decision.svg");
}
.price-change-empty-icon {
  width: 18px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/price-change-empty.svg");
}
.price-change-filled-icon {
  width: 18px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/price-change-filled.svg");
}
.retailer-supplier-prices-info-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info.svg");
}
.retailer-supplier-prices-info-empty-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-empty.svg");
}
.retailer-supplier-prices-info-empty-with-price-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-empty-with-price.svg");
}
.retailer-supplier-prices-info-empty-with-logistics-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-empty-with-logistics.svg");
}
.retailer-supplier-prices-info-empty-with-price-with-logistics-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-empty-with-price-with-logistics.svg");
}
.retailer-supplier-prices-info-filled-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-filled.svg");
}
.retailer-supplier-prices-info-filled-without-price-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-filled-without-price.svg");
}
.retailer-supplier-prices-info-filled-without-logistics-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-filled-without-logistics.svg");
}
.retailer-supplier-prices-info-filled-without-price-without-logistics-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-filled-without-price-without-logistics.svg");
}
.retailer-supplier-prices-info-empty-without-procurement-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-empty-without-procurement.svg");
}
.retailer-supplier-prices-info-filled-with-procurement-icon {
  width: 25px;
  height: 17px;
  background-image: url("/assets/img/icons/retailer-supplier-prices-info/retailer-supplier-prices-info-filled-with-procurement.svg");
}
.campaign-info-empty-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/campaign-info-empty.svg");
}
.campaign-info-filled-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/campaign-info-filled.svg");
}
.x-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/x.svg");
}
.x-grey-icon {
  width: 15px;
  height: 15px;
  background-image: url("/assets/img/icons/x-grey.svg");
}
.x-red-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/x-red.svg");
}
.x-white-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/x-white.svg");
}
.undelete-icon {
  width: 18px;
  height: 19px;
  background-image: url("/assets/img/icons/undelete.svg");
}
.trash-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/trash.svg");
}
.date-small-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/date-small.svg");
}
.info-icon {
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/icons/info.svg");
}
.export-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/export.svg");
}
.required-icon {
  width: 7px;
  height: 7px;
  background-image: url("/assets/img/icons/required.svg");
}
.excel-icon {
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/icons/excel.svg");
}
.ecomm-icon {
  width: 36px;
  height: 17px;
  background-image: url("/assets/img/icons/ecomm.svg");
}
.xml-icon {
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/icons/xml.svg");
}
.pdf-icon {
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/icons/pdf.svg");
}
.send-icon {
  width: 17px;
  height: 16px;
  background-image: url("/assets/img/icons/send.svg");
}
.check-icon {
  width: 17px;
  height: 16px;
  background-image: url("/assets/img/icons/fa-check.svg");
}
.check-small-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/check-small.svg");
}
.checkmark-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/accept.svg");
}
.checkmark-white-icon {
  width: 18px;
  height: 16px;
  background-image: url("/assets/img/icons/accept-white.svg");
}
.check-double-icon {
  width: 17px;
  height: 16px;
  background-image: url("/assets/img/icons/check-double.svg");
}
.check-green-small-icon {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/check-green-small.svg");
}
.check-white-icon {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/check-white.svg");
}
.tick-green-tiny-icon {
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/tick-green-tiny.svg");
}
.undo-icon {
  width: 17px;
  height: 16px;
  background-image: url("/assets/img/icons/undo.svg");
}
.profile-dark-icon {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #f3f2f2;
  background-color: var(--very-light-pink);
  background-size: 10px;
  background-position: center;
  background-image: url("/assets/img/icons/profile-dark.svg");
}
.dot-active-icon {
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/dot-active.svg");
}
.tag-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/tag.svg");
}
.profile-status-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-position: center;
  background-image: url("/assets/img/icons/profile-dark-cut.svg");
}
.profile-status-icon.status-active::after {
  position: absolute;
  top: -3px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/dot-active.svg");
}
.profile-status-icon.status-disabled::after {
  position: absolute;
  top: -3px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icons/dot-disabled.svg");
}
.profile-status-icon.status-linked::after {
  position: absolute;
  top: -3px;
  right: -5px;
  content: "";
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icons/link.svg");
}
.profile-grey-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/profile-grey.svg");
}
.user-small-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/user.svg");
}
.campaign-icon-sm {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/campaign.svg");
}
.campaign-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/campaign.svg");
}
.error-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/error.svg");
}
.maximize-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/maximize.svg");
}
.minimize-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/minimize.svg");
}
.expanded-row-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/table-row-plus.svg");
  cursor: pointer;
}
.expanded-row-icon.active {
  background-image: url("/assets/img/icons/table-row-minus.svg");
}
.arrow-left-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/arrow-left.svg");
}
.arrow-right-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/arrow-right.svg");
}
.arrow-right-long-icon {
  display: inline-flex;
  width: 14px;
  height: 12px;
  background-image: url("/assets/img/icons/arrow-right-long.svg");
}
.arrow-menu-collapse-icon {
  width: 11px;
  height: 11px;
  background-image: url("/assets/img/icons/arrow-menu-collapse.svg");
}
.deposit-icon {
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/recycle.svg");
  cursor: pointer;
}
.deposit-icon.disabled {
  background-image: url("/assets/img/icons/recycle-disabled.svg");
}
.material-icon {
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icons/package-material.svg");
  cursor: pointer;
}
.material-icon.disabled {
  background-image: url("/assets/img/icons/package-material-disabled.svg");
}
.product-unit-trash-icon {
  position: relative;
  width: 18px;
  height: 19px;
  background-image: url("/assets/img/icons/trash.svg");
  margin-top: -1px;
  cursor: pointer;
}
.view-white-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/view-white.svg");
}
.view-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/view.svg");
}
.search-button-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/search.svg");
}
.search-small-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/search-small.svg");
}
.filter-button-active-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/filter-active.svg");
  position: relative;
}
.filter-button-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/filter.svg");
  position: relative;
}
.timeline-empty-icon {
  width: 150px;
  height: 150px;
  background-image: url("/assets/img/icons/timeline-empty.svg");
}
.saved-button-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/saved.svg");
}
.bookmark-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/bookmark.svg");
}
.cancel-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/trash.svg");
}
.close-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/close.svg");
}
.imports-icon {
  width: 17px;
  height: 18px;
  background-image: url("/assets/img/icons/imports.svg");
}
.direction-left-icon {
  width: 20px;
  height: 15px;
  background-image: url("/assets/img/icons/icon-direction-left.svg");
}
.direction-right-icon {
  width: 20px;
  height: 15px;
  background-image: url("/assets/img/icons/icon-direction-right.svg");
}
.additional-menu-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/additional-menu.svg");
}
.pro-icon {
  width: 33px;
  height: 14px;
  background-image: url("/assets/img/icons/pro.svg");
}
.warning-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/warning.svg");
}
.product-procurement-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-procurement.svg");
}
.product-procurement-sm-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-procurement-sm.svg");
}
.product-invalid-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-invalid.svg");
}
.product-invalid-sm-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-invalid-sm.svg");
}
.product-campaign-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-campaign.svg");
}
.product-campaign-sm-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-campaign-sm.svg");
}
.product-main-price-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-main-price.svg");
}
.product-price-group-sm-icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/product-price-group-sm.svg");
}
.product-order-details-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/product-order-details.svg");
}
.link-arrow-icon {
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/icons/link-arrow.svg");
}
.replace-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/replace.svg");
}
.product-replacement-in-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/product-replacement-in.svg");
}
.product-replacement-out-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/product-replacement-out.svg");
}
.edi-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/edi.svg");
}
.mark-as-expired-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/mark-as-expired.svg");
}
.suspend-product-icon {
  width: 17px;
  height: 17px;
  background-image: url("/assets/img/icons/suspend-product.svg");
}
.success-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/icons/success.svg");
}
.eudr-icon {
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/icons/eudr.svg");
}
.mat-row.current {
  background-image: linear-gradient(
    96deg,
    rgba(24, 163, 73, 0.15) 12%,
    rgba(154, 206, 129, 0.15) 87%
  );
  background-image: var(--row-background-current);
}
.mat-row.upcoming {
  background: rgba(94, 83, 87, 0.04);
  background: var(--row-background-upcoming);
}
.mat-row.expired {
  opacity: 0.55;
}
.table-row-pointer:not(.cursor-default) {
  cursor: pointer;
}
.table-row-hover:hover, .table-row-hover.active {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.table-row-hover:hover .mat-cell.mat-table-sticky::before, .table-row-hover.active .mat-cell.mat-table-sticky::before {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.table-row-hover:hover + .table-additional-row, .table-row-hover.active + .table-additional-row {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.table-row-hover:not(.cursor-default) {
  cursor: pointer;
}
.table-row-hover:hover lxm-select:not(.readonly) {
  background: #ffffff;
  background: var(--white);
}
.table-row-hover.invalid {
  background: #fcf2f1;
  background: var(--row-background-invalid);
}
.table-row-hover.invalid:hover {
  background: #efeeee;
  background: var(--row-background-hover);
}
.table-row-hover.invalid lxm-select:not(.readonly) {
  background: #ffffff;
  background: var(--white);
}
.table-row-hover.new mat-cell {
  font-weight: 500;
}
.table-row-selected {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.table-row-selected .mat-cell.mat-table-sticky::before {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.table-row-selected:not(:hover) .mat-table-sticky::before {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.table-row-selected:not(:hover) .mat-table-sticky::after {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.table-group-row {
  height: 34px;
  cursor: pointer;
  border-radius: 3px;
}
.table-group-row:hover {
  transition: background-color 0.3s ease;
}
.table-group-row td {
  height: 34px;
  border-radius: 3px;
}
.table-group-row .table-group-label {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table-group-row.group--isNew {
  background-color: #E2F0DA;
  background-color: var(--green-warm-chinise-white);
}
.table-group-row.group--isNew:hover {
  background-color: #C6E4B8;
  background-color: var(--green-warm-lime);
}
.table-group-row.group--isExpired {
  background-color: #fde4e6;
  background-color: var(--valerie);
}
.table-group-row.group--isExpired:hover {
  background-color: #fbc9cc;
  background-color: var(--rosey-afterglow);
}
.table-group-row.group--isChange {
  background-color: #efeeee;
  background-color: var(--grey-10);
}
.table-group-row.group--isChange:hover {
  background-color: #e7e5e6;
  background-color: var(--grey-20);
}
.mat-row.table-group-row {
  height: 34px !important;
  min-height: 34px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mat-cell.table-group-cell {
  min-width: 0px;
  max-width: 0px;
  overflow: visible;
  white-space: nowrap;
}
.mat-cell.table-group-cell.level-2 {
  color: rgba(94, 83, 87, 0.55);
  color: var(--dirty-purple-55);
  left: 12px;
}
.products-table-total {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  margin-top: 12px;
  margin-left: 10px;
}
.mat-cell-center {
  display: flex;
  flex: 1;
  justify-content: center;
}
.triple-rows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
}
.triple-rows .cell-row {
  min-height: 18px;
  width: 100%;
}
.cell-center {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}
.cell-center > * {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cell-end {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  text-align: end;
}
.mat-row.readonly .mat-cell lxm-input,
.mat-row.readonly .mat-cell lxm-datepicker,
.mat-row.readonly .mat-cell lxm-textarea {
  background: inherit;
}
.mat-row.readonly .mat-cell .lxm-textarea-wrapper {
  border-color: transparent;
}
.mat-cell.mat-table-sticky {
  z-index: 2 !important;
}
.mat-cell .readonly .ng-select-container,
.mat-cell .readonly .ng-value-container {
  padding: 0 !important;
}
.mat-cell .input-readonly,
.mat-cell .input-padding,
.mat-cell .datepicker-readonly {
  padding: 0 !important;
}
.mat-cell .input-readonly {
  display: unset;
  padding: 0;
  text-align: inherit;
  min-height: -moz-max-content;
  min-height: max-content;
}
td .lxm-input,
mat-cell .lxm-input {
  width: 100%;
}
.lxm-tree-header {
  height: 100%;
  align-items: center;
}
.mat-header-row .mat-header-cell:not(:first-of-type):not(:last-of-type) {
  border-radius: 0 !important;
}
.mat-header-row .mat-header-cell:last-of-type {
  border-radius: 0 3px 3px 0;
}
.mat-header-row .mat-header-cell:first-of-type {
  border-radius: 3px 0 0 3px;
}
.table-checkbox.mat-checkbox-disabled {
  display: none !important;
}
.mat-cell {
  outline: none;
}
.mat-table.no-row-separator .mat-cell,
.mat-table.no-row-separator .mat-footer-cell,
.mat-table.no-row-separator .mat-header-cell {
  border-bottom: none !important;
}
.mat-table.no-table-header .mat-header-row {
  display: none !important;
}
/* EXPANDABLE ROWS */
.element-row {
  position: relative;
}
.element-row.expanded-row {
  border-bottom-color: transparent;
}
.mat-row.detail-row {
  display: none;
}
.mat-row.detail-row.expanded-row {
  display: flex;
}
.element-row .mat-cell {
  border-bottom-width: 0;
}
.element-detail {
  overflow: hidden;
  display: flex;
  width: 100%;
  border-radius: 3px;
}
.element-label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.element-description {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.element-row {
  position: relative;
}
.element-row.expanded-row {
  border-bottom-color: transparent;
}
/**/
.mat-cell.overflow-cell {
  overflow: visible;
}
/**/
.role-table-head .mat-header-cell,
.user-table-head .mat-header-cell,
.clv-table-head .mat-header-cell {
  flex-flow: column nowrap;
  align-items: flex-start;
}
.role-table-head text-filter,
.user-table-head text-filter,
.clv-table-head text-filter {
  width: 100%;
}
table th {
  font-family: RedHatDisplay;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  align-items: center;
  align-self: flex-start;
  padding: 0.375rem 0.875rem;
  padding: var(--table-cell-padding);
}
table td {
  padding: 0.375rem 0.875rem;
  padding: var(--table-cell-padding);
}
table td .input-readonly {
  padding-left: 0;
}
.sticky-table {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.sticky-table .sticky-table-body {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
  overflow-x: auto;
  will-change: transform;
}
.sticky-table .sticky-table-body .mat-table {
  position: absolute;
}
.sticky-table .sticky-table-body .mat-table .mat-header-row {
  position: sticky;
  top: 0;
  opacity: 1;
  z-index: 10000000;
}
.sticky-table .sticky-table-body .mat-table .mat-header-row .mat-header-cell {
  background: #F3F2F2;
  background: var(--table-header-background);
}
.sticky-table .sticky-table-body .mat-table :has(+ .table-additional-row:hover).mat-row.table-row-hover,
.sticky-table .sticky-table-body .mat-table :has(+ .table-additional-row:hover) .mat-cell {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.sticky-table .sticky-table-body .mat-table :has(+ .table-additional-row:hover).mat-row.table-row-hover lxm-select:not(.readonly),
.sticky-table .sticky-table-body .mat-table :has(+ .table-additional-row:hover) .mat-cell lxm-select:not(.readonly) {
  background: #ffffff !important;
  background: var(--white) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row .mat-cell.mat-table-sticky:not(.table-group-cell):not(.mat-column-rowError) {
  position: sticky;
  background: #ffffff;
  background: var(--white);
}
.sticky-table .sticky-table-body .mat-table .mat-row .mat-cell.mat-table-sticky:not(.table-group-cell):not(.mat-column-rowError)::before {
  background: inherit;
}
.sticky-table .sticky-table-body .mat-table .mat-row.table-row-hover:hover .mat-cell {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row.table-row-hover:hover .mat-cell.mat-table-sticky::before {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row.invalid .mat-cell {
  background: #fcf2f1 !important;
  background: var(--row-background-invalid) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row.invalid .mat-cell.mat-table-sticky::before {
  background: #fcf2f1 !important;
  background: var(--row-background-invalid) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row.table-row-selected .mat-cell {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.sticky-table .sticky-table-body .mat-table .mat-row.table-row-selected .mat-cell.mat-table-sticky::before {
  background: #FFF7EE !important;
  background: var(--row-background-selected) !important;
}
.sticky-table .sticky-table-footer {
  display: flex;
  flex: 0;
  justify-content: flex-end;
  align-items: center;
}
.table-additional-row {
  min-height: 0 !important;
}
.table-additional-row:has(.mat-column-rowError:empty) {
  display: none !important;
}
.table-additional-row:hover {
  background: #efeeee !important;
  background: var(--row-background-hover) !important;
}
.table-additional-row .mat-cell {
  padding: 0 !important;
}
.clickable-cell {
  position: relative;
  cursor: pointer;
}
.clickable-cell:hover {
  border-radius: 3px;
  box-shadow: 0 0 0 1px inset #f7921e;
  box-shadow: 0 0 0 1px inset var(--tangerine);
  cursor: pointer;
}
.clickable-cell:hover::after {
  display: flex;
  bottom: 6px !important;
  right: 2px !important;
  left: unset !important;
  position: absolute;
  width: 17px !important;
  height: 18px !important;
  content: "";
  background-image: url("/assets/img/icons/edit.svg") !important;
}
.mat-select {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
.mat-select:not(.navigator-menu-select) {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  /*display: flex;
  flex-flow: column wrap;
  border: solid 1px rgba(94, 83, 87, 0.25);
  border-radius: 3px;
  background-color: var(--white);
  outline: none;
  padding: 8px 10px;
  min-height: var(--input-min-height);
  overflow: hidden;*/
}
.mat-option {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: 0;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.mat-select-panel {
  background: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.mat-menu-panel {
  min-height: 44px !important;
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.06);
}
.mat-checkbox.has-additional-field .mat-checkbox-layout .mat-checkbox-label {
  line-height: 18px;
}
/* STANDARD HTML SELECT (SHOULD NOT BE USED)*/
select {
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: solid 1px rgba(94, 83, 87, 0.25);
  background-color: #ffffff;
  background-color: var(--white);
  outline: none;
  height: 36px;
  background: url("/assets/img/icons/arrow-small.svg") no-repeat right center #fff;
  -webkit-appearance: none;
  /*background-position-x: right;*/
  background-origin: content-box;
  /*padding: 0 0.5em;*/
  cursor: pointer;
  /*padding: 10px;*/
  padding: 8px 10px;
  font-family: RedHatText;
  /*font-size: 14px;*/
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.content {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-flow: column nowrap;
  overflow: auto;
  max-height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 12px 30px;
  padding: var(--content-padding);
  gap: 12px;
  gap: var(--cards-gap);
}
.content:not(.content-responsive) {
  min-width: 1000px;
}
router-outlet {
  display: none;
}
.data-table-card {
  display: flex;
  flex: 1;
  min-height: 80dvh;
}
.layout-wrapper {
  display: flex;
  max-width: 100%;
  flex: 1;
  gap: inherit;
}
.cards-container {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  max-width: 100%;
  gap: inherit;
}
.tab-content {
  display: block;
  margin-top: 20px;
  padding: 0 16px;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.inline {
  display: inline;
}
.row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
}
.row.nowrap {
  flex-flow: row nowrap;
}
.col-1 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-1:not(:last-of-type) {
  padding-right: 24px;
}
.col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-2:not(:last-of-type) {
  padding-right: 24px;
}
.col-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 25%;
}
.col-3:not(:last-of-type) {
  padding-right: 24px;
}
.col-4 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-4:not(:last-of-type) {
  padding-right: 24px;
}
.col-5 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-5:not(:last-of-type) {
  padding-right: 24px;
}
.col-6 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
}
.col-6:not(:last-of-type) {
  padding-right: 24px;
}
.col-7 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-7:not(:last-of-type) {
  padding-right: 24px;
}
.col-8 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-8:not(:last-of-type) {
  padding-right: 24px;
}
.col-9 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 75%;
}
.col-9:not(:last-of-type) {
  padding-right: 24px;
}
.col-10 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-10:not(:last-of-type) {
  padding-right: 24px;
}
.col-11 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-11:not(:last-of-type) {
  padding-right: 24px;
}
.col-12 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (max-height: 768px) {
  .data-table-card {
    min-height: 600px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .col-md-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-1:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-2:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-3:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-4:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-5:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-7:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-8:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-9:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-10:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-11:not(:last-of-type) {
    padding-right: 18px;
  }

  .col-md-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .col-sm-1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-1:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-2:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-3 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-3:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-4 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-4:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-5 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-5:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-7:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-8 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-8:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-9 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-9:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-10 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-10:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-11 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-11:not(:last-of-type) {
    padding-right: 12px;
  }

  .col-sm-12 {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
}
.button-height {
  height: 34px;
  height: var(--button-height);
}
.ml0 {
  margin-left: 0px;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px;
}
.ml6 {
  margin-left: 6px;
}
.ml7 {
  margin-left: 7px;
}
.ml8 {
  margin-left: 8px;
}
.ml9 {
  margin-left: 9px;
}
.ml10 {
  margin-left: 10px;
}
.ml11 {
  margin-left: 11px;
}
.ml12 {
  margin-left: 12px;
}
.ml13 {
  margin-left: 13px;
}
.ml14 {
  margin-left: 14px;
}
.ml15 {
  margin-left: 15px;
}
.ml16 {
  margin-left: 16px;
}
.ml17 {
  margin-left: 17px;
}
.ml18 {
  margin-left: 18px;
}
.ml19 {
  margin-left: 19px;
}
.ml20 {
  margin-left: 20px;
}
.ml21 {
  margin-left: 21px;
}
.ml22 {
  margin-left: 22px;
}
.ml23 {
  margin-left: 23px;
}
.ml24 {
  margin-left: 24px;
}
.ml25 {
  margin-left: 25px;
}
.ml26 {
  margin-left: 26px;
}
.ml27 {
  margin-left: 27px;
}
.ml28 {
  margin-left: 28px;
}
.ml29 {
  margin-left: 29px;
}
.ml30 {
  margin-left: 30px;
}
.ml31 {
  margin-left: 31px;
}
.ml32 {
  margin-left: 32px;
}
.ml33 {
  margin-left: 33px;
}
.ml34 {
  margin-left: 34px;
}
.ml35 {
  margin-left: 35px;
}
.ml36 {
  margin-left: 36px;
}
.ml37 {
  margin-left: 37px;
}
.ml38 {
  margin-left: 38px;
}
.ml39 {
  margin-left: 39px;
}
.ml40 {
  margin-left: 40px;
}
.ml41 {
  margin-left: 41px;
}
.ml42 {
  margin-left: 42px;
}
.ml43 {
  margin-left: 43px;
}
.ml44 {
  margin-left: 44px;
}
.ml45 {
  margin-left: 45px;
}
.ml46 {
  margin-left: 46px;
}
.ml47 {
  margin-left: 47px;
}
.ml48 {
  margin-left: 48px;
}
.ml49 {
  margin-left: 49px;
}
.ml50 {
  margin-left: 50px;
}
.ml51 {
  margin-left: 51px;
}
.ml52 {
  margin-left: 52px;
}
.ml53 {
  margin-left: 53px;
}
.ml54 {
  margin-left: 54px;
}
.ml55 {
  margin-left: 55px;
}
.ml56 {
  margin-left: 56px;
}
.ml57 {
  margin-left: 57px;
}
.ml58 {
  margin-left: 58px;
}
.ml59 {
  margin-left: 59px;
}
.ml60 {
  margin-left: 60px;
}
.ml61 {
  margin-left: 61px;
}
.ml62 {
  margin-left: 62px;
}
.ml63 {
  margin-left: 63px;
}
.ml64 {
  margin-left: 64px;
}
.ml65 {
  margin-left: 65px;
}
.ml66 {
  margin-left: 66px;
}
.ml67 {
  margin-left: 67px;
}
.ml68 {
  margin-left: 68px;
}
.ml69 {
  margin-left: 69px;
}
.ml70 {
  margin-left: 70px;
}
.ml71 {
  margin-left: 71px;
}
.ml72 {
  margin-left: 72px;
}
.ml73 {
  margin-left: 73px;
}
.ml74 {
  margin-left: 74px;
}
.ml75 {
  margin-left: 75px;
}
.ml76 {
  margin-left: 76px;
}
.ml77 {
  margin-left: 77px;
}
.ml78 {
  margin-left: 78px;
}
.ml79 {
  margin-left: 79px;
}
.ml80 {
  margin-left: 80px;
}
.ml81 {
  margin-left: 81px;
}
.ml82 {
  margin-left: 82px;
}
.ml83 {
  margin-left: 83px;
}
.ml84 {
  margin-left: 84px;
}
.ml85 {
  margin-left: 85px;
}
.ml86 {
  margin-left: 86px;
}
.ml87 {
  margin-left: 87px;
}
.ml88 {
  margin-left: 88px;
}
.ml89 {
  margin-left: 89px;
}
.ml90 {
  margin-left: 90px;
}
.ml91 {
  margin-left: 91px;
}
.ml92 {
  margin-left: 92px;
}
.ml93 {
  margin-left: 93px;
}
.ml94 {
  margin-left: 94px;
}
.ml95 {
  margin-left: 95px;
}
.ml96 {
  margin-left: 96px;
}
.ml97 {
  margin-left: 97px;
}
.ml98 {
  margin-left: 98px;
}
.ml99 {
  margin-left: 99px;
}
.ml100 {
  margin-left: 100px;
}
.mr0 {
  margin-right: 0px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr6 {
  margin-right: 6px;
}
.mr7 {
  margin-right: 7px;
}
.mr8 {
  margin-right: 8px;
}
.mr9 {
  margin-right: 9px;
}
.mr10 {
  margin-right: 10px;
}
.mr11 {
  margin-right: 11px;
}
.mr12 {
  margin-right: 12px;
}
.mr13 {
  margin-right: 13px;
}
.mr14 {
  margin-right: 14px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr17 {
  margin-right: 17px;
}
.mr18 {
  margin-right: 18px;
}
.mr19 {
  margin-right: 19px;
}
.mr20 {
  margin-right: 20px;
}
.mr21 {
  margin-right: 21px;
}
.mr22 {
  margin-right: 22px;
}
.mr23 {
  margin-right: 23px;
}
.mr24 {
  margin-right: 24px;
}
.mr25 {
  margin-right: 25px;
}
.mr26 {
  margin-right: 26px;
}
.mr27 {
  margin-right: 27px;
}
.mr28 {
  margin-right: 28px;
}
.mr29 {
  margin-right: 29px;
}
.mr30 {
  margin-right: 30px;
}
.mr31 {
  margin-right: 31px;
}
.mr32 {
  margin-right: 32px;
}
.mr33 {
  margin-right: 33px;
}
.mr34 {
  margin-right: 34px;
}
.mr35 {
  margin-right: 35px;
}
.mr36 {
  margin-right: 36px;
}
.mr37 {
  margin-right: 37px;
}
.mr38 {
  margin-right: 38px;
}
.mr39 {
  margin-right: 39px;
}
.mr40 {
  margin-right: 40px;
}
.mr41 {
  margin-right: 41px;
}
.mr42 {
  margin-right: 42px;
}
.mr43 {
  margin-right: 43px;
}
.mr44 {
  margin-right: 44px;
}
.mr45 {
  margin-right: 45px;
}
.mr46 {
  margin-right: 46px;
}
.mr47 {
  margin-right: 47px;
}
.mr48 {
  margin-right: 48px;
}
.mr49 {
  margin-right: 49px;
}
.mr50 {
  margin-right: 50px;
}
.mr51 {
  margin-right: 51px;
}
.mr52 {
  margin-right: 52px;
}
.mr53 {
  margin-right: 53px;
}
.mr54 {
  margin-right: 54px;
}
.mr55 {
  margin-right: 55px;
}
.mr56 {
  margin-right: 56px;
}
.mr57 {
  margin-right: 57px;
}
.mr58 {
  margin-right: 58px;
}
.mr59 {
  margin-right: 59px;
}
.mr60 {
  margin-right: 60px;
}
.mr61 {
  margin-right: 61px;
}
.mr62 {
  margin-right: 62px;
}
.mr63 {
  margin-right: 63px;
}
.mr64 {
  margin-right: 64px;
}
.mr65 {
  margin-right: 65px;
}
.mr66 {
  margin-right: 66px;
}
.mr67 {
  margin-right: 67px;
}
.mr68 {
  margin-right: 68px;
}
.mr69 {
  margin-right: 69px;
}
.mr70 {
  margin-right: 70px;
}
.mr71 {
  margin-right: 71px;
}
.mr72 {
  margin-right: 72px;
}
.mr73 {
  margin-right: 73px;
}
.mr74 {
  margin-right: 74px;
}
.mr75 {
  margin-right: 75px;
}
.mr76 {
  margin-right: 76px;
}
.mr77 {
  margin-right: 77px;
}
.mr78 {
  margin-right: 78px;
}
.mr79 {
  margin-right: 79px;
}
.mr80 {
  margin-right: 80px;
}
.mr81 {
  margin-right: 81px;
}
.mr82 {
  margin-right: 82px;
}
.mr83 {
  margin-right: 83px;
}
.mr84 {
  margin-right: 84px;
}
.mr85 {
  margin-right: 85px;
}
.mr86 {
  margin-right: 86px;
}
.mr87 {
  margin-right: 87px;
}
.mr88 {
  margin-right: 88px;
}
.mr89 {
  margin-right: 89px;
}
.mr90 {
  margin-right: 90px;
}
.mr91 {
  margin-right: 91px;
}
.mr92 {
  margin-right: 92px;
}
.mr93 {
  margin-right: 93px;
}
.mr94 {
  margin-right: 94px;
}
.mr95 {
  margin-right: 95px;
}
.mr96 {
  margin-right: 96px;
}
.mr97 {
  margin-right: 97px;
}
.mr98 {
  margin-right: 98px;
}
.mr99 {
  margin-right: 99px;
}
.mr100 {
  margin-right: 100px;
}
.mt0 {
  margin-top: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt9 {
  margin-top: 9px;
}
.mt10 {
  margin-top: 10px;
}
.mt11 {
  margin-top: 11px;
}
.mt12 {
  margin-top: 12px;
}
.mt13 {
  margin-top: 13px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt17 {
  margin-top: 17px;
}
.mt18 {
  margin-top: 18px;
}
.mt19 {
  margin-top: 19px;
}
.mt20 {
  margin-top: 20px;
}
.mt21 {
  margin-top: 21px;
}
.mt22 {
  margin-top: 22px;
}
.mt23 {
  margin-top: 23px;
}
.mt24 {
  margin-top: 24px;
}
.mt25 {
  margin-top: 25px;
}
.mt26 {
  margin-top: 26px;
}
.mt27 {
  margin-top: 27px;
}
.mt28 {
  margin-top: 28px;
}
.mt29 {
  margin-top: 29px;
}
.mt30 {
  margin-top: 30px;
}
.mt31 {
  margin-top: 31px;
}
.mt32 {
  margin-top: 32px;
}
.mt33 {
  margin-top: 33px;
}
.mt34 {
  margin-top: 34px;
}
.mt35 {
  margin-top: 35px;
}
.mt36 {
  margin-top: 36px;
}
.mt37 {
  margin-top: 37px;
}
.mt38 {
  margin-top: 38px;
}
.mt39 {
  margin-top: 39px;
}
.mt40 {
  margin-top: 40px;
}
.mt41 {
  margin-top: 41px;
}
.mt42 {
  margin-top: 42px;
}
.mt43 {
  margin-top: 43px;
}
.mt44 {
  margin-top: 44px;
}
.mt45 {
  margin-top: 45px;
}
.mt46 {
  margin-top: 46px;
}
.mt47 {
  margin-top: 47px;
}
.mt48 {
  margin-top: 48px;
}
.mt49 {
  margin-top: 49px;
}
.mt50 {
  margin-top: 50px;
}
.mt51 {
  margin-top: 51px;
}
.mt52 {
  margin-top: 52px;
}
.mt53 {
  margin-top: 53px;
}
.mt54 {
  margin-top: 54px;
}
.mt55 {
  margin-top: 55px;
}
.mt56 {
  margin-top: 56px;
}
.mt57 {
  margin-top: 57px;
}
.mt58 {
  margin-top: 58px;
}
.mt59 {
  margin-top: 59px;
}
.mt60 {
  margin-top: 60px;
}
.mt61 {
  margin-top: 61px;
}
.mt62 {
  margin-top: 62px;
}
.mt63 {
  margin-top: 63px;
}
.mt64 {
  margin-top: 64px;
}
.mt65 {
  margin-top: 65px;
}
.mt66 {
  margin-top: 66px;
}
.mt67 {
  margin-top: 67px;
}
.mt68 {
  margin-top: 68px;
}
.mt69 {
  margin-top: 69px;
}
.mt70 {
  margin-top: 70px;
}
.mt71 {
  margin-top: 71px;
}
.mt72 {
  margin-top: 72px;
}
.mt73 {
  margin-top: 73px;
}
.mt74 {
  margin-top: 74px;
}
.mt75 {
  margin-top: 75px;
}
.mt76 {
  margin-top: 76px;
}
.mt77 {
  margin-top: 77px;
}
.mt78 {
  margin-top: 78px;
}
.mt79 {
  margin-top: 79px;
}
.mt80 {
  margin-top: 80px;
}
.mt81 {
  margin-top: 81px;
}
.mt82 {
  margin-top: 82px;
}
.mt83 {
  margin-top: 83px;
}
.mt84 {
  margin-top: 84px;
}
.mt85 {
  margin-top: 85px;
}
.mt86 {
  margin-top: 86px;
}
.mt87 {
  margin-top: 87px;
}
.mt88 {
  margin-top: 88px;
}
.mt89 {
  margin-top: 89px;
}
.mt90 {
  margin-top: 90px;
}
.mt91 {
  margin-top: 91px;
}
.mt92 {
  margin-top: 92px;
}
.mt93 {
  margin-top: 93px;
}
.mt94 {
  margin-top: 94px;
}
.mt95 {
  margin-top: 95px;
}
.mt96 {
  margin-top: 96px;
}
.mt97 {
  margin-top: 97px;
}
.mt98 {
  margin-top: 98px;
}
.mt99 {
  margin-top: 99px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb9 {
  margin-bottom: 9px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb11 {
  margin-bottom: 11px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb13 {
  margin-bottom: 13px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb19 {
  margin-bottom: 19px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb21 {
  margin-bottom: 21px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb23 {
  margin-bottom: 23px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb27 {
  margin-bottom: 27px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb29 {
  margin-bottom: 29px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb31 {
  margin-bottom: 31px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb33 {
  margin-bottom: 33px;
}
.mb34 {
  margin-bottom: 34px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb37 {
  margin-bottom: 37px;
}
.mb38 {
  margin-bottom: 38px;
}
.mb39 {
  margin-bottom: 39px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb41 {
  margin-bottom: 41px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb43 {
  margin-bottom: 43px;
}
.mb44 {
  margin-bottom: 44px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb46 {
  margin-bottom: 46px;
}
.mb47 {
  margin-bottom: 47px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb49 {
  margin-bottom: 49px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb51 {
  margin-bottom: 51px;
}
.mb52 {
  margin-bottom: 52px;
}
.mb53 {
  margin-bottom: 53px;
}
.mb54 {
  margin-bottom: 54px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb57 {
  margin-bottom: 57px;
}
.mb58 {
  margin-bottom: 58px;
}
.mb59 {
  margin-bottom: 59px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb61 {
  margin-bottom: 61px;
}
.mb62 {
  margin-bottom: 62px;
}
.mb63 {
  margin-bottom: 63px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb66 {
  margin-bottom: 66px;
}
.mb67 {
  margin-bottom: 67px;
}
.mb68 {
  margin-bottom: 68px;
}
.mb69 {
  margin-bottom: 69px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb71 {
  margin-bottom: 71px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb73 {
  margin-bottom: 73px;
}
.mb74 {
  margin-bottom: 74px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb76 {
  margin-bottom: 76px;
}
.mb77 {
  margin-bottom: 77px;
}
.mb78 {
  margin-bottom: 78px;
}
.mb79 {
  margin-bottom: 79px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb81 {
  margin-bottom: 81px;
}
.mb82 {
  margin-bottom: 82px;
}
.mb83 {
  margin-bottom: 83px;
}
.mb84 {
  margin-bottom: 84px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb86 {
  margin-bottom: 86px;
}
.mb87 {
  margin-bottom: 87px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb89 {
  margin-bottom: 89px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb91 {
  margin-bottom: 91px;
}
.mb92 {
  margin-bottom: 92px;
}
.mb93 {
  margin-bottom: 93px;
}
.mb94 {
  margin-bottom: 94px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb97 {
  margin-bottom: 97px;
}
.mb98 {
  margin-bottom: 98px;
}
.mb99 {
  margin-bottom: 99px;
}
.mb100 {
  margin-bottom: 100px;
}
.p0 {
  padding: 0px;
}
.p1 {
  padding: 1px;
}
.p2 {
  padding: 2px;
}
.p3 {
  padding: 3px;
}
.p4 {
  padding: 4px;
}
.p5 {
  padding: 5px;
}
.p6 {
  padding: 6px;
}
.p7 {
  padding: 7px;
}
.p8 {
  padding: 8px;
}
.p9 {
  padding: 9px;
}
.p10 {
  padding: 10px;
}
.p11 {
  padding: 11px;
}
.p12 {
  padding: 12px;
}
.p13 {
  padding: 13px;
}
.p14 {
  padding: 14px;
}
.p15 {
  padding: 15px;
}
.p16 {
  padding: 16px;
}
.p17 {
  padding: 17px;
}
.p18 {
  padding: 18px;
}
.p19 {
  padding: 19px;
}
.p20 {
  padding: 20px;
}
.p21 {
  padding: 21px;
}
.p22 {
  padding: 22px;
}
.p23 {
  padding: 23px;
}
.p24 {
  padding: 24px;
}
.p25 {
  padding: 25px;
}
.p26 {
  padding: 26px;
}
.p27 {
  padding: 27px;
}
.p28 {
  padding: 28px;
}
.p29 {
  padding: 29px;
}
.p30 {
  padding: 30px;
}
.p31 {
  padding: 31px;
}
.p32 {
  padding: 32px;
}
.p33 {
  padding: 33px;
}
.p34 {
  padding: 34px;
}
.p35 {
  padding: 35px;
}
.p36 {
  padding: 36px;
}
.p37 {
  padding: 37px;
}
.p38 {
  padding: 38px;
}
.p39 {
  padding: 39px;
}
.p40 {
  padding: 40px;
}
.p41 {
  padding: 41px;
}
.p42 {
  padding: 42px;
}
.p43 {
  padding: 43px;
}
.p44 {
  padding: 44px;
}
.p45 {
  padding: 45px;
}
.p46 {
  padding: 46px;
}
.p47 {
  padding: 47px;
}
.p48 {
  padding: 48px;
}
.p49 {
  padding: 49px;
}
.p50 {
  padding: 50px;
}
.p51 {
  padding: 51px;
}
.p52 {
  padding: 52px;
}
.p53 {
  padding: 53px;
}
.p54 {
  padding: 54px;
}
.p55 {
  padding: 55px;
}
.p56 {
  padding: 56px;
}
.p57 {
  padding: 57px;
}
.p58 {
  padding: 58px;
}
.p59 {
  padding: 59px;
}
.p60 {
  padding: 60px;
}
.p61 {
  padding: 61px;
}
.p62 {
  padding: 62px;
}
.p63 {
  padding: 63px;
}
.p64 {
  padding: 64px;
}
.p65 {
  padding: 65px;
}
.p66 {
  padding: 66px;
}
.p67 {
  padding: 67px;
}
.p68 {
  padding: 68px;
}
.p69 {
  padding: 69px;
}
.p70 {
  padding: 70px;
}
.p71 {
  padding: 71px;
}
.p72 {
  padding: 72px;
}
.p73 {
  padding: 73px;
}
.p74 {
  padding: 74px;
}
.p75 {
  padding: 75px;
}
.p76 {
  padding: 76px;
}
.p77 {
  padding: 77px;
}
.p78 {
  padding: 78px;
}
.p79 {
  padding: 79px;
}
.p80 {
  padding: 80px;
}
.p81 {
  padding: 81px;
}
.p82 {
  padding: 82px;
}
.p83 {
  padding: 83px;
}
.p84 {
  padding: 84px;
}
.p85 {
  padding: 85px;
}
.p86 {
  padding: 86px;
}
.p87 {
  padding: 87px;
}
.p88 {
  padding: 88px;
}
.p89 {
  padding: 89px;
}
.p90 {
  padding: 90px;
}
.p91 {
  padding: 91px;
}
.p92 {
  padding: 92px;
}
.p93 {
  padding: 93px;
}
.p94 {
  padding: 94px;
}
.p95 {
  padding: 95px;
}
.p96 {
  padding: 96px;
}
.p97 {
  padding: 97px;
}
.p98 {
  padding: 98px;
}
.p99 {
  padding: 99px;
}
.p100 {
  padding: 100px;
}
.pl0 {
  padding-left: 0px;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl4 {
  padding-left: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl6 {
  padding-left: 6px;
}
.pl7 {
  padding-left: 7px;
}
.pl8 {
  padding-left: 8px;
}
.pl9 {
  padding-left: 9px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl21 {
  padding-left: 21px;
}
.pl22 {
  padding-left: 22px;
}
.pl23 {
  padding-left: 23px;
}
.pl24 {
  padding-left: 24px;
}
.pl25 {
  padding-left: 25px;
}
.pl26 {
  padding-left: 26px;
}
.pl27 {
  padding-left: 27px;
}
.pl28 {
  padding-left: 28px;
}
.pl29 {
  padding-left: 29px;
}
.pl30 {
  padding-left: 30px;
}
.pl31 {
  padding-left: 31px;
}
.pl32 {
  padding-left: 32px;
}
.pl33 {
  padding-left: 33px;
}
.pl34 {
  padding-left: 34px;
}
.pl35 {
  padding-left: 35px;
}
.pl36 {
  padding-left: 36px;
}
.pl37 {
  padding-left: 37px;
}
.pl38 {
  padding-left: 38px;
}
.pl39 {
  padding-left: 39px;
}
.pl40 {
  padding-left: 40px;
}
.pl41 {
  padding-left: 41px;
}
.pl42 {
  padding-left: 42px;
}
.pl43 {
  padding-left: 43px;
}
.pl44 {
  padding-left: 44px;
}
.pl45 {
  padding-left: 45px;
}
.pl46 {
  padding-left: 46px;
}
.pl47 {
  padding-left: 47px;
}
.pl48 {
  padding-left: 48px;
}
.pl49 {
  padding-left: 49px;
}
.pl50 {
  padding-left: 50px;
}
.pl51 {
  padding-left: 51px;
}
.pl52 {
  padding-left: 52px;
}
.pl53 {
  padding-left: 53px;
}
.pl54 {
  padding-left: 54px;
}
.pl55 {
  padding-left: 55px;
}
.pl56 {
  padding-left: 56px;
}
.pl57 {
  padding-left: 57px;
}
.pl58 {
  padding-left: 58px;
}
.pl59 {
  padding-left: 59px;
}
.pl60 {
  padding-left: 60px;
}
.pl61 {
  padding-left: 61px;
}
.pl62 {
  padding-left: 62px;
}
.pl63 {
  padding-left: 63px;
}
.pl64 {
  padding-left: 64px;
}
.pl65 {
  padding-left: 65px;
}
.pl66 {
  padding-left: 66px;
}
.pl67 {
  padding-left: 67px;
}
.pl68 {
  padding-left: 68px;
}
.pl69 {
  padding-left: 69px;
}
.pl70 {
  padding-left: 70px;
}
.pl71 {
  padding-left: 71px;
}
.pl72 {
  padding-left: 72px;
}
.pl73 {
  padding-left: 73px;
}
.pl74 {
  padding-left: 74px;
}
.pl75 {
  padding-left: 75px;
}
.pl76 {
  padding-left: 76px;
}
.pl77 {
  padding-left: 77px;
}
.pl78 {
  padding-left: 78px;
}
.pl79 {
  padding-left: 79px;
}
.pl80 {
  padding-left: 80px;
}
.pl81 {
  padding-left: 81px;
}
.pl82 {
  padding-left: 82px;
}
.pl83 {
  padding-left: 83px;
}
.pl84 {
  padding-left: 84px;
}
.pl85 {
  padding-left: 85px;
}
.pl86 {
  padding-left: 86px;
}
.pl87 {
  padding-left: 87px;
}
.pl88 {
  padding-left: 88px;
}
.pl89 {
  padding-left: 89px;
}
.pl90 {
  padding-left: 90px;
}
.pl91 {
  padding-left: 91px;
}
.pl92 {
  padding-left: 92px;
}
.pl93 {
  padding-left: 93px;
}
.pl94 {
  padding-left: 94px;
}
.pl95 {
  padding-left: 95px;
}
.pl96 {
  padding-left: 96px;
}
.pl97 {
  padding-left: 97px;
}
.pl98 {
  padding-left: 98px;
}
.pl99 {
  padding-left: 99px;
}
.pl100 {
  padding-left: 100px;
}
.pr0 {
  padding-right: 0px;
}
.pr1 {
  padding-right: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pr3 {
  padding-right: 3px;
}
.pr4 {
  padding-right: 4px;
}
.pr5 {
  padding-right: 5px;
}
.pr6 {
  padding-right: 6px;
}
.pr7 {
  padding-right: 7px;
}
.pr8 {
  padding-right: 8px;
}
.pr9 {
  padding-right: 9px;
}
.pr10 {
  padding-right: 10px;
}
.pr11 {
  padding-right: 11px;
}
.pr12 {
  padding-right: 12px;
}
.pr13 {
  padding-right: 13px;
}
.pr14 {
  padding-right: 14px;
}
.pr15 {
  padding-right: 15px;
}
.pr16 {
  padding-right: 16px;
}
.pr17 {
  padding-right: 17px;
}
.pr18 {
  padding-right: 18px;
}
.pr19 {
  padding-right: 19px;
}
.pr20 {
  padding-right: 20px;
}
.pr21 {
  padding-right: 21px;
}
.pr22 {
  padding-right: 22px;
}
.pr23 {
  padding-right: 23px;
}
.pr24 {
  padding-right: 24px;
}
.pr25 {
  padding-right: 25px;
}
.pr26 {
  padding-right: 26px;
}
.pr27 {
  padding-right: 27px;
}
.pr28 {
  padding-right: 28px;
}
.pr29 {
  padding-right: 29px;
}
.pr30 {
  padding-right: 30px;
}
.pr31 {
  padding-right: 31px;
}
.pr32 {
  padding-right: 32px;
}
.pr33 {
  padding-right: 33px;
}
.pr34 {
  padding-right: 34px;
}
.pr35 {
  padding-right: 35px;
}
.pr36 {
  padding-right: 36px;
}
.pr37 {
  padding-right: 37px;
}
.pr38 {
  padding-right: 38px;
}
.pr39 {
  padding-right: 39px;
}
.pr40 {
  padding-right: 40px;
}
.pr41 {
  padding-right: 41px;
}
.pr42 {
  padding-right: 42px;
}
.pr43 {
  padding-right: 43px;
}
.pr44 {
  padding-right: 44px;
}
.pr45 {
  padding-right: 45px;
}
.pr46 {
  padding-right: 46px;
}
.pr47 {
  padding-right: 47px;
}
.pr48 {
  padding-right: 48px;
}
.pr49 {
  padding-right: 49px;
}
.pr50 {
  padding-right: 50px;
}
.pr51 {
  padding-right: 51px;
}
.pr52 {
  padding-right: 52px;
}
.pr53 {
  padding-right: 53px;
}
.pr54 {
  padding-right: 54px;
}
.pr55 {
  padding-right: 55px;
}
.pr56 {
  padding-right: 56px;
}
.pr57 {
  padding-right: 57px;
}
.pr58 {
  padding-right: 58px;
}
.pr59 {
  padding-right: 59px;
}
.pr60 {
  padding-right: 60px;
}
.pr61 {
  padding-right: 61px;
}
.pr62 {
  padding-right: 62px;
}
.pr63 {
  padding-right: 63px;
}
.pr64 {
  padding-right: 64px;
}
.pr65 {
  padding-right: 65px;
}
.pr66 {
  padding-right: 66px;
}
.pr67 {
  padding-right: 67px;
}
.pr68 {
  padding-right: 68px;
}
.pr69 {
  padding-right: 69px;
}
.pr70 {
  padding-right: 70px;
}
.pr71 {
  padding-right: 71px;
}
.pr72 {
  padding-right: 72px;
}
.pr73 {
  padding-right: 73px;
}
.pr74 {
  padding-right: 74px;
}
.pr75 {
  padding-right: 75px;
}
.pr76 {
  padding-right: 76px;
}
.pr77 {
  padding-right: 77px;
}
.pr78 {
  padding-right: 78px;
}
.pr79 {
  padding-right: 79px;
}
.pr80 {
  padding-right: 80px;
}
.pr81 {
  padding-right: 81px;
}
.pr82 {
  padding-right: 82px;
}
.pr83 {
  padding-right: 83px;
}
.pr84 {
  padding-right: 84px;
}
.pr85 {
  padding-right: 85px;
}
.pr86 {
  padding-right: 86px;
}
.pr87 {
  padding-right: 87px;
}
.pr88 {
  padding-right: 88px;
}
.pr89 {
  padding-right: 89px;
}
.pr90 {
  padding-right: 90px;
}
.pr91 {
  padding-right: 91px;
}
.pr92 {
  padding-right: 92px;
}
.pr93 {
  padding-right: 93px;
}
.pr94 {
  padding-right: 94px;
}
.pr95 {
  padding-right: 95px;
}
.pr96 {
  padding-right: 96px;
}
.pr97 {
  padding-right: 97px;
}
.pr98 {
  padding-right: 98px;
}
.pr99 {
  padding-right: 99px;
}
.pr100 {
  padding-right: 100px;
}
.pt0 {
  padding-top: 0px;
}
.pt1 {
  padding-top: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pt11 {
  padding-top: 11px;
}
.pt12 {
  padding-top: 12px;
}
.pt13 {
  padding-top: 13px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt17 {
  padding-top: 17px;
}
.pt18 {
  padding-top: 18px;
}
.pt19 {
  padding-top: 19px;
}
.pt20 {
  padding-top: 20px;
}
.pt21 {
  padding-top: 21px;
}
.pt22 {
  padding-top: 22px;
}
.pt23 {
  padding-top: 23px;
}
.pt24 {
  padding-top: 24px;
}
.pt25 {
  padding-top: 25px;
}
.pt26 {
  padding-top: 26px;
}
.pt27 {
  padding-top: 27px;
}
.pt28 {
  padding-top: 28px;
}
.pt29 {
  padding-top: 29px;
}
.pt30 {
  padding-top: 30px;
}
.pt31 {
  padding-top: 31px;
}
.pt32 {
  padding-top: 32px;
}
.pt33 {
  padding-top: 33px;
}
.pt34 {
  padding-top: 34px;
}
.pt35 {
  padding-top: 35px;
}
.pt36 {
  padding-top: 36px;
}
.pt37 {
  padding-top: 37px;
}
.pt38 {
  padding-top: 38px;
}
.pt39 {
  padding-top: 39px;
}
.pt40 {
  padding-top: 40px;
}
.pt41 {
  padding-top: 41px;
}
.pt42 {
  padding-top: 42px;
}
.pt43 {
  padding-top: 43px;
}
.pt44 {
  padding-top: 44px;
}
.pt45 {
  padding-top: 45px;
}
.pt46 {
  padding-top: 46px;
}
.pt47 {
  padding-top: 47px;
}
.pt48 {
  padding-top: 48px;
}
.pt49 {
  padding-top: 49px;
}
.pt50 {
  padding-top: 50px;
}
.pt51 {
  padding-top: 51px;
}
.pt52 {
  padding-top: 52px;
}
.pt53 {
  padding-top: 53px;
}
.pt54 {
  padding-top: 54px;
}
.pt55 {
  padding-top: 55px;
}
.pt56 {
  padding-top: 56px;
}
.pt57 {
  padding-top: 57px;
}
.pt58 {
  padding-top: 58px;
}
.pt59 {
  padding-top: 59px;
}
.pt60 {
  padding-top: 60px;
}
.pt61 {
  padding-top: 61px;
}
.pt62 {
  padding-top: 62px;
}
.pt63 {
  padding-top: 63px;
}
.pt64 {
  padding-top: 64px;
}
.pt65 {
  padding-top: 65px;
}
.pt66 {
  padding-top: 66px;
}
.pt67 {
  padding-top: 67px;
}
.pt68 {
  padding-top: 68px;
}
.pt69 {
  padding-top: 69px;
}
.pt70 {
  padding-top: 70px;
}
.pt71 {
  padding-top: 71px;
}
.pt72 {
  padding-top: 72px;
}
.pt73 {
  padding-top: 73px;
}
.pt74 {
  padding-top: 74px;
}
.pt75 {
  padding-top: 75px;
}
.pt76 {
  padding-top: 76px;
}
.pt77 {
  padding-top: 77px;
}
.pt78 {
  padding-top: 78px;
}
.pt79 {
  padding-top: 79px;
}
.pt80 {
  padding-top: 80px;
}
.pt81 {
  padding-top: 81px;
}
.pt82 {
  padding-top: 82px;
}
.pt83 {
  padding-top: 83px;
}
.pt84 {
  padding-top: 84px;
}
.pt85 {
  padding-top: 85px;
}
.pt86 {
  padding-top: 86px;
}
.pt87 {
  padding-top: 87px;
}
.pt88 {
  padding-top: 88px;
}
.pt89 {
  padding-top: 89px;
}
.pt90 {
  padding-top: 90px;
}
.pt91 {
  padding-top: 91px;
}
.pt92 {
  padding-top: 92px;
}
.pt93 {
  padding-top: 93px;
}
.pt94 {
  padding-top: 94px;
}
.pt95 {
  padding-top: 95px;
}
.pt96 {
  padding-top: 96px;
}
.pt97 {
  padding-top: 97px;
}
.pt98 {
  padding-top: 98px;
}
.pt99 {
  padding-top: 99px;
}
.pt100 {
  padding-top: 100px;
}
.w0 {
  width: 0px;
}
.w1 {
  width: 1px;
}
.w2 {
  width: 2px;
}
.w3 {
  width: 3px;
}
.w4 {
  width: 4px;
}
.w5 {
  width: 5px;
}
.w6 {
  width: 6px;
}
.w7 {
  width: 7px;
}
.w8 {
  width: 8px;
}
.w9 {
  width: 9px;
}
.w10 {
  width: 10px;
}
.w11 {
  width: 11px;
}
.w12 {
  width: 12px;
}
.w13 {
  width: 13px;
}
.w14 {
  width: 14px;
}
.w15 {
  width: 15px;
}
.w16 {
  width: 16px;
}
.w17 {
  width: 17px;
}
.w18 {
  width: 18px;
}
.w19 {
  width: 19px;
}
.w20 {
  width: 20px;
}
.w21 {
  width: 21px;
}
.w22 {
  width: 22px;
}
.w23 {
  width: 23px;
}
.w24 {
  width: 24px;
}
.w25 {
  width: 25px;
}
.w26 {
  width: 26px;
}
.w27 {
  width: 27px;
}
.w28 {
  width: 28px;
}
.w29 {
  width: 29px;
}
.w30 {
  width: 30px;
}
.w31 {
  width: 31px;
}
.w32 {
  width: 32px;
}
.w33 {
  width: 33px;
}
.w34 {
  width: 34px;
}
.w35 {
  width: 35px;
}
.w36 {
  width: 36px;
}
.w37 {
  width: 37px;
}
.w38 {
  width: 38px;
}
.w39 {
  width: 39px;
}
.w40 {
  width: 40px;
}
.w41 {
  width: 41px;
}
.w42 {
  width: 42px;
}
.w43 {
  width: 43px;
}
.w44 {
  width: 44px;
}
.w45 {
  width: 45px;
}
.w46 {
  width: 46px;
}
.w47 {
  width: 47px;
}
.w48 {
  width: 48px;
}
.w49 {
  width: 49px;
}
.w50 {
  width: 50px;
}
.w51 {
  width: 51px;
}
.w52 {
  width: 52px;
}
.w53 {
  width: 53px;
}
.w54 {
  width: 54px;
}
.w55 {
  width: 55px;
}
.w56 {
  width: 56px;
}
.w57 {
  width: 57px;
}
.w58 {
  width: 58px;
}
.w59 {
  width: 59px;
}
.w60 {
  width: 60px;
}
.w61 {
  width: 61px;
}
.w62 {
  width: 62px;
}
.w63 {
  width: 63px;
}
.w64 {
  width: 64px;
}
.w65 {
  width: 65px;
}
.w66 {
  width: 66px;
}
.w67 {
  width: 67px;
}
.w68 {
  width: 68px;
}
.w69 {
  width: 69px;
}
.w70 {
  width: 70px;
}
.w71 {
  width: 71px;
}
.w72 {
  width: 72px;
}
.w73 {
  width: 73px;
}
.w74 {
  width: 74px;
}
.w75 {
  width: 75px;
}
.w76 {
  width: 76px;
}
.w77 {
  width: 77px;
}
.w78 {
  width: 78px;
}
.w79 {
  width: 79px;
}
.w80 {
  width: 80px;
}
.w81 {
  width: 81px;
}
.w82 {
  width: 82px;
}
.w83 {
  width: 83px;
}
.w84 {
  width: 84px;
}
.w85 {
  width: 85px;
}
.w86 {
  width: 86px;
}
.w87 {
  width: 87px;
}
.w88 {
  width: 88px;
}
.w89 {
  width: 89px;
}
.w90 {
  width: 90px;
}
.w91 {
  width: 91px;
}
.w92 {
  width: 92px;
}
.w93 {
  width: 93px;
}
.w94 {
  width: 94px;
}
.w95 {
  width: 95px;
}
.w96 {
  width: 96px;
}
.w97 {
  width: 97px;
}
.w98 {
  width: 98px;
}
.w99 {
  width: 99px;
}
.w100 {
  width: 100px;
}
.w0p {
  width: 0%;
}
.w1p {
  width: 1%;
}
.w2p {
  width: 2%;
}
.w3p {
  width: 3%;
}
.w4p {
  width: 4%;
}
.w5p {
  width: 5%;
}
.w6p {
  width: 6%;
}
.w7p {
  width: 7%;
}
.w8p {
  width: 8%;
}
.w9p {
  width: 9%;
}
.w10p {
  width: 10%;
}
.w11p {
  width: 11%;
}
.w12p {
  width: 12%;
}
.w13p {
  width: 13%;
}
.w14p {
  width: 14%;
}
.w15p {
  width: 15%;
}
.w16p {
  width: 16%;
}
.w17p {
  width: 17%;
}
.w18p {
  width: 18%;
}
.w19p {
  width: 19%;
}
.w20p {
  width: 20%;
}
.w21p {
  width: 21%;
}
.w22p {
  width: 22%;
}
.w23p {
  width: 23%;
}
.w24p {
  width: 24%;
}
.w25p {
  width: 25%;
}
.w26p {
  width: 26%;
}
.w27p {
  width: 27%;
}
.w28p {
  width: 28%;
}
.w29p {
  width: 29%;
}
.w30p {
  width: 30%;
}
.w31p {
  width: 31%;
}
.w32p {
  width: 32%;
}
.w33p {
  width: 33%;
}
.w34p {
  width: 34%;
}
.w35p {
  width: 35%;
}
.w36p {
  width: 36%;
}
.w37p {
  width: 37%;
}
.w38p {
  width: 38%;
}
.w39p {
  width: 39%;
}
.w40p {
  width: 40%;
}
.w41p {
  width: 41%;
}
.w42p {
  width: 42%;
}
.w43p {
  width: 43%;
}
.w44p {
  width: 44%;
}
.w45p {
  width: 45%;
}
.w46p {
  width: 46%;
}
.w47p {
  width: 47%;
}
.w48p {
  width: 48%;
}
.w49p {
  width: 49%;
}
.w50p {
  width: 50%;
}
.w51p {
  width: 51%;
}
.w52p {
  width: 52%;
}
.w53p {
  width: 53%;
}
.w54p {
  width: 54%;
}
.w55p {
  width: 55%;
}
.w56p {
  width: 56%;
}
.w57p {
  width: 57%;
}
.w58p {
  width: 58%;
}
.w59p {
  width: 59%;
}
.w60p {
  width: 60%;
}
.w61p {
  width: 61%;
}
.w62p {
  width: 62%;
}
.w63p {
  width: 63%;
}
.w64p {
  width: 64%;
}
.w65p {
  width: 65%;
}
.w66p {
  width: 66%;
}
.w67p {
  width: 67%;
}
.w68p {
  width: 68%;
}
.w69p {
  width: 69%;
}
.w70p {
  width: 70%;
}
.w71p {
  width: 71%;
}
.w72p {
  width: 72%;
}
.w73p {
  width: 73%;
}
.w74p {
  width: 74%;
}
.w75p {
  width: 75%;
}
.w76p {
  width: 76%;
}
.w77p {
  width: 77%;
}
.w78p {
  width: 78%;
}
.w79p {
  width: 79%;
}
.w80p {
  width: 80%;
}
.w81p {
  width: 81%;
}
.w82p {
  width: 82%;
}
.w83p {
  width: 83%;
}
.w84p {
  width: 84%;
}
.w85p {
  width: 85%;
}
.w86p {
  width: 86%;
}
.w87p {
  width: 87%;
}
.w88p {
  width: 88%;
}
.w89p {
  width: 89%;
}
.w90p {
  width: 90%;
}
.w91p {
  width: 91%;
}
.w92p {
  width: 92%;
}
.w93p {
  width: 93%;
}
.w94p {
  width: 94%;
}
.w95p {
  width: 95%;
}
.w96p {
  width: 96%;
}
.w97p {
  width: 97%;
}
.w98p {
  width: 98%;
}
.w99p {
  width: 99%;
}
.w100p {
  width: 100%;
}
.h0p {
  height: 0%;
}
.h1p {
  height: 1%;
}
.h2p {
  height: 2%;
}
.h3p {
  height: 3%;
}
.h4p {
  height: 4%;
}
.h5p {
  height: 5%;
}
.h6p {
  height: 6%;
}
.h7p {
  height: 7%;
}
.h8p {
  height: 8%;
}
.h9p {
  height: 9%;
}
.h10p {
  height: 10%;
}
.h11p {
  height: 11%;
}
.h12p {
  height: 12%;
}
.h13p {
  height: 13%;
}
.h14p {
  height: 14%;
}
.h15p {
  height: 15%;
}
.h16p {
  height: 16%;
}
.h17p {
  height: 17%;
}
.h18p {
  height: 18%;
}
.h19p {
  height: 19%;
}
.h20p {
  height: 20%;
}
.h21p {
  height: 21%;
}
.h22p {
  height: 22%;
}
.h23p {
  height: 23%;
}
.h24p {
  height: 24%;
}
.h25p {
  height: 25%;
}
.h26p {
  height: 26%;
}
.h27p {
  height: 27%;
}
.h28p {
  height: 28%;
}
.h29p {
  height: 29%;
}
.h30p {
  height: 30%;
}
.h31p {
  height: 31%;
}
.h32p {
  height: 32%;
}
.h33p {
  height: 33%;
}
.h34p {
  height: 34%;
}
.h35p {
  height: 35%;
}
.h36p {
  height: 36%;
}
.h37p {
  height: 37%;
}
.h38p {
  height: 38%;
}
.h39p {
  height: 39%;
}
.h40p {
  height: 40%;
}
.h41p {
  height: 41%;
}
.h42p {
  height: 42%;
}
.h43p {
  height: 43%;
}
.h44p {
  height: 44%;
}
.h45p {
  height: 45%;
}
.h46p {
  height: 46%;
}
.h47p {
  height: 47%;
}
.h48p {
  height: 48%;
}
.h49p {
  height: 49%;
}
.h50p {
  height: 50%;
}
.h51p {
  height: 51%;
}
.h52p {
  height: 52%;
}
.h53p {
  height: 53%;
}
.h54p {
  height: 54%;
}
.h55p {
  height: 55%;
}
.h56p {
  height: 56%;
}
.h57p {
  height: 57%;
}
.h58p {
  height: 58%;
}
.h59p {
  height: 59%;
}
.h60p {
  height: 60%;
}
.h61p {
  height: 61%;
}
.h62p {
  height: 62%;
}
.h63p {
  height: 63%;
}
.h64p {
  height: 64%;
}
.h65p {
  height: 65%;
}
.h66p {
  height: 66%;
}
.h67p {
  height: 67%;
}
.h68p {
  height: 68%;
}
.h69p {
  height: 69%;
}
.h70p {
  height: 70%;
}
.h71p {
  height: 71%;
}
.h72p {
  height: 72%;
}
.h73p {
  height: 73%;
}
.h74p {
  height: 74%;
}
.h75p {
  height: 75%;
}
.h76p {
  height: 76%;
}
.h77p {
  height: 77%;
}
.h78p {
  height: 78%;
}
.h79p {
  height: 79%;
}
.h80p {
  height: 80%;
}
.h81p {
  height: 81%;
}
.h82p {
  height: 82%;
}
.h83p {
  height: 83%;
}
.h84p {
  height: 84%;
}
.h85p {
  height: 85%;
}
.h86p {
  height: 86%;
}
.h87p {
  height: 87%;
}
.h88p {
  height: 88%;
}
.h89p {
  height: 89%;
}
.h90p {
  height: 90%;
}
.h91p {
  height: 91%;
}
.h92p {
  height: 92%;
}
.h93p {
  height: 93%;
}
.h94p {
  height: 94%;
}
.h95p {
  height: 95%;
}
.h96p {
  height: 96%;
}
.h97p {
  height: 97%;
}
.h98p {
  height: 98%;
}
.h99p {
  height: 99%;
}
.h100p {
  height: 100%;
}
.w96 {
  width: 96px;
}
.mw96 {
  min-width: 96px;
}
.wmc {
  width: -moz-max-content;
  width: max-content;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.full-height {
  height: 100%;
}
.h90p {
  height: 90%;
}
.no-padding {
  padding: 0 !important;
}
.search-input {
  display: flex;
  flex: 1;
  min-height: 100%;
  max-height: 100%;
  border-radius: 3px;
  outline: none;
  border: none;
  margin: 0;
  width: 100%;
}
.search-input .autocomplete-container {
  box-shadow: none;
  width: 100%;
}
.readonly ng-select,
.readonly .manager-field-text {
  pointer-events: none !important;
}
.readonly .manager-field-text,
.readonly .ng-select {
  border-color: transparent !important;
}
.readonly .new-code-button,
.readonly .ng-clear-wrapper,
.readonly .ng-arrow-wrapper {
  display: none !important;
}
.readonly [input],
.readonly [toggle],
.readonly language-text,
.readonly .language-suffix,
.readonly [contenteditable],
.readonly input,
.readonly textarea,
.readonly .focus-input,
.readonly .mat-form-field {
  border-color: transparent !important;
  cursor: default !important;
  resize: none !important;
}
.readonly input,
.readonly textarea,
.readonly .mat-form-field {
  pointer-events: none;
}
.readonly .date-period-button,
.readonly .mat-datepicker-toggle {
  display: none;
}
.readonly .ng-select .ng-value {
  /*margin-right: 0 !important;*/
  margin-right: 4px;
  padding: 0 !important;
}
.readonly textarea {
  overflow: hidden;
}
.readonly .language-text-wrapper {
  padding: 0 8px;
}
.to-delete * {
  text-decoration: line-through;
}
.row-to-delete * {
  text-decoration: line-through;
  color: #bfbbbc !important;
}
/** 
Global notification styles
Required to work with innerHTML
**/
.notification-card-header .notification-header-subject {
  font-size: 18px !important;
}
.notification-card-header .notification-header-subject a {
  text-decoration: none !important;
}
.notification-card-header .notification-header-notifier {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
}
.product-popover {
  min-width: 200px;
  max-width: 600px;
}
.product-popover-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: RedHatText;
  font-size: 14px;
  color: #5e5357;
  color: var(--dirty-purple);
  padding: 3px 0;
}
.popover-container {
  padding: 8px;
}
.popover-section {
  max-width: 350px;
}
.popover-section:not(:last-of-type) {
  border-bottom: 1px solid rgba(94, 83, 87, 0.15);
  border-bottom: 1px solid var(--dirty-purple-15);
  padding-bottom: 20px;
}
.popover-section .popover-section-header {
  display: flex;
  flex-direction: row;
}
.popover-section .popover-section-header .popover-section-header-text {
  font-family: "RedHatDisplay";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--grey-100);
  font-weight: 700;
}
.popover-section .popover-section-content {
  margin-top: 8px;
}
.popover-section .popover-section-content .popover-section-column {
  display: flex;
  flex-flow: column nowrap;
  font-family: RedHatText;
  font-size: 14px;
  color: #5e5357;
  color: var(--dirty-purple);
  padding: 3px 0;
}
.popover-section .popover-section-content .popover-section-column .popover-section-column-header {
  margin-bottom: 3px;
  font-weight: 500;
  font-family: RedHatDisplay;
}
.popover-section .popover-section-content .popover-section-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: RedHatText;
  font-size: 14px;
  color: #5e5357;
  color: var(--dirty-purple);
  padding: 3px 0;
  color: var(--grey-100);
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
.dot-menu-content {
  display: flex;
  flex-flow: column nowrap;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(94, 83, 87, 0.2);
  border: none !important;
  background-color: #ffffff;
  background-color: var(--white);
  font-family: RedHatText;
  font-size: 14px;
  padding: 1px 0 !important;
  z-index: 1000;
}
.dot-menu-content ul {
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
}
.dot-menu-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  min-width: 150px;
  min-height: 30px;
  padding: 10px 20px;
  text-align: start;
}
.dot-menu-content ul li lxm-button {
  width: 100%;
}
.dot-menu-content ul li lxm-button button {
  opacity: 1 !important;
  padding: 0 !important;
  justify-content: flex-start;
}
.dot-menu-content ul li:not(:hover) > ul {
  display: none;
}
.dot-menu-content ul li > ul {
  position: absolute;
  right: calc(100% + 1px);
  top: 0;
  min-width: 120px;
  background: #ffffff;
  background: var(--white);
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  box-shadow: 0px 2px 8px 0px rgba(94, 83, 87, 0.2) !important;
}
.dot-menu-content ul li:hover {
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.replacement-indicator-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.replacement-indicator-container .replacement-indicator-horizontal {
  position: absolute;
  left: 8px;
  top: 0;
  height: 10px;
  border: 1px solid #9ace81;
  border: 1px solid var(--color-2);
  top: calc(50% - 5px);
  transform: rotate(90deg);
}
.replacement-indicator-container .replacement-indicator-vertical {
  position: absolute;
  left: 4px;
  bottom: 0;
  height: 100%;
  border: 1px solid #9ace81;
  border: 1px solid var(--color-2);
}
.replacement-indicator-container.replacement .replacement-indicator-horizontal {
  border: 1px solid #9ace81;
  border: 1px solid var(--color-2);
}
.replacement-indicator-container.replacement .replacement-indicator-vertical {
  border: 1px solid #9ace81;
  border: 1px solid var(--color-2);
}
.replacement-indicator-container.replaced .replacement-indicator-horizontal {
  border: 1px solid #f2736d;
  border: 1px solid var(--salmon);
}
.replacement-indicator-container.replaced .replacement-indicator-vertical {
  height: 50%;
  border: 1px solid #f2736d;
  border: 1px solid var(--salmon);
}
.mat-column-error_replacement_indicator .replacement-indicator-container {
  display: none;
}
.mat-column-error_replacement_indicator .replacement-indicator-container.replaced {
  display: block;
}
.mat-column-error_replacement_indicator .replacement-indicator-container.replaced .replacement-indicator-vertical {
  height: 100% !important;
}
.mat-table .mat-row.row-replacement:not(.row-group-end), .mat-table .mat-row.row-replaced:not(.row-group-end) {
  border-bottom: none;
}
.row-group-end .replacement-indicator-container .replacement-indicator-vertical {
  top: 0;
  height: 50%;
}
.row-replaced .mat-cell:not(.mat-column-actions):not(.mat-column-product_replacement):not(.mat-column-product_replacement):not(.mat-column-product_suspension):not(.mat-column-replacement_indicator):not(.mat-column-product_image),
.row-suspended .mat-cell:not(.mat-column-actions):not(.mat-column-product_replacement):not(.mat-column-product_replacement):not(.mat-column-product_suspension):not(.mat-column-replacement_indicator):not(.mat-column-product_image) {
  opacity: 0.5;
}
.color-tag {
  padding-right: 5px;
  border-radius: 3px;
  border: 1px solid rgba(94, 83, 87, 0.15);
  border: 1px solid var(--dirty-purple-15);
}
.color-tag.color-2, .color-tag.color-3, .color-tag.color-4, .color-tag.color-5, .color-tag.color-6, .color-tag.color-7, .color-tag.color-8, .color-tag.color-9 {
  color: #ffffff;
  color: var(--white);
}
.color-tag.color-1 {
  background-color: #fcdf76;
  background-color: var(--color-1);
}
.color-tag.color-2 {
  background-color: #9ace81;
  background-color: var(--color-2);
}
.color-tag.color-3 {
  background-color: #71cff5;
  background-color: var(--color-3);
}
.color-tag.color-4 {
  background-color: #6f9ceb;
  background-color: var(--color-4);
}
.color-tag.color-5 {
  background-color: #c490d1;
  background-color: var(--color-5);
}
.color-tag.color-6 {
  background-color: #b89494;
  background-color: var(--color-6);
}
.color-tag.color-7 {
  background-color: #f2736d;
  background-color: var(--color-7);
}
.color-tag.color-8 {
  background-color: #944b56;
  background-color: var(--color-8);
}
.color-tag.color-9 {
  background-color: #5e5357;
  background-color: var(--color-9);
}
.color-tag.color-10 {
  background-color: #ffffff;
  background-color: var(--color-10);
}
lxm-select:not(.readonly) .ng-select-multiple .color-tag {
  padding-right: 0;
  margin: 0 -0.25em;
}
.badge-new {
  display: flex;
  height: 14px;
  min-width: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(118deg, #6ACDF5 35.82%, #21ADE8 72.87%);
  font-family: RedHatDisplay;
  padding: 0 0.25rem;
  padding: 0 var(--2x, 4px);
  color: #ffffff;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  text-transform: uppercase;
}
body {
  position: relative;
}
.cdk-overlay-container {
  position: absolute;
  z-index: 1005;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container .cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1005;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  height: 100%;
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-overlay-container .cdk-overlay-connected-position-bounding-box {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1005;
  display: flex;
  flex-direction: column;
}
.cdk-global-overlay-wrapper {
  z-index: 1005;
}
@media screen and (max-width: 1024px) {
  .cdk-overlay-container .cdk-overlay-pane {
    min-width: 95vw !important;
    width: 95vw !important;
  }

  .dialog-footer lxm-button {
    flex: 1;
  }
}
.mat-checkbox {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
.mat-checkbox.loading {
  pointer-events: none;
}
.mat-checkbox.loading .mat-checkbox-inner-container {
  animation: spin 1s infinite linear;
  animation-delay: 1s;
}
.mat-checkbox.loading .mat-checkbox-frame {
  animation: startloading 0.5s linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.mat-checkbox-label {
  color: #5e5357;
  color: var(--dirty-purple);
  font-size: 14px;
}
@keyframes startloading {
  0% {
    border-radius: 0%;
  }
  100% {
    border-radius: 50%;
    border-right: 1px solid #f7921e;
    border-right: 1px solid var(--tangerine);
  }
}
input.mat-checkbox-input {
  height: 100%;
  width: 100%;
}
.mat-checkbox-frame {
  border-radius: 3px;
  border: solid 1px rgba(94, 83, 87, 0.24);
}
input.mat-checkbox-input {
  opacity: 0;
  cursor: pointer;
}
.mat-checkbox-inner-container {
  width: 20px !important;
  height: 20px !important;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  color: black;
}
.readonly .mat-checkbox,
.readonly lxm-checkbox {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.mat-checkbox-disabled .mat-checkbox-frame,
.mat-checkbox.disabled .mat-checkbox-frame {
  border-color: transparent;
}
/*.mat-checkbox-checked .mat-checkbox-background {
  background-color: white;
  border: 1px solid black;
}*/
/*.mat-checkbox-background {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}*/
/*.mat-checkbox-checkmark {
  background-image: url("/assets/img/icons/icon-accept.svg") !important;
  width: 10px !important;
  height: 10px !important;
  stroke: var(--dirty-purple);
  fill: var(--dirty-purple);
  object-fit: contain;
  background-size: cover;
  position:relative !important;
  font-weight: bold;
}

.mat-checkbox-mixedmark {
  display:none;
}

.mat-checkbox-checkmark-path {
  display: none;
}*/
.mat-checkbox-checked .mat-checkbox-background {
  background-color: #f7921e;
  background-color: var(--tangerine);
}
.mat-checkbox-checked .mat-checkbox-background .mat-checkbox-checkmark-path {
  stroke: #ffffff;
  stroke: var(--white);
}
.mat-checkbox-checkmark-path {
  stroke: #ffffff;
  stroke: var(--white);
}
.mat-slide-toggle-thumb {
  box-shadow: 0 1px 2px 1px rgba(94, 83, 87, 0.2);
  border: solid 1px rgba(94, 83, 87, 0.15);
  border: solid 1px var(--dirty-purple-15);
  background-color: #ffffff;
  background-color: var(--white);
}
.mat-slide-toggle-bar {
  border-radius: 5px;
  background-color: #e7e5e6;
  background-color: var(--light-pink);
}
.mat-checked .mat-slide-toggle-thumb {
  background-color: #22974b;
  background-color: var(--viridian);
}
.mat-checked .mat-slide-toggle-bar {
  background-color: #9ace81;
  background-color: var(--pale-olive-green);
}
.mat-table {
  display: table;
  min-width: 100%;
  width: 100%;
}
.mat-table .mat-header-row {
  min-height: 40px;
  align-items: unset;
}
.mat-row,
.mat-header-row {
  padding-right: 4px;
}
.mat-header-cell,
.mat-cell {
  min-width: 60px;
}
.mat-header-row {
  min-width: 100%;
}
.mat-row {
  align-items: stretch;
  min-width: 100%;
}
.mat-table .mat-row {
  min-height: 58px;
  min-height: var(--table-row-min-height);
  border: none;
  border-bottom: solid 1px rgba(94, 83, 87, 0.08);
  border-bottom: solid 1px var(--dirty-purple-8);
  outline: none;
}
.mat-table .mat-header-row {
  border: none;
}
.mat-table .mat-cell {
  vertical-align: middle;
  padding: 0.375rem 0.875rem;
  padding: var(--table-cell-padding);
}
.mat-table .mat-header-cell {
  vertical-align: middle;
  padding: 0.375rem 0.875rem;
  padding: var(--table-cell-padding);
  overflow: visible;
}
.mat-header-row {
  border-radius: 3px;
}
.mat-header-row:not(.clv-table-head) {
  background-color: #F3F2F2;
  background-color: var(--table-header-background);
}
.mat-header-cell {
  font-family: "RedHatText";
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  word-break: normal;
  box-sizing: border-box;
  color: #5e5357;
  color: var(--dirty-purple);
}
.mat-header-cell * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.mat-cell {
  position: relative;
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  box-sizing: border-box;
  color: #5e5357;
  color: var(--dirty-purple);
  word-break: break-word;
  border-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* MAT SORT  */
.mat-sort-header {
  width: 100%;
}
.mat-sort-header .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow {
  display: none;
}
.mat-sort-header-container .mat-sort-header-content {
  text-align: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.mat-sort-header-arrow[style] .mat-sort-header-stem {
  display: none;
}
.mat-sort-header-arrow[style] .mat-sort-header-pointer-middle {
  background: none;
  display: none !important;
}
.mat-sort-header-arrow[style] .mat-sort-header-indicator {
  opacity: 1;
  color: black;
  font-weight: bold;
  transform: none !important;
  top: 5px !important;
}
.mat-sort-header-arrow[style] .mat-sort-header-indicator:before {
  display: flex;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("/assets/img/icons/sort-none.svg");
  content: "";
}
.mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-left,
.mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-right,
.mat-sort-header-arrow[style] .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  display: none;
}
[aria-sort=ascending] .mat-sort-header-arrow .mat-sort-header-indicator::before {
  position: absolute;
  display: flex;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("/assets/img/icons/sort-up.svg");
  content: "";
}
[aria-sort=descending] .mat-sort-header-arrow .mat-sort-header-indicator::before {
  position: absolute;
  display: flex;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("/assets/img/icons/sort-down.svg");
  content: "";
}
.mat-cell .lxm-select-default {
  padding-left: 0;
}
mat-form-field .mat-form-field-wrapper {
  padding: 0 !important;
}
.mat-form-field-infix {
  border-top: 0;
  padding: 0 !important;
}
.mat-form-field-label {
  display: flex !important;
  align-items: center;
  height: 34px;
  height: var(--input-min-height);
  padding: 6px 10px;
  padding: var(--input-padding);
  color: #999;
  color: var(--placeholder-color);
  opacity: 0.8;
}
.mat-form-field .mat-icon-button {
  background: none;
}
.mat-form-field[combined] {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  border: solid 1px rgba(94, 83, 87, 0.25);
  border-radius: 3px;
  background-color: inherit;
  overflow: hidden;
  white-space: pre-line;
  word-break: break-word;
}
.mat-form-field[combined] .mat-form-field-flex {
  align-items: center;
}
.mat-form-field[combined] input {
  padding-right: 0;
}
.mat-form-field[combined] .mat-icon-button {
  /*margin: 0 4px;*/
  margin: 0 6px 0 4px;
}
.mat-form-field[combined]:focus-within {
  border-color: #f7921e;
  border-color: var(--tangerine);
}
.mat-paginator, .mat-paginator-size {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
.mat-paginator-range-actions button {
  background: none;
}
.mat-paginator-range-actions button .mat-paginator-icon {
  /*stroke: var(--dirty-purple);
        fill: var(--dirty-purple);*/
}
.mat-tooltip-component,
mat-tooltip-component {
  display: none !important;
}
.mat-paginator-page-size-select {
  /*width: 64px !important;*/
  margin: 0 6px !important;
}
.mat-paginator-range-label {
  margin-left: 0 !important;
}
.mat-paginator.infinite-scrollable button[mat-icon-button] {
  display: none;
}
.mat-paginator .mat-icon-button {
  color: #5e5357;
  color: var(--dirty-purple);
}
.mat-paginator .mat-icon-button.mat-button-disabled {
  opacity: 0.5;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #f7921e;
  background: var(--tangerine);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #7ABF8E;
  background: var(--dark-sea-green);
  color: white;
}
.mat-badge-warn .mat-badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #f04b54;
  background: var(--watermelon);
  font-family: "RedHatDisplay";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  letter-spacing: 0.5px;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.cdk-drag-dragging,
.cdk-drag-preview {
  z-index: 1020 !important;
}
.mat-tab-links {
  gap: 3px;
}
.mat-tab-links .mat-tab-link {
  min-width: unset !important;
  color: #5e5357;
  color: var(--grey-100, #5e5357);
  font-weight: 700;
  line-height: 1.125rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem !important;
  padding: var(--5x) 0.9375rem !important;
  gap: 0.375rem !important;
  gap: var(--3x) !important;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  font-family: "RedHatDisplay";
  height: 2.4375rem;
  opacity: 1;
}
.mat-tab-links .mat-tab-link.mat-tab-label-active {
  border-color: #f7921e;
  border-color: var(--tangerine);
  opacity: 1;
}
.mat-tab-label .mat-tab-label-content {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.mat-calendar {
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
}
/* CARD */
.card {
  display: flex;
  flex: 1;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(94, 83, 87, 0.1);
  box-shadow: var(--card-box-shadow);
  background-color: #ffffff;
  background-color: var(--card-background);
  padding: 15px 10px;
  padding: var(--card-padding);
  width: 100%;
  position: relative;
}
.card.full-screen {
  position: fixed !important;
  height: 100% !important;
  z-index: 206;
  right: 0;
  top: 0;
  width: calc(100% - 300px - 2px);
  width: calc(100% - var(--navigator-width) - 2px);
}
.card.full-screen.nav-collapsed {
  width: calc(100% - 55px - 2px);
  width: calc(100% - var(--navigator-collapsed-width) - 2px);
}
.card.full-screen .card-content {
  overflow: auto !important;
}
.card.aligned .card-content {
  margin: 10px 10px 0 10px;
  margin: var(--card-content-aligned-margin);
}
.card.no-shadow {
  box-shadow: none;
}
.card .card-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
}
.card .card-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-left: var(--card-header-padding-left);
  padding-right: 10px;
  padding-right: var(--card-header-padding-right);
  min-height: 34px;
  min-height: var(--button-height);
  gap: 15px;
}
.card .card-header .card-title {
  margin-left: calc(20px * -1 + 5px);
  margin-left: calc(var(--card-header-padding-left) * -1 + 5px);
}
.card .card-content-header {
  font-family: RedHatDisplay;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
}
.card .card-title,
.card [header-title] {
  display: flex;
  font-family: RedHatDisplay;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #5e5357;
  color: var(--dirty-purple);
  font-weight: 700;
  align-items: center;
}
.card [header-actions] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
.card [header-actions] a.card-header-action:hover {
  opacity: 0.8;
}
.card [header-actions] a {
  color: #e06110;
  color: var(--rusty-orange);
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.card .card-header-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.card .card-header-title-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  flex: 1;
  gap: 15px;
}
.card .card-header-title-wrapper lxm-breadcrumb {
  position: absolute;
  top: 15px;
}
.card .card-header-actions-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  flex-basis: fit-content;
}
.card .card-content {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 100%;
  overflow: visible;
}
.card .card-content:not(:empty) {
  margin: 0 10px 0 20px;
  margin: var(--card-content-margin);
  margin-top: 15px;
  margin-top: var(--card-content-margin-top);
}
.card .card-content [body] {
  width: 100%;
}
.card .card-content [body] > :first-child {
  margin-top: 0;
}
.card .card-content [tab-group] {
  display: flex;
  flex: 1;
  padding: 0 10px;
}
.card .card-footer {
  display: flex;
  align-items: center;
  flex: 0;
  padding: 0 10px;
  margin-top: 10px;
}
.card .card-footer:empty {
  display: none;
}
.card .card-footer [footer] {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.active .card {
  z-index: 208;
  z-index: var(--locker-active-card-z-index);
}
card-section {
  width: 100%;
}
.card-content .mat-tab-label,
.card-content .mat-tab-link {
  min-width: unset !important;
  padding: 0 !important;
  font-family: RedHatText;
  height: 48px;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  min-width: 160px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  font-stretch: normal;
  border-color: transparent !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0125rem;
  color: #5e5357;
  color: var(--dirty-purple);
}
.card-content .mat-tab-label.mat-tab-label-active,
.card-content .mat-tab-link.mat-tab-label-active {
  font-weight: 500;
  opacity: 1 !important;
}
.card-content .mat-tab-label:not(:first-of-type),
.card-content .mat-tab-link:not(:first-of-type) {
  margin-left: 30px;
}
.card-content .mat-tab-body {
  margin-top: 20px;
  padding: 0 20px;
}
.status-circle-container {
  display: flex;
  align-items: center;
  margin-right: 6px;
  height: 8px;
  width: 8px;
}
/* CARD EXPANDING */
.expansion-card-toggle {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-expanding-content [body] {
  display: flex;
  flex: 1;
}
:root {
  --range-selected: var(--tangerine);
  --range-select-hover-border: var(--tangerine);
  --range-semi-selected: var(--dirty-purple-8);
  --range-semi-hover: var(--dirty-purple-8);
  --range-semi-hover-border: var(--dirty-purple-55);
}
.mat-datepicker-content {
  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);
}
:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected), .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected) {
  border-color: rgba(94, 83, 87, 0.08);
  border-color: var(--dirty-purple-8);
  color: #5e5357;
  color: var(--dirty-purple);
}
.mat-calendar-body-begin-range:not(.mat-calendar-body-end-range) {
  border-radius: 100% 0 0 100%;
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--range-semi-selected);
}
.mat-calendar-body-end-range:not(.mat-calendar-body-begin-range) {
  border-radius: 0 100% 100% 0;
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--range-semi-selected);
}
.mat-calendar-body > tr .mat-calendar-cell-semi-selected ~ .mat-calendar-cell-semi-selected {
  border-radius: 0;
}
.mat-calendar-body-in-range::before {
  background: rgba(94, 83, 87, 0.08);
  background: var(--range-semi-selected);
}
.mat-calendar-cell-semi-selected {
  background-color: #c5cae9;
}
.mat-calendar-cell-over > .mat-calendar-body-cell-content {
  border: 1px solid;
  border-color: #f7921e;
  border-color: var(--range-select-hover-border);
}
.mat-calendar-table-header th {
  text-align: center;
  padding: 0 0 8px;
  font-size: 11px;
  font-weight: 400;
}
.mat-calendar thead th {
  background-color: #ffffff;
  background-color: var(--white);
}
.mat-datepicker-toggle {
  display: flex;
}
.mat-datepicker-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-calendar-body-cell-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
}
.mat-calendar-body-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.sat-datepicker-content,
.mat-datepicker-content {
  background: #ffffff;
  background: var(--white);
}
.mat-calendar-header {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.mat-calendar-controls {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.mat-calendar-body-label {
  font-size: 14px;
  font-weight: 500;
  height: 0;
  line-height: 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  /*height: 42px !important;*/
}
.mat-calendar-controls button {
  background: transparent;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar .mat-calendar-header {
  padding-top: 0;
}
.mat-calendar-body-selected {
  background-color: #f7921e;
  background-color: var(--range-selected);
  color: #fff;
}
.mat-calendar-cell-semi-selected {
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--range-semi-selected);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  background-color: rgba(94, 83, 87, 0.08);
  background-color: var(--dirty-purple-8);
}
.mat-calendar-body-disabled .mat-calendar-body-cell-content {
  opacity: 0.25;
}
.mat-calendar-body-disabled:not(.mat-calendar-body-disabled) .mat-calendar-body-cell-content {
  background: #e7e5e6;
  background: var(--light-pink);
  opacity: 0.5;
}
.ng-select {
  width: 100%;
  border-radius: 3px;
  border: solid 1px rgba(94, 83, 87, 0.25);
  min-height: 34px;
  min-height: var(--input-min-height);
  align-items: center;
}
.ng-select.ng-select-opened {
  z-index: 101;
}
.ng-select.ng-select-focused {
  border: solid 1px #f7921e;
  border: solid 1px var(--tangerine);
}
.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-bottom > .ng-select-container {
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0*/
}
.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-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: inherit;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-spinner-loader {
  border-left-color: #f7921e !important;
  border-left-color: var(--tangerine) !important;
  top: 7px;
}
.ng-select .ng-select-container {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  min-height: calc(34px - 2px);
  min-height: calc(var(--input-min-height) - 2px);
}
.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: 6px 10px;
  padding: var(--input-padding);
  padding-right: 0;
  white-space: normal !important;
}
[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;
  color: var(--placeholder-color);
}
.ng-select.ng-select-single .ng-select-container {
  /*height: var(--input-height);*/
  /*min-height: calc(var(--input-min-height) - 2px);*/
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: unset !important;
  white-space: normal !important;
  margin-right: 2px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 44px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 44px;
}
.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: 6px 10px;
  padding: var(--input-padding);
  padding-right: 0;
  padding-bottom: 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 8px;
  padding-left: 0;
}
.ng-select.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value-wrapper {
  display: flex;
  flex-direction: row;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-family: RedHatText;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  font-size: 0.9em;
  background-color: #f3f2f2;
  background-color: var(--very-light-pink);
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 0.25em;
  white-space: normal !important;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  margin-bottom: 3px;
}
[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: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #eeedee;
  background-color: var(--pale-mauve);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgba(94, 83, 87, 0.08);
  border-right: 1px solid var(--dirty-purple-8);
}
[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-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: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*/
  align-self: flex-start;
  padding: 8px;
}
[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: #ffffff;
  background-color: var(--white);
  /*border: solid 1px rgba(94, 83, 87, 0.25);*/
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(94, 83, 87, 0.2);
  left: 0;
}
.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*/
  margin-top: 5px;
}
.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-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-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: #5e5357;
  color: var(--dirty-purple);
  cursor: pointer;
  font-size: 15px;
}
.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-option {
  /*background-color: #fff;*/
  background-color: #ffffff;
  background-color: var(--white);
  /*color: rgba(0,0,0,0.87);*/
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  padding: 8px 10px;
  white-space: normal !important;
  word-break: break-word;
}
.ng-dropdown-panel.ng-select-multiple .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel.ng-select-multiple .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #feefdd;
  background-color: var(--select-option-selected-background);
}
.ng-dropdown-panel.ng-select-multiple .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked,
.ng-dropdown-panel.ng-select-multiple .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #f3f2f2;
  background-color: var(--select-option-marked-background);
}
.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 {
  background-color: #feefdd;
  background-color: var(--select-option-selected-background);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #feefdd;
  background-color: var(--select-option-selected-background);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #f3f2f2;
  background-color: var(--select-option-marked-background);
}
.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: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f3f2f2;
  background-color: var(--select-option-marked-background);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(94, 83, 87, 0.55);
  color: var(--dirty-purple-55);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 10px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 10px;
  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;
}
.ng-option-disabled .mat-checkbox .mat-checkbox-inner-container {
  opacity: 0;
}
.ng-option-disabled .mat-checkbox .mat-checkbox-label {
  color: inherit;
}
.readonly .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 4px;
}
.readonly .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 4px !important;
  font-size: 14px;
  background: inherit;
}
.readonly .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none;
}
.readonly .ng-select .ng-value-container .ng-value .ng-value-label {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.readonly .ng-select .ng-value-container .ng-value:not(:nth-last-of-type(2)) .ng-value-label {
  padding-right: 0 !important;
}
.readonly .ng-select.ng-select-multiple .ng-value-container .ng-value:nth-of-type(1) .ng-value-label {
  padding-left: 0 !important;
}
.ng-autocomplete .autocomplete-container {
  box-shadow: none;
}
.ng-autocomplete .autocomplete-container .input-container {
  /*display: flex;
  flex: 1;*/
}
.ng-autocomplete .autocomplete-container .input-container input:disabled {
  background-color: inherit;
  color: #5e5357;
  color: var(--dirty-purple);
}
.ng-autocomplete .autocomplete-container .input-container input:focus {
  border-color: #f7921e;
  border-color: var(--tangerine);
}
.autocomplete-container .suggestions-container {
  margin-top: 5px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(94, 83, 87, 0.2);
  border: none;
}
.ng-autocomplete .autocomplete-container .suggestions-container ul li a {
  background-color: #ffffff;
  background-color: var(--white);
  /* color: rgba(0,0,0,0.87); */
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  padding: 8px 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
.ng-autocomplete .autocomplete-container .suggestions-container ul:hover li:hover a:hover {
  background-color: #f3f2f2;
  background-color: var(--very-light-pink);
  color: #333;
}
.ng-autocomplete .autocomplete-container .input-container input {
  font-family: RedHatText;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5357;
  color: var(--dirty-purple);
  display: flex;
  border: 1px solid rgba(94, 83, 87, 0.25);
  border: var(--input-border);
  border-radius: 3px;
  background-color: #ffffff;
  background-color: var(--white);
  outline: none;
  padding: 8px 10px;
  height: 34px;
  height: var(--input-height);
  min-height: 34px;
  min-height: var(--input-min-height);
  overflow: hidden;
  white-space: pre-line;
}
/* SEARCH PANEL INPUT */
.search-input-container {
  height: 47px;
}
.search-input.ng-autocomplete,
.search-input .autocomplete-container .input-container input {
  height: 21px;
}
.search-input .autocomplete-container {
  min-height: 100%;
  max-height: 100%;
}
ngx-material-timepicker-container {
  z-index: 1001;
}
ngx-material-timepicker-face .clock-face {
  height: 250px !important;
  padding: 0 20px !important;
}
ngx-material-timepicker-dial-control .timepicker-dial__control {
  outline: none;
}
ngx-timepicker-field .ngx-timepicker {
  color: #5e5357;
  color: var(--dirty-purple);
  border-radius: 3px;
}
ngx-material-timepicker-toggle > button > span {
  display: flex;
}
ngx-material-timepicker-toggle > button > span svg {
  fill: rgba(94, 83, 87, 0.7);
  fill: var(--dirty-purple-70);
}
popper-content .ngxp__container {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
popper-content .ngxp__container[aria-hidden=true] {
  display: none !important;
  visibility: hidden;
}
.ngxp__container {
  border-radius: 3px !important;
  box-shadow: 0px 2px 8px 0px rgba(94, 83, 87, 0.2) !important;
  background: #ffffff !important;
  background: var(--white) !important;
  padding: 5px;
  z-index: 10000005;
  cursor: default;
  border: 1px solid transparent !important;
  font-size: 15px;
  color: #5e5357;
  color: var(--dirty-purple);
  max-width: 700px;
}
.ngxp__container.stripped {
  padding: 0 !important;
  border: 1px solid transparent !important;
}
.ngxp__container .ngxp__inner {
  max-width: 60vw;
  height: 100%;
}
.ngxp__container > .ngxp__arrow {
  border-color: #ffffff !important;
  border-color: var(--white) !important;
  background: none;
  border: none;
  position: relative;
}
.ngxp__container[x-placement^=top] > .ngxp__arrow {
  border: 0 !important;
  bottom: 0 !important;
}
.ngxp__container[x-placement^=top] > .ngxp__arrow:after, .ngxp__container[x-placement^=top] > .ngxp__arrow:before {
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ngxp__container[x-placement^=top] > .ngxp__arrow:after {
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.ngxp__container[x-placement^=top] > .ngxp__arrow:before {
  border-top-color: rgba(94, 83, 87, 0.08);
  border-top-color: var(--dirty-purple-8);
  border-width: 6px;
  margin-left: -6px;
}
.ngxp__container[x-placement^=bottom] > .ngxp__arrow {
  border: 0 !important;
  top: 0 !important;
}
.ngxp__container[x-placement^=bottom] > .ngxp__arrow:after, .ngxp__container[x-placement^=bottom] > .ngxp__arrow:before {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ngxp__container[x-placement^=bottom] > .ngxp__arrow:after {
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.ngxp__container[x-placement^=bottom] > .ngxp__arrow:before {
  border-bottom-color: rgba(94, 83, 87, 0.08);
  border-bottom-color: var(--dirty-purple-8);
  border-width: 6px;
  margin-left: -6px;
}
.ngxp__container[x-placement^=left] > .ngxp__arrow {
  border: 0 !important;
  right: 0 !important;
}
.ngxp__container[x-placement^=left] > .ngxp__arrow:after, .ngxp__container[x-placement^=left] > .ngxp__arrow:before {
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ngxp__container[x-placement^=left] > .ngxp__arrow:after {
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
.ngxp__container[x-placement^=left] > .ngxp__arrow:before {
  border-left-color: rgba(94, 83, 87, 0.08);
  border-left-color: var(--dirty-purple-8);
  border-width: 6px;
  margin-top: -6px;
}
.ngxp__container[x-placement^=right] > .ngxp__arrow {
  border: 0 !important;
  left: 0 !important;
}
.ngxp__container[x-placement^=right] > .ngxp__arrow:after, .ngxp__container[x-placement^=right] > .ngxp__arrow:before {
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ngxp__container[x-placement^=right] > .ngxp__arrow:after {
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
.ngxp__container[x-placement^=right] > .ngxp__arrow:before {
  border-right-color: rgba(94, 83, 87, 0.08);
  border-right-color: var(--dirty-purple-8);
  border-width: 6px;
  margin-top: -6px;
}
.tippy-box:not(.tippy-white) .tippy-arrow {
  color: #5e5357;
  color: var(--grey-100);
}
.tippy-box:not(.tippy-white) .tippy-box {
  color: #ffffff;
  color: var(--white);
  font-family: RedHatDisplay, NotoSans;
  background: #5e5357;
  background: var(--grey-100);
  border-radius: 3px;
  opacity: 1;
}
.tippy-box.tippy-white {
  border-radius: 3px !important;
  box-shadow: 0px 2px 8px 0px rgba(94, 83, 87, 0.2) !important;
  background: #ffffff !important;
  background: var(--white) !important;
  z-index: 10000005;
  cursor: default;
  border: 1px solid transparent !important;
}
.tippy-box.tippy-white .tippy-content {
  color: #5e5357;
  color: var(--grey-100, #5e5357);
  word-break: break-word;
  padding: 0.625rem 1rem;
  padding: var(--5x, 10px) var(--8x, 16px);
  font-family: RedHatText, NotoSans;
  font-family: var(--app-font-default);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  white-space: pre-line;
  gap: 0.625rem;
  gap: var(--5x, 10px);
}
.tippy-box.tippy-white .tippy-arrow {
  color: #ffffff;
  color: var(--white);
}
.tippy-box.tippy-white.stripped {
  border: 1px solid transparent !important;
}
.tippy-box.tippy-white.stripped .tippy-content {
  padding: 0 !important;
}
div[data-tippy-root] {
  z-index: 10000006 !important;
}
ngx-skeleton-loader .loader {
  background: rgba(94, 83, 87, 0.08) no-repeat !important;
}
.empty\:hidden:empty {
  display: none;
}
.focus-within\:border-tangerine:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(247 146 30 / var(--tw-border-opacity));
}
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-grey-10:hover {
    background-color: #efeeee;
    background-color: var(--grey-10);
  }
  .hover\:bg-veryLightPeach:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 239 221 / var(--tw-bg-opacity));
  }
  .hover\:text-grey-100:hover {
    color: #5e5357;
    color: var(--grey-100);
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .sm\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .md\:w-\[200px\] {
    width: 200px;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_384px\] {
    grid-template-columns: 1fr 384px;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .lg\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }
  .xl\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.\[\&\.active\]\:bg-veryLightPeach.active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 221 / var(--tw-bg-opacity));
}
.\[\&\.selected\]\:bg-\[\#f3f2f2\].selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 242 / var(--tw-bg-opacity));
}
.\[\&\.selected\]\:bg-veryLightPeach.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 221 / var(--tw-bg-opacity));
}
.\[\&\.tooltip-open\]\:underline.tooltip-open {
  text-decoration-line: underline;
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-lightbox/lightbox.css ***!
  \********************************************************************************************************************************************************************************************************************************/
html.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box;
  outline: none;
}

.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  max-width: 80%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-controlContainer {
  float: right;
}

.lb-data .lb-turnContainer {
  float: left;
  margin-right: 5px;
}

.lb-data .lb-zoomContainer {
  float: right;
  margin-right: 5px;
}

.lb-data .lb-downloadContainer {
  float: right;
  margin-right: 5px;
}

.lb-data .lb-closeContainer {
  float: right;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-turnLeft {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-turnRight {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-zoomOut {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-zoomIn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-download {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAaUlEQVR4Ae3VgQVAIQCE4UZplDa70Rrt3gQ5eDry/wRIn1QNoka2l22FsW6C5JwAAQIE6IeF5+HR287tw9x5YzdSedcKKDXOTcZ0UQFTQOnta59RVUxAFTABVcAElAZRuEX1DxYQEV3oA58RWgFolpBxAAAAAElFTkSuQmCC') right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* animation */

@keyframes fadeIn{    
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeOut{    
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeInOverlay{    
  0% {opacity: 0;}
  100% {opacity: 0.8;}
}

@keyframes fadeOutOverlay{    
  0% {opacity: 0.8;}
  100% {opacity: 0;}
}

.fadeIn{
  animation-name: fadeIn; 
}

.fadeInOverlay{
  animation-name: fadeInOverlay;
}

.fadeOut{
  animation-name: fadeOut;
}

.fadeOutOverlay{
  animation-name: fadeOutOverlay;
}

.animation{
  animation-fill-mode: both;
}

.transition{
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  /* Standard syntax */
  transition-property: all;
  transition-timing-function: ease;
}

.lb-image {
  transition-duration: 0.5s;
      transition-property: transform;
  }

/* animation */


/*# sourceMappingURL=styles.81f05b4b0aa34ae7.css.map*/