@charset "UTF-8";
/**
*
*	Name:			DANA Fonts
*	Version:			1.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		May 22, 2019
*	Updated on:		May 22, 2019
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت دانا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
DANA fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: SNFH89
--------------------------------------------------------------------------------------
*
**/
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/dana/eot/dana-fanum-light.eot");
  src: url("/fonts/dana/eot/dana-fanum-light.eot?#iefix") format("embedded-opentype"), url("/fonts/dana/woff2/dana-fanum-light.woff2") format("woff2"), url("/fonts/dana/woff/dana-fanum-light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+ */
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/dana/eot/dana-fanum-demibold.eot");
  src: url("/fonts/dana/eot/dana-fanum-demibold.eot?#iefix") format("embedded-opentype"), url("/fonts/dana/woff2/dana-fanum-demibold.woff2") format("woff2"), url("/fonts/dana/woff/dana-fanum-demibold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+ */
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/dana/eot/dana-fanum-regular.eot");
  src: url("/fonts/dana/eot/dana-fanum-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/dana/woff2/dana-fanum-regular.woff2") format("woff2"), url("/fonts/dana/woff/dana-fanum-regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+ */
}
/**
  Iranic fonts
  **/
@font-face {
  font-family: dana;
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/dana/eot/dana-fanum-bolditalic.eot");
  src: url("/fonts/dana/eot/dana-fanum-bolditalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dana/woff2/dana-fanum-bolditalic.woff2") format("woff2"), url("/fonts/dana/woff/dana-fanum-bolditalic.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+ */
}
@font-face {
  font-family: dana;
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/dana/eot/dana-fanum-regularitalic.eot");
  src: url("/fonts/dana/eot/dana-fanum-regularitalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dana/woff2/dana-fanum-regularitalic.woff2") format("woff2"), url("/fonts/dana/woff/dana-fanum-regularitalic.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+ */
}
/* stylelint-disable pitcher/max-lines -- this file is used in the showcase so it should contain all utility classes */
.font-monospaced-numbers {
  font-feature-settings: "ss03" !important;
}

.font-english-numbers {
  font-feature-settings: normal !important;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}

.black-50 {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background-color: hsl(var(--_body-hue), var(--_body-saturation), var(--lightness-0), 50%) !important;
}

.white-50 {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background-color: hsl(var(--_body-hue), var(--_body-saturation), var(--lightness-1000), 50%) !important;
}

/* stylelint-disable -- reboot configs may not follow stylelint rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}

html,
body {
  height: 100%;
}

html[dir=rtl] body {
  direction: rtl;
  text-align: start;
}

html {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: auto;
}
html:focus-within {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
[dark=true] ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--body-bg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@supports (font-variation-settings: normal) {
  body {
    font-feature-settings: "kern" on, "liga" on, "calt" on, "ss02";
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.mat-typography h4 {
  margin-bottom: 0.75rem;
}
.mat-typography h4,
.mat-typography h5,
.mat-typography h6 {
  font-weight: 600;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentcolor;
  border: 0;
  opacity: 25%;
}

hr:not([size]) {
  height: 1px;
}

img {
  vertical-align: middle;
}

ol,
ul {
  padding-inline-end: 2rem;
}

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

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

b,
strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary-700);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

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

label {
  display: inline-block;
}

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

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

textarea {
  resize: vertical;
}

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

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

[hidden] {
  display: none !important;
}

.container {
  max-width: 1140px;
}

.container,
.container-fluid {
  --gutter-x: 2rem;
  margin-top: 2rem;
  width: 100%;
  padding-inline: var(--gutter-x) var(--gutter-x);
  margin-inline: auto auto;
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding: 0;
  margin-top: 0;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}

.g-1 {
  --gutter-x: 0.25rem;
  --gutter-y: 0.25rem;
}

.g-2 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}

.g-3 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}

.g-4 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}

.g-5 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-0 {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .g-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .g-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .g-3 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .g-4 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .g-5 {
    --gutter-x: 3rem;
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-0 {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .g-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .g-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .g-3 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .g-4 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .g-5 {
    --gutter-x: 3rem;
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-0 {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .g-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .g-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .g-3 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .g-4 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .g-5 {
    --gutter-x: 3rem;
    --gutter-y: 3rem;
  }
}
.opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid var(--light-border-color) !important;
}

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

.border-top {
  border-top: 1px solid var(--light-border-color) !important;
}

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

.border-end {
  border-inline-end: 1px solid var(--light-border-color) !important;
}

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

.border-bottom {
  border-bottom: 1px solid var(--light-border-color) !important;
}

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

.border-start {
  border-inline-start: 1px solid var(--light-border-color) !important;
}

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

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

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

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

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

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

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

.min-width-0 {
  min-width: 0 !important;
}

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

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

.min-height-0 {
  min-height: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

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

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

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

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

.align-content-stretch {
  align-content: stretch !important;
}

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

.align-self-start {
  align-self: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0 {
  margin-inline-start: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-inline-start: auto !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-inline-end: auto !important;
}

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

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

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

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

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

.-mx-1 {
  margin-inline-start: -0.25rem !important;
  margin-inline-end: -0.25rem !important;
}

.-mx-2 {
  margin-inline-start: -0.5rem !important;
  margin-inline-end: -0.5rem !important;
}

.-mx-3 {
  margin-inline-start: -1rem !important;
  margin-inline-end: -1rem !important;
}

.-mx-4 {
  margin-inline-start: -1.5rem !important;
  margin-inline-end: -1.5rem !important;
}

.-mx-5 {
  margin-inline-start: -3rem !important;
  margin-inline-end: -3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.px-1 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}

.px-2 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.px-3 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}

.px-4 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.px-5 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-inline-start: 0 !important;
}

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

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

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

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

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

.pe-0 {
  padding-inline-end: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-size-12 {
  font-size: 0.75rem !important;
}

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

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

.font-size-18 {
  font-size: 1.125rem !important;
}

.font-size-20 {
  font-size: 1.25rem !important;
}

.font-size-24 {
  font-size: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.text-accent {
  color: var(--accent) !important;
}

.text-accent-50 {
  color: var(--accent-50) !important;
}

.text-accent-300 {
  color: var(--accent-300) !important;
}

.text-accent-500 {
  color: var(--accent-500) !important;
}

.text-accent-700 {
  color: var(--accent-700) !important;
}

.text-accent-900 {
  color: var(--accent-900) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-red {
  color: var(--red) !important;
}

.text-red-50 {
  color: var(--red-50) !important;
}

.text-red-300 {
  color: var(--red-300) !important;
}

.text-red-500 {
  color: var(--red-500) !important;
}

.text-red-700 {
  color: var(--red-700) !important;
}

.text-red-900 {
  color: var(--red-900) !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-pink-50 {
  color: var(--pink-50) !important;
}

.text-pink-300 {
  color: var(--pink-300) !important;
}

.text-pink-500 {
  color: var(--pink-500) !important;
}

.text-pink-700 {
  color: var(--pink-700) !important;
}

.text-pink-900 {
  color: var(--pink-900) !important;
}

.text-purple {
  color: var(--purple) !important;
}

.text-purple-50 {
  color: var(--purple-50) !important;
}

.text-purple-300 {
  color: var(--purple-300) !important;
}

.text-purple-500 {
  color: var(--purple-500) !important;
}

.text-purple-700 {
  color: var(--purple-700) !important;
}

.text-purple-900 {
  color: var(--purple-900) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-blue-50 {
  color: var(--blue-50) !important;
}

.text-blue-300 {
  color: var(--blue-300) !important;
}

.text-blue-500 {
  color: var(--blue-500) !important;
}

.text-blue-700 {
  color: var(--blue-700) !important;
}

.text-blue-900 {
  color: var(--blue-900) !important;
}

.text-cyan {
  color: var(--cyan) !important;
}

.text-cyan-50 {
  color: var(--cyan-50) !important;
}

.text-cyan-300 {
  color: var(--cyan-300) !important;
}

.text-cyan-500 {
  color: var(--cyan-500) !important;
}

.text-cyan-700 {
  color: var(--cyan-700) !important;
}

.text-cyan-900 {
  color: var(--cyan-900) !important;
}

.text-teal {
  color: var(--teal) !important;
}

.text-teal-50 {
  color: var(--teal-50) !important;
}

.text-teal-300 {
  color: var(--teal-300) !important;
}

.text-teal-500 {
  color: var(--teal-500) !important;
}

.text-teal-700 {
  color: var(--teal-700) !important;
}

.text-teal-900 {
  color: var(--teal-900) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-green-50 {
  color: var(--green-50) !important;
}

.text-green-300 {
  color: var(--green-300) !important;
}

.text-green-500 {
  color: var(--green-500) !important;
}

.text-green-700 {
  color: var(--green-700) !important;
}

.text-green-900 {
  color: var(--green-900) !important;
}

.text-lime {
  color: var(--lime) !important;
}

.text-lime-50 {
  color: var(--lime-50) !important;
}

.text-lime-300 {
  color: var(--lime-300) !important;
}

.text-lime-500 {
  color: var(--lime-500) !important;
}

.text-lime-700 {
  color: var(--lime-700) !important;
}

.text-lime-900 {
  color: var(--lime-900) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.text-yellow-50 {
  color: var(--yellow-50) !important;
}

.text-yellow-300 {
  color: var(--yellow-300) !important;
}

.text-yellow-500 {
  color: var(--yellow-500) !important;
}

.text-yellow-700 {
  color: var(--yellow-700) !important;
}

.text-yellow-900 {
  color: var(--yellow-900) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-orange-50 {
  color: var(--orange-50) !important;
}

.text-orange-300 {
  color: var(--orange-300) !important;
}

.text-orange-500 {
  color: var(--orange-500) !important;
}

.text-orange-700 {
  color: var(--orange-700) !important;
}

.text-orange-900 {
  color: var(--orange-900) !important;
}

.text-brown {
  color: var(--brown) !important;
}

.text-brown-50 {
  color: var(--brown-50) !important;
}

.text-brown-300 {
  color: var(--brown-300) !important;
}

.text-brown-500 {
  color: var(--brown-500) !important;
}

.text-brown-700 {
  color: var(--brown-700) !important;
}

.text-brown-900 {
  color: var(--brown-900) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.text-gray-50 {
  color: var(--gray-50) !important;
}

.text-gray-300 {
  color: var(--gray-300) !important;
}

.text-gray-500 {
  color: var(--gray-500) !important;
}

.text-gray-700 {
  color: var(--gray-700) !important;
}

.text-gray-900 {
  color: var(--gray-900) !important;
}

.text-white {
  color: var(--fff) !important;
}

.text-black {
  color: var(--000) !important;
}

.bg-white {
  background-color: var(--fff) !important;
}

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

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

.border-radius-circle {
  border-radius: 50% !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 3rem !important;
  }
  .me-sm-auto {
    margin-inline-end: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-sm-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-sm-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-sm-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-sm-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-sm-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-3 {
    margin-inline-end: 1rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-md-5 {
    margin-inline-end: 3rem !important;
  }
  .me-md-auto {
    margin-inline-end: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-md-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-md-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-md-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-md-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-md-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 3rem !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-lg-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-lg-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-lg-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-lg-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-lg-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 3rem !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 3rem !important;
  }
}
.pgh-emulated-flex-gap {
  --gap: 0.75rem;
  flex-wrap: wrap;
  margin-block: calc(-1 * var(--gap)) 0;
  margin-inline: 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}
.pgh-emulated-flex-gap > * {
  margin-block: var(--gap) 0;
  margin-inline: 0 var(--gap);
}

.square-8 {
  width: 0.5rem !important;
  height: 0.5rem !important;
  line-height: 0.5rem !important;
}

.square-16 {
  width: 1rem !important;
  height: 1rem !important;
  line-height: 1rem !important;
}

.square-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}

.square-32 {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}

.square-40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}

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

.pgh-mat .mat-accordion {
  display: block;
}
.pgh-mat .mat-accordion:not(:first-child) {
  margin-top: 1rem;
}
.pgh-mat .mat-accordion:not(:last-child) {
  margin-bottom: 1rem;
}
.pgh-mat .mat-accordion > .mat-expansion-panel {
  border-radius: 0;
}
.pgh-mat .mat-accordion > .mat-expansion-panel:first-child {
  border-radius: var(--box-radius) var(--box-radius) 0 0;
}
.pgh-mat .mat-accordion > .mat-expansion-panel:last-child {
  border-radius: 0 0 var(--box-radius) var(--box-radius);
}
.pgh-mat .mat-accordion > .mat-expansion-panel:only-child {
  border-radius: var(--box-radius);
}
.pgh-mat .mat-accordion .mat-expansion-panel-spacing {
  border-radius: var(--box-radius) !important;
}
.pgh-mat .mat-accordion > pgh-form-expansion-panel > .mat-expansion-panel {
  border-radius: 0;
}
.pgh-mat .mat-accordion > pgh-form-expansion-panel:first-child > .mat-expansion-panel {
  border-radius: var(--box-radius) var(--box-radius) 0 0;
}
.pgh-mat .mat-accordion > pgh-form-expansion-panel:last-child > .mat-expansion-panel {
  border-radius: 0 0 var(--box-radius) var(--box-radius);
}
.pgh-mat .mat-accordion > pgh-form-expansion-panel:only-child > .mat-expansion-panel {
  border-radius: var(--box-radius);
}
.pgh-mat .mat-expansion-panel {
  border-radius: var(--box-radius);
}
.pgh-mat .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: var(--shadow);
}
.pgh-mat .mat-expansion-panel-body {
  padding-block: 0.75rem 1rem;
  padding-inline: 1.5rem;
}
.pgh-mat .mat-expansion-panel-header {
  height: 3.25rem;
}
.pgh-mat .mat-expansion-panel-header-title {
  flex: 0 1 40%;
  font-weight: 600;
  align-self: center;
}
.pgh-mat .mat-expansion-panel-header-description {
  flex: 0 1 60%;
  overflow: hidden;
  font-weight: 400;
  align-self: center;
}

.pgh-mat a.mat-mdc-button-base {
  text-decoration: none;
}
.pgh-mat .mat-mdc-outlined-button:not(.mat-mdc-button-disabled) {
  background: var(--fff);
}
.pgh-mat .big-mat-button {
  font-size: 1.125rem;
  min-width: 10rem;
  font-weight: 600;
  padding-block: 0;
  padding-inline: 1.5rem;
  line-height: 3rem;
  height: auto;
  white-space: nowrap;
}
.pgh-mat .pgh-same-height-mat-form-field {
  margin-top: 0.25rem;
  height: 3.71875em;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  border: 1px solid var(--ddd);
}

.pgh-mat .pgh-mat-form-field-no-space-bottom .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper, .pgh-mat .pgh-mat-form-field-no-space-bottom.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  margin-bottom: -1.5rem;
}

.pgh-mat .mat-mdc-radio-button .mdc-radio {
  padding-inline-start: 0;
}

.pgh-mat .mat-mdc-tab-body-wrapper {
  overflow: visible;
}
.pgh-mat .mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-wrapper {
  overflow: visible;
}
.pgh-mat .mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body {
  overflow-y: visible;
}
.pgh-mat .mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active {
  overflow-y: visible;
}
.pgh-mat .mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content {
  height: 100%;
  overflow: visible;
}
.pgh-mat .mat-mdc-tab-header {
  margin-bottom: var(--mat-tab-header-margin-bottom);
}
.pgh-mat .mat-mdc-tab-labels {
  font-weight: 600;
}
.pgh-mat .mat-mdc-tab-labels.mdc-tab-indicator--active {
  color: var(--primary-700);
}
.pgh-mat .pgh-mat-tab-header-box > .mat-mdc-tab-header {
  border-bottom: none;
  box-shadow: var(--shadow);
  background-color: var(--fff);
  border-radius: var(--box-radius);
}

.pgh-mat .mat-vertical-content,
.pgh-mat .mat-horizontal-content-container {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .pgh-mat [dir=rtl] .mat-vertical-content-container {
    margin-inline-start: 0;
  }
  .pgh-mat [dir=rtl] .mat-stepper-vertical-line::before {
    right: 2.75rem;
    bottom: initial;
    height: 1.875rem;
  }
}

.pgh-table-box table[mat-table] {
  min-width: 100%;
  max-width: 100%;
}
.pgh-table-box .mat-mdc-form-field {
  margin-block: 0.25rem;
}
.pgh-table-box .mat-mdc-table,
.pgh-table-box .mat-mdc-paginator {
  background: transparent;
}
.pgh-table-box .mat-mdc-paginator-container {
  padding-inline: 1rem;
}
.pgh-table-box .mat-mdc-header-row {
  height: 3.125rem;
}
.pgh-table-box .mat-mdc-table > thead {
  background: var(--eee);
}
.pgh-table-box .mat-mdc-table > tbody td {
  font-size: inherit;
}
.pgh-table-box .mat-mdc-header-cell {
  color: var(--444);
  font-size: 0.875rem;
  font-weight: 600;
}
.pgh-table-box th.mat-mdc-header-cell,
.pgh-table-box td.mat-mdc-cell,
.pgh-table-box td.mat-mdc-footer-cell {
  padding-block: 0;
  padding-inline: 0.25rem;
}
.pgh-table-box th.mat-mdc-header-cell:first-of-type:not(:only-of-type),
.pgh-table-box td.mat-mdc-cell:first-of-type:not(:only-of-type),
.pgh-table-box td.mat-mdc-footer-cell:first-of-type:not(:only-of-type) {
  padding-inline-start: 1rem;
}
.pgh-table-box th.mat-mdc-header-cell:last-of-type:not(:only-of-type),
.pgh-table-box td.mat-mdc-cell:last-of-type:not(:only-of-type),
.pgh-table-box td.mat-mdc-footer-cell:last-of-type:not(:only-of-type) {
  padding-inline-end: 1rem;
}
.pgh-table-box .mat-mdc-row:nth-child(even) {
  background-color: var(--f9f9f9);
}

.pgh-mat .mat-mdc-dialog-container {
  height: auto;
}

.pgh-mat .mat-elevation-z4 {
  box-shadow: var(--shadow-lg);
}

.pgh-mat .mat-datepicker-content {
  box-shadow: var(--shadow-lg);
}

.pgh-mat .mat-toolbar {
  background-color: var(--fff);
}
.pgh-mat .mat-drawer-container {
  background-color: var(--body-bg);
}

.box {
  box-shadow: var(--shadow);
  background-color: var(--fff);
  border-radius: var(--box-radius);
}

@keyframes pgh-loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-pgh-loader] {
  position: relative;
}
[data-pgh-loader]::after {
  content: "";
  border-radius: 50%;
  border: 2px solid var(--primary-700);
  border-inline-start-color: var(--primary-50);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-inline-end: -0.625rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
[data-pgh-loader]::before {
  opacity: 0;
  visibility: hidden;
}
[data-pgh-loader].pgh-loader-active::after {
  opacity: 1 !important;
  visibility: visible !important;
  animation: pgh-loader-animation 1.9s infinite ease-in-out;
  display: initial;
}
[data-pgh-loader].pgh-loader-active::before {
  opacity: 1;
  display: initial;
  visibility: visible;
}

[data-pgh-loader~=button].pgh-loader-active > * {
  visibility: hidden;
  opacity: 0;
}

[data-pgh-loader~=accent]::after {
  border: 2px solid var(--accent-700);
  border-inline-start-color: var(--accent-50);
}

[data-pgh-loader~=overlay]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: all 0.2s ease;
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background: hsl(0deg, 0%, var(--lightness-300), 20%);
}
@supports (backdrop-filter: blur(1px)) {
  [data-pgh-loader~=overlay]::before {
    backdrop-filter: blur(1px);
  }
}

[data-pgh-loader~=small]::after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-inline-end: -6px;
}

[data-pgh-loader~=big]::after {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-inline-end: -24px;
  border-width: 3px;
}

[data-pgh-indicator] {
  position: relative;
}
[data-pgh-indicator]::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
  box-shadow: 0 0 3px var(--primary-300);
  border: 1px solid var(--primary-50);
}

[data-pgh-indicator~=accent]::after {
  background-color: var(--accent);
  box-shadow: 0 0 3px var(--accent-300);
  border: 1px solid var(--accent-50);
}

[data-pgh-indicator~=warn]::after {
  background-color: var(--warning);
  box-shadow: 0 0 3px var(--warning-300);
  border: 1px solid var(--warning-50);
}

[data-pgh-indicator~=danger]::after {
  background-color: var(--danger);
  box-shadow: 0 0 3px var(--danger-300);
  border: 1px solid var(--danger-50);
}

[data-pgh-indicator~=top]::after {
  top: -0.5rem;
}

[data-pgh-indicator~=bottom]::after {
  bottom: -0.5rem;
}

[data-pgh-indicator~=start]::after {
  inset-inline-start: -0.5rem;
}

[data-pgh-indicator~=end]::after {
  inset-inline-end: -0.5rem;
}

[data-pgh-indicator~=hidden]::after {
  display: none;
}

.pgh-form-wrapper {
  max-width: 600px;
}

.pgh-mat .pgh-drop-file-container.pgh-drop-file-primary {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(0, 172.89, 117.85335, 0.4);
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background-color: rgba(0, 172.89, 117.85335, 0.03);
  color: var(--primary);
}
.pgh-mat .pgh-drop-file-container.pgh-drop-file-primary:hover {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(0, 172.89, 117.85335, 0.8);
}
.pgh-mat .pgh-drop-file-container.pgh-drop-file-accent {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(0, 155.1522, 189.21, 0.4);
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background-color: rgba(0, 155.1522, 189.21, 0.03);
  color: var(--accent);
}
.pgh-mat .pgh-drop-file-container.pgh-drop-file-accent:hover {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(0, 155.1522, 189.21, 0.8);
}
.pgh-mat .pgh-drop-file-container.pgh-drop-file-warn {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(229, 57, 53, 0.4);
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  background-color: rgba(229, 57, 53, 0.03);
  color: var(--warn);
}
.pgh-mat .pgh-drop-file-container.pgh-drop-file-warn:hover {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value -- using alpha */
  border-color: rgba(229, 57, 53, 0.8);
}

.pgh-mat .pgh-chart-wrapper {
  position: relative;
}
.pgh-mat .pgh-chart-content.pgh-chart-no-data {
  filter: blur(2px) grayscale(1);
  pointer-events: none;
  opacity: 0.5;
}
.pgh-mat .pgh-highcharts-tooltip {
  background: var(--f9f9f9);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ccc);
  border-radius: var(--box-radius);
  padding-block: 0.375rem;
  padding-inline: 0.5rem;
  text-align: center;
  min-width: fit-content;
  direction: rtl;
}
.pgh-mat .pgh-highcharts-tooltip .tooltip-y {
  font-size: 0.875rem;
  font-weight: 600;
}
.pgh-mat .pgh-highcharts-tooltip .tooltip-x {
  font-size: 0.75rem;
  color: var(--888);
}

.pgh-mat .pgh-auth-layout-container {
  padding: 0;
}
@media (min-width: 576px) {
  .pgh-mat .pgh-auth-layout-container {
    padding-block: 1rem;
    padding-inline: 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
