@charset "UTF-8";

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.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;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  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 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;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui: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 li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.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: .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-ui {
  position: absolute;
}
.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;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.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;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  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 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;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui: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 li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.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: .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-ui {
  position: absolute;
}
.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-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.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;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  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 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;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui: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 li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.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: .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-ui {
  position: absolute;
}
.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: .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: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .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 .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  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 0;
}
.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: 0;
  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: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .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-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.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: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 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: 0;
  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: 0;
  content: "Save";
  padding-right: 0;
}
.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;
}

/* src/assets/scss/style.scss */
.app-dark .primary-bg {
  background: #0d47a1 !important;
}
.app-dark .primary-text {
  color: #0d47a1 !important;
}
.app-dark .success-bg {
  background: #43a047 !important;
}
.app-dark .success-text {
  color: #43a047 !important;
}
.app-dark .warn-bg {
  background: #d81b60 !important;
}
.app-dark .warn-text {
  color: #d81b60 !important;
}
.app-dark .accent-text {
  color: #00897b !important;
}
.app-dark .accent-bg {
  background: #00897b !important;
}
.primary-bg {
  background: #1565c0 !important;
  color: #ffffff !important;
}
.primary-text {
  color: #1565c0 !important;
}
.success-bg {
  background: #e8f5e9 !important;
  color: #ffffff !important;
}
.success-text {
  color: #e8f5e9 !important;
}
.warn-bg {
  background: #ffebee !important;
  color: #ffffff !important;
}
.warn-text {
  color: #ffebee !important;
}
.accent-text {
  color: #0097a7 !important;
}
.accent-bg {
  background: #0097a7 !important;
  color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-weight: bold;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2rem;
  color: inherit;
}
h2,
.h2 {
  font-size: 1.625rem;
  color: inherit;
}
h3,
.h3 {
  font-size: 1.375rem;
  color: inherit;
}
h4,
.h4 {
  font-size: 1.125rem;
  color: inherit;
}
h5,
.h5 {
  font-size: 0.875rem;
  color: inherit;
}
h6,
.h6 {
  font-size: 0.75rem;
  color: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  outline: 0;
}
figure {
  margin: 0;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
strong,
b {
  font-weight: 700;
}
.titleStyle {
  color: #004b61;
  text-align: left;
  margin: 0 auto !important;
  font-size: 1.625rem !important;
  line-height: 1;
}
.backText {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  margin: 1px 0px 0px 2px !important;
  align-self: center;
  line-height: 1;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: 600 !important;
}
html {
  font-size: 16px;
}
@media (max-width: 1366px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  html {
    font-size: 14px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  color: #37474f;
  padding: 0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
body.pace-done {
  background: #6b6b6b;
}
body .mat-card {
  font-family:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
  background-color: #ffffff;
}
body .mat-list .mat-list-item .mat-list-item-content,
.mat-nav-list .mat-list-item .mat-list-item-content,
.mat-toolbar,
.mat-button,
.mat-fab,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-checkbox,
.mat-input-element,
.mat-input-container,
.mat-tab-labels,
.mat-tab-label,
.mat-toolbar,
.mat-menu-item,
.mat-simple-snackbar,
.mat-select-content {
  font-family:
    "Roboto",
    "Helvetica Neue",
    sans-serif !important;
}
[tabindex="-1"]:focus {
  outline: none;
}
select,
button,
textarea,
input {
  vertical-align: baseline;
}
html[dir=rtl],
html[dir=ltr],
body[dir=rtl],
body[dir=ltr] {
  unicode-bidi: embed;
}
bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.mat-card.settings-panel {
  position: fixed;
  bottom: 6px;
  right: 6px;
  width: 300px;
  z-index: 9;
}
body .mat-card {
  color: #37474f;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.mat-drawer-transition .mat-drawer-content {
  transition: margin 0.4s ease 0s !important;
}
@media (forced-colors: active) {
  body mat-sidenav .sidebar-panel .sub-menu,
  body .mat-list-item .menu-caret {
    transition: 0 !important;
  }
}
body .chartjs-render-monitor {
  animation: none;
  width: 100% !important;
}
body .sidebar-logo.mat-toolbar {
  align-items: center;
  background: transparent none repeat scroll 0 0;
  justify-content: center;
  padding: 0 6px;
}
body .app {
  height: 100%;
  overflow: hidden;
}
body .mat-sidenav {
  overflow-x: hidden;
  overflow-y: hidden;
  min-width: 4rem;
}
body .gene-logo {
  padding: 1rem 0 0.5rem;
  text-align: center;
}
body .gene-logo .logo-text {
  margin: 0 1rem;
}
body mat-sidenav .sidebar-panel .mat-nav-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 3.25rem;
  padding: 0 1.5rem;
  font-weight: 500;
}
body mat-sidenav .sidebar-panel .mat-nav-list a,
body .gene-user-name {
  color: #00d2c3;
  outline: none;
}
body mat-sidenav .sidebar-panel .sub-menu {
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  transition-property: max-height;
}
body mat-sidenav .sidebar-panel .sub-menu a {
  padding-left: 4rem;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
body .gene-container {
  height: 100% !important;
}
body .mat-sidenav-content {
  background: none;
  height: 100%;
  overflow: hidden;
}
body mat-sidenav .sidebar-panel .navigation mat-icon:not(.caret) {
  margin-right: 0.75rem;
}
body .sidebar-panel {
  width: 16rem;
  height: 100%;
}
body .sidebar-container .mat-nav-list .mat-list-item .mat-list-item-content {
  height: auto;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
body .gene-user-name {
  margin-top: 1rem;
  font-size: 1rem;
}
body .mat-nav-list .mat-list-item-content:hover,
body .mat-nav-list .mat-list-item-content.mat-list-item-focus,
body .active-link {
  background-color: rgba(0, 0, 0, 0.1);
}
body .sidebar-panel .material-icons {
  font-size: 1.2rem;
}
body .mat-list-item .menu-caret {
  transition: all 0.4s ease 0s;
  margin-right: 0 !important;
}
body .mat-list-item.open .menu-caret {
  transform: rotate(90deg);
}
body .gene-user-thumb {
  padding: 0.9375rem 0;
}
body .mat-icon-button,
body .mat-mini-fab {
  height: 3.125rem;
  width: 3.125rem;
}
body .search-bar {
  flex: 0 0 auto !important;
}
body .mat-input-container {
  font-size: 0.875rem;
}
body .gene-breadcrumbs {
  font-size: 0.875rem;
  color: #37474f;
  margin-left: 1rem;
  margin-right: 1rem;
}
body .gene-breadcrumbs .breadcrumb {
  padding: 0;
}
body .gene-breadcrumbs .breadcrumb li {
  display: inline-block;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
body .gene-breadcrumbs .breadcrumb li a {
  cursor: pointer;
}
body .gene-breadcrumbs .breadcrumb li a:hover {
  color: #1565c0;
}
body .gene-breadcrumbs .breadcrumb li:first-child {
  margin: 0;
}
body .gene-breadcrumbs .breadcrumb li:first-child:before {
  content: none;
}
body .gene-breadcrumbs .breadcrumb li:before {
  content: "/";
  display: inline-block;
  margin: 0.2rem;
}
body .sidebar-panel .mat-fab.mat-primary,
body .sidebar-panel .mat-mini-fab.mat-primary {
  background-color: #ffffff;
  color: #37474f;
}
body .mat-card {
  margin: 1rem;
  border-radius: 3px;
  padding: 0.875rem 15px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
body .mat-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body .mat-mini-fab .mat-icon,
body .mat-mini-fab i {
  padding: 0;
  line-height: 3.3rem;
}
body .mat-mini-fab i {
  padding: 0.8125rem 0;
}
body .mat-button {
  font-size: 1rem;
}
body .mat-icon {
  height: auto;
}
body .secondary-menu {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
body .secondary-menu button {
  height: 50px;
  margin: 0 0.3rem;
  min-width: 50px;
  width: 50px;
  padding: 0;
}
body .mat-menu-content .mat-menu-item {
  font-size: 14px !important;
  height: 38px !important;
  line-height: 38px !important;
}
.app-dark .mat-sidenav-content {
  background: rgb(54, 54, 54);
}
.app-dark .gene-breadcrumbs {
  color: white;
}
.app-dark .sidebar-area.mat-sidenav {
  background: #424242;
}
.gene-base-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.inner-container {
  padding: 0 0.5rem;
  height: 100%;
  overflow-x: auto;
}
.footer-wrap {
  margin-bottom: -0.5rem;
  align-self: flex-end;
}
.sidebar-area.mat-sidenav {
  background-color: #004b61;
  height: 100%;
}
.sidebar-container {
  height: 100%;
}
.mat-sidenav-container .mat-nav-list .mat-list-item {
  height: auto;
}
body .mat-form-field-appearance-legacy .mat-form-field-label,
body .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.38) !important;
}
body .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-form-field-appearance-legacy .mat-form-field-infix {
  font-size: 0.875rem;
}
body .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1565c0;
}
body .mat-mini-fab .mat-button-wrapper {
  display: inline;
}
.gene-img-table {
  padding-top: 2rem !important;
}
body [dir=rtl] mat-sidenav .sidebar-panel .navigation mat-icon:not(.caret) {
  margin-left: 0.75rem;
  margin-right: 0;
}
body [dir=rtl] .mat-list-item .menu-caret {
  transition: all 0.4s ease 0s;
  margin-left: 0 !important;
  transform: rotate(180deg) !important;
}
body [dir=rtl] .mat-list-item.open .menu-caret {
  transform: rotate(90deg) !important;
}
body [dir=rtl] mat-sidenav .sidebar-panel .sub-menu a {
  padding-right: 4rem;
  padding-left: 0;
}
body [dir=rtl] .contact-list {
  float: right;
}
body [dir=rtl] .user-socail-stats ul {
  padding-right: 2rem !important;
}
body .collapsed-sidebar[dir=rtl] mat-sidenav .sidebar-panel .navigation mat-icon:not(.caret) {
  margin-left: 0.75rem;
  margin-right: 0;
}
@media (min-width: 1540px) {
  .gene-mail-wrapper .mat-list .mat-list-item .mat-list-item-content,
  .gene-mail-wrapper .mat-nav-list .mat-list-item .mat-list-item-content {
    height: 30px;
  }
}
@media (min-width: 1280px) {
  .boxed-layout-md {
    display: none;
  }
  .gene-breadcrumbs {
    display: none;
  }
}
@media (min-width: 1280px) {
  .collapse-option {
    display: none;
  }
}
@media (min-width: 960px) {
  .gene-header-toolbar .search-bar,
  .gene-header-toolbar .mat-icon-button {
    display: none;
  }
}
@media (min-width: 960px) {
  body .mat-drawer-container {
    -webkit-overflow-scrolling: auto !important;
  }
  body .sidebar-container {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.sidebar-label {
  position: absolute;
  background: #ffebee;
  color: #ffffff;
  padding: 0.1rem 0.2rem;
  border-radius: 5px;
  font-size: 0.6rem;
  top: 31%;
  right: 45px;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  body .secondary-menu button {
    min-width: 34px;
    width: 34px;
  }
  body .secondary-menu button .material-icons {
    font-size: 22px;
  }
  .gene-header-toolbar.mat-toolbar-row,
  .gene-header-toolbar.mat-toolbar-single-row {
    height: auto;
    min-height: 56px;
  }
  .gene-header-toolbar.mat-toolbar-row .navbar-brand,
  .gene-header-toolbar.mat-toolbar-single-row .navbar-brand {
    max-width: 125px;
    white-space: normal;
  }
}
.gene-ham-icon {
  margin-right: 1rem;
}
.gene-header-toolbar.mat-toolbar-row,
.gene-header-toolbar.mat-toolbar-single-row {
  height: 65px;
}
.gene-header-toolbar .mat-button,
.gene-header-toolbar .mat-icon-button,
.gene-header-toolbar .mat-raised-button,
.gene-header-toolbar .mat-input-element {
  color: #000000;
}
mat-sidenav.sidebar-panel .sub-menu {
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  transition-property: max-height;
}
mat-sidenav.sidebar-panel .sub-menu a {
  margin-left: 30px;
}
mat-sidenav .sidebar-panel .navigation .open > .mat-list-item-content > .sub-menu {
  max-height: 1000px;
}
.sub-menu {
  padding-top: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  transition-property: max-height;
}
.relative {
  position: relative;
}
body .gene-header-toolbar.mat-toolbar {
  background: #f0f2f7;
}
.app-dark .gene-header-toolbar.mat-toolbar {
  background: rgb(54, 54, 54);
}
.app-dark .gene-header-toolbar.mat-toolbar .mat-button,
.app-dark .gene-header-toolbar.mat-toolbar .mat-icon-button,
.app-dark .gene-header-toolbar.mat-toolbar .mat-raised-button,
.app-dark .gene-header-toolbar.mat-toolbar .mat-input-element {
  color: white;
}
[dir=rtl] .gene-ham-icon {
  margin-left: 1rem;
  margin-right: 0;
}
.gene-chat-wrap .people-list {
  transform: translateX(330px);
  opacity: 0;
  visibility: hidden;
}
.gene-chat-wrap .chat-window {
  transform: translateY(435px);
}
.gene-chat-wrap.show-chat-list .people-list {
  transform: translateX(0);
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.gene-chat-wrap.show-chat-list .chat-window.show-chat-window {
  transform: translateY(0);
}
.gene-chat-wrap .mat-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gene-chat-wrap .mat-tab-body-wrapper {
  height: 100%;
}
.gene-chat-wrap .chat-people-list mat-list {
  cursor: pointer;
}
.gene-chat-wrap img,
.gene-chat-wrap .show-status {
  border-radius: 100%;
}
.gene-chat-wrap .people-list {
  position: fixed;
  z-index: 99;
  top: 64px;
  bottom: 0;
  right: 0;
  width: 330px;
  margin: 0;
  border-radius: 0;
}
.gene-chat-wrap .people-list .mat-tab-label {
  min-width: 0;
}
.gene-chat-wrap .people-list .mat-list-base .mat-list-item .mat-list-item-content {
  padding: 0;
}
.gene-chat-wrap .mat-list-base .mat-list-item,
.gene-chat-wrap .mat-list-base .mat-list-option {
  height: auto;
}
.gene-chat-wrap .show-status {
  height: 10px;
  width: 10px;
}
.gene-chat-wrap .show-status.online {
  background-color: #e8f5e9 !important;
}
.gene-chat-wrap .chat-window {
  width: 370px;
  position: fixed;
  bottom: 0;
  right: 400px;
  z-index: 98;
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gene-chat-wrap .chat-window .chat-header {
  padding: 0.875rem 1.5rem;
  margin: -0.875rem -1.5rem auto;
  height: 55px;
}
.gene-chat-wrap .chat-window .chat-header .icons-wrap .material-icons {
  font-size: 1.3rem;
}
.gene-chat-wrap .chat-window .gene-card-content {
  height: 270px;
  overflow: hidden;
  overflow-y: auto;
}
.gene-chat-wrap .chat-window .chat-block-wrap .chat-block p {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  min-width: 2rem;
  max-width: 80%;
  border-radius: 10px;
}
.gene-chat-wrap .chat-window .chat-block-wrap .receiver-chat p {
  background-color: #1565c0 !important;
  color: #ffffff !important;
}
.gene-chat-wrap .chat-window .gene-card-footer {
  padding: 0.875rem 1.5rem !important;
  margin: auto -1.5rem -0.875rem !important;
}
.icons-wrap a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.app-dark .gene-chat-wrap .chat-window .chat-block-wrap .receiver-chat p {
  background-color: #0d47a1 !important;
}
.gene-cart-popup .cart-title-wrap {
  margin-top: -8px;
}
.gene-cart-popup .cart-content-wrap {
  max-height: 300px;
  overflow: auto;
}
.gene-cart-popup .cart-content-wrap .cart-item-wrap:last-child .mat-divider {
  display: none;
}
.gene-cart-popup .close-icon {
  cursor: pointer;
}
.gene-lang-popup .language-title {
  margin-top: -8px;
  width: 100%;
}
.gene-lang-popup .lang-wrap {
  margin: 0.25rem;
}
body .gene-header-toolbar {
  padding: 0 1.5rem;
}
html body .loading-bar-fixed > div#loading-bar-spinner {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0;
  background: #ffffff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
html body div#loading-bar-spinner .spinner-icon {
  width: 60px !important;
  height: 60px !important;
  color: #004b61;
}
html body .loading-bar-fixed > div .bar {
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.horizontal-menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.horizontal-menu ul li,
.horizontal-menu ul a {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.horizontal-menu ul li.menu-item-has-child::after {
  position: absolute;
  right: 1rem;
  top: calc(50% - 12px);
  content: "arrow_right";
  direction: ltr;
  display: inline-block;
  font-feature-settings: "liga";
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.horizontal-menu .hr-primary-menu > li {
  line-height: 3;
  padding: 0 1rem;
  font-size: 1rem;
}
.horizontal-menu .hr-primary-menu > li:hover > .hr-sub-menu {
  opacity: 1;
  visibility: visible;
}
.horizontal-menu .hr-primary-menu > li:hover > .hr-sub-menu > li.child-menu:hover .hr-sub-menu {
  opacity: 1;
  visibility: visible;
}
.horizontal-menu .hr-primary-menu > li.menu-item-has-child {
  padding-right: 1.5rem;
}
.horizontal-menu .hr-primary-menu > li.menu-item-has-child::after {
  right: -6px;
  transform: rotate(90deg);
}
.horizontal-menu .hr-primary-menu .hr-sub-menu {
  position: absolute;
  top: 100%;
  min-width: 5rem;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  border-radius: 3px;
  margin-top: 15px;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu li {
  display: block;
  color: #37474f;
  font-weight: normal;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu li a {
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.5rem 4rem 0.5rem 1rem;
  width: 100%;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu li .header-icon-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu li .header-icon-wrap mat-icon {
  font-size: 90%;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu {
  left: calc(100% + 1rem);
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li {
  line-height: 2.2;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li a {
  padding-left: 2rem;
}
.horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li a::after {
  content: "-";
  position: absolute;
  left: 1rem;
  top: calc(50% - 11px);
}
.horizontal-menu .active-link {
  background-color: transparent !important;
}
.hr-menu-wrap,
.horizontal-toolbar-wrap .mat-toolbar-multiple-rows {
  height: auto;
  min-height: 0;
}
.make-mega-menu:hover .hr-sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
.make-mega-menu .hr-sub-menu {
  font-size: 1rem;
}
.make-mega-menu > .hr-sub-menu {
  width: 760px;
  column-count: 4;
  column-gap: 1.25rem;
  padding-top: 1.5rem !important;
  overflow: hidden;
}
.make-mega-menu > .hr-sub-menu > li {
  padding: 0rem 1rem 0.5rem !important;
}
.make-mega-menu > .hr-sub-menu > li .header-icon-wrap {
  letter-spacing: 1px;
  font-size: 1rem;
}
.make-mega-menu > .hr-sub-menu > li::after {
  content: none !important;
}
.make-mega-menu > .hr-sub-menu > li .hr-sub-menu {
  position: static !important;
  min-width: 0;
  background: transparent;
  box-shadow: none;
  transition-duration: 0s;
}
.make-mega-menu > .hr-sub-menu > li .hr-sub-menu li {
  padding-right: 0.5rem;
}
.make-mega-menu > .hr-sub-menu > li .hr-sub-menu li:hover a {
  color: #1565c0;
}
.horizontal-menu .hr-primary-menu .make-mega-menu .hr-sub-menu li a {
  padding: 0;
  padding-left: 2rem;
}
.horizontal-menu .hr-primary-menu .make-mega-menu .hr-sub-menu > li > .header-icon-wrap > a {
  padding-left: 0.9rem;
}
.make-mega-menu.show-column-2 > .hr-sub-menu {
  width: 375px;
  column-count: 2;
}
.make-mega-menu.show-column-3 > .hr-sub-menu {
  width: 570px;
  column-count: 3;
}
@media only screen and (max-width: 1919px) {
  .make-mega-menu > .hr-sub-menu {
    width: 750px;
  }
  .horizontal-menu .hr-primary-menu > li:last-child.make-mega-menu > .hr-sub-menu,
  .horizontal-menu .hr-primary-menu > li:nth-child(3).make-mega-menu > .hr-sub-menu,
  .horizontal-menu .hr-primary-menu > li:nth-child(4).make-mega-menu > .hr-sub-menu,
  .horizontal-menu .hr-primary-menu > li:nth-child(5).make-mega-menu > .hr-sub-menu,
  .horizontal-menu .hr-primary-menu > li:nth-child(6).make-mega-menu > .hr-sub-menu,
  .horizontal-menu .hr-primary-menu > li:nth-child(7).make-mega-menu > .hr-sub-menu {
    left: -200px;
  }
}
.customizer-menu {
  right: 20px;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.customizer-menu button {
  height: 50px;
  margin: 0 0.3rem;
  min-width: 50px;
  width: 50px;
  padding: 0;
}
.mat-raised-button[disabled] {
  opacity: 0.5;
}
.mat-raised-button {
  background-color: #004b61 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}
.mat-raised-button:hover {
  color: #00d2c3 !important;
}
.mat-stroked-button {
  border-color: #004b61 !important;
  color: #004b61 !important;
  font-weight: 500 !important;
  background-color: transparent !important;
}
[mat-raised-button],
[mat-fab],
[mat-mini-fab],
[mat-button],
[mat-icon-button] {
  border-radius: 3px;
  font-weight: 300;
}
[mat-raised-button][mat-button-sm],
[mat-fab][mat-button-sm],
[mat-mini-fab][mat-button-sm],
[mat-button][mat-button-sm],
[mat-icon-button][mat-button-sm] {
  font-size: 13px;
  line-height: 30px;
  padding: 0 8px;
}
[mat-icon-button][mat-button-sm] {
  padding: 0;
  width: 30px;
  height: 30px;
}
[mat-icon-button][mat-button-sm] mat-icon {
  font-size: 20px;
  line-height: 20px;
}
[mat-fab].mat-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 1rem;
  left: auto;
  position: fixed;
}
[mat-fab].mat-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: -25px;
  left: 20px;
  position: fixed;
}
[mat-fab].mat-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: fixed;
}
[mat-fab].mat-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: fixed;
}
.mat-button-wrapper .mat-icon {
  margin-right: 0px !important;
}
.mat-stroked-button:hover {
  background-color: #004b61 !important;
  color: #ffffff !important;
}
.mat-stroked-button:hover .aspia-red {
  color: #ffffff !important;
}
.previousPage {
  height: auto !important;
  padding: 0.5em 1em !important;
  display: flex;
}
.previousPage .mat-button-wrapper {
  display: flex;
}
.backButton {
  align-items: center;
  height: auto;
  margin-right: 118px;
  margin-top: 17px;
  display: flex;
}
.backButton button {
  min-width: 10px;
  padding: 2px 6px 2px 4px !important;
}
.backButton .mat-icon {
  width: 18px;
  display: inline-block !important;
  vertical-align: baseline !important;
  align-content: center !important;
  margin-left: -4px;
  margin-right: 1px !important;
}
.mat-dialog-container {
  background: white;
  border-radius: 3px;
}
.mat-dialog-title {
  color: white;
  padding: 10px;
}
.mat-dialog-content {
  padding-top: 30px !important;
  color: #004b61;
}
mat-list mat-list-item,
mat-list a[mat-list-item],
mat-nav-list mat-list-item,
mat-nav-list a[mat-list-item] {
  color: rgba(0, 0, 0, 0.87);
}
mat-list-item mat-icon[mat-list-avatar],
.mat-list-item mat-icon[mat-list-avatar] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
mat-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.rules-divider {
  margin-top: 15px !important;
  border-top-width: 2px !important;
  border-top-color: rgba(104, 104, 104, 0.23) !important;
}
mat-list mat-list-item [mat-list-avatar],
mat-list a[mat-list-item] [mat-list-avatar],
mat-nav-list mat-list-item [mat-list-avatar],
mat-nav-list a[mat-list-item] [mat-list-avatar] {
  min-width: 40px;
}
mat-list-item.active > .mat-list-item-content {
  background: rgba(0, 0, 0, 0.04);
}
mat-list mat-list-item .mat-list-item-content,
mat-list a[mat-list-item] .mat-list-item-content,
mat-nav-list mat-list-item .mat-list-item-content,
mat-nav-list a[mat-list-item] .mat-list-item-content {
  font-size: 0.875rem !important;
}
body .mat-select-panel {
  background-color: white;
}
body .mat-select-trigger {
  height: 22px;
  margin: 1em 0;
  padding-bottom: 6px;
}
body .mat-select-placeholder {
  padding-left: 0;
}
body .app-dark .mat-select-panel {
  background-color: #424242;
}
.mat-menu {
  border-radius: 3px;
}
[mat-menu-item] {
  font-size: 0.875rem !important;
}
.mat-tab-label {
  color: #004b61;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1 !important;
  padding: 0 24px !important;
  min-width: 10px !important;
}
.app-dark .mat-tab-label {
  color: white;
}
.mat-ink-bar {
  background-color: #f8616d !important;
  height: 3px !important;
}
mat-table {
  display: block;
}
mat-header-row {
  min-height: 56px;
}
mat-row,
mat-footer-row {
  min-height: 48px;
}
mat-row,
mat-header-row,
mat-footer-row {
  display: flex;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  align-items: center;
  box-sizing: border-box;
}
mat-row::after,
mat-header-row::after,
mat-footer-row::after {
  display: inline-block;
  min-height: inherit;
  content: "";
}
mat-cell:first-of-type,
mat-header-cell:first-of-type,
mat-footer-cell:first-of-type {
  padding-left: 24px;
}
mat-cell:last-of-type,
mat-header-cell:last-of-type,
mat-footer-cell:last-of-type {
  padding-right: 24px;
}
mat-cell,
mat-header-cell,
mat-footer-cell {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
  min-height: inherit;
}
th.mat-header-cell {
  padding: 20px;
  color: #0a3b48;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
tr.mat-header-row {
  background-color: #b4b4b4;
}
tr.example-element-row:not(.example-expanded-row):hover {
  background: #f5f5f5;
}
tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef;
}
td.mat-cell {
  color: #004b61;
}
table.mat-table {
  border-spacing: 0;
}
tr.mat-header-row {
  background-color: #f3f3f3;
  height: 40px !important;
  border-top: 1px solid #e2e2e2;
  height: 56px;
}
tr.mat-row,
tr.mat-footer-row {
  height: 48px;
}
th.mat-header-cell,
.mat-sort-header-button {
  text-align: left;
  font-weight: 600 !important;
  color: #004b61;
  font-size: 0.875rem !important;
}
th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
th.mat-header-cell:first-of-type,
td.mat-cell:first-of-type,
td.mat-footer-cell:first-of-type {
  padding-left: 24px;
}
th.mat-header-cell:last-of-type,
td.mat-cell:last-of-type,
td.mat-footer-cell:last-of-type {
  padding-right: 24px;
}
td.mat-cell:first-of-type {
  font-weight: 500;
}
.mat-form-field {
  color: #000000;
}
.mat-select-value {
  color: #000000;
}
.mat-input-element:disabled,
.mat-select-disabled {
  color: rgba(0, 0, 0, 0.5) !important;
}
.formRow {
  width: 100%;
  gap: 20px;
}
.formRow .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: #959595;
}
.formMarginLeft {
  margin-left: 20px;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #004b61 !important;
  font-weight: 500;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgb(0, 0, 0) !important;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.5) !important;
}
.mat-form-field-appearance-outline {
  margin-top: 0px !important;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.3em 0.2em 0.5em 0.1em;
}
.mat-form-field-appearance-outline .mat-form-field-infix textarea {
  height: 28px !important;
}
input.mat-input-element {
  margin-bottom: 5px;
  margin-top: 3px;
}
.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0 !important;
}
.propertyStyle .mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: none !important;
}
.mat-form-field svg {
  width: 1em !important;
  height: 1em !important;
}
.mdc-list-item__primary-text {
  width: 100%;
}
.mat-expansion-panel-header {
  background-color: #004b61;
  padding: 0.5em 1em !important;
  height: auto !important;
}
.mat-expansion-panel-header:focus,
.mat-expansion-panel-header:hover {
  background-color: #072b31 !important;
}
.mat-expansion-panel-body {
  padding: 1em 1em 0.5em 1em !important;
}
.mat-expansion-panel-header-title h2,
.mat-expansion-panel-header-title h3 {
  margin-bottom: 0px;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.2rem;
}
.mat-expansion-panel-header-title h5 {
  margin-bottom: 0px;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
}
.mat-expansion-panel {
  margin: 15px !important;
  border-radius: 2px !important;
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator {
  color: white;
  flex-grow: 0;
}
.mat-expansion-panel-header-description h4,
.mat-expansion-indicator h4 {
  margin-bottom: 0px;
  font-size: 1rem;
  padding: 0 1em;
  align-self: center;
}
.mat-expansion-indicator:after {
  color: white;
}
.itemRuleConditionsHeader {
  background-color: #eaf9ff;
}
.itemRuleConditionsHeader .mat-expansion-panel-header {
  background-color: #125c77 !important;
}
.itemRuleConditionsHeader .mat-expansion-panel-header:hover,
.itemRuleConditionsHeader .mat-expansion-panel-header:active {
  background-color: #062c3a !important;
}
.itemRuleConsequenceHeader {
  background-color: #e5fff4;
}
.itemRuleConsequenceHeader .mat-expansion-panel-header {
  background-color: #2a684e;
}
.itemRuleConsequenceHeader .mat-expansion-panel-header:hover,
.itemRuleConsequenceHeader .mat-expansion-panel-header:active {
  background-color: #15382a !important;
}
mat-row button.show-on-hover {
  opacity: 0.1;
}
mat-row:hover button.show-on-hover {
  opacity: 0.7;
}
table.cpq-table td {
  padding: 0.4rem;
}
button.show-on-hover.mat-icon-button {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  margin-left: 0.5rem;
}
button:focus,
.btn:focus {
  outline: none !important;
}
body {
  margin: 0;
}
app-configuration-container {
  display: inherit;
}
.pointer {
  cursor: pointer;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.mat-mdc-form-field-icon-suffix {
  padding: 0 4px 0 4px !important;
}
.mat-red {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-red-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-500 {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-red-600 {
  background-color: #e53935 !important;
  color: white !important;
}
.mat-red-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
.mat-red-800 {
  background-color: #c62828 !important;
  color: white !important;
}
.mat-red-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
.mat-red-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
.mat-red-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
.mat-red-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
.mat-pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.mat-pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
.mat-pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
.mat-pink-700 {
  background-color: #c2185b !important;
  color: white !important;
}
.mat-pink-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
.mat-pink-900 {
  background-color: #880e4f !important;
  color: white !important;
}
.mat-pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
.mat-pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
.mat-pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
.mat-purple {
  background-color: #9c27b0 !important;
  color: white !important;
}
.mat-purple-50 {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-100 {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-200 {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-300 {
  background-color: #ba68c8 !important;
  color: white !important;
}
.mat-purple-400 {
  background-color: #ab47bc !important;
  color: white !important;
}
.mat-purple-500 {
  background-color: #9c27b0 !important;
  color: white !important;
}
.mat-purple-600 {
  background-color: #8e24aa !important;
  color: white !important;
}
.mat-purple-700 {
  background-color: #7b1fa2 !important;
  color: white !important;
}
.mat-purple-800 {
  background-color: #6a1b9a !important;
  color: white !important;
}
.mat-purple-900 {
  background-color: #4a148c !important;
  color: white !important;
}
.mat-purple-A100 {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-A200 {
  background-color: #e040fb !important;
  color: white !important;
}
.mat-purple-A400 {
  background-color: #d500f9 !important;
  color: white !important;
}
.mat-purple-A700 {
  background-color: #aa00ff !important;
  color: white !important;
}
.mat-deep-purple {
  background-color: #673ab7 !important;
  color: white !important;
}
.mat-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-200 {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-300 {
  background-color: #9575cd !important;
  color: white !important;
}
.mat-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: white !important;
}
.mat-deep-purple-500 {
  background-color: #673ab7 !important;
  color: white !important;
}
.mat-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: white !important;
}
.mat-deep-purple-700 {
  background-color: #512da8 !important;
  color: white !important;
}
.mat-deep-purple-800 {
  background-color: #4527a0 !important;
  color: white !important;
}
.mat-deep-purple-900 {
  background-color: #311b92 !important;
  color: white !important;
}
.mat-deep-purple-A100 {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: white !important;
}
.mat-deep-purple-A400 {
  background-color: #651fff !important;
  color: white !important;
}
.mat-deep-purple-A700 {
  background-color: #6200ea !important;
  color: white !important;
}
.mat-indigo {
  background-color: #3f51b5 !important;
  color: white !important;
}
.mat-indigo-50 {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-100 {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-200 {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-300 {
  background-color: #7986cb !important;
  color: white !important;
}
.mat-indigo-400 {
  background-color: #5c6bc0 !important;
  color: white !important;
}
.mat-indigo-500 {
  background-color: #3f51b5 !important;
  color: white !important;
}
.mat-indigo-600 {
  background-color: #3949ab !important;
  color: white !important;
}
.mat-indigo-700 {
  background-color: #303f9f !important;
  color: white !important;
}
.mat-indigo-800 {
  background-color: #283593 !important;
  color: white !important;
}
.mat-indigo-900 {
  background-color: #1a237e !important;
  color: white !important;
}
.mat-indigo-A100 {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-A200 {
  background-color: #536dfe !important;
  color: white !important;
}
.mat-indigo-A400 {
  background-color: #3d5afe !important;
  color: white !important;
}
.mat-indigo-A700 {
  background-color: #304ffe !important;
  color: white !important;
}
.mat-blue {
  background-color: #2196f3 !important;
  color: white !important;
}
.mat-blue-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-500 {
  background-color: #2196f3 !important;
  color: white !important;
}
.mat-blue-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}
.mat-blue-700 {
  background-color: #1976d2 !important;
  color: white !important;
}
.mat-blue-800 {
  background-color: #1565c0 !important;
  color: white !important;
}
.mat-blue-900 {
  background-color: #0d47a1 !important;
  color: white !important;
}
.mat-blue-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-A200 {
  background-color: #448aff !important;
  color: white !important;
}
.mat-blue-A400 {
  background-color: #2979ff !important;
  color: white !important;
}
.mat-blue-A700 {
  background-color: #2962ff !important;
  color: white !important;
}
.mat-light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}
.mat-light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}
.mat-light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}
.mat-light-blue-900 {
  background-color: #01579b !important;
  color: white !important;
}
.mat-light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}
.mat-cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}
.mat-cyan-50 {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-100 {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-200 {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-300 {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-400 {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-500 {
  background-color: #00bcd4 !important;
  color: white !important;
}
.mat-cyan-600 {
  background-color: #00acc1 !important;
  color: white !important;
}
.mat-cyan-700 {
  background-color: #0097a7 !important;
  color: white !important;
}
.mat-cyan-800 {
  background-color: #00838f !important;
  color: white !important;
}
.mat-cyan-900 {
  background-color: #006064 !important;
  color: white !important;
}
.mat-cyan-A100 {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A200 {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A400 {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A700 {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal {
  background-color: #009688 !important;
  color: white !important;
}
.mat-teal-50 {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-100 {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-200 {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-300 {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-400 {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-500 {
  background-color: #009688 !important;
  color: white !important;
}
.mat-teal-600 {
  background-color: #00897b !important;
  color: white !important;
}
.mat-teal-700 {
  background-color: #00796b !important;
  color: white !important;
}
.mat-teal-800 {
  background-color: #00695c !important;
  color: white !important;
}
.mat-teal-900 {
  background-color: #004d40 !important;
  color: white !important;
}
.mat-teal-A100 {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A200 {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A400 {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A700 {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-50 {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-100 {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-200 {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-300 {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-400 {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-500 {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-600 {
  background-color: #43a047 !important;
  color: white !important;
}
.mat-green-700 {
  background-color: #388e3c !important;
  color: white !important;
}
.mat-green-800 {
  background-color: #2e7d32 !important;
  color: white !important;
}
.mat-green-900 {
  background-color: #1b5e20 !important;
  color: white !important;
}
.mat-green-A100 {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A200 {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A400 {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A700 {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-700 {
  background-color: #689f38 !important;
  color: white !important;
}
.mat-light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}
.mat-light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}
.mat-light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-50 {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-100 {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-200 {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-300 {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-400 {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-500 {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-600 {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-700 {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-800 {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-900 {
  background-color: #827717 !important;
  color: white !important;
}
.mat-lime-A100 {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A200 {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A400 {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A700 {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A200 {
  background-color: #ffff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-50 {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-100 {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-200 {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-300 {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-400 {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-500 {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-600 {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-700 {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-800 {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-900 {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A100 {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A200 {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A400 {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A700 {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}
.mat-orange-900 {
  background-color: #e65100 !important;
  color: white !important;
}
.mat-orange-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}
.mat-deep-orange {
  background-color: #ff5722 !important;
  color: white !important;
}
.mat-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-100 {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-200 {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-400 {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-500 {
  background-color: #ff5722 !important;
  color: white !important;
}
.mat-deep-orange-600 {
  background-color: #f4511e !important;
  color: white !important;
}
.mat-deep-orange-700 {
  background-color: #e64a19 !important;
  color: white !important;
}
.mat-deep-orange-800 {
  background-color: #d84315 !important;
  color: white !important;
}
.mat-deep-orange-900 {
  background-color: #bf360c !important;
  color: white !important;
}
.mat-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: white !important;
}
.mat-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: white !important;
}
.mat-brown {
  background-color: #795548 !important;
  color: white !important;
}
.mat-brown-50 {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-300 {
  background-color: #a1887f !important;
  color: white !important;
}
.mat-brown-400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.mat-brown-500 {
  background-color: #795548 !important;
  color: white !important;
}
.mat-brown-600 {
  background-color: #6d4c41 !important;
  color: white !important;
}
.mat-brown-700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.mat-brown-800 {
  background-color: #4e342e !important;
  color: white !important;
}
.mat-brown-900 {
  background-color: #3e2723 !important;
  color: white !important;
}
.mat-brown-A100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-A200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-A400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.mat-brown-A700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.mat-grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-100 {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-600 {
  background-color: #757575 !important;
  color: white !important;
}
.mat-grey-700 {
  background-color: #616161 !important;
  color: white !important;
}
.mat-grey-800 {
  background-color: #424242 !important;
  color: white !important;
}
.mat-grey-900 {
  background-color: #212121 !important;
  color: white !important;
}
.mat-grey-A100 {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A700 {
  background-color: #616161 !important;
  color: white !important;
}
.mat-blue-grey {
  background-color: #607d8b !important;
  color: white !important;
}
.mat-blue-grey-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-400 {
  background-color: #78909c !important;
  color: white !important;
}
.mat-blue-grey-500 {
  background-color: #607d8b !important;
  color: white !important;
}
.mat-blue-grey-600 {
  background-color: #546e7a !important;
  color: white !important;
}
.mat-blue-grey-700 {
  background-color: #455a64 !important;
  color: white !important;
}
.mat-blue-grey-800 {
  background-color: #37474f !important;
  color: white !important;
}
.mat-blue-grey-900 {
  background-color: #263238 !important;
  color: white !important;
}
.mat-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-A400 {
  background-color: #78909c !important;
  color: white !important;
}
.mat-blue-grey-A700 {
  background-color: #455a64 !important;
  color: white !important;
}
code {
  padding: 8px;
  background: #f0f2f7;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.6125rem;
  direction: ltr;
  unicode-bidi: bidi-override;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table thead th {
  text-align: left;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #ffffff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #ffffff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #ffffff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #ffffff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
.table {
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
table {
  background-color: transparent;
  border-collapse: collapse;
}
.label {
  color: #ffffff;
  display: inline-block;
  padding: 2px 14px;
}
.box-shadow-none {
  box-shadow: none !important;
}
.lead {
  font-size: 1.375rem;
}
.sec-title-font {
  font-size: 2rem;
}
.sq-50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-size: 1.4rem;
}
.gene-card-title .mat-divider {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
}
.gene-card-footer h4,
.gene-card-title h4 {
  color: #37474f;
}
.gene-card-footer .mat-icon-button,
.gene-card-title .mat-icon-button {
  height: 2.188rem;
  line-height: 1.1;
  width: 2.188rem;
  margin: 0;
  color: #868e96;
  font-size: 0.875rem;
}
.gene-card-content-sm {
  padding: 0.5rem 0 0;
}
.gene-card-content {
  padding: 1.3rem 0 1rem 0;
}
.gene-card-footer .mat-divider {
  padding: 0.3em;
}
.no-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
body .radius-none {
  border-radius: 0;
}
.radius-circle {
  border-radius: 50%;
}
.border-none {
  border: 0 !important;
}
.border-rad-base {
  border-radius: 3px;
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.gene-relative {
  position: relative !important;
}
.gene-fixed {
  position: fixed;
}
.gene-absolute {
  position: absolute;
}
.list-inline li {
  display: inline-block;
}
.list-style-none {
  list-style: none;
}
.gene-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.gene-list > li {
  margin-bottom: 1rem;
}
i {
  margin-right: 0.5rem;
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.box-inset {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}
.full-wid {
  width: 100%;
}
.height-full {
  height: 100%;
}
.card-full-height {
  height: calc(100% - 2rem) !important;
}
.card-full-width {
  width: calc(100% - 2rem) !important;
}
.gene-span {
  display: inline-block;
  vertical-align: top;
}
.gene-block {
  display: block !important;
}
.button-block {
  display: block;
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.img-circle {
  border-radius: 50%;
}
.mat-icon-grey {
  color: #868e96;
}
.shadow-none {
  box-shadow: none !important;
}
.background-none {
  background-color: transparent !important;
}
.app-dark .gene-card-footer h4,
.app-dark .gene-card-title h4 {
  color: white;
}
.app-dark .gene-card-footer .mat-icon-button,
.app-dark .gene-card-title .mat-icon-button {
  color: white;
}
.set-overflow-x-auto {
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 767px) {
  body .ngx-datatable.material .datatable-footer .datatable-pager a {
    margin: 12px 1px;
    min-width: 17px;
    padding: 0 2px;
    text-align: center;
  }
  body .ngx-datatable .datatable-footer > div {
    display: block;
    width: 100%;
  }
  body .ngx-datatable .datatable-footer .page-count {
    display: none;
  }
  body .ngx-datatable .datatable-footer .datatable-pager {
    -moz-box-flex: 1;
    display: inline-block;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    text-align: right;
    width: 98%;
  }
}
body .gene-card-title .mat-divider {
  position: relative;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
body .gene-mail-wrapper .mail-nav-list .nav-item {
  padding: 12px 16px;
}
body .gene-mail-wrapper .mail-nav-list .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .gene-mail-wrapper .mails-container .search .icon-group button {
  margin-right: 4px !important;
}
body .gene-mail-wrapper .mat-elevation-z2 {
  box-shadow: none;
}
body .gene-chat-page .gene-chat-sidebar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body .gene-chat-page .mat-toolbar-single-row {
  min-height: 63px;
}
body .gene-chat-page .mat-nav-list .mat-list-item.mat-list-item-with-avatar {
  height: auto;
}
body .gene-chat-page .mat-nav-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content {
  min-height: 53px;
}
body .gene-chat-page .gene-chat-area .ps-content {
  height: 500px;
  min-height: 100%;
}
body .gene-chat-page .gene-chat-form .mat-form-field {
  float: left;
  width: calc(100% - 7rem);
  margin-top: 1.2rem;
}
body .cal-month-view .cal-open-day-events .ng-star-inserted mwl-calendar-event-title {
  margin: 0 5px;
}
body .editor-container {
  box-shadow: none;
}
body .gene-btn-wrapper .box-inset [disabled].mat-fab,
body .gene-btn-wrapper .box-inset [disabled].mat-mini-fab,
body .gene-btn-wrapper .box-inset [disabled].mat-raised-button {
  box-shadow: none;
}
body .gene-card-footer .mat-divider {
  position: relative;
  width: auto;
}
body .mat-simple-snackbar .mat-simple-snackbar-action {
  color: #ffffff;
}
body .mat-simple-snackbar .mat-simple-snackbar-action button {
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}
body .mat-dialog-container .ng-star-inserted mat-dialog-actions {
  display: block;
  padding-top: 14px;
  justify-content: flex-end;
}
body .mat-form-field .mat-select-trigger {
  margin: 0;
}
body .mat-datepicker-toggle .mat-icon-button span {
  font-size: 24px;
}
body .mat-datepicker-toggle .mat-icon-button:focus {
  background-color: transparent;
}
body ms-paging-table .ngx-datatable.material,
body ms-editing-table .ngx-datatable.material,
body ms-filter-table .ngx-datatable.material {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
body button.mat-raised-button {
  margin-right: 0.3125rem;
}
body .user-list-wrapper {
  flex-flow: wrap;
}
body .user-list-wrapper .gene-btn-sm {
  margin-right: 0.3125rem;
}
body ms-pinning-table .datatable-body .datatable-row-wrapper {
  height: 50px;
}
.vertical-align-mid {
  vertical-align: middle;
}
body .gene-btn-lg {
  line-height: 50px;
  padding: 0 32px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.overflow-show {
  overflow: visible !important;
}
.make-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.mail-pagination-wrap .mat-paginator-container {
  justify-content: flex-start;
}
.gene-fab-flat-icon {
  background-color: #ffffff !important;
  color: #37474f !important;
}
.popup-card-width {
  width: 520px;
}
.popup-card-width .mat-form-field {
  width: 100%;
}
.cdk-overlay-container .mat-dialog-actions {
  margin-bottom: 0;
}
.cdk-overlay-container .mat-dialog-actions {
  padding-bottom: 0;
}
vg-overlay-play .vg-overlay-play {
  left: 0;
}
@media (min-width: 600px) {
  body .make-toolbar-responsive {
    padding: 0 0.6rem;
    font:
      500 1rem/2.125rem Roboto,
      "Helvetica Neue",
      sans-serif;
  }
  body .make-toolbar-responsive .mat-icon-button {
    height: 2.125rem;
    width: 2.125rem;
    line-height: 2.125rem;
  }
  .invoice-content-wrap.p-5 {
    padding: 2rem !important;
  }
  .mat-menu-panel {
    margin: 1rem;
  }
  .invoice-header .bdr-left:first-child {
    border-width: 0px;
  }
  .user-manage-list .mat-paginator-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mail-pagination-wrap .mat-paginator-range-label {
    margin: 0;
    margin-right: 0.5rem;
  }
}
.mat-paginator .mat-form-field-wrapper {
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  .mat-paginator .mat-form-field-wrapper {
    padding-bottom: 10px;
  }
  .mat-paginator .mat-paginator-container {
    justify-content: flex-end;
    width: 100%;
  }
  .mat-paginator .mat-icon-button {
    width: 2rem;
  }
}
@media (max-width: 720px) {
  .popup-card-width,
  .popup-card-width.add-new-user {
    width: 220px;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.p-auto {
  padding: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.ps-auto {
  padding-left: auto !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pe-auto {
  padding-right: auto !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-inverse {
  color: #ffffff !important;
}
.text-subtle {
  color: #333333 !important;
  font-size: 0.7875rem;
}
.text-blue {
  color: #004b61 !important;
}
.text-green {
  color: #00d2c3 !important;
}
.text-red {
  color: #f8616d !important;
}
.gene-text-xs {
  font-size: 50% !important;
}
.gene-text-sm {
  font-size: 70% !important;
}
.gene-text-md {
  font-size: 80% !important;
}
.gene-text-lg {
  font-size: 110% !important;
}
.gene-text-xl {
  font-size: 120% !important;
}
@media (max-width: 1279px) {
  .gene-text-xs {
    font-size: 60% !important;
  }
  .gene-text-sm {
    font-size: 80% !important;
  }
  .gene-text-md {
    font-size: 90% !important;
  }
  .gene-text-lg {
    font-size: 115% !important;
  }
  .gene-text-xl {
    font-size: 125% !important;
  }
}
@media (max-width: 959px) {
  .gene-text-xs {
    font-size: 70% !important;
  }
  .gene-text-sm {
    font-size: 90% !important;
  }
  .gene-text-md {
    font-size: 95% !important;
  }
  .gene-text-lg {
    font-size: 120% !important;
  }
  .gene-text-xl {
    font-size: 130% !important;
  }
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.mat-white {
  background: #ffffff;
}
.mat-text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}
a.mat-text-muted:focus,
a.mat-text-muted:hover {
  color: hsla(0, 0%, -10%, 0.54);
}
.mat-text-default {
  color: black !important;
}
a.mat-text-default:focus,
a.mat-text-default:hover {
  color: hsl(0, 0%, -10%);
}
.mat-text-primary {
  color: #1565c0 !important;
}
a.mat-text-primary:focus,
a.mat-text-primary:hover {
  color: rgb(15.9718309859, 76.8169014085, 146.0281690141);
}
.mat-text-warn {
  color: #ffebee !important;
}
a.mat-text-warn:focus,
a.mat-text-warn:hover {
  color: rgb(255, 184, 194.65);
}
.mat-text-accent {
  color: #0097a7 !important;
}
a.mat-text-accent:focus,
a.mat-text-accent:hover {
  color: rgb(0, 104.8862275449, 116);
}
.app-dark .mat-text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.app-dark a.mat-text-muted:focus,
.app-dark a.mat-text-muted:hover {
  color: rgba(229.5, 229.5, 229.5, 0.7);
}
.app-dark .mat-text-default {
  color: white !important;
}
.app-dark a.mat-text-default:focus,
.app-dark a.mat-text-default:hover {
  color: rgb(229.5, 229.5, 229.5);
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu {
  right: 0;
  left: auto;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu li a {
  padding: 0.5rem 1rem 0.5rem 4rem;
}
[dir=rtl] .horizontal-menu ul li.menu-item-has-child::after {
  transform: rotate(180deg);
  right: auto;
  left: 1rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu {
  left: auto;
  right: calc(100% + 1rem);
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li a {
  padding-left: 0;
  padding-right: 2rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li a::after {
  right: 1rem;
  left: auto;
}
[dir=rtl] .horizontal-menu .hr-primary-menu > li.menu-item-has-child::after {
  left: -6px;
  right: auto;
  transform: rotate(90deg);
}
[dir=rtl] .horizontal-menu .hr-primary-menu > li {
  padding: 0 1rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu > li.menu-item-has-child {
  padding-right: 1rem;
  padding-left: 1.5rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .hr-sub-menu .hr-sub-menu > li a {
  padding-left: 2rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .make-mega-menu .hr-sub-menu li a {
  padding: 0;
  padding-right: 2rem;
}
[dir=rtl] .horizontal-menu .hr-primary-menu .make-mega-menu .hr-sub-menu > li > .header-icon-wrap > a {
  padding-right: 0.9rem;
  padding-left: 0rem;
}
[dir=rtl] .material-icons {
  direction: rtl;
}
[dir=rtl] .mrgn-l-xs {
  margin-right: 0.5rem !important;
}
[dir=rtl] .table thead th {
  text-align: right;
}
[dir=rtl] .text-left {
  text-align: right !important;
}
[dir=rtl] .text-right {
  text-align: left !important;
}
[dir=rtl] .sidebar-label {
  right: auto;
  left: 48px;
}
[dir=rtl] perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
  right: auto !important;
  left: 0 !important;
}
[dir=rtl] .ngx-datatable.material .datatable-header .datatable-header-cell,
[dir=rtl] .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
[dir=rtl] .courses-grid-sec .tab-wrap .course-item-wrap:nth-child(3) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(4n) .course-hover-item {
  right: auto;
  left: calc(100% - 15px);
}
[dir=rtl] .courses-grid-sec .tab-wrap .course-item-wrap:nth-child(3) .course-hover-item::after,
[dir=rtl] .courses-grid-sec .tab-wrap .course-item-wrap:nth-child(3) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(4n) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(4n) .course-hover-item::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: auto;
  right: 100%;
}
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(1) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(5) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(9) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(13) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(17) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(21) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(25) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(29) .course-hover-item,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(33) .course-hover-item {
  left: auto;
  right: calc(100% - 15px);
}
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(1) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(1) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(5) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(5) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(9) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(9) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(13) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(13) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(17) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(17) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(21) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(21) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(25) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(25) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(29) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(29) .course-hover-item::before,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(33) .course-hover-item::after,
[dir=rtl] .col-4-resp .course-item-wrap:nth-child(33) .course-hover-item::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 100%;
}
[dir=rtl] .br-default .br-unit {
  margin-right: 0px;
  margin-left: 5px;
}
[dir=rtl] .bestseller-tag {
  margin-right: 0px;
  margin-left: 10px;
}
[dir=rtl] .bestseller-tag::after {
  right: 96%;
  left: auto;
  transform: rotate(180deg);
}
[dir=rtl] .image-wrap .bestseller-tag {
  left: -12px;
  right: auto;
}
[dir=rtl] .image-wrap .bestseller-tag::after {
  right: auto;
  left: 96%;
  transform: rotate(0deg);
}
[dir=rtl] .course-item-wrap .course-list li::after {
  left: auto;
  right: -1rem;
}
[dir=rtl] .course-item-wrap .course-list {
  padding-left: 0;
  padding-right: 1rem;
}
[dir=rtl] .ecommerce-wrap.list-wrap .product-item .button-wrap,
[dir=rtl] div.product-list-wrap .product-item .content-wrap .button-wrap {
  left: 21px;
  right: auto;
}
[dir=rtl] .product-list-wrap.list-wrapper .product-item .image-wrap {
  margin-right: 0px;
  margin-left: 20px;
}
@media (min-width: 600px) {
  [dir=rtl] div.product-list-wrap.list-wrapper .product-item .image-wrap {
    margin-left: 0px;
  }
}
[dir=rtl] .ecommerce-wrap .new-tag {
  right: auto;
  left: 0;
}
[dir=rtl] .ecommerce-wrap .widgets-sidebar-wrap .ais-RefinementList .ais-RefinementList-label .ais-RefinementList-count {
  float: left;
}
[dir=rtl] .ecommerce-wrap .widgets-sidebar-wrap .ais-RefinementList .ais-RefinementList-label .ais-RefinementList-checkbox {
  margin: 0.25rem 0 0 0.625rem;
}
[dir=rtl] .ecommerce-wrap.list-wrap .image-wrap {
  margin-right: 0px;
  margin-left: 20px;
}
[dir=rtl] .gene-btn-group {
  flex-direction: row-reverse;
}
[dir=rtl] .cal-col {
  float: right;
}
[dir=rtl] .cal-month-view .cal-day-badge {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .cal-month-view .cal-day-number {
  float: left;
  margin-right: 0px;
  margin-left: 15px;
}
[dir=rtl] button.mat-raised-button {
  margin-right: 0rem;
  margin-left: 0.3125rem;
}
[dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: auto;
  left: 0;
}
[dir=rtl] .cke_toolbar {
  float: right;
}
[dir=rtl] .crypto-input-prefix .mat-form-field-appearance-outline .mat-form-field-prefix {
  margin-left: 10px;
  margin-right: -0.75em;
}
[dir=rtl] .crypto-table .mat-header-cell {
  position: relative !important;
}
[dir=rtl] .crypto-icon-wrap {
  text-align: left;
}
[dir=rtl] .crypto-table td.mat-cell,
[dir=rtl] .crypto-table td.mat-footer-cell,
[dir=rtl] .crypto-table th.mat-header-cell {
  text-align: center;
}
[dir=rtl] .crypto-table td.mat-cell:first-of-type,
[dir=rtl] .crypto-table td.mat-footer-cell:first-of-type,
[dir=rtl] .crypto-table th.mat-header-cell:first-of-type {
  text-align: right;
}
[dir=rtl] .crypto-table td.mat-cell:last-of-type,
[dir=rtl] .crypto-table td.mat-footer-cell:last-of-type,
[dir=rtl] .crypto-table th.mat-header-cell:last-of-type {
  text-align: left;
}
[dir=rtl] .mktcap-wrap .mktcap-title:first-child {
  text-align: right;
}
[dir=rtl] .mktcap-wrap .mktcap-title:last-child {
  text-align: left;
}
[dir=rtl] .contact-wrapper.client-wrapper .contact-tab-wrapper .icon {
  left: 0;
  right: auto;
}
[dir=rtl].customizer-in .gene-customizer {
  right: auto;
  left: 0;
}
[dir=rtl] .gene-customizer {
  right: auto;
  left: -300px;
  transition: left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99) 0s;
}
[dir=rtl] .gene-customizer .customizer-toggle {
  right: -45px;
  left: auto;
}
[dir=rtl].side-panel-opened .mat-sidenav-content {
  margin-left: unset !important;
  margin-right: 16.06rem !important;
}
[dir=rtl].side-panel-close .mat-sidenav-content {
  margin-right: 0 !important;
  margin-left: unset !important;
}
@media (min-width: 1280px) {
  [dir=rtl] .course-hover-item {
    display: none !important;
  }
}
[dir=rtl] .gene-chat-wrap .people-list {
  right: auto;
  left: 0;
}
[dir=rtl] .gene-chat-wrap .people-list {
  transform: translateX(-330px);
  opacity: 0;
  visibility: hidden;
}
[dir=rtl] .gene-chat-wrap.show-chat-list .people-list {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
[dir=rtl] .gene-chat-wrap .chat-window {
  left: 400px;
  right: auto;
}
[dir=rtl] .gene-mediav2 figure.effect-sarah img {
  transform: translate3d(10px, 0, 0);
}
[dir=rtl] .gene-mediav2 figure.effect-roxy img {
  transform: translate3d(50px, 0, 0);
}
[dir=rtl] .gene-mediav2 figure.effect-lily img {
  transform: translate3d(40px, 0, 0);
}
[dir=rtl] .gene-mediav2 figure.effect-lily:hover img,
[dir=rtl] .gene-mediav2 figure.effect-lily:hover h2 {
  transform: translate3d(0, 0, 0);
}
[dir=rtl] .gene-mediav2 figure.effect-sarah figcaption {
  text-align: right;
}
[dir=rtl] .timeline-wrapper .timeline-row .timeline-item .timeline-time {
  right: auto;
  left: 0;
}
[dir=rtl] .timeline-wrapper .timeline-row:nth-child(2n) .timeline-item .timeline-time {
  right: 0;
  left: auto;
}
[dir=rtl] blockquote {
  margin-right: 2.4rem;
  margin-left: 0;
}
[dir=rtl] blockquote::after {
  left: auto;
  right: -26px;
}
[dir=rtl] .timeline-wrapper .timeline-row .timeline-item::after,
[dir=rtl] .timeline-wrapper .timeline-row .timeline-item::before {
  left: auto;
  right: 100%;
  transform: rotate(180deg);
}
[dir=rtl] .timeline-wrapper .timeline-row:nth-child(2n) .timeline-item::after,
[dir=rtl] .timeline-wrapper .timeline-row:nth-child(2n) .timeline-item::before {
  right: auto;
  left: 100%;
  transform: rotate(0deg);
}
[dir=rtl] .user-contact-info ul {
  padding-right: 2rem;
  padding-left: 0;
}
[dir=rtl] .gene-dragula .mat-checkbox-inner-container {
  margin-left: 1.25rem;
  margin-right: 0rem;
}
[dir=rtl] .drag-handle {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] .gene-sorted-drag-drop .mat-icon {
  margin-right: 0;
  margin-left: 1rem;
}
@media (min-width: 600px) {
  [dir=rtl] .timeline-wrapper .timeline-row:nth-child(2n-1) .timeline-item::after,
  [dir=rtl] .timeline-wrapper .timeline-row:nth-child(2n-1) .timeline-item::before {
    right: auto;
    left: 100%;
    transform: rotate(0deg);
  }
  [dir=rtl] .timeline-row::after {
    margin: 0;
    left: auto;
    right: 5%;
  }
  [dir=rtl] .gene-customizer {
    left: -250px;
  }
  [dir=rtl] .about-wrapper .call-in-action-wrap .custom-heading,
  [dir=rtl] .call-in-action-wrap .callin-action-btn {
    text-align: center !important;
  }
  [dir=rtl] .user-contact-info ul {
    padding-right: 0;
  }
}
[dir=rtl] .feedback-wrapper .tab-content .content .desc {
  border-right: 4px solid #1565c0;
  border-left-width: 0;
}
[dir=rtl] .user-grid-list-wrap .grid-list-card .img-overlay {
  transform: translateX(-224px);
}
[dir=rtl] .user-grid-list-wrap .grid-list-card:hover .img-overlay {
  transform: translateX(0px);
}
[dir=rtl] .slick-slider {
  direction: ltr !important;
}
[dir=rtl] .slick-slide {
  float: left !important;
  text-align: right;
}
[dir=rtl] .gene-mail-wrapper .mail-lebel-area .fa-circle {
  right: inherit !important;
  left: 0;
}
[dir=rtl] .gene-mail-wrapper .mail-tabs-base ul li {
  margin-left: 2rem;
  margin-right: 0 !important;
}
[dir=rtl] .gene-mail-wrapper .mail-detail .mail-header .avatar {
  margin-left: 20px;
  margin-right: 0 !important;
}
[dir=rtl] .gene-mail-wrapper .respond .avatar {
  margin-left: 28px;
}
[dir=rtl] .gene-mail-wrapper .mails .td-actions,
[dir=rtl] .gene-mail-wrapper .mails .td-content {
  float: right !important;
}
[dir=rtl] .gene-mail-wrapper .mails .content-wrapper,
[dir=rtl] .gene-mail-wrapper .mails .end-wrapper {
  float: right !important;
}
[dir=rtl] .gene-mail-wrapper .mails .td-content .start-wrapper {
  float: right !important;
}
[dir=rtl] .edit-text::after,
[dir=rtl] .add-text::after {
  left: auto;
  right: -25px;
}
[dir=rtl] .product-detail-content .detail-product-share i {
  margin-left: 0px;
}
[dir=rtl] .product-content .text-line {
  margin-right: 0rem;
  margin-left: 0.625rem;
}
[dir=rtl] .m-icon i {
  margin-left: 0;
}
@media (min-width: 960px) {
  [dir=rtl] .edit-text {
    padding-left: 0em;
    padding-right: 0.8rem;
  }
  [dir=rtl] .edit-text::after {
    left: auto;
    right: -12px;
  }
  [dir=rtl] .add-text::after {
    left: auto;
    right: -20px;
  }
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fx {
  flex: 1 1 100% !important;
}
.flex-custom-width {
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  .flex-custom-width {
    flex: 1 1 98%;
  }
}
@media (min-width: 1280px) {
  .flex-custom-width {
    flex: 1 1 89%;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.g-1 {
  gap: 1rem;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.mw-10 {
  max-width: 10% !important;
}
.mw-15 {
  max-width: 15% !important;
}
.mw-20 {
  max-width: 20% !important;
}
.mw-25 {
  max-width: 25% !important;
}
.mw-26 {
  max-width: 26% !important;
}
.mw-30 {
  max-width: 30% !important;
}
.mw-40 {
  max-width: 40% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.mw-60 {
  max-width: 60% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-200 {
  max-width: 200% !important;
}
.mw-300 {
  max-width: 300% !important;
}
:root,
:host {
  --mat-sys-primary: #2a657c;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-primary-container: #bde9ff;
  --mat-sys-on-primary-container: #001f2a;
  --mat-sys-inverse-primary: #96cee9;
  --mat-sys-primary-fixed: #bde9ff;
  --mat-sys-primary-fixed-dim: #96cee9;
  --mat-sys-on-primary-fixed: #001f2a;
  --mat-sys-on-primary-fixed-variant: #044d63;
  --mat-sys-secondary: #4d616b;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-secondary-container: #d0e6f2;
  --mat-sys-on-secondary-container: #091e27;
  --mat-sys-secondary-fixed: #d0e6f2;
  --mat-sys-secondary-fixed-dim: #b4cad5;
  --mat-sys-on-secondary-fixed: #091e27;
  --mat-sys-on-secondary-fixed-variant: #364a53;
  --mat-sys-tertiary: #715380;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-tertiary-container: #f5d9ff;
  --mat-sys-on-tertiary-container: #2a0f38;
  --mat-sys-tertiary-fixed: #f5d9ff;
  --mat-sys-tertiary-fixed-dim: #debaed;
  --mat-sys-on-tertiary-fixed: #2a0f38;
  --mat-sys-on-tertiary-fixed-variant: #583c67;
  --mat-sys-background: #ffffff;
  --mat-sys-on-background: #1c1b1b;
  --mat-sys-surface: #ffffff;
  --mat-sys-surface-dim: #dcd9d9;
  --mat-sys-surface-bright: #ffffff;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-container-low: #f6f3f2;
  --mat-sys-surface-container: #f1edec;
  --mat-sys-surface-container-high: #ebe7e7;
  --mat-sys-surface-container-highest: #e5e2e1;
  --mat-sys-on-surface: #1c1b1b;
  --mat-sys-shadow: #000000;
  --mat-sys-scrim: #000000;
  --mat-sys-surface-tint: #5c5f61;
  --mat-sys-inverse-surface: #313030;
  --mat-sys-inverse-on-surface: #f3f0ef;
  --mat-sys-outline: #75777a;
  --mat-sys-outline-variant: #c4c7ca;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #410002;
  --mat-sys-surface-variant: #e0e3e6;
  --mat-sys-on-surface-variant: #43474a;
}
.dark {
  --mat-sys-primary: #96cee9;
  --mat-sys-on-primary: #003546;
  --mat-sys-primary-container: #044d63;
  --mat-sys-on-primary-container: #bde9ff;
  --mat-sys-inverse-primary: #2a657c;
  --mat-sys-primary-fixed: #bde9ff;
  --mat-sys-primary-fixed-dim: #96cee9;
  --mat-sys-on-primary-fixed: #001f2a;
  --mat-sys-on-primary-fixed-variant: #044d63;
  --mat-sys-secondary: #b4cad5;
  --mat-sys-on-secondary: #1f333c;
  --mat-sys-secondary-container: #364a53;
  --mat-sys-on-secondary-container: #d0e6f2;
  --mat-sys-secondary-fixed: #d0e6f2;
  --mat-sys-secondary-fixed-dim: #b4cad5;
  --mat-sys-on-secondary-fixed: #091e27;
  --mat-sys-on-secondary-fixed-variant: #364a53;
  --mat-sys-tertiary: #debaed;
  --mat-sys-on-tertiary: #40254f;
  --mat-sys-tertiary-container: #583c67;
  --mat-sys-on-tertiary-container: #f5d9ff;
  --mat-sys-tertiary-fixed: #f5d9ff;
  --mat-sys-tertiary-fixed-dim: #debaed;
  --mat-sys-on-tertiary-fixed: #2a0f38;
  --mat-sys-on-tertiary-fixed-variant: #583c67;
  --mat-sys-background: #131313;
  --mat-sys-on-background: #e5e2e1;
  --mat-sys-surface: #131313;
  --mat-sys-surface-dim: #131313;
  --mat-sys-surface-bright: #3a3939;
  --mat-sys-surface-container-lowest: #0e0e0e;
  --mat-sys-surface-container-low: #1c1b1b;
  --mat-sys-surface-container: #201f1f;
  --mat-sys-surface-container-high: #2a2a2a;
  --mat-sys-surface-container-highest: #353434;
  --mat-sys-on-surface: #e5e2e1;
  --mat-sys-shadow: #000000;
  --mat-sys-scrim: #000000;
  --mat-sys-surface-tint: #c5c6c9;
  --mat-sys-inverse-surface: #e5e2e1;
  --mat-sys-inverse-on-surface: #313030;
  --mat-sys-outline: #8e9193;
  --mat-sys-outline-variant: #43474a;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-surface-variant: #43474a;
  --mat-sys-on-surface-variant: #c4c7ca;
}
*[data-hide] {
  display: none !important;
}
@media not screen and (max-width: 599px) {
  *[data-show-xs] {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  *[data-hide-xs] {
    display: none !important;
  }
}
@media not screen and (min-width: 600px) and (max-width: 959px) {
  *[data-show-sm] {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-hide-sm] {
    display: none !important;
  }
}
@media not screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-show-md] {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-hide-md] {
    display: none !important;
  }
}
@media not screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-show-lg] {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-hide-lg] {
    display: none !important;
  }
}
@media not screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-show-xl] {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-hide-xl] {
    display: none !important;
  }
}
@media not screen and (max-width: 599px) {
  *[data-show-lt-sm] {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  *[data-hide-lt-sm] {
    display: none !important;
  }
}
@media not screen and (max-width: 959px) {
  *[data-show-lt-md] {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  *[data-hide-lt-md] {
    display: none !important;
  }
}
@media not screen and (max-width: 1279px) {
  *[data-show-lt-lg] {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  *[data-hide-lt-lg] {
    display: none !important;
  }
}
@media not screen and (max-width: 1919px) {
  *[data-show-lt-xl] {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  *[data-hide-lt-xl] {
    display: none !important;
  }
}
@media not screen and (min-width: 600px) {
  *[data-show-gt-xs] {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  *[data-hide-gt-xs] {
    display: none !important;
  }
}
@media not screen and (min-width: 960px) {
  *[data-show-gt-sm] {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  *[data-hide-gt-sm] {
    display: none !important;
  }
}
@media not screen and (min-width: 1280px) {
  *[data-show-gt-md] {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  *[data-hide-gt-md] {
    display: none !important;
  }
}
@media not screen and (min-width: 1920px) {
  *[data-show-gt-lg] {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  *[data-hide-gt-lg] {
    display: none !important;
  }
}
*[data-layout^=row] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
*[data-layout^=row][data-layout~=reverse] {
  flex-direction: row-reverse;
}
*[data-layout^=column] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
*[data-layout^=column][data-layout~=reverse] {
  flex-direction: column-reverse;
}
*[data-layout~=wrap] {
  flex-wrap: wrap;
}
*[data-layout-align][data-layout-align^=start] {
  justify-content: flex-start;
}
*[data-layout-align][data-layout-align^=end] {
  justify-content: flex-end;
}
*[data-layout-align][data-layout-align^=center] {
  justify-content: center;
}
*[data-layout-align][data-layout-align^=space-between] {
  justify-content: space-between;
}
*[data-layout-align][data-layout-align^=space-around] {
  justify-content: space-around;
}
*[data-layout-align][data-layout-align^=space-evenly] {
  justify-content: space-evenly;
}
*[data-layout-align][data-layout-align$=" start"] {
  align-items: flex-start;
}
*[data-layout-align][data-layout-align$=" end"] {
  align-items: flex-end;
}
*[data-layout-align][data-layout-align$=" center"] {
  align-items: center;
}
*[data-layout-align][data-layout-align$=" baseline"] {
  align-items: baseline;
}
*[data-layout-align][data-layout-align$=" stretch"] {
  align-items: stretch;
}
*[data-layout-align]:not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
*[data-flex] {
  flex: 1 1 0;
}
*[data-flex=auto] {
  flex-basis: 100%;
}
*[data-flex=grow] {
  flex: 1 1 100%;
}
*[data-flex=initial] {
  flex: 0 1 auto;
}
*[data-flex=none] {
  flex: 0 0 auto;
}
*[data-flex=nogrow] {
  flex: 0 1 auto;
}
*[data-flex=noshrink] {
  flex: 1 0 auto;
}
*[data-flex-fill] {
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
*:has(> [data-flex], > [data-flex-fill]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
*[data-flex-align=start] {
  align-self: flex-start;
}
*[data-flex-align=center] {
  align-self: center;
}
*[data-flex-align=end] {
  align-self: flex-end;
}
*[data-flex-align=baseline] {
  align-self: baseline;
}
*[data-flex-align=stretch] {
  align-self: stretch;
}
@media screen and (max-width: 599px) {
  *[data-layout-xs^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-xs^=row][data-layout-xs~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-xs^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-xs^=column][data-layout-xs~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-xs~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-layout-sm^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-sm^=row][data-layout-sm~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-sm^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-sm^=column][data-layout-sm~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-sm~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-layout-md^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-md^=row][data-layout-md~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-md^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-md^=column][data-layout-md~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-md~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-layout-lg^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-lg^=row][data-layout-lg~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-lg^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-lg^=column][data-layout-lg~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-lg~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-layout-xl^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-xl^=row][data-layout-xl~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-xl^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-xl^=column][data-layout-xl~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-xl~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  *[data-layout-lt-sm^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-sm^=row][data-layout-lt-sm~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-lt-sm^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-sm^=column][data-layout-lt-sm~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-lt-sm~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  *[data-layout-lt-md^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-md^=row][data-layout-lt-md~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-lt-md^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-md^=column][data-layout-lt-md~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-lt-md~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1279px) {
  *[data-layout-lt-lg^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-lg^=row][data-layout-lt-lg~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-lt-lg^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-lg^=column][data-layout-lt-lg~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-lt-lg~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1919px) {
  *[data-layout-lt-xl^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-xl^=row][data-layout-lt-xl~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-lt-xl^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-lt-xl^=column][data-layout-lt-xl~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-lt-xl~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  *[data-layout-gt-xs^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-xs^=row][data-layout-gt-xs~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-gt-xs^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-xs^=column][data-layout-gt-xs~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-gt-xs~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  *[data-layout-gt-sm^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-sm^=row][data-layout-gt-sm~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-gt-sm^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-sm^=column][data-layout-gt-sm~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-gt-sm~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  *[data-layout-gt-md^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-md^=row][data-layout-gt-md~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-gt-md^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-md^=column][data-layout-gt-md~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-gt-md~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  *[data-layout-gt-lg^=row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-lg^=row][data-layout-gt-lg~=reverse] {
    flex-direction: row-reverse;
  }
  *[data-layout-gt-lg^=column] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  *[data-layout-gt-lg^=column][data-layout-gt-lg~=reverse] {
    flex-direction: column-reverse;
  }
  *[data-layout-gt-lg~=wrap] {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  *[data-layout-align-xs][data-layout-align-xs^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-xs][data-layout-align-xs^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-xs][data-layout-align-xs^=center] {
    justify-content: center;
  }
  *[data-layout-align-xs][data-layout-align-xs^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-xs][data-layout-align-xs^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-xs][data-layout-align-xs^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-xs][data-layout-align-xs$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-xs][data-layout-align-xs$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-xs][data-layout-align-xs$=" center"] {
    align-items: center;
  }
  *[data-layout-align-xs][data-layout-align-xs$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-xs][data-layout-align-xs$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-layout-align-sm][data-layout-align-sm^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-sm][data-layout-align-sm^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-sm][data-layout-align-sm^=center] {
    justify-content: center;
  }
  *[data-layout-align-sm][data-layout-align-sm^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-sm][data-layout-align-sm^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-sm][data-layout-align-sm^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-sm][data-layout-align-sm$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-sm][data-layout-align-sm$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-sm][data-layout-align-sm$=" center"] {
    align-items: center;
  }
  *[data-layout-align-sm][data-layout-align-sm$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-sm][data-layout-align-sm$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-layout-align-md][data-layout-align-md^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-md][data-layout-align-md^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-md][data-layout-align-md^=center] {
    justify-content: center;
  }
  *[data-layout-align-md][data-layout-align-md^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-md][data-layout-align-md^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-md][data-layout-align-md^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-md][data-layout-align-md$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-md][data-layout-align-md$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-md][data-layout-align-md$=" center"] {
    align-items: center;
  }
  *[data-layout-align-md][data-layout-align-md$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-md][data-layout-align-md$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-layout-align-lg][data-layout-align-lg^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-lg][data-layout-align-lg^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-lg][data-layout-align-lg^=center] {
    justify-content: center;
  }
  *[data-layout-align-lg][data-layout-align-lg^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-lg][data-layout-align-lg^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-lg][data-layout-align-lg^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-lg][data-layout-align-lg$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-lg][data-layout-align-lg$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-lg][data-layout-align-lg$=" center"] {
    align-items: center;
  }
  *[data-layout-align-lg][data-layout-align-lg$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-lg][data-layout-align-lg$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-layout-align-xl][data-layout-align-xl^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-xl][data-layout-align-xl^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-xl][data-layout-align-xl^=center] {
    justify-content: center;
  }
  *[data-layout-align-xl][data-layout-align-xl^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-xl][data-layout-align-xl^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-xl][data-layout-align-xl^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-xl][data-layout-align-xl$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-xl][data-layout-align-xl$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-xl][data-layout-align-xl$=" center"] {
    align-items: center;
  }
  *[data-layout-align-xl][data-layout-align-xl$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-xl][data-layout-align-xl$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (max-width: 599px) {
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=center] {
    justify-content: center;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm$=" center"] {
    align-items: center;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-lt-sm][data-layout-align-lt-sm$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (max-width: 959px) {
  *[data-layout-align-lt-md][data-layout-align-lt-md^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md^=center] {
    justify-content: center;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md$=" center"] {
    align-items: center;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-lt-md][data-layout-align-lt-md$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (max-width: 1279px) {
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=center] {
    justify-content: center;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg$=" center"] {
    align-items: center;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-lt-lg][data-layout-align-lt-lg$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (max-width: 1919px) {
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=center] {
    justify-content: center;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl$=" center"] {
    align-items: center;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-lt-xl][data-layout-align-lt-xl$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=center] {
    justify-content: center;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs$=" center"] {
    align-items: center;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-gt-xs][data-layout-align-gt-xs$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=center] {
    justify-content: center;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm$=" center"] {
    align-items: center;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-gt-sm][data-layout-align-gt-sm$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  *[data-layout-align-gt-md][data-layout-align-gt-md^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md^=center] {
    justify-content: center;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md$=" center"] {
    align-items: center;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-gt-md][data-layout-align-gt-md$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (min-width: 1920px) {
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=start] {
    justify-content: flex-start;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=end] {
    justify-content: flex-end;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=center] {
    justify-content: center;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=space-between] {
    justify-content: space-between;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=space-around] {
    justify-content: space-around;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg^=space-evenly] {
    justify-content: space-evenly;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg$=" start"] {
    align-items: flex-start;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg$=" end"] {
    align-items: flex-end;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg$=" center"] {
    align-items: center;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg$=" baseline"] {
    align-items: baseline;
  }
  *[data-layout-align-gt-lg][data-layout-align-gt-lg$=" stretch"] {
    align-items: stretch;
  }
}
@media screen and (max-width: 599px) {
  *[data-flex-xs] {
    flex: 1 1 0;
  }
  *[data-flex-xs=auto] {
    flex-basis: 100%;
  }
  *[data-flex-xs=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-xs=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-xs=none] {
    flex: 0 0 auto;
  }
  *[data-flex-xs=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-xs=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-xs] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-xs], > [data-flex-fill-xs]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-flex-sm] {
    flex: 1 1 0;
  }
  *[data-flex-sm=auto] {
    flex-basis: 100%;
  }
  *[data-flex-sm=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-sm=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-sm=none] {
    flex: 0 0 auto;
  }
  *[data-flex-sm=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-sm=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-sm] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-sm], > [data-flex-fill-sm]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-flex-md] {
    flex: 1 1 0;
  }
  *[data-flex-md=auto] {
    flex-basis: 100%;
  }
  *[data-flex-md=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-md=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-md=none] {
    flex: 0 0 auto;
  }
  *[data-flex-md=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-md=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-md] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-md], > [data-flex-fill-md]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-flex-lg] {
    flex: 1 1 0;
  }
  *[data-flex-lg=auto] {
    flex-basis: 100%;
  }
  *[data-flex-lg=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-lg=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-lg=none] {
    flex: 0 0 auto;
  }
  *[data-flex-lg=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-lg=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-lg] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-lg], > [data-flex-fill-lg]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-flex-xl] {
    flex: 1 1 0;
  }
  *[data-flex-xl=auto] {
    flex-basis: 100%;
  }
  *[data-flex-xl=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-xl=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-xl=none] {
    flex: 0 0 auto;
  }
  *[data-flex-xl=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-xl=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-xl] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-xl], > [data-flex-fill-xl]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  *[data-flex-lt-sm] {
    flex: 1 1 0;
  }
  *[data-flex-lt-sm=auto] {
    flex-basis: 100%;
  }
  *[data-flex-lt-sm=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-lt-sm=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-sm=none] {
    flex: 0 0 auto;
  }
  *[data-flex-lt-sm=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-sm=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-lt-sm] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-lt-sm], > [data-flex-fill-lt-sm]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 959px) {
  *[data-flex-lt-md] {
    flex: 1 1 0;
  }
  *[data-flex-lt-md=auto] {
    flex-basis: 100%;
  }
  *[data-flex-lt-md=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-lt-md=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-md=none] {
    flex: 0 0 auto;
  }
  *[data-flex-lt-md=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-md=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-lt-md] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-lt-md], > [data-flex-fill-lt-md]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1279px) {
  *[data-flex-lt-lg] {
    flex: 1 1 0;
  }
  *[data-flex-lt-lg=auto] {
    flex-basis: 100%;
  }
  *[data-flex-lt-lg=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-lt-lg=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-lg=none] {
    flex: 0 0 auto;
  }
  *[data-flex-lt-lg=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-lg=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-lt-lg] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-lt-lg], > [data-flex-fill-lt-lg]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1919px) {
  *[data-flex-lt-xl] {
    flex: 1 1 0;
  }
  *[data-flex-lt-xl=auto] {
    flex-basis: 100%;
  }
  *[data-flex-lt-xl=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-lt-xl=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-xl=none] {
    flex: 0 0 auto;
  }
  *[data-flex-lt-xl=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-lt-xl=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-lt-xl] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-lt-xl], > [data-flex-fill-lt-xl]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 600px) {
  *[data-flex-gt-xs] {
    flex: 1 1 0;
  }
  *[data-flex-gt-xs=auto] {
    flex-basis: 100%;
  }
  *[data-flex-gt-xs=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-gt-xs=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-xs=none] {
    flex: 0 0 auto;
  }
  *[data-flex-gt-xs=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-xs=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-gt-xs] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-gt-xs], > [data-flex-fill-gt-xs]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 960px) {
  *[data-flex-gt-sm] {
    flex: 1 1 0;
  }
  *[data-flex-gt-sm=auto] {
    flex-basis: 100%;
  }
  *[data-flex-gt-sm=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-gt-sm=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-sm=none] {
    flex: 0 0 auto;
  }
  *[data-flex-gt-sm=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-sm=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-gt-sm] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-gt-sm], > [data-flex-fill-gt-sm]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1280px) {
  *[data-flex-gt-md] {
    flex: 1 1 0;
  }
  *[data-flex-gt-md=auto] {
    flex-basis: 100%;
  }
  *[data-flex-gt-md=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-gt-md=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-md=none] {
    flex: 0 0 auto;
  }
  *[data-flex-gt-md=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-md=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-gt-md] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-gt-md], > [data-flex-fill-gt-md]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1920px) {
  *[data-flex-gt-lg] {
    flex: 1 1 0;
  }
  *[data-flex-gt-lg=auto] {
    flex-basis: 100%;
  }
  *[data-flex-gt-lg=grow] {
    flex: 1 1 100%;
  }
  *[data-flex-gt-lg=initial] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-lg=none] {
    flex: 0 0 auto;
  }
  *[data-flex-gt-lg=nogrow] {
    flex: 0 1 auto;
  }
  *[data-flex-gt-lg=noshrink] {
    flex: 1 0 auto;
  }
  *[data-flex-fill-gt-lg] {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
*:has(> [data-flex-gt-lg], > [data-flex-fill-gt-lg]):not([data-layout], [data-layout-xs], [data-layout-sm], [data-layout-md], [data-layout-lg], [data-layout-xl], [data-layout-lt-sm], [data-layout-lt-md], [data-layout-lt-lg], [data-layout-lt-xl], [data-layout-gt-xs], [data-layout-gt-sm], [data-layout-gt-md], [data-layout-gt-lg]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  *[data-flex-align-xs=start] {
    align-self: flex-start;
  }
  *[data-flex-align-xs=center] {
    align-self: center;
  }
  *[data-flex-align-xs=end] {
    align-self: flex-end;
  }
  *[data-flex-align-xs=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-xs=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-flex-align-sm=start] {
    align-self: flex-start;
  }
  *[data-flex-align-sm=center] {
    align-self: center;
  }
  *[data-flex-align-sm=end] {
    align-self: flex-end;
  }
  *[data-flex-align-sm=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-sm=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-flex-align-md=start] {
    align-self: flex-start;
  }
  *[data-flex-align-md=center] {
    align-self: center;
  }
  *[data-flex-align-md=end] {
    align-self: flex-end;
  }
  *[data-flex-align-md=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-md=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-flex-align-lg=start] {
    align-self: flex-start;
  }
  *[data-flex-align-lg=center] {
    align-self: center;
  }
  *[data-flex-align-lg=end] {
    align-self: flex-end;
  }
  *[data-flex-align-lg=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-lg=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-flex-align-xl=start] {
    align-self: flex-start;
  }
  *[data-flex-align-xl=center] {
    align-self: center;
  }
  *[data-flex-align-xl=end] {
    align-self: flex-end;
  }
  *[data-flex-align-xl=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-xl=stretch] {
    align-self: stretch;
  }
}
@media screen and (max-width: 599px) {
  *[data-flex-align-lt-sm=start] {
    align-self: flex-start;
  }
  *[data-flex-align-lt-sm=center] {
    align-self: center;
  }
  *[data-flex-align-lt-sm=end] {
    align-self: flex-end;
  }
  *[data-flex-align-lt-sm=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-lt-sm=stretch] {
    align-self: stretch;
  }
}
@media screen and (max-width: 959px) {
  *[data-flex-align-lt-md=start] {
    align-self: flex-start;
  }
  *[data-flex-align-lt-md=center] {
    align-self: center;
  }
  *[data-flex-align-lt-md=end] {
    align-self: flex-end;
  }
  *[data-flex-align-lt-md=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-lt-md=stretch] {
    align-self: stretch;
  }
}
@media screen and (max-width: 1279px) {
  *[data-flex-align-lt-lg=start] {
    align-self: flex-start;
  }
  *[data-flex-align-lt-lg=center] {
    align-self: center;
  }
  *[data-flex-align-lt-lg=end] {
    align-self: flex-end;
  }
  *[data-flex-align-lt-lg=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-lt-lg=stretch] {
    align-self: stretch;
  }
}
@media screen and (max-width: 1919px) {
  *[data-flex-align-lt-xl=start] {
    align-self: flex-start;
  }
  *[data-flex-align-lt-xl=center] {
    align-self: center;
  }
  *[data-flex-align-lt-xl=end] {
    align-self: flex-end;
  }
  *[data-flex-align-lt-xl=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-lt-xl=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 600px) {
  *[data-flex-align-gt-xs=start] {
    align-self: flex-start;
  }
  *[data-flex-align-gt-xs=center] {
    align-self: center;
  }
  *[data-flex-align-gt-xs=end] {
    align-self: flex-end;
  }
  *[data-flex-align-gt-xs=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-gt-xs=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 960px) {
  *[data-flex-align-gt-sm=start] {
    align-self: flex-start;
  }
  *[data-flex-align-gt-sm=center] {
    align-self: center;
  }
  *[data-flex-align-gt-sm=end] {
    align-self: flex-end;
  }
  *[data-flex-align-gt-sm=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-gt-sm=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 1280px) {
  *[data-flex-align-gt-md=start] {
    align-self: flex-start;
  }
  *[data-flex-align-gt-md=center] {
    align-self: center;
  }
  *[data-flex-align-gt-md=end] {
    align-self: flex-end;
  }
  *[data-flex-align-gt-md=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-gt-md=stretch] {
    align-self: stretch;
  }
}
@media screen and (min-width: 1920px) {
  *[data-flex-align-gt-lg=start] {
    align-self: flex-start;
  }
  *[data-flex-align-gt-lg=center] {
    align-self: center;
  }
  *[data-flex-align-gt-lg=end] {
    align-self: flex-end;
  }
  *[data-flex-align-gt-lg=baseline] {
    align-self: baseline;
  }
  *[data-flex-align-gt-lg=stretch] {
    align-self: stretch;
  }
}
*[data-layout-gap="1px"] {
  gap: 1px;
}
*[data-layout-gap="1em"] {
  gap: 1em;
}
*[data-layout-gap="2px"] {
  gap: 2px;
}
*[data-layout-gap="2em"] {
  gap: 2em;
}
*[data-layout-gap="3px"] {
  gap: 3px;
}
*[data-layout-gap="3em"] {
  gap: 3em;
}
*[data-layout-gap="4px"] {
  gap: 4px;
}
*[data-layout-gap="4em"] {
  gap: 4em;
}
*[data-layout-gap="5px"] {
  gap: 5px;
}
*[data-layout-gap="5em"] {
  gap: 5em;
}
*[data-layout-gap="6px"] {
  gap: 6px;
}
*[data-layout-gap="6em"] {
  gap: 6em;
}
*[data-layout-gap="7px"] {
  gap: 7px;
}
*[data-layout-gap="7em"] {
  gap: 7em;
}
*[data-layout-gap="8px"] {
  gap: 8px;
}
*[data-layout-gap="8em"] {
  gap: 8em;
}
*[data-layout-gap="9px"] {
  gap: 9px;
}
*[data-layout-gap="9em"] {
  gap: 9em;
}
*[data-layout-gap="10px"] {
  gap: 10px;
}
*[data-layout-gap="10em"] {
  gap: 10em;
}
*[data-layout-gap="11px"] {
  gap: 11px;
}
*[data-layout-gap="11em"] {
  gap: 11em;
}
*[data-layout-gap="12px"] {
  gap: 12px;
}
*[data-layout-gap="12em"] {
  gap: 12em;
}
*[data-layout-gap="13px"] {
  gap: 13px;
}
*[data-layout-gap="13em"] {
  gap: 13em;
}
*[data-layout-gap="14px"] {
  gap: 14px;
}
*[data-layout-gap="14em"] {
  gap: 14em;
}
*[data-layout-gap="15px"] {
  gap: 15px;
}
*[data-layout-gap="15em"] {
  gap: 15em;
}
*[data-layout-gap="16px"] {
  gap: 16px;
}
*[data-layout-gap="16em"] {
  gap: 16em;
}
@media screen and (max-width: 599px) {
  *[data-layout-gap-xs="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-xs="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-xs="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-xs="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-xs="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-xs="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-xs="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-xs="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-xs="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-xs="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-xs="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-xs="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-xs="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-xs="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-xs="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-xs="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-xs="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-xs="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-xs="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-xs="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-xs="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-xs="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-xs="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-xs="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-xs="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-xs="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-xs="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-xs="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-xs="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-xs="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-xs="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-xs="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-layout-gap-sm="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-sm="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-sm="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-sm="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-sm="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-sm="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-sm="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-sm="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-sm="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-sm="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-sm="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-sm="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-sm="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-sm="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-sm="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-sm="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-sm="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-sm="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-sm="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-sm="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-sm="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-sm="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-sm="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-sm="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-sm="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-sm="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-sm="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-sm="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-sm="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-sm="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-sm="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-sm="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-layout-gap-md="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-md="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-md="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-md="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-md="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-md="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-md="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-md="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-md="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-md="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-md="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-md="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-md="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-md="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-md="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-md="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-md="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-md="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-md="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-md="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-md="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-md="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-md="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-md="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-md="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-md="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-md="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-md="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-md="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-md="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-md="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-md="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-layout-gap-lg="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-lg="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-lg="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-lg="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-lg="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-lg="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-lg="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-lg="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-lg="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-lg="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-lg="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-lg="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-lg="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-lg="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-lg="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-lg="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-lg="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-lg="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-lg="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-lg="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-lg="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-lg="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-lg="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-lg="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-lg="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-lg="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-lg="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-lg="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-lg="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-lg="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-lg="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-lg="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-layout-gap-xl="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-xl="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-xl="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-xl="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-xl="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-xl="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-xl="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-xl="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-xl="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-xl="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-xl="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-xl="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-xl="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-xl="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-xl="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-xl="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-xl="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-xl="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-xl="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-xl="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-xl="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-xl="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-xl="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-xl="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-xl="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-xl="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-xl="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-xl="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-xl="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-xl="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-xl="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-xl="16em"] {
    gap: 16em;
  }
}
@media screen and (max-width: 599px) {
  *[data-layout-gap-lt-sm="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-lt-sm="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-lt-sm="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-lt-sm="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-lt-sm="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-lt-sm="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-lt-sm="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-lt-sm="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-lt-sm="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-lt-sm="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-lt-sm="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-lt-sm="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-lt-sm="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-lt-sm="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-lt-sm="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-lt-sm="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-lt-sm="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-lt-sm="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-lt-sm="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-lt-sm="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-lt-sm="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-lt-sm="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-lt-sm="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-lt-sm="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-lt-sm="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-lt-sm="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-lt-sm="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-lt-sm="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-lt-sm="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-lt-sm="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-lt-sm="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-lt-sm="16em"] {
    gap: 16em;
  }
}
@media screen and (max-width: 959px) {
  *[data-layout-gap-lt-md="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-lt-md="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-lt-md="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-lt-md="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-lt-md="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-lt-md="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-lt-md="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-lt-md="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-lt-md="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-lt-md="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-lt-md="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-lt-md="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-lt-md="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-lt-md="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-lt-md="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-lt-md="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-lt-md="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-lt-md="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-lt-md="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-lt-md="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-lt-md="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-lt-md="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-lt-md="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-lt-md="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-lt-md="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-lt-md="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-lt-md="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-lt-md="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-lt-md="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-lt-md="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-lt-md="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-lt-md="16em"] {
    gap: 16em;
  }
}
@media screen and (max-width: 1279px) {
  *[data-layout-gap-lt-lg="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-lt-lg="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-lt-lg="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-lt-lg="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-lt-lg="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-lt-lg="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-lt-lg="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-lt-lg="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-lt-lg="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-lt-lg="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-lt-lg="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-lt-lg="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-lt-lg="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-lt-lg="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-lt-lg="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-lt-lg="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-lt-lg="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-lt-lg="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-lt-lg="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-lt-lg="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-lt-lg="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-lt-lg="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-lt-lg="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-lt-lg="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-lt-lg="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-lt-lg="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-lt-lg="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-lt-lg="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-lt-lg="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-lt-lg="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-lt-lg="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-lt-lg="16em"] {
    gap: 16em;
  }
}
@media screen and (max-width: 1919px) {
  *[data-layout-gap-lt-xl="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-lt-xl="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-lt-xl="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-lt-xl="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-lt-xl="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-lt-xl="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-lt-xl="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-lt-xl="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-lt-xl="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-lt-xl="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-lt-xl="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-lt-xl="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-lt-xl="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-lt-xl="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-lt-xl="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-lt-xl="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-lt-xl="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-lt-xl="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-lt-xl="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-lt-xl="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-lt-xl="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-lt-xl="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-lt-xl="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-lt-xl="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-lt-xl="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-lt-xl="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-lt-xl="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-lt-xl="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-lt-xl="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-lt-xl="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-lt-xl="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-lt-xl="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 600px) {
  *[data-layout-gap-gt-xs="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-gt-xs="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-gt-xs="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-gt-xs="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-gt-xs="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-gt-xs="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-gt-xs="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-gt-xs="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-gt-xs="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-gt-xs="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-gt-xs="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-gt-xs="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-gt-xs="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-gt-xs="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-gt-xs="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-gt-xs="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-gt-xs="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-gt-xs="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-gt-xs="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-gt-xs="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-gt-xs="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-gt-xs="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-gt-xs="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-gt-xs="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-gt-xs="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-gt-xs="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-gt-xs="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-gt-xs="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-gt-xs="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-gt-xs="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-gt-xs="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-gt-xs="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 960px) {
  *[data-layout-gap-gt-sm="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-gt-sm="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-gt-sm="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-gt-sm="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-gt-sm="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-gt-sm="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-gt-sm="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-gt-sm="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-gt-sm="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-gt-sm="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-gt-sm="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-gt-sm="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-gt-sm="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-gt-sm="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-gt-sm="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-gt-sm="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-gt-sm="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-gt-sm="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-gt-sm="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-gt-sm="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-gt-sm="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-gt-sm="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-gt-sm="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-gt-sm="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-gt-sm="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-gt-sm="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-gt-sm="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-gt-sm="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-gt-sm="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-gt-sm="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-gt-sm="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-gt-sm="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 1280px) {
  *[data-layout-gap-gt-md="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-gt-md="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-gt-md="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-gt-md="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-gt-md="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-gt-md="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-gt-md="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-gt-md="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-gt-md="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-gt-md="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-gt-md="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-gt-md="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-gt-md="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-gt-md="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-gt-md="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-gt-md="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-gt-md="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-gt-md="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-gt-md="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-gt-md="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-gt-md="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-gt-md="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-gt-md="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-gt-md="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-gt-md="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-gt-md="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-gt-md="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-gt-md="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-gt-md="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-gt-md="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-gt-md="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-gt-md="16em"] {
    gap: 16em;
  }
}
@media screen and (min-width: 1920px) {
  *[data-layout-gap-gt-lg="1px"] {
    gap: 1px;
  }
  *[data-layout-gap-gt-lg="1em"] {
    gap: 1em;
  }
  *[data-layout-gap-gt-lg="2px"] {
    gap: 2px;
  }
  *[data-layout-gap-gt-lg="2em"] {
    gap: 2em;
  }
  *[data-layout-gap-gt-lg="3px"] {
    gap: 3px;
  }
  *[data-layout-gap-gt-lg="3em"] {
    gap: 3em;
  }
  *[data-layout-gap-gt-lg="4px"] {
    gap: 4px;
  }
  *[data-layout-gap-gt-lg="4em"] {
    gap: 4em;
  }
  *[data-layout-gap-gt-lg="5px"] {
    gap: 5px;
  }
  *[data-layout-gap-gt-lg="5em"] {
    gap: 5em;
  }
  *[data-layout-gap-gt-lg="6px"] {
    gap: 6px;
  }
  *[data-layout-gap-gt-lg="6em"] {
    gap: 6em;
  }
  *[data-layout-gap-gt-lg="7px"] {
    gap: 7px;
  }
  *[data-layout-gap-gt-lg="7em"] {
    gap: 7em;
  }
  *[data-layout-gap-gt-lg="8px"] {
    gap: 8px;
  }
  *[data-layout-gap-gt-lg="8em"] {
    gap: 8em;
  }
  *[data-layout-gap-gt-lg="9px"] {
    gap: 9px;
  }
  *[data-layout-gap-gt-lg="9em"] {
    gap: 9em;
  }
  *[data-layout-gap-gt-lg="10px"] {
    gap: 10px;
  }
  *[data-layout-gap-gt-lg="10em"] {
    gap: 10em;
  }
  *[data-layout-gap-gt-lg="11px"] {
    gap: 11px;
  }
  *[data-layout-gap-gt-lg="11em"] {
    gap: 11em;
  }
  *[data-layout-gap-gt-lg="12px"] {
    gap: 12px;
  }
  *[data-layout-gap-gt-lg="12em"] {
    gap: 12em;
  }
  *[data-layout-gap-gt-lg="13px"] {
    gap: 13px;
  }
  *[data-layout-gap-gt-lg="13em"] {
    gap: 13em;
  }
  *[data-layout-gap-gt-lg="14px"] {
    gap: 14px;
  }
  *[data-layout-gap-gt-lg="14em"] {
    gap: 14em;
  }
  *[data-layout-gap-gt-lg="15px"] {
    gap: 15px;
  }
  *[data-layout-gap-gt-lg="15em"] {
    gap: 15em;
  }
  *[data-layout-gap-gt-lg="16px"] {
    gap: 16px;
  }
  *[data-layout-gap-gt-lg="16em"] {
    gap: 16em;
  }
}
*[data-layout-gap="32px"] {
  gap: 32px;
}
*[data-layout-gap="32em"] {
  gap: 32em;
}
*[data-layout-gap="48px"] {
  gap: 48px;
}
*[data-layout-gap="48em"] {
  gap: 48em;
}
@media screen and (max-width: 599px) {
  *[data-layout-gap-xs="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-xs="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-xs="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-xs="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-layout-gap-sm="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-sm="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-sm="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-sm="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-layout-gap-md="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-md="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-md="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-md="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-layout-gap-lg="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-lg="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-lg="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-lg="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-layout-gap-xl="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-xl="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-xl="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-xl="48em"] {
    gap: 48em;
  }
}
@media screen and (max-width: 599px) {
  *[data-layout-gap-lt-sm="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-lt-sm="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-lt-sm="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-lt-sm="48em"] {
    gap: 48em;
  }
}
@media screen and (max-width: 959px) {
  *[data-layout-gap-lt-md="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-lt-md="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-lt-md="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-lt-md="48em"] {
    gap: 48em;
  }
}
@media screen and (max-width: 1279px) {
  *[data-layout-gap-lt-lg="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-lt-lg="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-lt-lg="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-lt-lg="48em"] {
    gap: 48em;
  }
}
@media screen and (max-width: 1919px) {
  *[data-layout-gap-lt-xl="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-lt-xl="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-lt-xl="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-lt-xl="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 600px) {
  *[data-layout-gap-gt-xs="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-gt-xs="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-gt-xs="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-gt-xs="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 960px) {
  *[data-layout-gap-gt-sm="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-gt-sm="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-gt-sm="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-gt-sm="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 1280px) {
  *[data-layout-gap-gt-md="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-gt-md="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-gt-md="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-gt-md="48em"] {
    gap: 48em;
  }
}
@media screen and (min-width: 1920px) {
  *[data-layout-gap-gt-lg="32px"] {
    gap: 32px;
  }
  *[data-layout-gap-gt-lg="32em"] {
    gap: 32em;
  }
  *[data-layout-gap-gt-lg="48px"] {
    gap: 48px;
  }
  *[data-layout-gap-gt-lg="48em"] {
    gap: 48em;
  }
}
*[data-flex="5"] {
  flex: 1 1 5%;
}
*[data-flex="10"] {
  flex: 1 1 10%;
}
*[data-flex="15"] {
  flex: 1 1 15%;
}
*[data-flex="20"] {
  flex: 1 1 20%;
}
*[data-flex="25"] {
  flex: 1 1 25%;
}
*[data-flex="30"] {
  flex: 1 1 30%;
}
*[data-flex="35"] {
  flex: 1 1 35%;
}
*[data-flex="40"] {
  flex: 1 1 40%;
}
*[data-flex="45"] {
  flex: 1 1 45%;
}
*[data-flex="50"] {
  flex: 1 1 50%;
}
*[data-flex="55"] {
  flex: 1 1 55%;
}
*[data-flex="60"] {
  flex: 1 1 60%;
}
*[data-flex="65"] {
  flex: 1 1 65%;
}
*[data-flex="70"] {
  flex: 1 1 70%;
}
*[data-flex="75"] {
  flex: 1 1 75%;
}
*[data-flex="80"] {
  flex: 1 1 80%;
}
*[data-flex="85"] {
  flex: 1 1 85%;
}
*[data-flex="90"] {
  flex: 1 1 90%;
}
*[data-flex="95"] {
  flex: 1 1 95%;
}
*[data-flex="100"] {
  flex: 1 1 100%;
}
@media screen and (max-width: 599px) {
  *[data-flex-xs="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-xs="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-xs="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-xs="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-xs="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-xs="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-xs="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-xs="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-xs="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-xs="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-xs="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-xs="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-xs="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-xs="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-xs="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-xs="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-xs="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-xs="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-xs="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-xs="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-flex-sm="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-sm="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-sm="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-sm="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-sm="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-sm="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-sm="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-sm="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-sm="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-sm="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-sm="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-sm="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-sm="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-sm="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-sm="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-sm="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-sm="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-sm="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-sm="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-sm="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-flex-md="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-md="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-md="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-md="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-md="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-md="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-md="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-md="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-md="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-md="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-md="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-md="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-md="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-md="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-md="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-md="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-md="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-md="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-md="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-md="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-flex-lg="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-lg="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-lg="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-lg="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-lg="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-lg="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-lg="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-lg="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-lg="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-lg="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-lg="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-lg="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-lg="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-lg="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-lg="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-lg="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-lg="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-lg="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-lg="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-lg="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-flex-xl="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-xl="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-xl="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-xl="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-xl="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-xl="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-xl="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-xl="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-xl="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-xl="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-xl="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-xl="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-xl="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-xl="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-xl="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-xl="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-xl="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-xl="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-xl="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-xl="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 599px) {
  *[data-flex-lt-sm="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-lt-sm="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-lt-sm="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-lt-sm="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-lt-sm="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-lt-sm="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-lt-sm="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-lt-sm="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-lt-sm="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-lt-sm="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-lt-sm="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-lt-sm="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-lt-sm="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-lt-sm="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-lt-sm="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-lt-sm="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-lt-sm="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-lt-sm="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-lt-sm="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-lt-sm="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 959px) {
  *[data-flex-lt-md="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-lt-md="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-lt-md="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-lt-md="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-lt-md="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-lt-md="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-lt-md="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-lt-md="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-lt-md="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-lt-md="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-lt-md="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-lt-md="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-lt-md="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-lt-md="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-lt-md="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-lt-md="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-lt-md="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-lt-md="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-lt-md="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-lt-md="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1279px) {
  *[data-flex-lt-lg="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-lt-lg="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-lt-lg="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-lt-lg="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-lt-lg="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-lt-lg="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-lt-lg="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-lt-lg="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-lt-lg="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-lt-lg="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-lt-lg="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-lt-lg="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-lt-lg="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-lt-lg="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-lt-lg="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-lt-lg="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-lt-lg="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-lt-lg="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-lt-lg="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-lt-lg="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1919px) {
  *[data-flex-lt-xl="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-lt-xl="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-lt-xl="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-lt-xl="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-lt-xl="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-lt-xl="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-lt-xl="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-lt-xl="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-lt-xl="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-lt-xl="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-lt-xl="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-lt-xl="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-lt-xl="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-lt-xl="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-lt-xl="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-lt-xl="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-lt-xl="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-lt-xl="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-lt-xl="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-lt-xl="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 600px) {
  *[data-flex-gt-xs="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-gt-xs="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-gt-xs="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-gt-xs="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-gt-xs="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-gt-xs="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-gt-xs="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-gt-xs="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-gt-xs="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-gt-xs="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-gt-xs="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-gt-xs="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-gt-xs="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-gt-xs="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-gt-xs="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-gt-xs="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-gt-xs="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-gt-xs="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-gt-xs="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-gt-xs="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 960px) {
  *[data-flex-gt-sm="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-gt-sm="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-gt-sm="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-gt-sm="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-gt-sm="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-gt-sm="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-gt-sm="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-gt-sm="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-gt-sm="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-gt-sm="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-gt-sm="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-gt-sm="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-gt-sm="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-gt-sm="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-gt-sm="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-gt-sm="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-gt-sm="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-gt-sm="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-gt-sm="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-gt-sm="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1280px) {
  *[data-flex-gt-md="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-gt-md="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-gt-md="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-gt-md="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-gt-md="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-gt-md="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-gt-md="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-gt-md="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-gt-md="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-gt-md="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-gt-md="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-gt-md="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-gt-md="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-gt-md="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-gt-md="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-gt-md="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-gt-md="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-gt-md="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-gt-md="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-gt-md="100"] {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1920px) {
  *[data-flex-gt-lg="5"] {
    flex: 1 1 5%;
  }
  *[data-flex-gt-lg="10"] {
    flex: 1 1 10%;
  }
  *[data-flex-gt-lg="15"] {
    flex: 1 1 15%;
  }
  *[data-flex-gt-lg="20"] {
    flex: 1 1 20%;
  }
  *[data-flex-gt-lg="25"] {
    flex: 1 1 25%;
  }
  *[data-flex-gt-lg="30"] {
    flex: 1 1 30%;
  }
  *[data-flex-gt-lg="35"] {
    flex: 1 1 35%;
  }
  *[data-flex-gt-lg="40"] {
    flex: 1 1 40%;
  }
  *[data-flex-gt-lg="45"] {
    flex: 1 1 45%;
  }
  *[data-flex-gt-lg="50"] {
    flex: 1 1 50%;
  }
  *[data-flex-gt-lg="55"] {
    flex: 1 1 55%;
  }
  *[data-flex-gt-lg="60"] {
    flex: 1 1 60%;
  }
  *[data-flex-gt-lg="65"] {
    flex: 1 1 65%;
  }
  *[data-flex-gt-lg="70"] {
    flex: 1 1 70%;
  }
  *[data-flex-gt-lg="75"] {
    flex: 1 1 75%;
  }
  *[data-flex-gt-lg="80"] {
    flex: 1 1 80%;
  }
  *[data-flex-gt-lg="85"] {
    flex: 1 1 85%;
  }
  *[data-flex-gt-lg="90"] {
    flex: 1 1 90%;
  }
  *[data-flex-gt-lg="95"] {
    flex: 1 1 95%;
  }
  *[data-flex-gt-lg="100"] {
    flex: 1 1 100%;
  }
}
*[data-flex="33"] {
  flex: 1 1 33%;
}
*[data-flex="66"] {
  flex: 1 1 66%;
}
@media screen and (max-width: 599px) {
  *[data-flex-xs="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-xs="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  *[data-flex-sm="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-sm="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *[data-flex-md="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-md="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  *[data-flex-lg="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-lg="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  *[data-flex-xl="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-xl="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (max-width: 599px) {
  *[data-flex-lt-sm="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-lt-sm="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (max-width: 959px) {
  *[data-flex-lt-md="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-lt-md="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (max-width: 1279px) {
  *[data-flex-lt-lg="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-lt-lg="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (max-width: 1919px) {
  *[data-flex-lt-xl="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-lt-xl="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 600px) {
  *[data-flex-gt-xs="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-gt-xs="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 960px) {
  *[data-flex-gt-sm="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-gt-sm="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 1280px) {
  *[data-flex-gt-md="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-gt-md="66"] {
    flex: 1 1 66%;
  }
}
@media screen and (min-width: 1920px) {
  *[data-flex-gt-lg="33"] {
    flex: 1 1 33%;
  }
  *[data-flex-gt-lg="66"] {
    flex: 1 1 66%;
  }
}
:root {
  color-scheme: light;
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 36px;
  --mat-chip-container-height: 28px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: block;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 36px;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 36px;
  --mat-list-list-item-leading-icon-start-space: 12px;
  --mat-list-list-item-leading-icon-end-space: 12px;
  --mat-list-list-item-one-line-container-height: 44px;
  --mat-list-list-item-two-line-container-height: 60px;
  --mat-list-list-item-three-line-container-height: 84px;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 36px;
  --mat-tab-container-height: 44px;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-button-toggle-height: 40px;
  --mat-stepper-header-height: 68px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
:root {
  --mdc-dialog-container-shape: 4px !important;
  --mdc-dialog-subhead-color: #ffffff;
  --mat-sys-surface-variant: #fafafa;
  --mat-sys-corner-large: 0px;
  --mat-sys-corner-full: 4px;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-large-size: 0.999999875rem;
  --mat-card-subtitle-text-color: #b7b7b7;
  --mat-card-outlined-outline-color: #b7b7b7;
  --mat-tooltip-container-color: #004b61;
  --mat-tooltip-supporting-text-color: #ffffff;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  --mat-tab-active-indicator-color: #f8616d;
  --mat-tab-active-focus-indicator-color: #f8616d;
  --mat-expansion-header-text-color: #ffffff;
  --mat-expansion-header-description-color: #ffffff;
  --mat-button-protected-container-color: #004b61;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-table-header-headline-color: #474c50;
}
.gap-20 {
  gap: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
label {
  display: block;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.header-left {
  grid-area: header-a;
  place-self: start;
}
.header-center {
  grid-area: header-b;
  place-self: center;
}
.header-right {
  grid-area: header-c;
  place-self: end;
}
.item-main {
  grid-area: main;
}
.item-footer {
  margin-left: 10px;
  margin-top: 20px;
  grid-area: footer;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.grid-container {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header-a header-b header-c" "main main main" "footer footer footer";
}
.form-grid {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1500px;
  grid-gap: 20px;
  grid-template-rows: auto;
}
.form-grid .span-row {
  grid-column: 1/-1;
}
.name-value-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 2px;
  width: 200px;
}
.name-value-grid :nth-child(odd) {
  color: #b4b4b4;
  font-style: italic;
}
.queue {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
