@import "https://fonts.googleapis.com/css?family=Inter";

/* node_modules/albi-ui/projects/albi-ui-library/src/lib/styles/style.scss */
:root {
  --default-element-radius: 16px;
  --typography-size-base: 14px;
  --primary-color: var(--primary-red-color);
  --primary-red-color: var(--color-ruby);
  --primary-red-accent-color: var(--color-ruby-light);
  --secondary-red-color: var(--color-ruby-dark);
  --disabled-input-bg:rgba(239, 239, 239, 0.3);
  --disabled-input-text:rgb(84, 84, 84);
  --placeholder-text-color: #d2d9dd;
  --icon-text-color:#767c8d;
  --ruby-90: #ffc2d5;
  --color-orange: #ffa000;
  --color-orange-light: #fdcd7d;
  --color-orange-dark: #975f00;
  --color-gold: #ffd728;
  --color-gold-light: #fde891;
  --color-gold-dark: #a5780f;
  --color-rose: #ff78d2;
  --color-rose-light: #fdb9e6;
  --color-rose-dark: #a55078;
  --color-purple: #7b61ff;
  --color-purple-light: #baaefd;
  --color-purple-dark: #493a99;
  --color-info: #00b9ff;
  --color-info-light: #7dd9fd;
  --color-info-dark: #001e5a;
  --color-eco: #32d282;
  --color-eco-light: #96e6be;
  --color-eco-dark: #005a32;
  --color-black: #141719;
  --color-black-light: #ededed;
  --color-black-hover: #747474;
}
:root .light-mode {
  --color-ruby: #ff0050;
  --color-ruby-accent: #ff4668;
  --color-ruby-light: #FFF2F6;
  --color-ruby-dark: #a5003c;
}
:root .dark-mode {
  --color-ruby: #ff0050;
  --color-ruby-accent: #ff4668;
  --color-ruby-light: #ff466825;
  --color-ruby-dark: #a5003c;
}
:root .light-mode {
  --primary-background-color: #F5F5F7;
  --secondary-background-color: #ffffff;
  --borders-color: #ededed;
  --shadow-color: #00000030;
}
:root .dark-mode {
  --primary-background-color: #222222;
  --secondary-background-color: #171717;
  --borders-color: #000000;
  --default-card-bg: #353537;
  --shadow-color: #FFFFFF30;
}
:root .light-mode {
  --tab-selected-primary-color: var(--color-ruby);
  --tab-selected-secondary-color: var(--color-ruby-light);
  --tab-hover-primary-color: #b1b1b1;
  --tab-hover-secondary-color: #e2e2e2;
}
:root .dark-mode {
  --tab-selected-primary-color: var(--color-ruby);
  --tab-selected-secondary-color: var(--color-ruby-light);
  --tab-hover-primary-color: #b1b1b1;
  --tab-hover-secondary-color: #e2e2e2;
}
:root .dark-mode {
  --primary-text-color: #ffffff;
  --secondary-text-color: #c8cbd1;
  --disabled-text-color: #767c8d;
}
:root .light-mode {
  --primary-text-color: #141719;
  --secondary-text-color: #767c8d;
  --disabled-text-color: #c8cbd1;
}
:root .dark-mode {
  --selected-table-row-color: #002330;
}
:root .light-mode {
  --selected-table-row-color: #d6f4ff;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.p-1 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-6 {
  padding: 2rem;
}
.p-24 {
  padding: 24px;
}
.p-48 {
  padding: 48px;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 2rem;
}
.m-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m-y-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-y-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-1 {
  margin: 0.5rem 0;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.pb-12 {
  margin-bottom: 12px;
}
.pb-24 {
  margin-bottom: 24px;
}
.d-flex {
  display: flex;
}
.grid-two-col {
  grid-template-columns: 1fr 1fr;
}
.grid-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.d-grid {
  display: grid;
}
@media screen and (max-width: 600px) {
  .d-grid {
    grid-template-columns: 1fr;
  }
}
.d-block {
  display: block;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.align-start {
  align-items: start;
}
.align-self-center {
  align-self: center;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.w-half {
  width: 50%;
}
.j-end {
  justify-content: end;
}
.j-center {
  justify-content: center;
}
.j-between {
  justify-content: space-between;
}
.j-around {
  justify-content: space-around;
}
.j-self-center {
  justify-self: center;
}
.j-self-end {
  justify-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.text-start {
  text-align: start;
}
.text-center {
  text-align: center;
}
.icon-pointer albi-icon {
  cursor: pointer;
}
.cliccable {
  cursor: pointer;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.capitalize {
  text-transform: capitalize;
}
.font-small {
  font-size: 12px;
}
.clip-circle {
  clip-path: circle();
}
.gap-1 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-6 {
  gap: 2rem;
}
.gap-4 {
  gap: 4px;
}
.gap-12 {
  gap: 12px;
}
.gap-24 {
  gap: 24px;
}
.gap-48 {
  gap: 48px;
}
.font-w-100 {
  font-weight: 100;
}
.font-w-200 {
  font-weight: 200;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-600 {
  font-weight: 600;
}
.font-ruby {
  color: var(--color-ruby);
}
.text-underline {
  text-decoration: underline;
}
.light-ruby-bg {
  background-color: var(--color-ruby-light);
}
.border-box {
  box-sizing: border-box;
}
.default-border-radius {
  border-radius: var(--default-element-radius);
}
.secondary-background-color {
  background-color: var(--secondary-background-color);
}
.border-color {
  border: thin solid var(--borders-color);
}
.pre-wrap {
  white-space: pre-wrap;
}
.pre-line {
  white-space: pre-line;
}
.break-spaces {
  white-space: break-spaces;
}
.primary-bg-color {
  background-color: var(--primary-background-color);
}
.secondary-bg-color {
  background-color: var(--secondary-background-color);
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
.mobile-d-flex {
  display: flex;
}
@media screen and (max-width: 550px) {
  .mobile-d-flex {
    flex-direction: column;
  }
}
.tablet-d-flex {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .tablet-d-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .mobile-text-center {
    text-align: center;
  }
}
.mobile-grid-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .mobile-grid-three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .mobile-grid-three-col {
    grid-template-columns: 1fr;
  }
}
.tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.tooltip-show {
  opacity: 1;
  visibility: visible;
}
.secondary-text-color {
  color: var(--icon-text-color);
}
.font-italic {
  font-style: italic;
}
:root {
  font-weight: bold;
  font-family: "Inter";
  font-size: var(--typography-size-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
  margin: 0;
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 20px;
  line-height: 28px;
}
h3 {
  font-size: 14px;
  line-height: 20px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 0.857rem;
  line-height: 1.143rem;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.429rem;
}
.text-base {
  font-size: 1.143rem;
  line-height: 1.714rem;
}
.text-lg {
  font-size: 1.429rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 32px;
  line-height: 40px;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.form-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.gap-x-12 {
  column-gap: 12px;
}
.gap-x-24 {
  column-gap: 24px;
}
.col-span-2 {
  grid-column: span 2/span 2;
}
@media (max-width: 768px) {
  .col-span-2 {
    grid-column: span 1/span 1;
  }
}
.form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}
.form-input-label:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.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));
}
@media (max-width: 768px) {
  .form-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: var(--default-element-radius);
  background-color: var(--secondary-background-color);
  border: 1px solid var(--borders-color);
}
.section-wrapper .elements-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.section-wrapper .elements-wrapper > * {
  margin: 0;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tooltip-container {
  text-align: center;
  z-index: 112;
  position: fixed;
  padding: 8px 16px;
  border: thin solid var(--borders-color);
  border-radius: var(--default-element-radius);
  font-size: 0.66rem;
  font-weight: 600;
  font-family: inherit;
  width: auto;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  box-sizing: border-box;
  pointer-events: none;
}
.overlay {
  z-index: 1101;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--shadow-color);
}
.text-danger {
  text-align: start;
  margin-top: 0.5rem;
  margin-left: 2rem;
  color: var(--color-orange) !important;
  font-size: 0.7rem;
  white-space: pre-wrap;
}
.mat-icon {
  height: 100% !important;
  width: 100% !important;
  max-height: 20px !important;
  max-width: 20px !important;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 10px;
}

/* src/styles.scss */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.p-1 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-6 {
  padding: 2rem;
}
.p-24 {
  padding: 24px;
}
.p-48 {
  padding: 48px;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 2rem;
}
.m-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m-y-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-y-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-1 {
  margin: 0.5rem 0;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.pb-12 {
  margin-bottom: 12px;
}
.pb-24 {
  margin-bottom: 24px;
}
.d-flex {
  display: flex;
}
.grid-two-col {
  grid-template-columns: 1fr 1fr;
}
.grid-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.d-grid {
  display: grid;
}
@media screen and (max-width: 600px) {
  .d-grid {
    grid-template-columns: 1fr;
  }
}
.d-block {
  display: block;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.align-start {
  align-items: start;
}
.align-self-center {
  align-self: center;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.w-half {
  width: 50%;
}
.j-end {
  justify-content: end;
}
.j-center {
  justify-content: center;
}
.j-between {
  justify-content: space-between;
}
.j-around {
  justify-content: space-around;
}
.j-self-center {
  justify-self: center;
}
.j-self-end {
  justify-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.text-start {
  text-align: start;
}
.text-center {
  text-align: center;
}
.icon-pointer albi-icon {
  cursor: pointer;
}
.cliccable {
  cursor: pointer;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.capitalize {
  text-transform: capitalize;
}
.font-small {
  font-size: 12px;
}
.clip-circle {
  clip-path: circle();
}
.gap-1 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-6 {
  gap: 2rem;
}
.gap-4 {
  gap: 4px;
}
.gap-12 {
  gap: 12px;
}
.gap-24 {
  gap: 24px;
}
.gap-48 {
  gap: 48px;
}
.font-w-100 {
  font-weight: 100;
}
.font-w-200 {
  font-weight: 200;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-600 {
  font-weight: 600;
}
.font-ruby {
  color: var(--color-ruby);
}
.text-underline {
  text-decoration: underline;
}
.light-ruby-bg {
  background-color: var(--color-ruby-light);
}
.border-box {
  box-sizing: border-box;
}
.default-border-radius {
  border-radius: var(--default-element-radius);
}
.secondary-background-color {
  background-color: var(--secondary-background-color);
}
.border-color {
  border: thin solid var(--borders-color);
}
.pre-wrap {
  white-space: pre-wrap;
}
.pre-line {
  white-space: pre-line;
}
.break-spaces {
  white-space: break-spaces;
}
.primary-bg-color {
  background-color: var(--primary-background-color);
}
.secondary-bg-color {
  background-color: var(--secondary-background-color);
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
.mobile-d-flex {
  display: flex;
}
@media screen and (max-width: 620px) {
  .mobile-d-flex {
    flex-direction: column;
  }
}
.tablet-d-flex {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .tablet-d-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .mobile-text-center {
    text-align: center;
  }
}
.mobile-grid-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .mobile-grid-three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .mobile-grid-three-col {
    grid-template-columns: 1fr;
  }
}
.tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.tooltip-show {
  opacity: 1;
  visibility: visible;
}
.secondary-text-color {
  color: var(--icon-text-color);
}
.font-italic {
  font-style: italic;
}
* {
  font-family: "Inter";
}
body {
  margin: 0;
}
@media screen and (max-width: 1024) {
  body {
    height: 100dvh;
  }
}
.albi-dialog-mask .albi-dialog-card .albi-dialog-card-content {
  padding: 2px;
}
*::first-letter {
  text-transform: uppercase;
}
.mat-icon::first-letter {
  text-transform: none;
}
.mini-menu-wrapper {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
  min-width: 120px;
  padding: 4px 0;
}
.mini-menu-wrapper .menu-option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.mini-menu-wrapper .menu-option:hover {
  background-color: #f0f0f0;
}
.lowercase,
*.lowercase::first-letter {
  text-transform: lowercase;
}
.lowercase-first-letter::first-letter {
  text-transform: lowercase;
}
input {
  font-weight: 100;
}
p {
  font-weight: 500;
  margin: 0;
}
hr {
  width: 100%;
  border-top: thin solid var(--borders-color);
}
.border-card {
  display: grid;
  background-color: var(--secondary-background-color);
  border: 1px solid var(--borders-color);
  border-radius: var(--default-element-radius);
  padding: 24px;
  gap: 24px;
}
.border-card.ivory-bg {
  background-color: #fffaf2;
}
.border-card.aliceblue-bg {
  background-color: #F2F9FF;
}
.disabled-label {
  color: #888888;
}
#sentry-feedback {
  --accent-background: #ff0050;
}
.avatar-image {
  clip-path: circle();
  object-fit: cover;
}
.avatar-image.small {
  height: 30px;
  width: 30px;
}
.avatar-image.medium {
  height: 80px;
  width: 80px;
}
.avatar-image.large {
  height: 120px;
  width: 120px;
}
.avatar-image.contain {
  object-fit: contain;
}
@keyframes slideInFromAbove {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.divider {
  width: 100%;
  border-top: 0.5px solid var(--borders-color);
  opacity: 0.65;
}
.loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1234;
  background-color: rgba(198, 198, 198, 0.3137254902);
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 3333;
}
.message-panel .message-column {
  display: flex;
  flex-direction: column;
}
.message-panel .message-column .overlay-message {
  z-index: 1002;
  height: fit-content;
  padding: 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  animation: slideInFromAbove 0.5s ease forwards;
}
.message-panel .message-column .overlay-message--danger {
  background:
    linear-gradient(
      90deg,
      #ff3d32 8px,
      #ffd0ce 8px);
  color: #ff3d32;
}
.message-panel .message-column .overlay-message--warning {
  background:
    linear-gradient(
      90deg,
      #c79807 8px,
      #faedc4 8px);
  color: #c79807;
}
.message-panel .message-column .overlay-message--success {
  background:
    linear-gradient(
      90deg,
      #22c55e 8px,
      #caf1d8 8px);
  color: #1da750;
}
.header-message {
  padding: 0.5rem;
  text-align: center;
  animation: slideInFromAbove 0.5s ease forwards;
}
.header-message--danger {
  background-color: var(--color-ruby);
  color: white;
}
.header-message--warning {
  background-color: var(--color-orange);
  color: white;
}
.header-message--success {
  background-color: var(--color-eco-dark);
  color: white;
}
.no-scroll {
  overflow: hidden;
}
a {
  text-decoration: none;
}
.secondary-text-color {
  color: var(--icon-text-color);
}
.flex-2 {
  flex: 2;
}
.item-selected {
  outline: thin solid var(--color-ruby);
}
.grid-template-3-col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .grid-template-3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-template-3-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
albi-table th {
  min-width: 80px;
}
albi-table th.frozen-column {
  min-width: 0;
}

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