/* projects/admin/src/styles/styles.scss */
.df {
  display: flex;
  flex-direction: row;
}
.df-c {
  display: flex;
  flex-direction: column;
}
.df-rr {
  display: flex;
  flex-direction: row-reverse;
}
.grow {
  flex-grow: 1;
}
.fw-w {
  flex-wrap: wrap;
}
.jc-s {
  justify-content: flex-start;
}
.jc-sb {
  justify-content: space-between;
}
.jc-c {
  justify-content: center;
}
.jc-e {
  justify-content: flex-end;
}
.ai-s {
  align-items: flex-start;
}
.ai-c {
  align-items: center;
}
.ai-e {
  align-items: flex-end;
}
.ai-b {
  align-items: baseline;
}
.gap5 {
  gap: 5px;
}
.gap8 {
  gap: 8px;
}
.gap10 {
  gap: 10px;
}
.gap15 {
  gap: 15px;
}
.gap20 {
  gap: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
@font-face {
  font-family: "Chakra Petch";
  src: url("./media/ChakraPetch-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Chakra Petch";
  src: url("./media/ChakraPetch-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Chakra Petch";
  src: url("./media/ChakraPetch-SemiBold.ttf");
  font-weight: 600;
}
.typography-headline-1,
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title,
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title .mat-dialog-title__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}
.typography-headline-2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.typography-headline-3 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-subHeadline,
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title .mat-dialog-title__subtitle {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.typography-body-1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.typography-body-1-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-body-2,
.link {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.typography-body-2-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.typography-small-text,
.board-cell-bottom-info {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.typography-small-text-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.typography-labels-1,
.tab-smart-filter {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.typography-labels-1-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-labels-2,
::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item,
.tab,
.text-field ::placeholder {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.typography-labels-2-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.typography-labels-3-small {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.typography-title-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.typography-title-primary h1 {
  color: #ffffff;
}
.typography-title-primary p {
  color: #9f9f9f;
  max-width: 500px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
button {
  margin: 0;
  padding: 0;
}
body {
  display: block;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 0;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
fr8bot-root {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font-family: "Chakra Petch", sans-serif;
  overflow: hidden;
}
body {
  overflow: hidden;
  background-color: #000000;
}
.text-field {
  display: flex;
  width: 100%;
}
.text-field .text-field__icon-wrapper {
  width: 16px;
  height: 16px;
}
.text-field .text-field__icon-wrapper-12 {
  width: 12px;
  height: 12px;
}
.text-field .text-field__label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
  margin-bottom: 12px;
}
.text-field .text-field__label .text-field__label-required {
  color: #ff3c3c;
}
.text-field .text-field__icon {
  color: #7d7d7d;
  transition: color 0.2s ease;
}
.text-field .text-field__clear-field-icon {
  cursor: pointer;
}
.text-field .text-field__clear-field-icon:hover {
  color: #ff3c3c;
}
.text-field .text-field__show-password-icon {
  cursor: pointer;
}
.text-field .text-field__show-password-icon:hover {
  color: #ffffff;
}
.text-field .text-field__field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 50px;
  background-color: #202020;
  border: 2px solid #5e5e5e;
  outline: none;
  transition: color 0.2s ease, border-color 0.2s ease;
  padding: 0 15px;
}
.text-field .text-field__field input,
.text-field .text-field__field textarea {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
}
.text-field .text-field__field textarea {
  padding: 15px 0;
  resize: none;
}
.text-field .text-field__field input:-webkit-autofill,
.text-field .text-field__field input:-webkit-autofill:hover,
.text-field .text-field__field input:-webkit-autofill:focus,
.text-field .text-field__field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #202020 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.text-field .text-field__field:focus-within {
  border-color: #c1d91c;
}
.text-field .text-field__field:hover:not(:focus-within) {
  border-color: #7d7d7d;
}
.text-field .text-field__field-leftText {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #7d7d7d;
}
.text-field .text-field__field-rightText {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #7d7d7d;
}
.text-field--size-small .text-field__field {
  height: 40px;
}
.text-field--size-textarea .text-field__field {
  min-height: 80px;
  height: 80px;
}
.text-field--filled .text-field__field {
  border-color: #7d7d7d;
}
.text-field--password .text-field__field input {
  padding-right: 46px;
}
.text-field--error .text-field__field {
  border-color: #ff3c3c;
}
.text-field--error .text-field__field:focus-within {
  border-color: #ff3c3c;
}
.text-field--error .text-field__field:hover:not(:focus-within) {
  border-color: #ff3c3c;
}
.text-field--disabled .text-field__label {
  color: #9f9f9f;
}
.text-field--disabled .text-field__field {
  background-color: #323232;
  border-color: #5e5e5e;
}
.text-field--disabled .text-field__field input {
  color: #7d7d7d;
}
.text-field--disabled .text-field__field:focus-within {
  border-color: #5e5e5e;
}
.text-field--disabled .text-field__field:hover:not(:focus-within) {
  border-color: #5e5e5e;
}
.text-field ::placeholder {
  color: #7d7d7d;
}
.text-field__error {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 4px;
  color: #ff3c3c;
}
.alert-primary {
  align-self: start;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #25bb73;
}
.alert-primary .alert-primary__icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.alert-primary--warn {
  color: #d38900;
}
.alert-primary--error {
  color: #ff3c3c;
}
.alert-secondary {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #ff3c3c;
  background-color: #3E282D;
}
.alert-secondary__icon {
  flex-shrink: 0;
}
.alert-secondary__text {
  color: rgba(255, 255, 255, 0.75);
}
.content-viewer .mat-mdc-dialog-container {
  resize: both;
  background-color: black;
}
.content-viewer .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  background-color: unset;
}
.content-viewer .mat-mdc-dialog-container .content-viewer--action-buttons-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 30px;
  bottom: 30px;
}
.content-viewer .mat-mdc-dialog-container .content-viewer--action-button {
  max-width: 40px;
  z-index: 999;
  background-color: black;
}
.content-viewer .mat-mdc-dialog-container .content-viewer--action-button__close {
  position: absolute;
  left: 30px;
  top: 30px;
}
.content-viewer .mat-mdc-dialog-container .content-viewer--action-button__prev-image {
  position: absolute;
  left: 30px;
  top: calc(50vh - 15px);
}
.content-viewer .mat-mdc-dialog-container .content-viewer--action-button__next-image {
  position: absolute;
  right: 30px;
  top: calc(50vh - 15px);
}
.button-primary {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  background-color: #c1d91c;
  color: #000000;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.button-primary:hover:not(:disabled) {
  background-color: #e8ff54;
}
.button-primary:disabled {
  background-color: #5e5e5e;
  cursor: default;
}
.button-primary--cut {
  clip-path: polygon(0 0, 100% 0, 100% 65%, 95% 100%, 0 100%);
}
.button-primary--size-small {
  height: 40px;
}
.button-primary--size-medium {
  height: 50px;
}
.button-primary--size-large {
  height: 60px;
}
.button-secondary {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 50px;
  height: 50px;
  background-color: transparent;
  color: #d7d7d7;
  border: 2px solid #5e5e5e;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.button-secondary:hover:not(:disabled) {
  color: #ffffff;
  border-color: #9f9f9f;
}
.button-secondary:disabled {
  color: rgba(255, 255, 255, 0.25);
  border-color: #5e5e5e;
  cursor: default;
}
.button-secondary--size-small {
  min-width: 40px;
  height: 40px;
}
.button-secondary--size-xs {
  min-width: 30px;
  height: 30px;
}
.button-secondary--size-medium {
  min-width: 50px;
  height: 50px;
}
.button-secondary--size-large {
  min-width: 60px;
  height: 60px;
}
.button-transparent {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  background-color: rgba(32, 32, 32, 0.9);
  color: #d7d7d7;
  cursor: pointer;
  outline: none;
  border: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.button-transparent:hover:not(:disabled) {
  background-color: #3d3d3d;
  color: #ffffff;
}
.button-transparent:disabled {
  cursor: default;
}
.button-transparent--size-small {
  height: 40px;
}
.button-transparent--size-medium {
  height: 50px;
}
.button-transparent--size-large {
  height: 60px;
}
.link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9f9f9f;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}
.link--decoration {
  text-decoration: underline;
}
.link:hover {
  color: #ffffff;
}
.link--color-primary {
  color: #c1d91c;
}
.link--color-primary:hover {
  color: #e8ff54;
}
.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 30px;
  padding: 0 15px;
  outline: none;
  background-color: transparent;
  border: 2px solid #5e5e5e;
  color: #d7d7d7;
  cursor: pointer;
  transition:
    cursor ease 0.2s,
    border-color ease 0.2s,
    background-color ease 0.2s;
}
.tab:hover {
  border-color: #9f9f9f;
  color: #ffffff;
}
.tab--selected {
  color: #000000;
  border-color: transparent;
}
.tab--selected:hover {
  border-color: transparent;
  color: #000000;
}
.tab--yellow {
  background-color: #c1d91c;
}
.tab--yellow:hover {
  background-color: #e8ff54;
}
.tab--green {
  background-color: #25bb73;
}
.tab--green:hover {
  background-color: #2BDD88;
}
.tab--red {
  background-color: #ff3c3c;
}
.tab--red:hover {
  background-color: #FF5B5B;
}
.tab--orange {
  background-color: #d38900;
}
.tab--orange:hover {
  background-color: #FFBE3B;
}
.tab--grey {
  background-color: #7d7d7d;
}
.tab--grey:hover {
  background-color: #9f9f9f;
}
.tab--white {
  background-color: #d7d7d7;
}
.tab--white:hover {
  background-color: #ffffff;
}
.tab--purple {
  background-color: #6F00ED;
}
.tab--purple:hover {
  background-color: #8D2AFF;
}
.tab-smart-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 28px;
  outline: none;
  background-color: transparent;
  border: 2px solid #5e5e5e;
  color: #d7d7d7;
  cursor: pointer;
  transition:
    cursor ease 0.2s,
    border-color ease 0.2s,
    background-color ease 0.2s;
}
.tab-smart-filter .tab-smart-filter__label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c1d91c;
  color: #000000;
  font-weight: bold;
}
.tab-smart-filter .tab-smart-filter__bottomLine {
  position: absolute;
  bottom: 0;
  left: -2px;
  display: none;
  width: calc(100% + 4px);
  height: 14px;
  background-color: #202020;
  z-index: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.tab-smart-filter:hover {
  border-color: #9f9f9f;
  color: #ffffff;
}
.tab-smart-filter--selected {
  background-color: #202020;
  border-color: transparent;
  color: #d7d7d7;
}
.tab-smart-filter--selected .tab-smart-filter__bottomLine {
  display: block;
}
.tab-smart-filter--selected:hover {
  background-color: #323232;
  border-color: transparent;
  color: #d7d7d7;
}
.scroll-primary::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #323232;
}
.scroll-primary::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.scroll-primary::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
.scroll-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-hidden::-webkit-scrollbar {
  display: none;
}
fr8bot-select {
  display: flex;
  width: 100%;
}
fr8bot-select .fr8bot-select__text-wrapper {
  flex: 1 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fr8bot-select__overlay {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #323232;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.9);
  margin-top: 2px;
  background-color: #202020;
  color: #ffffff;
}
.fr8bot-select__overlay .fr8bot-option__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  gap: 10px;
  height: 50px;
  padding: 0 30px 0 15px;
  color: #9f9f9f;
  transition: background-color 0.2s ease;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.fr8bot-select__overlay .fr8bot-option__row .fr8bot-option__row-checkmark {
  width: 16px;
  height: 16px;
  color: #25bb73;
}
.fr8bot-select__overlay .fr8bot-option__row:hover {
  background-color: #323232;
}
:host {
  display: flex;
  flex: auto;
}
.board__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
}
.board {
  position: relative;
  flex: auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.board .board__blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  z-index: 8;
}
.board .board__blur--left {
  left: 0;
  background:
    linear-gradient(
      90deg,
      #000000,
      transparent);
}
.board .board__blur--right {
  right: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      #000000);
}
.board .board__inner {
  position: relative;
  flex: auto;
  height: 0;
  padding: 0 30px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.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);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.board-list {
  height: 100%;
}
.board-list.cdk-drop-list-dragging .board-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.board-cell-bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  color: #7d7d7d;
}
.hover {
  background-color: #323232;
  border: 1px solid #3d3d3d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.hover:hover {
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.hover--variant-2 {
  background-color: #202020;
  border: 1px solid #323232;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.hover--variant-2:hover {
  background-color: #323232;
  border: 1px solid #323232;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.unit-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 10px;
  background-color: #202020;
  border: 1px solid #323232;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.unit-container--variant-2 {
  border: 1px dashed #323232;
}
::ng-deep .mat-mdc-menu-panel {
  padding: 0 !important;
  border: 1px solid #323232 !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.9) !important;
  margin-top: 2px !important;
}
::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0 !important;
  background-color: #202020 !important;
  color: #ffffff;
}
::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  color: #9f9f9f !important;
  transition: background-color 0.2s ease !important;
  font-family: "Chakra Petch", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover {
  background-color: #323232 !important;
}
::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
::ng-deep .profile-menu .profile-menu__button-icon {
  width: 16px;
  height: 16px;
}
.cdk-overlay-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(61, 61, 61, 0.7);
  transition: none !important;
}
.base-dialog-container .mat-mdc-dialog-surface {
  background-color: #000000;
  color: #ffffff;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-surface__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #5e5e5e;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-surface__close:hover {
  background-color: #3d3d3d;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  color: #ffffff;
  padding: 30px 60px 30px;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title .mat-dialog-title__title {
  color: #ffffff;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title .mat-dialog-title__subtitle {
  color: #7d7d7d;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title::before {
  content: none;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #323232;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions__oneBtn {
  width: 190px;
}
.base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions__oneBtn .button-primary {
  width: 100%;
}
@media (max-width: 744px), (max-height: 745px) {
  .base-dialog-container .mat-mdc-dialog-panel {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .base-dialog-container .mat-mdc-dialog-panel .mat-mdc-dialog-content {
    max-height: 100%;
  }
  .base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-content .mat-dialog-content-profile .mat-dialog-content-profile__container {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-title {
    padding: 30px 20px 30px;
  }
  .base-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions__oneBtn {
    width: 315px;
  }
}
@media (max-width: 744px) {
  ::ng-deep .mat-dialog-common {
    height: 100%;
  }
}
@media (max-height: 744px) {
  ::ng-deep .mat-dialog-common {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
  }
}
::ng-deep .mdc-switch {
  outline: none !important;
  border: none !important;
}
::ng-deep .mdc-switch .mdc-switch__track {
  border-radius: 20px;
  width: 40px;
  height: 20px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
::ng-deep .mdc-switch .mdc-switch__track:before {
  content: "";
  border: none !important;
  background-color: #5e5e5e !important;
}
::ng-deep .mdc-switch .mdc-switch__track:after {
  content: "";
  border: none !important;
  background-color: #9FB600 !important;
}
::ng-deep .mdc-switch .mdc-switch__handle {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
}
::ng-deep .mdc-switch .mdc-switch__handle .mdc-switch__icons {
  display: none !important;
}
::ng-deep .mdc-switch .mdc-switch__handle:before {
  content: "";
  border: none !important;
}
::ng-deep .mdc-switch .mdc-switch__handle:after {
  content: "";
  border: none !important;
  transition: 0.2s ease !important;
  background-color: #ffffff !important;
}
::ng-deep .mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle:has(.mdc-switch__icons) {
  margin: 0 2px !important;
}
::ng-deep .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons) {
  margin: 0 23px !important;
}
.cdk-overlay-pane-primary {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #323232;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.9);
  margin-top: 2px;
  background-color: #202020;
  color: #ffffff;
}
.cdk-overlay-pane-primary .cdk-overlay-pane-primary__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  gap: 10px;
  height: 50px;
  width: 260px;
  padding: 0 15px;
  color: #9f9f9f;
  transition: background-color 0.2s ease;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.cdk-overlay-pane-primary .cdk-overlay-pane-primary__button .cdk-overlay-pane-primary__button-icon {
  width: 16px;
  height: 16px;
  color: #25bb73;
}
.cdk-overlay-pane-primary .cdk-overlay-pane-primary__button .cdk-overlay-pane-primary__button-subtitle {
  color: #7d7d7d;
}
.cdk-overlay-pane-primary .cdk-overlay-pane-primary__button:hover {
  background-color: #323232;
}
.cdk-overlay-pane-primary .cdk-overlay-pane-primary__settings {
  width: 100%;
  max-height: 65vh;
  border-top: 2px solid #000000;
  overflow: auto;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* projects/shared-lib/src/lib/styles/variables.scss */

/* projects/shared-lib/src/lib/styles/typography.scss */
.typography-headline-1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}
.typography-headline-2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.typography-headline-3 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-subHeadline {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.typography-body-1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.typography-body-1-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-body-2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.typography-body-2-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.typography-small-text {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.typography-small-text-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.typography-labels-1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.typography-labels-1-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.typography-labels-2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.typography-labels-2-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.typography-labels-3-small {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.typography-title-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.typography-title-primary h1 {
  color: #ffffff;
}
.typography-title-primary p {
  color: #9f9f9f;
  max-width: 500px;
}

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