@charset "UTF-8";

/* src/styles/index.scss */
@tailwind variants;
:root {
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 48px;
  --mat-form-field-container-height: 48px;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 18px;
  --mdc-checkbox-state-layer-size: 18px;
  --mat-badge-legacy-small-size-container-size: 18px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-line-height: 16px;
  --mdc-radio-state-layer-size: 24px;
  --mat-badge-small-size-text-size: 12px;
  --mat-badge-small-size-container-overlap-offset: -10px;
  --mat-badge-small-size-line-height: 16px;
  --mdc-dialog-supporting-text-tracking: normal;
  --mdc-dialog-supporting-text-line-height: 20px;
  --mdc-dialog-supporting-text-size: 16px;
  --input-element-height: 40px;
  --mdc-text-button-container-height: var(--input-element-height);
  --mdc-icon-button-state-layer-size: var(--input-element-height);
  --mdc-filled-button-container-height: var(--input-element-height);
  --mdc-protected-button-container-height: var(--input-element-height);
  --mdc-outlined-button-container-height: var(--input-element-height);
  --mdc-icon-button-icon-size: 20px;
  --content-padding: 70px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  :root {
    --input-element-height: 32px;
    --mat-form-field-container-height: 46px;
    --mdc-checkbox-state-layer-size: 14px;
    --mat-badge-legacy-small-size-container-size: 16px;
    --mat-checkbox-label-text-size: 12px;
    --mdc-radio-state-layer-size: 16px;
    --mat-badge-small-size-text-size: 10px;
    --mat-badge-small-size-container-overlap-offset: -8px;
    --mdc-dialog-supporting-text-size: 14px;
  }
}
@media (min-width: 1024px) {
  :root {
    --full-height: 100vh;
  }
}
@media (max-width: 1023px) {
  .down-lg-content-x-padding {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
  }
}
@media (max-width: 767px) {
  .down-md-content-x-padding {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
  }
}
@media (max-width: 1279px) {
  :root {
    --content-padding: 18px;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local("Roboto Thin "),
    local("Roboto-Thin"),
    url("./media/roboto-latin-100-KOPQVFVU.woff2") format("woff2"),
    url("./media/roboto-latin-100-LOUZJWWD.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src:
    local("Roboto Thin italic"),
    local("Roboto-Thinitalic"),
    url("./media/roboto-latin-100italic-IG5GIIM4.woff2") format("woff2"),
    url("./media/roboto-latin-100italic-2YPH5CYH.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local("Roboto Light "),
    local("Roboto-Light"),
    url("./media/roboto-latin-300-JWHYBBRD.woff2") format("woff2"),
    url("./media/roboto-latin-300-NQN4IYIE.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local("Roboto Light italic"),
    local("Roboto-Lightitalic"),
    url("./media/roboto-latin-300italic-IULEMQ5T.woff2") format("woff2"),
    url("./media/roboto-latin-300italic-HJJJOUNF.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local("Roboto Regular "),
    local("Roboto-Regular"),
    url("./media/roboto-latin-400-DYWU2ORH.woff2") format("woff2"),
    url("./media/roboto-latin-400-PZFAIW4T.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local("Roboto Regular italic"),
    local("Roboto-Regularitalic"),
    url("./media/roboto-latin-400italic-XM6GSVOE.woff2") format("woff2"),
    url("./media/roboto-latin-400italic-NBBRDGPF.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local("Roboto Medium "),
    local("Roboto-Medium"),
    url("./media/roboto-latin-500-DX54HW7Y.woff2") format("woff2"),
    url("./media/roboto-latin-500-4IP6S76S.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local("Roboto Medium italic"),
    local("Roboto-Mediumitalic"),
    url("./media/roboto-latin-500italic-OVB2IKYS.woff2") format("woff2"),
    url("./media/roboto-latin-500italic-VL7WQZYV.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local("Roboto Bold "),
    local("Roboto-Bold"),
    url("./media/roboto-latin-700-CKETX7AH.woff2") format("woff2"),
    url("./media/roboto-latin-700-AJRTAAYS.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local("Roboto Bold italic"),
    local("Roboto-Bolditalic"),
    url("./media/roboto-latin-700italic-XRYXTYAE.woff2") format("woff2"),
    url("./media/roboto-latin-700italic-4UYGFYT4.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local("Roboto Black "),
    local("Roboto-Black"),
    url("./media/roboto-latin-900-FAV2O762.woff2") format("woff2"),
    url("./media/roboto-latin-900-JFROQEGL.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local("Roboto Black italic"),
    local("Roboto-Blackitalic"),
    url("./media/roboto-latin-900italic-TQPYBBAD.woff2") format("woff2"),
    url("./media/roboto-latin-900italic-EOKBGSTY.woff") format("woff");
}
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!left-0 {
  left: 0px !important;
}
.\!top-6 {
  top: 1.5rem !important;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[30px\] {
  right: -30px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-9 {
  top: -2.25rem;
}
.-top-\[13px\] {
  top: -13px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1\/2 {
  left: 50%;
}
.left-\[35px\] {
  left: 35px;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[2px\] {
  right: 2px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[2px\] {
  top: 2px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[5\] {
  z-index: 5;
}
.row-span-full {
  grid-row: 1 / -1;
}
.\!m-0 {
  margin: 0px !important;
}
.\!m-2\.5 {
  margin: 0.625rem !important;
}
.\!m-4 {
  margin: 1rem !important;
}
.\!m-5 {
  margin: 1.25rem !important;
}
.m-1 {
  margin: 0.25rem;
}
.m-\[15px_0_30px\] {
  margin: 15px 0 30px;
}
.m-\[20\%_auto\] {
  margin: 20% auto;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.\!my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.\!my-\[30px\] {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}
.\!mb-\[41px\] {
  margin-bottom: 41px !important;
}
.\!mb-\[50px\] {
  margin-bottom: 50px !important;
}
.\!mb-\[60px\] {
  margin-bottom: 60px !important;
}
.\!mb-\[6px\] {
  margin-bottom: 6px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-10 {
  margin-top: 2.5rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.\!mt-\[30px\] {
  margin-top: 30px !important;
}
.\!mt-\[40px\] {
  margin-top: 40px !important;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[61px\] {
  margin-top: 61px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!inline-table {
  display: inline-table !important;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-3\.5 {
  height: 0.875rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-\[10px\] {
  height: 10px !important;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.\!h-\[60px\] {
  height: 60px !important;
}
.\!h-\[80px\] {
  height: 80px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-fit {
  height: fit-content !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[186px\] {
  height: 186px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[368px\] {
  height: 368px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[580px\] {
  height: 580px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[930px\] {
  height: 930px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-\[35vh\] {
  max-height: 35vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-12 {
  min-height: 3rem !important;
}
.\!min-h-28 {
  min-height: 7rem !important;
}
.\!min-h-3\.5 {
  min-height: 0.875rem !important;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[14px\] {
  min-height: 14px;
}
.min-h-\[163px\] {
  min-height: 163px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[181px\] {
  min-height: 181px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[30vh\] {
  min-height: 30vh;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-full {
  min-height: 100%;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-3\.5 {
  width: 0.875rem !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-\[10px\] {
  width: 10px !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.\!w-\[312px\] {
  width: 312px !important;
}
.\!w-\[44px\] {
  width: 44px !important;
}
.\!w-\[60px\] {
  width: 60px !important;
}
.\!w-\[80px\] {
  width: 80px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6\/12 {
  width: 50%;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[620px\] {
  width: 620px;
}
.w-\[710px\] {
  width: 710px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.\!min-w-44 {
  min-width: 11rem !important;
}
.\!min-w-56 {
  min-width: 14rem !important;
}
.\!min-w-\[160px\] {
  min-width: 160px !important;
}
.\!min-w-\[210px\] {
  min-width: 210px !important;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[65px\] {
  min-width: 65px;
}
.min-w-fit {
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[185px\] {
  max-width: 185px;
}
.max-w-\[205px\] {
  max-width: 205px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[412px\] {
  max-width: 412px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[49\%\] {
  max-width: 49%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[656px\] {
  max-width: 656px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[835px\] {
  max-width: 835px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[4\] {
  flex: 4;
}
.flex-\[6\] {
  flex: 6;
}
.flex-\[7\] {
  flex: 7;
}
.flex-\[8\] {
  flex: 8;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\!resize-none {
  resize: none !important;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[150px_1fr\] {
  grid-template-columns: 150px 1fr;
}
.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}
.grid-cols-\[auto_385px\] {
  grid-template-columns: auto 385px;
}
.grid-cols-\[min-content_max-content\] {
  grid-template-columns: min-content max-content;
}
.grid-cols-\[repeat\(auto-fill\,_minmax\(165px\,_1fr\)\)\] {
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
}
.grid-rows-\[68px_93px\] {
  grid-template-rows: 68px 93px;
}
.grid-rows-\[80px_93px\] {
  grid-template-rows: 80px 93px;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  column-gap: 2.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-x-\[26px\] {
  column-gap: 26px;
}
.gap-x-\[5px\] {
  column-gap: 5px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1)) !important;
}
.\!border-light-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
}
.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-pink {
  --tw-border-opacity: 1;
  border-color: rgb(197 74 255 / var(--tw-border-opacity, 1));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(244 102 91 / var(--tw-border-opacity, 1));
}
.border-sort-grey {
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-warn {
  --tw-border-opacity: 1;
  border-color: rgb(244 102 91 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
}
.border-yellow-alpha-20 {
  border-color: rgba(238, 189, 34, 0.2);
}
.\!bg-background-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-dark-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 206 117 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(197 74 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-yellow-alpha-10 {
  background-color: rgba(238, 189, 34, 0.1) !important;
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(238 189 34 / var(--tw-bg-opacity, 1));
}
.bg-background-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(112 143 255 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(104 206 117 / var(--tw-bg-opacity, 1));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity, 1));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(238 156 34 / var(--tw-bg-opacity, 1));
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(197 74 255 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(244 102 91 / var(--tw-bg-opacity, 1));
}
.bg-red-alpha-500 {
  background-color: rgba(244, 102, 91, 0.5);
}
.bg-red-alpha-700 {
  background-color: rgba(244, 102, 91, 0.07);
}
.bg-sort-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
}
.bg-sort-grey-alpha-20 {
  background-color: rgba(155, 155, 155, 0.2);
}
.bg-warn {
  --tw-bg-opacity: 1;
  background-color: rgb(244 102 91 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(238 189 34 / var(--tw-bg-opacity, 1));
}
.bg-yellow-alpha-700 {
  background-color: rgba(238, 189, 34, 0.07);
}
.bg-top {
  background-position: top;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[30px\] {
  padding: 30px;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-2 {
  padding-bottom: 0.5rem !important;
}
.\!pt-5 {
  padding-top: 1.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!text-2xs {
  font-size: 10px !important;
  line-height: 14px !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-\[22px\] {
  font-size: 22px !important;
}
.\!text-\[80px\] {
  font-size: 80px !important;
}
.\!text-base {
  font-size: 16px !important;
  line-height: 22px !important;
}
.\!text-lg {
  font-size: 18px !important;
  line-height: 24px !important;
}
.\!text-sm {
  font-size: 14px !important;
  line-height: 18px !important;
}
.\!text-xs {
  font-size: 12px !important;
  line-height: 16px !important;
}
.text-2xl {
  font-size: 24px;
  line-height: 30px;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-base {
  font-size: 16px;
  line-height: 22px;
}
.text-lg {
  font-size: 18px;
  line-height: 24px;
}
.text-sm {
  font-size: 14px;
  line-height: 18px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-\[17px\] {
  line-height: 17px !important;
}
.\!leading-\[22px\] {
  line-height: 22px !important;
}
.\!leading-\[30px\] {
  line-height: 30px !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(104 206 117 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red {
  --tw-text-opacity: 1 !important;
  color: rgb(244 102 91 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sort-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1)) !important;
}
.\!text-warn {
  --tw-text-opacity: 1 !important;
  color: rgb(244 102 91 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(112 143 255 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(104 206 117 / var(--tw-text-opacity, 1));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(244 102 91 / var(--tw-text-opacity, 1));
}
.text-sort-grey {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(104 206 117 / var(--tw-text-opacity, 1));
}
.text-warn {
  --tw-text-opacity: 1;
  color: rgb(244 102 91 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0_3px_14px_2px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0 3px 14px 2px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 3px 14px 2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
/*!
 * Quill Editor v2.0.2
 * 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: 0.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: 0.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: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-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: 0.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: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.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: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.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;
}
/*!
 * Quill Editor v2.0.2
 * 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: 0.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: 0.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: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-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: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .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: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-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;
}
@tailwind variants;
:root {
  --mdc-protected-button-label-text-tracking: normal;
}
body {
  height: var(--full-height);
}
app-sign-up,
app-sign-up-successful {
  display: block;
  height: 100%;
}
.border-unset {
  border: unset;
}
.word-break {
  word-break: break-word;
}
@media (max-width: 1023px) {
  .story-panel {
    width: 100%;
  }
}
.all-unset {
  all: unset;
}
.story-container mat-progress-bar.mat-mdc-progress-bar {
  height: 0.25rem;
  background-color: rgba(238, 189, 34, 0.4);
}
.story-container mat-progress-bar.mat-mdc-progress-bar .mdc-linear-progress__bar-inner {
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
}
.messages-accordion mat-expansion-panel-header .mat-content {
  align-items: center;
}
.messages-accordion mat-expansion-panel-header .mat-expansion-indicator {
  display: none;
}
.messages-accordion .mat-expansion-panel-header-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .messages-accordion .mat-expansion-panel-header-description {
    font-size: 12px;
    line-height: 14px;
  }
}
.messages-accordion .mat-expansion-panel-header-description p,
.messages-accordion .mat-expansion-panel-header-description b {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .messages-accordion .mat-expansion-panel-header-description p,
  .messages-accordion .mat-expansion-panel-header-description b {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  .messages-accordion .mat-expansion-panel-header-description p,
  .messages-accordion .mat-expansion-panel-header-description b {
    font-size: 12px;
    line-height: 16px;
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .messages-accordion .mat-expansion-panel-header-description p,
    .messages-accordion .mat-expansion-panel-header-description b {
      font-size: 10px;
      line-height: 12px;
    }
  }
}
.messages-accordion .message-panel p,
.messages-accordion .message-panel b {
  max-height: 1.5rem;
  max-width: 11rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 575px) {
  .messages-accordion .message-panel p,
  .messages-accordion .message-panel b {
    font-size: 12px;
    line-height: 16px;
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .messages-accordion .message-panel p,
    .messages-accordion .message-panel b {
      font-size: 10px;
      line-height: 12px;
    }
  }
  .messages-accordion .message-panel {
    font-size: 14px;
    line-height: 18px;
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .messages-accordion .message-panel {
      font-size: 12px;
      line-height: 14px;
    }
  }
}
.payment-options-accordion .mat-expansion-panel,
.two-factor-faq-accordion .mat-expansion-panel,
.upload-docs-faq-accordion .mat-expansion-panel,
.bitcoin-faq-accordion .mat-expansion-panel {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.payment-options-accordion .mat-expansion-panel mat-expansion-panel-header,
.two-factor-faq-accordion .mat-expansion-panel mat-expansion-panel-header,
.upload-docs-faq-accordion .mat-expansion-panel mat-expansion-panel-header,
.bitcoin-faq-accordion .mat-expansion-panel mat-expansion-panel-header {
  all: unset;
  cursor: pointer;
}
.payment-options-accordion .mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator,
.two-factor-faq-accordion .mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator,
.upload-docs-faq-accordion .mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator,
.bitcoin-faq-accordion .mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator {
  display: none;
}
.payment-options-accordion .mat-expansion-panel mat-expansion-panel-header:hover,
.two-factor-faq-accordion .mat-expansion-panel mat-expansion-panel-header:hover,
.upload-docs-faq-accordion .mat-expansion-panel mat-expansion-panel-header:hover,
.bitcoin-faq-accordion .mat-expansion-panel mat-expansion-panel-header:hover {
  background-color: unset !important;
}
.payment-options-accordion .mat-expansion-panel .mat-expansion-panel-body,
.two-factor-faq-accordion .mat-expansion-panel .mat-expansion-panel-body,
.upload-docs-faq-accordion .mat-expansion-panel .mat-expansion-panel-body,
.bitcoin-faq-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0px;
}
@media (max-width: 767px) {
  .home-banner .promo-banner {
    margin: 0px;
    border-width: 0px;
  }
}
.popover.mat-mdc-menu-panel {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  width: 18rem;
  overflow: visible;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.popover.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popover .popover-arrow {
  position: absolute;
  right: 0.25rem;
  height: 0px;
  width: 0px;
  border-left-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
  border-style: solid;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.popover.mat-menu-below .popover-arrow {
  top: -0.5rem;
}
.popover.mat-menu-above .popover-arrow {
  bottom: -0.5rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (max-width: 767px) {
  .popover .popover-arrow.status-popover {
    left: 0px;
  }
}
.popover app-price-popover {
  display: block;
  max-height: 400px;
  overflow: auto;
}
.popover app-price-popover::-webkit-scrollbar {
  width: 1rem;
}
.popover app-price-popover::-webkit-scrollbar-thumb {
  border-right: 2px solid #eebd22;
}
.popover app-price-popover::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mat-mdc-menu-item {
  min-height: 28px !important;
}
mat-icon.mat-icon {
  display: inline-flex;
  height: 1.5rem;
  min-height: 1.25rem;
  width: 1.5rem;
  min-width: 1.25rem;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  mat-icon.mat-icon {
    display: inline-flex;
    height: 18px;
    min-height: 18px;
    width: 18px;
    min-width: 18px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
}
mat-icon.mat-icon-sm {
  display: inline-flex;
  height: 1rem;
  min-height: 1rem;
  width: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  mat-icon.mat-icon-sm {
    display: inline-flex;
    height: 0.75rem;
    min-height: 0.75rem;
    width: 0.75rem;
    min-width: 0.75rem;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
}
input,
textarea {
  cursor: text;
}
div[style*="z-index: 999999"][style*="bottom: 88px"],
#launcher {
  z-index: 10 !important;
}
* {
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
}
lightbox > .g-btn-close {
  top: 0.25rem !important;
  right: 0.5rem !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 0.25rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  padding: 0.5rem !important;
}
lightbox > .g-btn-close svg {
  opacity: 1;
}
.light-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.light-scroll::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.light-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.2);
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .text-2xs {
    font-size: 8px;
    line-height: 10px;
  }
  .text-xs {
    font-size: 10px;
    line-height: 12px;
  }
  .text-sm {
    font-size: 12px;
    line-height: 14px;
  }
  .text-base {
    font-size: 14px;
    line-height: 16px;
  }
  .text-lg {
    font-size: 16px;
    line-height: 18px;
  }
  .text-2xl {
    font-size: 22px;
    line-height: 24px;
  }
}
b,
strong {
  font-weight: 600;
}
body {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  body {
    font-size: 12px;
    line-height: 14px;
  }
}
h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h4 {
    font-size: 12px;
    line-height: 14px;
  }
}
h5 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h5 {
    font-size: 10px;
    line-height: 12px;
  }
}
h6 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  h6 {
    font-size: 8px;
    line-height: 10px;
  }
}
:root {
  --font-family: "Roboto";
  --white: colors.$white;
  --white-alpha-10: rgba(255, 255, 255, 0.1);
  --grey: #4b4b4b;
  --grey-100: colors.$light-grey;
  --grey-200: colors.$sort-grey;
  --grey-500: colors.$dark-grey;
  --grey-700: colors.$background-grey;
  --yellow: colors.$yellow;
  --orange: colors.$orange;
  --pink: colors.$pink;
  --red: colors.$red;
  --green: colors.$green;
  --blue: colors.$blue;
  --black: colors.$black;
  --mat-select-enabled-arrow-color: #9b9b9b;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: black;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #eebd22;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f4665b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #eebd22;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #eebd22;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: black;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: black;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #eebd22;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #eebd22;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f4665b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #ebebeb;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f4665b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #ebebeb;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: black;
  --mdc-linear-progress-track-color: rgba(0, 0, 0, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #eebd22;
  --mdc-linear-progress-track-color: rgba(238, 189, 34, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f4665b;
  --mdc-linear-progress-track-color: rgba(244, 102, 91, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: black;
  --mdc-filled-text-field-focus-active-indicator-color: black;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f4665b;
  --mdc-filled-text-field-error-focus-label-text-color: #f4665b;
  --mdc-filled-text-field-error-label-text-color: #f4665b;
  --mdc-filled-text-field-error-caret-color: #f4665b;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f4665b;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f4665b;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f4665b;
  --mdc-outlined-text-field-caret-color: black;
  --mdc-outlined-text-field-focus-outline-color: black;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f4665b;
  --mdc-outlined-text-field-error-focus-label-text-color: #f4665b;
  --mdc-outlined-text-field-error-label-text-color: #f4665b;
  --mdc-outlined-text-field-error-hover-label-text-color: #f4665b;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f4665b;
  --mdc-outlined-text-field-error-hover-outline-color: #f4665b;
  --mdc-outlined-text-field-error-outline-color: #f4665b;
  --mat-form-field-focus-select-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f4665b;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #eebd22;
  --mdc-filled-text-field-focus-active-indicator-color: #eebd22;
  --mdc-filled-text-field-focus-label-text-color: rgba(238, 189, 34, 0.87);
  --mdc-outlined-text-field-caret-color: #eebd22;
  --mdc-outlined-text-field-focus-outline-color: #eebd22;
  --mdc-outlined-text-field-focus-label-text-color: rgba(238, 189, 34, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(238, 189, 34, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f4665b;
  --mdc-filled-text-field-focus-active-indicator-color: #f4665b;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 102, 91, 0.87);
  --mdc-outlined-text-field-caret-color: #f4665b;
  --mdc-outlined-text-field-focus-outline-color: #f4665b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 102, 91, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 102, 91, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 102, 91, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(238, 189, 34, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 102, 91, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 102, 91, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 102, 91, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #eebd22;
  --mdc-chip-elevated-container-color: black;
  --mdc-chip-elevated-selected-container-color: black;
  --mdc-chip-elevated-disabled-container-color: black;
  --mdc-chip-flat-disabled-selected-container-color: black;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #eebd22;
  --mdc-chip-selected-label-text-color: #eebd22;
  --mdc-chip-with-icon-icon-color: #eebd22;
  --mdc-chip-with-icon-disabled-icon-color: #eebd22;
  --mdc-chip-with-icon-selected-icon-color: #eebd22;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #eebd22;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #eebd22;
  --mat-chip-selected-disabled-trailing-icon-color: #eebd22;
  --mat-chip-selected-trailing-icon-color: #eebd22;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #eebd22;
  --mdc-chip-elevated-selected-container-color: #eebd22;
  --mdc-chip-elevated-disabled-container-color: #eebd22;
  --mdc-chip-flat-disabled-selected-container-color: #eebd22;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f4665b;
  --mdc-chip-elevated-selected-container-color: #f4665b;
  --mdc-chip-elevated-disabled-container-color: #f4665b;
  --mdc-chip-flat-disabled-selected-container-color: #f4665b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: black;
  --mdc-radio-selected-hover-icon-color: black;
  --mdc-radio-selected-icon-color: black;
  --mdc-radio-selected-pressed-icon-color: black;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: black;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eebd22;
  --mdc-radio-selected-hover-icon-color: #eebd22;
  --mdc-radio-selected-icon-color: #eebd22;
  --mdc-radio-selected-pressed-icon-color: #eebd22;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #eebd22;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f4665b;
  --mdc-radio-selected-hover-icon-color: #f4665b;
  --mdc-radio-selected-icon-color: #f4665b;
  --mdc-radio-selected-pressed-icon-color: #f4665b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f4665b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: black;
  --mdc-slider-focus-handle-color: black;
  --mdc-slider-hover-handle-color: black;
  --mdc-slider-active-track-color: black;
  --mdc-slider-inactive-track-color: black;
  --mdc-slider-with-tick-marks-inactive-container-color: black;
  --mdc-slider-with-tick-marks-active-container-color: #eebd22;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: black;
  --mat-slider-hover-state-layer-color: rgba(0, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 0, 0, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #eebd22;
  --mdc-slider-focus-handle-color: #eebd22;
  --mdc-slider-hover-handle-color: #eebd22;
  --mdc-slider-active-track-color: #eebd22;
  --mdc-slider-inactive-track-color: #eebd22;
  --mdc-slider-with-tick-marks-inactive-container-color: #eebd22;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #eebd22;
  --mat-slider-hover-state-layer-color: rgba(238, 189, 34, 0.05);
  --mat-slider-focus-state-layer-color: rgba(238, 189, 34, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f4665b;
  --mdc-slider-focus-handle-color: #f4665b;
  --mdc-slider-hover-handle-color: #f4665b;
  --mdc-slider-active-track-color: #f4665b;
  --mdc-slider-inactive-track-color: #f4665b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f4665b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f4665b;
  --mat-slider-hover-state-layer-color: rgba(244, 102, 91, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 102, 91, 0.2);
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: black;
  --mdc-radio-selected-hover-icon-color: black;
  --mdc-radio-selected-icon-color: black;
  --mdc-radio-selected-pressed-icon-color: black;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eebd22;
  --mdc-radio-selected-hover-icon-color: #eebd22;
  --mdc-radio-selected-icon-color: #eebd22;
  --mdc-radio-selected-pressed-icon-color: #eebd22;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f4665b;
  --mdc-radio-selected-hover-icon-color: #f4665b;
  --mdc-radio-selected-icon-color: #f4665b;
  --mdc-radio-selected-pressed-icon-color: #f4665b;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #eebd22;
  --mdc-checkbox-selected-focus-icon-color: black;
  --mdc-checkbox-selected-hover-icon-color: black;
  --mdc-checkbox-selected-icon-color: black;
  --mdc-checkbox-selected-pressed-icon-color: black;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: black;
  --mdc-checkbox-selected-hover-state-layer-color: black;
  --mdc-checkbox-selected-pressed-state-layer-color: black;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #eebd22;
  --mdc-checkbox-selected-hover-icon-color: #eebd22;
  --mdc-checkbox-selected-icon-color: #eebd22;
  --mdc-checkbox-selected-pressed-icon-color: #eebd22;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eebd22;
  --mdc-checkbox-selected-hover-state-layer-color: #eebd22;
  --mdc-checkbox-selected-pressed-state-layer-color: #eebd22;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f4665b;
  --mdc-checkbox-selected-hover-icon-color: #f4665b;
  --mdc-checkbox-selected-icon-color: #f4665b;
  --mdc-checkbox-selected-pressed-icon-color: #f4665b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f4665b;
  --mdc-checkbox-selected-hover-state-layer-color: #f4665b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f4665b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: black;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: black;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: black;
  --mat-tab-header-active-ripple-color: black;
  --mat-tab-header-inactive-ripple-color: black;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: black;
  --mat-tab-header-active-hover-label-text-color: black;
  --mat-tab-header-active-focus-indicator-color: black;
  --mat-tab-header-active-hover-indicator-color: black;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #eebd22;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #eebd22;
  --mat-tab-header-active-ripple-color: #eebd22;
  --mat-tab-header-inactive-ripple-color: #eebd22;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #eebd22;
  --mat-tab-header-active-hover-label-text-color: #eebd22;
  --mat-tab-header-active-focus-indicator-color: #eebd22;
  --mat-tab-header-active-hover-indicator-color: #eebd22;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f4665b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f4665b;
  --mat-tab-header-active-ripple-color: #f4665b;
  --mat-tab-header-inactive-ripple-color: #f4665b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f4665b;
  --mat-tab-header-active-hover-label-text-color: #f4665b;
  --mat-tab-header-active-focus-indicator-color: #f4665b;
  --mat-tab-header-active-hover-indicator-color: #f4665b;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: black;
  --mat-tab-header-with-background-foreground-color: #eebd22;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #eebd22;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f4665b;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #eebd22;
  --mdc-checkbox-selected-hover-icon-color: #eebd22;
  --mdc-checkbox-selected-icon-color: #eebd22;
  --mdc-checkbox-selected-pressed-icon-color: #eebd22;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eebd22;
  --mdc-checkbox-selected-hover-state-layer-color: #eebd22;
  --mdc-checkbox-selected-pressed-state-layer-color: #eebd22;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #eebd22;
  --mdc-checkbox-selected-focus-icon-color: black;
  --mdc-checkbox-selected-hover-icon-color: black;
  --mdc-checkbox-selected-icon-color: black;
  --mdc-checkbox-selected-pressed-icon-color: black;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: black;
  --mdc-checkbox-selected-hover-state-layer-color: black;
  --mdc-checkbox-selected-pressed-state-layer-color: black;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f4665b;
  --mdc-checkbox-selected-hover-icon-color: #f4665b;
  --mdc-checkbox-selected-icon-color: #f4665b;
  --mdc-checkbox-selected-pressed-icon-color: #f4665b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f4665b;
  --mdc-checkbox-selected-hover-state-layer-color: #f4665b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f4665b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: black;
  --mat-text-button-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #eebd22;
  --mat-text-button-state-layer-color: #eebd22;
  --mat-text-button-ripple-color: rgba(238, 189, 34, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f4665b;
  --mat-text-button-state-layer-color: #f4665b;
  --mat-text-button-ripple-color: rgba(244, 102, 91, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: black;
  --mdc-filled-button-label-text-color: #eebd22;
  --mat-filled-button-state-layer-color: #eebd22;
  --mat-filled-button-ripple-color: rgba(238, 189, 34, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #eebd22;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f4665b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: black;
  --mdc-protected-button-label-text-color: #eebd22;
  --mat-protected-button-state-layer-color: #eebd22;
  --mat-protected-button-ripple-color: rgba(238, 189, 34, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #eebd22;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f4665b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #eebd22;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #eebd22;
  --mat-outlined-button-ripple-color: rgba(238, 189, 34, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f4665b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f4665b;
  --mat-outlined-button-ripple-color: rgba(244, 102, 91, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: black;
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #eebd22;
  --mat-icon-button-state-layer-color: #eebd22;
  --mat-icon-button-ripple-color: rgba(238, 189, 34, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f4665b;
  --mat-icon-button-state-layer-color: #f4665b;
  --mat-icon-button-ripple-color: rgba(244, 102, 91, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: black;
  --mat-fab-foreground-color: #eebd22;
  --mat-fab-state-layer-color: #eebd22;
  --mat-fab-ripple-color: rgba(238, 189, 34, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #eebd22;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f4665b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: black;
  --mat-fab-small-foreground-color: #eebd22;
  --mat-fab-small-state-layer-color: #eebd22;
  --mat-fab-small-ripple-color: rgba(238, 189, 34, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #eebd22;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f4665b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #eebd22;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: black;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #eebd22;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f4665b;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: black;
  --mat-badge-text-color: #eebd22;
  --mat-badge-disabled-state-background-color: rgb(173.9, 173.9, 173.9);
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #eebd22;
  --mat-badge-text-color: black;
}
.mat-badge-warn {
  --mat-badge-background-color: #f4665b;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #eebd22;
  --mat-datepicker-calendar-date-selected-state-background-color: black;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #eebd22;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 0, 0, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: black;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 0, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #eebd22;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 189, 34, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 189, 34, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 189, 34, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 189, 34, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f4665b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 102, 91, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 102, 91, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 102, 91, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 102, 91, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #eebd22;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f4665b;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: black;
}
.mat-icon.mat-accent {
  --mat-icon-color: #eebd22;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f4665b;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #ebebeb;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #eebd22;
  --mat-stepper-header-selected-state-icon-background-color: black;
  --mat-stepper-header-selected-state-icon-foreground-color: #eebd22;
  --mat-stepper-header-done-state-icon-background-color: black;
  --mat-stepper-header-done-state-icon-foreground-color: #eebd22;
  --mat-stepper-header-edit-state-icon-background-color: black;
  --mat-stepper-header-edit-state-icon-foreground-color: #eebd22;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f4665b;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f4665b;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #eebd22;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #eebd22;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #eebd22;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f4665b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f4665b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f4665b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: black;
  --mat-toolbar-container-text-color: #eebd22;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #eebd22;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f4665b;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
body {
  background-color: #191919;
}
.shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flex-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-flex-start-center {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.mat-mdc-raised-button {
  font-weight: 600 !important;
}
.mat-mdc-raised-button.btn-label-full .mdc-button__label {
  width: 100%;
  display: inline-flex;
}
.mat-mdc-raised-button.btn-primary {
  min-width: 70px;
}
.mat-mdc-raised-button.btn-primary.btn-icon {
  min-width: 130px;
}
.mat-mdc-raised-button.btn-primary:not(:disabled),
.mat-mdc-raised-button.btn-primary.mat-mdc-button-disabled:disabled {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-primary:not(:disabled),
  .mat-mdc-raised-button.btn-primary.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-raised-button.btn-primary:hover,
.mat-mdc-raised-button.btn-primary:focus-visible {
  opacity: 0.8;
}
.mat-mdc-raised-button.btn-primary:active,
.mat-mdc-raised-button.btn-primary.active {
  background-color: rgba(238, 189, 34, 0.4);
}
.mat-mdc-raised-button.btn-accent {
  min-width: 95px;
}
.mat-mdc-raised-button.btn-accent.btn-icon {
  min-width: 130px;
}
.mat-mdc-raised-button.btn-accent:not(:disabled),
.mat-mdc-raised-button.btn-accent.mat-mdc-button-disabled:disabled {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 189 34 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-accent:not(:disabled),
  .mat-mdc-raised-button.btn-accent.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-raised-button.btn-accent:hover,
.mat-mdc-raised-button.btn-accent:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(238 156 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 156 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-raised-button.btn-accent:active,
.mat-mdc-raised-button.btn-accent.active {
  --tw-border-opacity: 1;
  border-color: rgb(238 156 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 156 34 / var(--tw-bg-opacity, 1));
}
.mat-mdc-raised-button.btn-accent.services-btn {
  min-width: 70px;
}
.mat-mdc-raised-button.btn-accent.services-btn:not(:disabled),
.mat-mdc-raised-button.btn-accent.services-btn.mat-mdc-button-disabled:disabled {
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-accent.services-btn:not(:disabled),
  .mat-mdc-raised-button.btn-accent.services-btn.mat-mdc-button-disabled:disabled {
    font-size: 12px;
    line-height: 14px;
  }
}
.mat-mdc-raised-button.btn-basic {
  min-width: 95px;
}
.mat-mdc-raised-button.btn-basic:not(:disabled),
.mat-mdc-raised-button.btn-basic.mat-mdc-button-disabled:disabled {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-basic:not(:disabled),
  .mat-mdc-raised-button.btn-basic.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-raised-button.btn-basic:hover,
.mat-mdc-raised-button.btn-basic:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity, 1));
}
.mat-mdc-raised-button.btn-basic:active,
.mat-mdc-raised-button.btn-basic.active {
  background-color: rgba(155, 155, 155, 0.4);
}
.mat-mdc-raised-button.btn-basic.services-btn {
  min-width: 70px;
}
.mat-mdc-raised-button.btn-basic.services-btn:not(:disabled) {
  height: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-basic.services-btn:not(:disabled) {
    font-size: 12px;
    line-height: 14px;
  }
}
.mat-mdc-raised-button.btn-basic.services-btn.mat-mdc-button-disabled:disabled {
  height: auto;
  border-width: 0px;
  background-color: unset;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-basic.services-btn.mat-mdc-button-disabled:disabled {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1023px) {
  .mat-mdc-raised-button.btn-basic.services-btn {
    min-width: auto;
  }
}
.mat-mdc-raised-button.btn-secondary {
  min-width: 95px;
}
.mat-mdc-raised-button.btn-secondary:not(:disabled),
.mat-mdc-raised-button.btn-secondary.mat-mdc-button-disabled:disabled {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-secondary:not(:disabled),
  .mat-mdc-raised-button.btn-secondary.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-raised-button.btn-secondary:hover,
.mat-mdc-raised-button.btn-secondary:focus-visible,
.mat-mdc-raised-button.btn-secondary:active,
.mat-mdc-raised-button.btn-secondary.active {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1023px) {
  .mat-mdc-raised-button.btn-secondary.mobile-reset-btn {
    margin: 0px;
    min-width: auto;
    cursor: pointer;
    border-width: 0px;
    font-size: 16px;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-color: unset;
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .mat-mdc-raised-button.btn-secondary.mobile-reset-btn {
      font-size: 14px;
      line-height: 16px;
    }
  }
  .mat-mdc-raised-button.btn-secondary.mobile-reset-btn {
    height: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: 500 !important;
  }
}
.mat-mdc-raised-button.btn-secondary.services-btn {
  min-width: 70px;
}
.mat-mdc-raised-button.btn-secondary.services-btn:not(:disabled) {
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-secondary.services-btn:not(:disabled) {
    font-size: 12px;
    line-height: 14px;
  }
}
.mat-mdc-raised-button.btn-secondary.services-btn.mat-mdc-button-disabled:disabled {
  height: auto;
  border-width: 0px;
  background-color: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-raised-button.btn-secondary.services-btn.mat-mdc-button-disabled:disabled {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1023px) {
  .mat-mdc-raised-button.btn-secondary.services-btn {
    min-width: auto;
  }
}
.mat-mdc-raised-button.mat-mdc-button-disabled:disabled {
  pointer-events: none;
  cursor: default;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  opacity: 0.5;
}
.mat-mdc-button-base {
  font-weight: 600 !important;
}
.mat-mdc-button-base.btn-flat-primary {
  min-width: 95px;
}
.mat-mdc-button-base.btn-flat-primary:not(:disabled),
.mat-mdc-button-base.btn-flat-primary.mat-mdc-button-disabled:disabled {
  background-image: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-button-base.btn-flat-primary:not(:disabled),
  .mat-mdc-button-base.btn-flat-primary.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-button-base.btn-flat-primary:hover,
.mat-mdc-button-base.btn-flat-primary:focus-visible,
.mat-mdc-button-base.btn-flat-primary:active,
.mat-mdc-button-base.btn-flat-primary.active {
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(238 156 34 / var(--tw-text-opacity, 1));
}
.mat-mdc-button-base.btn-flat-basic {
  min-width: 95px;
}
.mat-mdc-button-base.btn-flat-basic:not(:disabled),
.mat-mdc-button-base.btn-flat-basic.mat-mdc-button-disabled:disabled {
  background-image: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-button-base.btn-flat-basic:not(:disabled),
  .mat-mdc-button-base.btn-flat-basic.mat-mdc-button-disabled:disabled {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-button-base.btn-flat-basic:hover,
.mat-mdc-button-base.btn-flat-basic:focus-visible,
.mat-mdc-button-base.btn-flat-basic:active,
.mat-mdc-button-base.btn-flat-basic.active {
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity, 1));
}
.mat-mdc-button-base.mat-mdc-button-disabled:disabled {
  pointer-events: none;
  cursor: default;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  opacity: 0.5;
}
.mat-mdc-paginator-container .mat-mdc-button-disabled:disabled {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mat-mdc-button-base .mat-mdc-button-touch-target,
.mat-mdc-raised-button .mat-mdc-button-touch-target {
  height: var(--input-element-height);
  display: inline-flex;
  align-items: center;
}
@tailwind variants;
h1.app-headline {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--font-family);
  letter-spacing: normal;
}
h2.app-headline {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--font-family);
  letter-spacing: normal;
}
@media (max-width: 575px) {
  h1.app-headline {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--font-family);
    letter-spacing: normal;
  }
  h2.app-headline {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--font-family);
    letter-spacing: normal;
  }
}
@media (min-width: 768px) and (max-width: 1512px) {
  h1.app-headline,
  h2.app-headline {
    font-size: 26px;
  }
}
.mat-mdc-form-field-type-mat-select mat-select,
.mat-mdc-form-field-type-mat-select .mat-mdc-input-element,
.form-field-datepicker mat-select,
.form-field-datepicker .mat-mdc-input-element,
.mat-mdc-form-field-type-mat-input mat-select,
.mat-mdc-form-field-type-mat-input .mat-mdc-input-element {
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-form-field-type-mat-select mat-select,
  .mat-mdc-form-field-type-mat-select .mat-mdc-input-element,
  .form-field-datepicker mat-select,
  .form-field-datepicker .mat-mdc-input-element,
  .mat-mdc-form-field-type-mat-input mat-select,
  .mat-mdc-form-field-type-mat-input .mat-mdc-input-element {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.mat-mdc-form-field-type-mat-select mat-select:not(textarea),
.mat-mdc-form-field-type-mat-select .mat-mdc-input-element:not(textarea),
.form-field-datepicker mat-select:not(textarea),
.form-field-datepicker .mat-mdc-input-element:not(textarea),
.mat-mdc-form-field-type-mat-input mat-select:not(textarea),
.mat-mdc-form-field-type-mat-input .mat-mdc-input-element:not(textarea) {
  height: var(--input-element-height);
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.mat-mdc-form-field-type-mat-select.mat-form-field-hide-placeholder .mdc-floating-label,
.form-field-datepicker.mat-form-field-hide-placeholder .mdc-floating-label,
.mat-mdc-form-field-type-mat-input.mat-form-field-hide-placeholder .mdc-floating-label {
  top: 38px !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-form-field-type-mat-select.mat-form-field-hide-placeholder .mdc-floating-label,
  .form-field-datepicker.mat-form-field-hide-placeholder .mdc-floating-label,
  .mat-mdc-form-field-type-mat-input.mat-form-field-hide-placeholder .mdc-floating-label {
    top: 34px !important;
  }
}
.mat-mdc-form-field-type-mat-select.mat-form-field-disabled,
.mat-mdc-form-field-type-mat-select .mat-mdc-button-disabled,
.form-field-datepicker.mat-form-field-disabled,
.form-field-datepicker .mat-mdc-button-disabled,
.mat-mdc-form-field-type-mat-input.mat-form-field-disabled,
.mat-mdc-form-field-type-mat-input .mat-mdc-button-disabled {
  opacity: 0.7;
}
.mat-mdc-form-field-type-mat-select.mat-form-field-disabled span,
.mat-mdc-form-field-type-mat-select .mat-mdc-button-disabled span,
.form-field-datepicker.mat-form-field-disabled span,
.form-field-datepicker .mat-mdc-button-disabled span,
.mat-mdc-form-field-type-mat-input.mat-form-field-disabled span,
.mat-mdc-form-field-type-mat-input .mat-mdc-button-disabled span {
  opacity: 0.7;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper,
.form-field-datepicker .mat-mdc-text-field-wrapper,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper {
  background-color: transparent !important;
  padding: 0px !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper:not(.mdc-text-field--disabled),
.form-field-datepicker .mat-mdc-text-field-wrapper:not(.mdc-text-field--disabled),
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper:not(.mdc-text-field--disabled) {
  opacity: 0.8;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid) .mdc-floating-label--float-above,
.form-field-datepicker .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid) .mdc-floating-label--float-above,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper:not(.mdc-text-field--invalid) .mdc-floating-label--float-above {
  font-weight: 600 !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--filled .mdc-floating-label--float-above,
.form-field-datepicker .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--filled .mdc-floating-label--float-above,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled).mdc-text-field--filled .mdc-floating-label--float-above {
  font-weight: 600 !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label--float-above,
.form-field-datepicker .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label--float-above,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) mat-select:not(.mat-mdc-select-empty) .mat-mdc-select-arrow svg,
.form-field-datepicker .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) mat-select:not(.mat-mdc-select-empty) .mat-mdc-select-arrow svg,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper.mdc-text-field--focused:not(.mdc-text-field--disabled) mat-select:not(.mat-mdc-select-empty) .mat-mdc-select-arrow svg {
  fill: #EEBD22;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-value-text,
.form-field-datepicker .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-value-text,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-value-text {
  display: block;
  width: 100%;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.form-field-datepicker .mat-mdc-text-field-wrapper .mat-mdc-input-element,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  font-weight: 400 !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper .mdc-floating-label,
.form-field-datepicker .mat-mdc-text-field-wrapper .mdc-floating-label,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mdc-floating-label {
  position: absolute !important;
  left: 0.75rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay,
.form-field-datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  display: none;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper .mat-mdc-select-arrow-wrapper,
.form-field-datepicker .mat-mdc-text-field-wrapper .mat-mdc-select-arrow-wrapper,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix,
.form-field-datepicker .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix,
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-bottom: 0px;
}
.mat-mdc-form-field-type-mat-select .mdc-line-ripple,
.form-field-datepicker .mdc-line-ripple,
.mat-mdc-form-field-type-mat-input .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  padding: 0px;
  font-size: 10px;
}
.static-error .mat-mdc-form-field-subscript-wrapper::before {
  display: none !important;
}
.static-error .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  position: static;
}
.mat-mdc-select-min-line {
  text-transform: capitalize;
}
.mdc-switch,
.mat-mdc-checkbox {
  --mat-checkbox-label-text-color: white !important;
}
.mdc-switch .mdc-checkbox__native-control ~ .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.mdc-switch .mdc-switch__ripple,
.mdc-switch .mat-mdc-checkbox-ripple,
.mdc-switch .mdc-checkbox__ripple,
.mat-mdc-checkbox .mdc-switch__ripple,
.mat-mdc-checkbox .mat-mdc-checkbox-ripple,
.mat-mdc-checkbox .mdc-checkbox__ripple {
  display: none !important;
}
.mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field-error-wrapper {
  padding: 0px !important;
}
.mat-mdc-form-field-has-icon-suffix:not(.form-field-datepicker).mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix,
.mat-mdc-form-field-has-icon-suffix:not(.form-field-datepicker).mat-form-field-invalid .mat-mdc-form-field-icon-suffix {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-form-field-has-icon-suffix:not(.form-field-datepicker) .mat-mdc-form-field-icon-suffix {
  position: absolute;
  right: 0px;
  bottom: 7px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-form-field-has-icon-suffix:not(.form-field-datepicker).mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  padding-right: 2.5rem !important;
}
.mat-mdc-form-field-has-icon-prefix.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-prefix,
.mat-mdc-form-field-has-icon-prefix.mat-form-field-invalid .mat-mdc-form-field-icon-prefix {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-form-field-has-icon-prefix .mat-mdc-form-field-icon-prefix {
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-form-field-has-icon-prefix.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper .mat-mdc-input-element {
  padding-left: 2.5rem !important;
}
.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(244 102 91 / var(--tw-text-opacity, 1));
}
mat-form-field mat-error {
  margin-top: 2px;
}
mat-form-field mat-error.mat-mdc-form-field-bottom-align:before {
  display: none;
}
mat-select-trigger {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pre-line-tooltip {
  white-space: pre-line;
  text-align: left;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select {
  margin-left: 1rem;
  width: 90px;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mdc-notched-outline__leading,
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mdc-notched-outline__trailing {
  border-width: 0px !important;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mat-mdc-form-field-infix {
  padding: 0px;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mat-mdc-form-field-infix .mat-mdc-select {
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mat-mdc-form-field-infix .mat-mdc-select .mat-mdc-select-value {
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-paginator-container .mat-mdc-paginator-page-size-select .mat-mdc-form-field-infix .mat-mdc-select .mat-mdc-select-value {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-paginator-container .mat-mdc-paginator-page-size-label,
.mat-mdc-paginator-container .mat-mdc-paginator-range-label {
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-paginator-container .mat-mdc-paginator-page-size-label,
  .mat-mdc-paginator-container .mat-mdc-paginator-range-label {
    font-size: 12px;
    line-height: 14px;
  }
}
.mat-mdc-floating-label {
  z-index: 10;
}
.mat-mdc-form-field-required-marker:after {
  top: 2px !important;
}
mat-label {
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  mat-label {
    font-size: 14px;
    line-height: 16px;
  }
}
.mdc-floating-label {
  width: 100%;
  line-height: 0 !important;
}
.mdc-floating-label:not(.mdc-floating-label--float-above) mat-label {
  max-width: calc(100% - 24px);
}
.mdc-floating-label mat-label {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mdc-floating-label mat-label {
    font-size: 14px;
    line-height: 16px;
  }
}
.mat-mdc-form-field-type-mat-input .mdc-floating-label:not(.mdc-floating-label--float-above) {
  cursor: text !important;
}
.mat-mdc-form-field-required-marker {
  position: relative;
}
.mat-mdc-form-field-required-marker:after {
  position: absolute;
  top: 0px;
}
@media (max-width: 767px) {
  .hide-subscribe-wrapper .mat-mdc-form-field-subscript-wrapper {
    display: none;
  }
}
.hide-subscribe-wrapper-full .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-paginator-container .mat-mdc-form-field-type-mat-select mat-select {
  height: 2.5rem !important;
}
@media (max-width: 1279px) {
  .mat-mdc-paginator-container {
    justify-content: flex-start !important;
  }
  .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
    order: 2;
  }
  .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
    order: 2;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
    display: none;
  }
  .mat-mdc-paginator-range-actions {
    margin: auto;
  }
}
.hide-mat-select-caret .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mdc-list-item__primary-text {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mdc-list-item__primary-text {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.gold-verified-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: rgba(238, 189, 34, 0.1);
}
@tailwind variants;
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-mdc-dialog-container .dialog-frame .mat-dialog-body {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-dialog-container .dialog-frame .mdc-dialog__title {
  padding: 0px;
}
.mat-mdc-dialog-container .dialog-frame .mat-mdc-dialog-content {
  max-height: calc(var(--full-height) - 180px);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.mat-mdc-dialog-container .dialog-frame .mdc-dialog__content {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mat-mdc-dialog-container .dialog-frame .mat-mdc-dialog-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0px;
}
@media screen and (max-width: 576px) {
  .mat-mdc-dialog-container .dialog-frame .mat-mdc-dialog-actions .mat-mdc-raised-button {
    font-size: 12px;
    line-height: 16px;
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .mat-mdc-dialog-container .dialog-frame .mat-mdc-dialog-actions .mat-mdc-raised-button {
      font-size: 10px;
      line-height: 12px;
    }
  }
}
.mat-mdc-dialog-container .mdc-dialog__title::before {
  display: none;
}
.cdk-overlay-dark-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.mat-mdc-dialog-container .dialog-frame .mat-mdc-dialog-content {
  padding: 4px 0;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .cdk-overlay-pane.mat-mdc-dialog-panel .dialog-frame .mat-dialog-body {
    padding: 20px;
  }
  .mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
    max-height: calc(var(--real-vh) * 80 - 80px);
  }
}
.mobile-dialog-mode {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.spotlight-dialog-panel .mat-mdc-dialog-container {
  padding: 0;
}
.spotlight-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
  border-radius: 20px;
  overflow: hidden;
}
@tailwind variants;
:root {
  --sidenav-width: 100vw;
  --full-height: calc(var(--real-vh) * 100);
}
@media (min-width: 1024px) {
  :root {
    --sidenav-width: 240px;
  }
  .mat-sidenav-fixed {
    z-index: 1 !important;
  }
  .sidenav-visible {
    width: unset;
  }
  .sidenav-visible mat-sidenav-content {
    margin-left: var(--sidenav-width);
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  mat-sidenav {
    top: -1px !important;
    height: calc(var(--full-height) + 1px);
  }
  mat-sidenav mat-nav-list {
    height: 100% !important;
  }
}
mat-nav-list {
  width: var(--sidenav-width);
}
.sidenav-item {
  transition: all 0.2s;
  outline: unset;
  font-size: 14px;
}
.sidenav-item:hover,
.sidenav-item:focus {
  background-color: rgba(238, 189, 34, 0.1);
}
.sidenav-item:hover *,
.sidenav-item:focus * {
  color: #eebd22;
}
.sidenav-item.active-link {
  background-color: rgba(238, 189, 34, 0.1);
  color: #eebd22;
  position: relative;
}
.sidenav-item.active-link .mat-icon {
  color: #eebd22;
}
.sidenav-item.active-link::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  width: 6px;
  height: 38px;
  background-color: #eebd22;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-kit-container .app-headline {
  color: #ffffff;
}
.ui-kit-container .dark-checkbox.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
mat-checkbox .mdc-form-field.mat-internal-form-field {
  display: inline-block;
}
mat-checkbox .mdc-form-field.mat-internal-form-field .mdc-checkbox {
  vertical-align: top !important;
  height: var(--mdc-checkbox-state-layer-size);
  width: var(--mdc-checkbox-state-layer-size);
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  vertical-align: sub;
}
mat-checkbox .mdc-form-field.mat-internal-form-field .mdc-checkbox .mdc-checkbox__background {
  height: var(--mdc-checkbox-state-layer-size);
  width: var(--mdc-checkbox-state-layer-size);
  left: 0px;
  top: 0px;
}
mat-checkbox.mat-checkbox-inline-flex .mdc-form-field.mat-internal-form-field {
  display: inline-flex;
  align-items: flex-start;
}
mat-checkbox .mat-mdc-checkbox-touch-target {
  height: 100%;
  width: 100%;
}
mat-checkbox input:focus-visible ~ .mdc-checkbox__ripple + .mdc-checkbox__background:after {
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #000000;
}
mat-checkbox.dark-checkbox input:focus-visible ~ .mdc-checkbox__ripple + .mdc-checkbox__background:after {
  border-color: #eebd22;
}
.yellow-checkbox.mat-mdc-checkbox {
  --mat-checkbox-label-text-color: black !important;
}
.yellow-checkbox.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1)) !important;
}
.yellow-checkbox.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  padding: 1px;
}
.yellow-checkbox.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background .mdc-checkbox__checkmark .mdc-checkbox__checkmark-path {
  stroke: #FFFFFF;
}
.center-checkbox {
  width: 100%;
}
.center-checkbox .mdc-form-field {
  display: flex !important;
  align-items: center !important;
}
@media screen and (max-width: 410px) {
  .center-checkbox.copy-checkbox .mdc-form-field {
    align-items: flex-start !important;
  }
}
.mat-pseudo-checkbox {
  height: var(--mdc-checkbox-state-layer-size) !important;
  width: var(--mdc-checkbox-state-layer-size) !important;
  margin-right: 12px !important;
}
.mat-pseudo-checkbox.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after {
  height: 2px;
  width: 6px;
}
.ng-invalid.ng-touched.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 102 91 / var(--tw-border-opacity, 1)) !important;
}
.ng-invalid.ng-touched.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  padding: 1px;
}
.ng-invalid.ng-touched.mat-mdc-checkbox .mdc-checkbox__native-control ~ .mdc-checkbox__background .mdc-checkbox__checkmark .mdc-checkbox__checkmark-path {
  stroke: #FFFFFF;
}
.mdc-checkbox--disabled {
  opacity: 0.7;
}
@tailwind variants;
.scam-alert-dialog-panel ul li {
  list-style-type: disc;
  margin-left: 18px;
}
.scam-alert-dialog-panel ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .scam-alert-dialog-panel {
    max-width: 80vw !important;
  }
}
.driver-1 {
  border-top-width: 1px !important;
}
.driver-2 {
  border-top-width: 2px !important;
}
.driver-3 {
  border-top-width: 3px !important;
}
mat-hint {
  margin-top: 0.125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}
mat-hint,
mat-error {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  mat-hint,
  mat-error {
    line-height: 12px;
    font-size: 8px;
  }
}
.mat-mdc-form-field-bottom-align::before {
  height: fit-content !important;
}
mat-tab-group .mat-mdc-tab .mdc-tab__text-label {
  color: #9b9b9b;
}
.mat-mdc-tab {
  height: 42px !important;
}
.roman-list {
  list-style-type: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.roman-list li {
  position: relative;
  margin-left: 10px;
  text-indent: 0;
  padding-left: 30px;
  margin-bottom: 4px;
}
.roman-list li::before {
  counter-increment: list-counter;
  content: "(" counter(list-counter, lower-roman) ") ";
  position: absolute;
  left: 0;
}
.mat-mdc-snack-bar-container {
  border-radius: 4px;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: transparent !important;
}
.mat-mdc-snack-bar-container .mat-mdc-simple-snack-bar {
  justify-content: center;
}
.mat-mdc-snack-bar-container .mdc-snackbar__label {
  text-align: center;
}
.toasty-success {
  background-color: #68ce75;
}
.toasty-success,
.toasty-success .mdc-button__label {
  color: #ffffff;
}
.toasty-error {
  background-color: #f4665b;
}
.toasty-error,
.toasty-error .mdc-button__label {
  color: #ffffff;
}
.toasty-warning {
  background-color: #eebd22;
}
.toasty-warning,
.toasty-warning .mdc-button__label {
  color: #000000;
}
.toasty-info {
  background-color: #708fff;
}
.toasty-info,
.toasty-info .mdc-button__label {
  color: #ffffff;
}
mat-progress-bar.mat-mdc-progress-bar {
  height: 2px;
  overflow: hidden;
}
mat-progress-bar.mat-mdc-progress-bar .mdc-linear-progress__buffer {
  height: 2px;
  opacity: 1;
  transition: opacity 0.1s ease;
}
mat-progress-bar.mat-mdc-progress-bar[mode=determinate] .mdc-linear-progress__buffer {
  opacity: 0 !important;
}
.first-letter\:uppercase::first-letter {
  text-transform: uppercase;
}
.hover\:\!border-accent:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1)) !important;
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 380px) {
  .xsm\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .xsm\:mr-8 {
    margin-right: 2rem;
  }
  .xsm\:\!w-\[200px\] {
    width: 200px !important;
  }
  .xsm\:w-\[140px\] {
    width: 140px;
  }
  .xsm\:w-\[320px\] {
    width: 320px;
  }
  .xsm\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:w-\[312px\] {
    width: 312px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .md\:bottom-\[50px\] {
    bottom: 50px;
  }
  .md\:bottom-\[83px\] {
    bottom: 83px;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-\[100px\] {
    margin-top: 100px;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:block {
    display: block;
  }
  .md\:\!hidden {
    display: none !important;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[186px\] {
    height: 186px;
  }
  .md\:h-fit {
    height: fit-content;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:\!w-\[275px\] {
    width: 275px !important;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-\[140px\] {
    width: 140px;
  }
  .md\:w-\[212px\] {
    width: 212px;
  }
  .md\:w-\[312px\] {
    width: 312px;
  }
  .md\:w-\[332px\] {
    width: 332px;
  }
  .md\:w-\[340px\] {
    width: 340px;
  }
  .md\:w-\[520px\] {
    width: 520px;
  }
  .md\:w-\[618px\] {
    width: 618px;
  }
  .md\:w-fit {
    width: fit-content;
  }
  .md\:\!min-w-\[275px\] {
    min-width: 275px !important;
  }
  .md\:\!min-w-\[310px\] {
    min-width: 310px !important;
  }
  .md\:\!min-w-\[312px\] {
    min-width: 312px !important;
  }
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .md\:max-w-\[312px\] {
    max-width: 312px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-x-8 {
    column-gap: 2rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:\!text-\[12px\] {
    font-size: 12px !important;
  }
  .md\:hover\:border-accent:hover {
    --tw-border-opacity: 1;
    border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[120px\] {
    height: 120px;
  }
  .lg\:h-\[350px\] {
    height: 350px;
  }
  .lg\:h-\[80vh\] {
    height: 80vh;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }
  .lg\:bg-dark-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  }
  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:h-\[135px\] {
    height: 135px;
  }
  .xl\:min-h-\[135px\] {
    min-height: 135px;
  }
  .xl\:w-\[100px\] {
    width: 100px;
  }
  .xl\:min-w-\[100px\] {
    min-width: 100px;
  }
  .xl\:max-w-\[1130px\] {
    max-width: 1130px;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 1366px) {
  .xxl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xxl\:w-\[55\%\] {
    width: 55%;
  }
  .xxl\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 1600px) {
  .i15\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (max-width: 1511px) {
  .down-i14\:hidden {
    display: none;
  }
}
@media (max-width: 1399px) {
  .down-xxl\:\!w-1\/2 {
    width: 50% !important;
  }
  .down-xxl\:w-\[60\%\] {
    width: 60%;
  }
  .down-xxl\:gap-x-4 {
    column-gap: 1rem;
  }
  .down-xxl\:\!text-sm {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 1279px) {
  .down-xl\:absolute {
    position: absolute;
  }
  .down-xl\:ml-4 {
    margin-left: 1rem;
  }
  .down-xl\:ml-\[96px\] {
    margin-left: 96px;
  }
  .down-xl\:block {
    display: block;
  }
  .down-xl\:h-\[105px\] {
    height: 105px;
  }
  .down-xl\:min-h-\[105px\] {
    min-height: 105px;
  }
  .down-xl\:w-\[80px\] {
    width: 80px;
  }
  .down-xl\:w-full {
    width: 100%;
  }
  .down-xl\:min-w-\[280px\] {
    min-width: 280px;
  }
  .down-xl\:min-w-\[80px\] {
    min-width: 80px;
  }
  .down-xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .down-xl\:flex-col {
    flex-direction: column;
  }
  .down-xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .down-xl\:gap-0 {
    gap: 0px;
  }
  .down-xl\:gap-2\.5 {
    gap: 0.625rem;
  }
  .down-xl\:gap-4 {
    gap: 1rem;
  }
  .down-xl\:p-4 {
    padding: 1rem;
  }
  .down-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .down-xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .down-lg\:fixed {
    position: fixed;
  }
  .down-lg\:relative {
    position: relative;
  }
  .down-lg\:bottom-0 {
    bottom: 0px;
  }
  .down-lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }
  .down-lg\:bottom-1 {
    bottom: 0.25rem;
  }
  .down-lg\:left-0 {
    left: 0px;
  }
  .down-lg\:z-10 {
    z-index: 10;
  }
  .down-lg\:-order-1 {
    order: -1;
  }
  .down-lg\:order-1 {
    order: 1;
  }
  .down-lg\:col-span-full {
    grid-column: 1 / -1;
  }
  .down-lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .down-lg\:m-0\.5 {
    margin: 0.125rem;
  }
  .down-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .down-lg\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .down-lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .down-lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .down-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .down-lg\:ml-auto {
    margin-left: auto;
  }
  .down-lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .down-lg\:mr-4 {
    margin-right: 1rem;
  }
  .down-lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .down-lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .down-lg\:mt-4 {
    margin-top: 1rem;
  }
  .down-lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .down-lg\:\!block {
    display: block !important;
  }
  .down-lg\:block {
    display: block;
  }
  .down-lg\:inline-block {
    display: inline-block;
  }
  .down-lg\:flex {
    display: flex;
  }
  .down-lg\:grid {
    display: grid;
  }
  .down-lg\:\!hidden {
    display: none !important;
  }
  .down-lg\:hidden {
    display: none;
  }
  .down-lg\:h-\[104px\] {
    height: 104px;
  }
  .down-lg\:h-\[225px\] {
    height: 225px;
  }
  .down-lg\:h-\[70vh\] {
    height: 70vh;
  }
  .down-lg\:h-\[72px\] {
    height: 72px;
  }
  .down-lg\:h-max {
    height: max-content;
  }
  .down-lg\:min-h-\[100px\] {
    min-height: 100px;
  }
  .down-lg\:min-h-\[auto\] {
    min-height: auto;
  }
  .down-lg\:w-3\/4 {
    width: 75%;
  }
  .down-lg\:w-\[140px\] {
    width: 140px;
  }
  .down-lg\:w-\[45\%\] {
    width: 45%;
  }
  .down-lg\:w-full {
    width: 100%;
  }
  .down-lg\:flex-\[1\] {
    flex: 1;
  }
  .down-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .down-lg\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }
  .down-lg\:grid-cols-\[75px_1fr\] {
    grid-template-columns: 75px 1fr;
  }
  .down-lg\:grid-cols-\[90px_1fr\] {
    grid-template-columns: 90px 1fr;
  }
  .down-lg\:grid-rows-\[124px_1fr\] {
    grid-template-rows: 124px 1fr;
  }
  .down-lg\:flex-col {
    flex-direction: column;
  }
  .down-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .down-lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .down-lg\:items-start {
    align-items: flex-start;
  }
  .down-lg\:items-center {
    align-items: center;
  }
  .down-lg\:justify-start {
    justify-content: flex-start;
  }
  .down-lg\:justify-between {
    justify-content: space-between;
  }
  .down-lg\:gap-0 {
    gap: 0px;
  }
  .down-lg\:gap-0\.5 {
    gap: 0.125rem;
  }
  .down-lg\:gap-1\.5 {
    gap: 0.375rem;
  }
  .down-lg\:gap-2 {
    gap: 0.5rem;
  }
  .down-lg\:gap-2\.5 {
    gap: 0.625rem;
  }
  .down-lg\:gap-x-14 {
    column-gap: 3.5rem;
  }
  .down-lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .down-lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .down-lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }
  .down-lg\:border-2 {
    border-width: 2px;
  }
  .down-lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  .down-lg\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(238 189 34 / var(--tw-border-opacity, 1));
  }
  .down-lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .down-lg\:bg-dark-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  }
  .down-lg\:p-3 {
    padding: 0.75rem;
  }
  .down-lg\:p-4 {
    padding: 1rem;
  }
  .down-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .down-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .down-lg\:pr-0 {
    padding-right: 0px;
  }
  .down-lg\:\!text-base {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .down-lg\:leading-\[17px\] {
    line-height: 17px;
  }
  .down-lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (max-width: 767px) {
  .down-md\:-top-8 {
    top: -2rem;
  }
  .down-md\:bottom-\[40px\] {
    bottom: 40px;
  }
  .down-md\:bottom-\[80px\] {
    bottom: 80px;
  }
  .down-md\:right-2 {
    right: 0.5rem;
  }
  .down-md\:top-10 {
    top: 2.5rem;
  }
  .down-md\:order-1 {
    order: 1;
  }
  .down-md\:order-2 {
    order: 2;
  }
  .down-md\:m-0 {
    margin: 0px;
  }
  .down-md\:m-auto {
    margin: auto;
  }
  .down-md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .down-md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .down-md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .down-md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .down-md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .down-md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .down-md\:ml-3 {
    margin-left: 0.75rem;
  }
  .down-md\:ml-\[0px\] {
    margin-left: 0px;
  }
  .down-md\:mr-2 {
    margin-right: 0.5rem;
  }
  .down-md\:mr-4 {
    margin-right: 1rem;
  }
  .down-md\:mr-8 {
    margin-right: 2rem;
  }
  .down-md\:mt-0 {
    margin-top: 0px;
  }
  .down-md\:mt-2 {
    margin-top: 0.5rem;
  }
  .down-md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .down-md\:mt-4 {
    margin-top: 1rem;
  }
  .down-md\:mt-5 {
    margin-top: 1.25rem;
  }
  .down-md\:mt-\[30px\] {
    margin-top: 30px;
  }
  .down-md\:mt-auto {
    margin-top: auto;
  }
  .down-md\:\!block {
    display: block !important;
  }
  .down-md\:block {
    display: block;
  }
  .down-md\:inline-block {
    display: inline-block;
  }
  .down-md\:inline {
    display: inline;
  }
  .down-md\:flex {
    display: flex;
  }
  .down-md\:grid {
    display: grid;
  }
  .down-md\:\!hidden {
    display: none !important;
  }
  .down-md\:hidden {
    display: none;
  }
  .down-md\:\!h-\[16px\] {
    height: 16px !important;
  }
  .down-md\:\!h-\[45px\] {
    height: 45px !important;
  }
  .down-md\:h-6 {
    height: 1.5rem;
  }
  .down-md\:h-\[100px\] {
    height: 100px;
  }
  .down-md\:h-\[480px\] {
    height: 480px;
  }
  .down-md\:h-\[68px\] {
    height: 68px;
  }
  .down-md\:h-\[93px\] {
    height: 93px;
  }
  .down-md\:h-fit {
    height: fit-content;
  }
  .down-md\:min-h-\[16px\] {
    min-height: 16px;
  }
  .down-md\:min-h-\[68px\] {
    min-height: 68px;
  }
  .down-md\:\!w-\[16px\] {
    width: 16px !important;
  }
  .down-md\:\!w-\[45px\] {
    width: 45px !important;
  }
  .down-md\:\!w-full {
    width: 100% !important;
  }
  .down-md\:w-2\/4 {
    width: 50%;
  }
  .down-md\:w-4 {
    width: 1rem;
  }
  .down-md\:w-6\/12 {
    width: 50%;
  }
  .down-md\:w-\[100px\] {
    width: 100px;
  }
  .down-md\:w-\[70px\] {
    width: 70px;
  }
  .down-md\:w-\[90vw\] {
    width: 90vw;
  }
  .down-md\:w-full {
    width: 100%;
  }
  .down-md\:min-w-\[100px\] {
    min-width: 100px;
  }
  .down-md\:min-w-\[16px\] {
    min-width: 16px;
  }
  .down-md\:max-w-full {
    max-width: 100%;
  }
  .down-md\:cursor-pointer {
    cursor: pointer;
  }
  .down-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .down-md\:grid-cols-\[1fr_2fr_1fr\] {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .down-md\:grid-cols-\[4fr_1fr\] {
    grid-template-columns: 4fr 1fr;
  }
  .down-md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .down-md\:flex-col {
    flex-direction: column;
  }
  .down-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .down-md\:flex-wrap {
    flex-wrap: wrap;
  }
  .down-md\:\!flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .down-md\:items-start {
    align-items: flex-start;
  }
  .down-md\:items-center {
    align-items: center;
  }
  .down-md\:justify-center {
    justify-content: center;
  }
  .down-md\:justify-between {
    justify-content: space-between;
  }
  .down-md\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }
  .down-md\:gap-0 {
    gap: 0px;
  }
  .down-md\:gap-1 {
    gap: 0.25rem;
  }
  .down-md\:gap-2 {
    gap: 0.5rem;
  }
  .down-md\:gap-2\.5 {
    gap: 0.625rem;
  }
  .down-md\:gap-3 {
    gap: 0.75rem;
  }
  .down-md\:gap-4 {
    gap: 1rem;
  }
  .down-md\:gap-5 {
    gap: 1.25rem;
  }
  .down-md\:gap-x-0 {
    column-gap: 0px;
  }
  .down-md\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
  .down-md\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .down-md\:gap-x-8 {
    column-gap: 2rem;
  }
  .down-md\:overflow-hidden {
    overflow: hidden;
  }
  .down-md\:border-0 {
    border-width: 0px;
  }
  .down-md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .down-md\:p-0 {
    padding: 0px;
  }
  .down-md\:p-5 {
    padding: 1.25rem;
  }
  .down-md\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .down-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .down-md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .down-md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .down-md\:pr-0 {
    padding-right: 0px;
  }
  .down-md\:text-center {
    text-align: center;
  }
  .down-md\:\!text-\[10px\] {
    font-size: 10px !important;
  }
  .down-md\:\!text-base {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .down-md\:text-\[18px\] {
    font-size: 18px;
  }
  .down-md\:text-sm {
    font-size: 14px;
    line-height: 18px;
  }
  .down-md\:text-red {
    --tw-text-opacity: 1;
    color: rgb(244 102 91 / var(--tw-text-opacity, 1));
  }
  .down-md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .down-md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .down-md\:hover\:bg-inherit:hover {
    background-color: inherit;
  }
}
@media (max-width: 575px) {
  .down-sm\:m-\[40\%_auto\] {
    margin: 40% auto;
  }
  .down-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .down-sm\:block {
    display: block;
  }
  .down-sm\:flex {
    display: flex;
  }
  .down-sm\:h-5 {
    height: 1.25rem;
  }
  .down-sm\:w-\[90vw\] {
    width: 90vw;
  }
  .down-sm\:w-full {
    width: 100%;
  }
  .down-sm\:grid-cols-\[repeat\(auto-fill\,_minmax\(150px\,_1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .down-sm\:flex-col {
    flex-direction: column;
  }
  .down-sm\:items-start {
    align-items: flex-start;
  }
  .down-sm\:gap-0 {
    gap: 0px;
  }
  .down-sm\:gap-x-0 {
    column-gap: 0px;
  }
  .down-sm\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .down-sm\:overflow-hidden {
    overflow: hidden;
  }
  .down-sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .down-sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .down-sm\:\!text-sm {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .down-sm\:text-\[10px\] {
    font-size: 10px;
  }
  .down-sm\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }
  .down-sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (max-width: 380px) {
  .down-xsm\:m-0 {
    margin: 0px;
  }
  .down-xsm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .down-xsm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .down-xsm\:mt-2 {
    margin-top: 0.5rem;
  }
  .down-xsm\:h-auto {
    height: auto;
  }
  .down-xsm\:min-h-\[101px\] {
    min-height: 101px;
  }
  .down-xsm\:w-\[260px\] {
    width: 260px;
  }
  .down-xsm\:w-full {
    width: 100%;
  }
  .down-xsm\:min-w-\[25px\] {
    min-width: 25px;
  }
  .down-xsm\:flex-col {
    flex-direction: column;
  }
  .down-xsm\:items-start {
    align-items: flex-start;
  }
  .down-xsm\:justify-center {
    justify-content: center;
  }
  .down-xsm\:gap-x-0 {
    column-gap: 0px;
  }
  .down-xsm\:gap-x-1 {
    column-gap: 0.25rem;
  }
  .down-xsm\:gap-x-4 {
    column-gap: 1rem;
  }
  .down-xsm\:p-2 {
    padding: 0.5rem;
  }
  .down-xsm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .down-xsm\:\!text-xs {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .down-xsm\:text-\[10px\] {
    font-size: 10px;
  }
  .down-xsm\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lg-and-i13\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .small-desktop\:-top-\[11px\] {
    top: -11px;
  }
  .small-desktop\:text-\[8px\] {
    font-size: 8px;
  }
}
.\[\&\>span\]\:inline-block > span {
  display: inline-block;
}
.\[\&\>span\]\:w-full > span {
  width: 100%;
}
.\[\&\>span\]\:\!opacity-100 > span {
  opacity: 1 !important;
}
.\[\&\>svg_circle\]\:fill-sort-grey > svg circle {
  fill: #9B9B9B;
}
.\[\&\>svg_path\]\:fill-sort-grey > svg path {
  fill: #9B9B9B;
}
.\[\&\>u\]\:cursor-pointer > u {
  cursor: pointer;
}
.\[\&_\.mat-expansion-panel-body\]\:\!p-0 .mat-expansion-panel-body {
  padding: 0px !important;
}
.create-profile-content-body {
  min-height: calc(100vh - 186px);
  margin-top: 1rem;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .create-profile-content-body {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .create-profile-content-body {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .create-profile-content-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mat-mdc-chip .mdc-evolution-chip__cell--primary {
  justify-content: center;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  height: var(--input-element-height) !important;
  min-width: 66px !important;
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity, 1)) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__text-label,
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__checkmark {
  font-size: 16px !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__text-label,
  .mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__checkmark {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.mat-mdc-chip.mat-mdc-standard-chip.mat-accent {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1)) !important;
  background-color: rgba(238, 189, 34, 0.1) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mat-accent .mdc-evolution-chip__text-label,
.mat-mdc-chip.mat-mdc-standard-chip.mat-accent .mdc-evolution-chip__checkmark {
  --tw-text-opacity: 1 !important;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1)) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--selected {
  min-width: 95px !important;
}
.mdc-evolution-chip-set__chips {
  gap: 1rem;
}
.mat-mdc-chip-listbox.mdc-evolution-chip-set .mdc-evolution-chip-set__chips {
  margin-left: 0;
}
.mat-mdc-chip-listbox mat-chip-option.mat-mdc-chip.mdc-evolution-chip {
  margin: 0;
}
.mat-mdc-chip-listbox mat-chip-option.mat-mdc-chip.mat-accent:not(.mat-mdc-chip-selected) {
  border-color: #9b9b9b !important;
  background-color: transparent !important;
}
.mat-mdc-chip-listbox mat-chip-option.mat-mdc-chip.mat-accent:not(.mat-mdc-chip-selected) .mdc-evolution-chip__text-label {
  color: #9b9b9b !important;
}
.chip-gap-1 .mdc-evolution-chip-set__chips {
  gap: 0.25rem;
}
.chip-gap-1-5 .mdc-evolution-chip-set__chips {
  gap: 0.375rem;
}
.chip-gap-2 .mdc-evolution-chip-set__chips {
  gap: 0.5rem;
}
.chip-gap-2-5 .mdc-evolution-chip-set__chips {
  gap: 0.625rem;
}
.chip-gap-3 .mdc-evolution-chip-set__chips {
  gap: 0.75rem;
}
.chip-gap-4 .mdc-evolution-chip-set__chips {
  gap: 1rem;
}
.chip-gap-5 .mdc-evolution-chip-set__chips {
  gap: 1.25rem;
}
.mat-button-toggle-group {
  border: unset !important;
  border-radius: unset !important;
}
.mat-button-toggle-group[aria-disabled=true],
.mat-button-toggle-group[disabled=true] {
  pointer-events: none;
  opacity: 0.7;
}
.mat-button-toggle-group .mat-button-toggle {
  border: 1px solid #9b9b9b !important;
  color: #9b9b9b !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  height: 100%;
}
.mat-button-toggle-group .mat-button-toggle:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mat-button-toggle-group .mat-button-toggle:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mat-button-toggle-group .mat-button-toggle-sm {
  font-size: 12px !important;
  line-height: 16px !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-button-toggle-group .mat-button-toggle-sm {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
.mat-button-toggle-group .mat-button-toggle-sm .mat-pseudo-checkbox {
  margin-right: 0.5rem !important;
}
.mat-button-toggle-group .mat-button-toggle-sm .mat-pseudo-checkbox:after {
  height: 4px !important;
  width: 10px !important;
}
.mat-button-toggle-group span {
  font-weight: 400 !important;
}
.mat-button-toggle-group .mat-button-toggle-checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #eebd22 !important;
}
.mat-button-toggle-group .mat-button-toggle-checked mat-pseudo-checkbox:after {
  color: #eebd22 !important;
}
.mat-button-toggle-group .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: inherit;
}
.mat-mdc-radio-touch-target,
.mat-mdc-radio-button .mdc-radio__background,
.mat-mdc-radio-button .mdc-radio {
  height: var(--mdc-radio-state-layer-size) !important;
  width: var(--mdc-radio-state-layer-size) !important;
}
.mat-mdc-radio-button .mdc-radio__inner-circle {
  border-width: 12px !important;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .mat-mdc-radio-button .mdc-radio__inner-circle {
    border-width: 8px !important;
  }
}
.mat-mdc-radio-button .mdc-radio__background::before {
  left: 0 !important;
  top: 0 !important;
}
.mat-mdc-radio-button,
.mat-mdc-radio-button .mdc-label {
  cursor: pointer;
}
.form-field-datepicker .mat-mdc-input-element {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-field-datepicker .mat-mdc-text-field-wrapper {
  background: unset !important;
}
.form-field-datepicker .mat-mdc-form-field-icon-suffix {
  height: var(--input-element-height);
  align-self: flex-end;
  overflow: hidden;
  background-color: rgb(235, 235, 235, var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-field-datepicker .mat-mdc-form-field-icon-suffix mat-datepicker-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-field-datepicker .mat-mdc-form-field-icon-suffix .mat-mdc-button-persistent-ripple {
  display: none !important;
}
.form-field-datepicker .mat-mdc-form-field-icon-suffix .mat-mdc-button-touch-target,
.form-field-datepicker .mat-mdc-form-field-icon-suffix .mat-mdc-button-ripple,
.form-field-datepicker .mat-mdc-form-field-icon-suffix .mat-mdc-focus-indicator {
  height: 100%;
  width: 100%;
}
.form-field-datepicker .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button.mat-mdc-button-base {
  height: var(--input-element-height);
  width: var(--input-element-height);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-field-datepicker.datepicker-range .mat-mdc-text-field-wrapper {
  background: unset !important;
  padding: 0 !important;
}
.form-field-datepicker.datepicker-range .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  display: none;
}
.form-field-datepicker.datepicker-range .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  position: relative;
}
.form-field-datepicker.datepicker-range .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix:before {
  content: "";
  display: block;
  width: 100%;
  height: var(--input-element-height);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(235, 235, 235, var(--tw-bg-opacity));
  z-index: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mat-calendar-body-cell-content {
  border-color: transparent;
}
.mat-calendar-body-today {
  border-color: var(--mat-datepicker-calendar-date-today-outline-color);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--mat-datepicker-calendar-date-hover-state-background-color);
}
.mat-calendar-body-selected,
.multi-calendar-active .mat-calendar-body-cell-content {
  background-color: var(--mat-datepicker-calendar-date-selected-state-background-color);
  color: var(--mat-datepicker-calendar-date-selected-state-text-color);
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: var(--mat-datepicker-calendar-date-disabled-state-text-color);
}
.mat-calendar-body .mat-calendar-body-cell-container .mat-calendar-body-cell.multi-calendar-active.mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: var(--mat-datepicker-calendar-date-selected-state-text-color);
  opacity: 0.38;
}
.mat-datepicker-content {
  background-color: #ffffff;
  box-shadow: var(--mat-datepicker-calendar-container-elevation-shadow);
}
.mat-datepicker-content .mat-button-disabled {
  color: #9b9b9b;
  border-color: #9b9b9b;
}
.mat-calendar-table-header-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  height: 1px;
  background: var(--mat-datepicker-calendar-header-divider-color);
}
.mat-calendar-table-header th {
  text-align: center;
  padding: 0 0 8px 0;
  color: var(--mat-datepicker-calendar-header-text-color);
  font-size: var(--mat-datepicker-calendar-header-text-size);
  font-weight: var(--mat-datepicker-calendar-header-text-weight);
}
.mat-calendar-body-label {
  height: 0;
  line-height: 0;
  text-align: start;
  padding-left: 4.7142857143%;
  padding-right: 4.7142857143%;
  font-size: var(--mat-datepicker-calendar-body-label-text-size);
  font-weight: var(--mat-datepicker-calendar-body-label-text-weight);
  color: var(--mat-datepicker-calendar-body-label-text-color);
}
.multi-calendar-active:not(.mat-calendar-body-disabled):hover .mat-calendar-body-cell-content {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.mat-calendar-table-header {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.mat-date-range-input-container {
  width: 100%;
}
.mat-mdc-floating-label:not(.mdc-floating-label--float-above) {
  max-width: calc(100% - (var(--input-element-height) + 4px));
}
.date-or-time-picker-form-field.mat-mdc-form-field-has-icon-suffix .mat-mdc-form-field-icon-suffix {
  bottom: 0;
}
mat-datepicker-toggle mat-icon,
mat-datepicker-toggle svg,
mat-timepicker-toggle mat-icon,
mat-timepicker-toggle svg {
  height: var(--mdc-icon-button-icon-size) !important;
  width: var(--mdc-icon-button-icon-size) !important;
  color: #9b9b9b;
}
mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base,
mat-timepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  --mdc-icon-button-state-layer-size: var(--input-element-height);
}
mat-datepicker-toggle .mat-mdc-icon-button .mat-mdc-button-touch-target,
mat-timepicker-toggle .mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: var(--mdc-icon-button-state-layer-size);
  width: var(--mdc-icon-button-state-layer-size);
}
@media (max-width: 767px) {
  .services-datepicker .mat-datepicker-content-container {
    max-height: calc(var(--full-height) - 180px);
    overflow: auto;
  }
}
.ql-container.ql-snow {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  height: 120px;
  width: 100%;
}
@media (max-width: 1023px) {
  .ql-container.ql-snow {
    width: 100%;
  }
}
.ql-container.ql-snow .ql-editor {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .ql-container.ql-snow .ql-editor {
    font-size: 14px;
    line-height: 16px;
  }
}
.ql-container.ql-snow .ql-editor {
  font-family: var(--font-family);
}
.ql-toolbar.ql-snow {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ql-toolbar.ql-snow .ql-stroke {
  stroke: #9B9B9B;
}
.ql-toolbar.ql-snow .ql-fill {
  fill: #9B9B9B;
}
.quill-label {
  position: absolute;
  top: 33px;
  left: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(238 189 34 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity top text 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .quill-label {
    font-size: 14px;
    line-height: 16px;
  }
}
.quill-label.show {
  top: 1px;
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .quill-label.show {
    font-size: 10px;
    line-height: 12px;
  }
}
quill-editor.floating-label-active .ql-blank:before {
  display: none;
}
quill-editor .ql-toolbar,
quill-editor .ql-editor {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
quill-editor .ql-toolbar {
  border-width: 0px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1)) !important;
}
quill-editor.editor-focused .ql-toolbar {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 189 34 / var(--tw-border-opacity, 1)) !important;
}
quill-editor.editor-error .ql-toolbar {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 102 91 / var(--tw-border-opacity, 1)) !important;
}
quill-editor .ql-container.ql-snow {
  border-width: 0px;
}
quill-editor .ql-container .ql-blank:before {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #9b9b9b;
}
.mat-mdc-slider.mat-slider-light .mdc-slider__thumb-knob:after {
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: -12px;
  transform: translate(-50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.mat-mdc-slider.mat-slider-light .mdc-slider__track--inactive {
  background-color: #ffffff;
  opacity: 1;
}
.mat-mdc-slider.mdc-slider--disabled input {
  pointer-events: none;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle::after,
.mat-mdc-slide-toggle .mdc-switch__shadow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__track::before {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
}
.mat-mdc-slide-toggle .mdc-switch--checked {
  border-radius: 0.5rem;
  background-color: rgba(238, 189, 34, 0.4);
}
.mat-mdc-slide-toggle .mdc-switch--checked .mdc-switch__icon {
  fill: #EEBD22;
}
.mat-mdc-slide-toggle .mdc-switch--checked .mdc-switch__shadow {
  --tw-bg-opacity: 1;
  background-color: rgb(238 189 34 / var(--tw-bg-opacity, 1));
}
.my-grid-item.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  padding: 0 !important;
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-list-item--disabled .doc-type {
  opacity: 0.38;
}
.status-approved {
  --tw-bg-opacity: 1;
  background-color: rgb(104 206 117 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.status-declined {
  --tw-bg-opacity: 1;
  background-color: rgb(244 102 91 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.status-not-verified {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(250, 250, 250, 0.87);
  z-index: 2;
}
.loader-wrapper .loader {
  width: 60px;
  height: 65px;
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loader-wrapper .loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #eebd22;
  margin: 35px 5px;
}
.loader-wrapper .loader span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}
.loader-wrapper .loader span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}
.loader-wrapper .loader span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}
@keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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