/* projects/login/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;
}
.gap30 {
  gap: 30px;
}
.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,
.dialog__title,
.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,
.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,
.link--size-small {
  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,
.field__main ::placeholder,
.tab-filter,
.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;
}
*,
*::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;
}
.scroll-primary::-webkit-scrollbar,
.fr8bot-tabs .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar,
.carrier-view-header__tabs-container .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar,
.full-with-dialog-section::-webkit-scrollbar,
.dialog__content::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #111111;
}
.scroll-primary::-webkit-scrollbar-thumb,
.fr8bot-tabs .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar-thumb,
.carrier-view-header__tabs-container .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar-thumb,
.full-with-dialog-section::-webkit-scrollbar-thumb,
.dialog__content::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.scroll-primary::-webkit-scrollbar-thumb:hover,
.fr8bot-tabs .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar-thumb:hover,
.carrier-view-header__tabs-container .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content::-webkit-scrollbar-thumb:hover,
.full-with-dialog-section::-webkit-scrollbar-thumb:hover,
.dialog__content::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
.scroll-hidden,
.dialog__tabHeader {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-hidden::-webkit-scrollbar,
.dialog__tabHeader::-webkit-scrollbar {
  display: none;
}
body {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Chakra Petch", sans-serif;
  background-color: #000000;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  flex: auto;
  height: 100%;
}
.page-wrapper .page-header {
  position: relative;
  padding: 0 40px;
  gap: 20px;
  margin: 40px 0 10px 0;
  min-height: 40px;
}
.page-wrapper .page-header .page-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-wrapper .page-header .page-header__add-load {
  width: 200px;
}
.page-wrapper .page-header .page-header__add-load--mobile {
  display: none;
}
.page-wrapper .page-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 40px 15px 40px;
}
.page-wrapper .page-filters .page-filters__results-count {
  color: #7d7d7d;
}
.page-wrapper .page-list-wrapper {
  display: flex;
  flex-direction: column;
  flex: auto;
  min-height: 0;
}
.page-wrapper .page-list-wrapper .page-list-action {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 744px) {
  .page-wrapper .page-header {
    padding: 0 20px;
  }
  .page-wrapper .page-header .page-header__add-load--desktop {
    display: none;
  }
  .page-wrapper .page-header .page-header__add-load--mobile {
    width: 40px;
    display: flex;
  }
  .page-wrapper .page-filters {
    margin: 0 20px 15px 20px;
  }
}
.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: 1px 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%;
  padding: 0;
  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-padding .text-field__field {
  gap: 4px;
  padding: 0 8px 0 8px;
}
.text-field--size-padding .text-field__field input {
  padding: 0 0 0 4px;
}
.text-field--size-small .text-field__field {
  height: 40px;
}
.text-field--size-textarea .text-field__field {
  min-height: 80px;
  height: 80px;
}
.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 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  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);
}
.alert-secondary--warm {
  color: #d38900;
  background-color: rgba(211, 137, 0, 0.3);
}
.alert-secondary--warm .alert-secondary__text {
  color: #d38900;
}
.alert-transparent {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  color: #d38900;
}
.alert-transparent__icon {
  flex-shrink: 0;
  height: 100%;
}
.alert-transparent__text {
  color: #d38900;
}
.alert-number {
  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;
}
.alert-number--color-red {
  background-color: #ff3c3c;
}
.dialog {
  display: flex;
  flex-direction: column;
  flex: auto;
  background-color: #000000;
  color: #ffffff;
}
.dialog__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  color: #ffffff;
  padding: 30px;
}
.dialog__title-title {
  color: #ffffff;
}
.dialog__title-subtitle {
  color: #7d7d7d;
}
.dialog__tabHeader {
  display: flex;
  flex-shrink: 0;
  gap: 2px;
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}
.dialog__tabHeader-freeZone {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 40px;
  border-bottom: 2px solid #5e5e5e;
}
.dialog__content {
  position: relative;
  display: flex;
  flex: auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog__content--with-padding {
  padding: 0 30px;
}
.dialog__content--scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.dialog__content--scroll-none {
  overflow-x: hidden;
  overflow-y: hidden;
}
.dialog__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px 30px 30px 30px;
}
.dialog__action-btnOne {
  width: 100%;
  max-width: 190px;
}
.dialog__action-btnTwo {
  width: 50%;
  max-width: 190px;
}
@media (max-width: 760px) {
  .dialog__tabHeader {
    padding-top: 30px;
  }
}
@media (max-width: 420px) {
  .dialog {
    max-height: 100vh;
    height: 100vh;
  }
  .dialog__action-btnOne {
    width: 100%;
    max-width: 100%;
  }
  .dialog__content--scroll-x {
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.dialog-confirmation-wrapper {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.dialog-confirmation-wrapper__inner {
  width: 100%;
  max-width: 460px;
}
.dialog-confirmation-wrapper__inner--height-full {
  display: flex;
  flex: auto;
  flex-direction: column;
  height: 100%;
}
.dialog-confirmation-wrapper__mainIcon {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  margin-bottom: -10px;
  color: #7d7d7d;
}
.dialog-confirmation-wrapper__subtitleInfo {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin-top: -10px;
  padding-bottom: 20px;
}
.dialog-confirmation-wrapper__action {
  padding-bottom: 40px;
}
.dialog__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: #000000;
  color: #9f9f9f;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s ease;
}
.dialog__close:hover {
  color: #ffffff;
}
.dialog__goBack {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  outline: none;
  border: none;
  background-color: rgba(32, 32, 32, 0.9);
  color: #d7d7d7;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.dialog__goBack:hover {
  background-color: #3d3d3d;
}
.fr8bot-dialog-small {
  max-width: unset !important;
  max-height: unset !important;
}
.dialog-small {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 710px;
  min-height: 625px;
  max-width: 100dvw;
  max-height: 100dvw;
  padding: 40px;
  background-color: #000000;
  color: #ffffff;
}
.dialog-small-variant-2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 710px;
  min-height: 625px;
  max-width: 100dvw;
  max-height: 100dvw;
  padding: 40px;
  background-color: #000000;
  color: #ffffff;
}
.dialog-small-inner-variant-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-width: 380px;
  min-height: 400px;
}
.dialog-small-inner-variant-1__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.dialog-small-inner-variant-1__bottom {
  width: 100%;
}
.dialog-icon-variant-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #7d7d7d;
}
.dialog-title-variant-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 380px;
  text-align: center;
}
.dialog-title-variant-1__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}
.dialog-title-variant-1__subtitle {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #9f9f9f;
}
.dialog-title-variant-1__subtitle-info {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
.dialog-title-variant-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.dialog-title-variant-2__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}
.dialog-title-variant-2__subtitle {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #9f9f9f;
}
.dialog-title-variant-2__subtitle-info {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
.dialog-content-container-variant-1 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dialog-content-container-variant-1__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 290px;
}
.dialog-content-container-variant-2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dialog-content-container-variant-2__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 400px;
}
.dialog-actions-variant-1 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dialog-actions-variant-1__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 290px;
}
.dialog-actions-variant-1__inner > * {
  width: 100%;
}
.dialog-actions-variant-2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dialog-actions-variant-2__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 400px;
}
.dialog-actions-variant-2__inner > * {
  width: 100%;
}
.button-primary,
.button-switch .button-switch__btn--selected {
  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: #c1d91c;
  color: #000000;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.button-primary:hover:not(:disabled),
.button-switch .button-switch__btn--selected:hover:not(:disabled) {
  background-color: #e8ff54;
}
.button-primary:disabled,
.button-switch .button-switch__btn--selected:disabled {
  background-color: #5e5e5e;
  cursor: default;
}
.button-primary--cut {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}
.button-primary--size-xs {
  min-width: 30px;
  height: 30px;
}
.button-primary--size-xs.button-primary--cut {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%);
}
.button-primary--size-small,
.button-switch .button-switch__btn--selected {
  min-width: 40px;
  height: 40px;
}
.button-primary--size-small.button-primary--cut,
.button-switch .button-primary--cut.button-switch__btn--selected {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}
.button-primary--size-large {
  min-width: 60px;
  height: 60px;
}
.button-primary--size-large.button-primary--cut {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%);
}
.button-secondary,
.button-switch .button-switch__btn--default {
  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: 1px solid #5e5e5e;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.button-secondary:hover:not(:disabled),
.button-switch .button-switch__btn--default:hover:not(:disabled) {
  color: #ffffff;
  border-color: #9f9f9f;
}
.button-secondary:disabled,
.button-switch .button-switch__btn--default:disabled {
  color: rgba(255, 255, 255, 0.25);
  border-color: #5e5e5e;
  cursor: default;
}
.button-secondary--size-xs {
  min-width: 30px;
  height: 30px;
}
.button-secondary--size-small,
.button-switch .button-switch__btn--default {
  min-width: 40px;
  height: 40px;
}
.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;
  min-width: 50px;
  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-xs {
  min-width: 30px;
  height: 30px;
}
.button-transparent--size-small {
  min-width: 40px;
  height: 40px;
}
.button-transparent--size-large {
  min-width: 60px;
  height: 60px;
}
.button--size-xs {
  min-width: 30px;
  height: 30px;
}
.button--size-small {
  min-width: 40px;
  height: 40px;
}
.button--size-large {
  min-width: 60px;
  height: 60px;
}
.link {
  display: inline-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--disabled {
  color: #3d3d3d;
  cursor: default;
}
.link--disabled:hover {
  color: #3d3d3d;
}
.link--color-primary {
  color: #c1d91c;
}
.link--color-primary:hover {
  color: #e8ff54;
}
.tab {
  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: 1px solid #5e5e5e;
  outline: none;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}
.tab:hover {
  color: #ffffff;
  border-color: #9f9f9f;
}
.tab--selected {
  background-color: #c1d91c;
  border-color: #c1d91c;
  color: #000000;
}
.tab--selected:hover {
  color: #ffffff;
  background-color: #e8ff54;
  border-color: #e8ff54;
}
.tab--disabled {
  color: rgba(255, 255, 255, 0.25);
  border-color: #5e5e5e;
  cursor: default;
}
.tab--disabled:hover {
  color: rgba(255, 255, 255, 0.25);
  border-color: #5e5e5e;
}
.tab--size-xs {
  min-width: 30px;
  height: 30px;
}
.tab--size-small {
  min-width: 40px;
  height: 40px;
}
.tab-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 30px;
  padding: 0 15px;
  outline: none;
  background-color: transparent;
  border: 1px solid #5e5e5e;
  color: #d7d7d7;
  cursor: pointer;
  transition:
    cursor ease 0.2s,
    border-color ease 0.2s,
    background-color ease 0.2s;
}
.tab-filter:hover {
  border-color: #9f9f9f;
  color: #ffffff;
}
.tab-filter--selected {
  color: #000000;
  border-color: transparent;
}
.tab-filter--selected:hover {
  border-color: transparent;
  color: #000000;
}
.tab-filter--color-yellow {
  background-color: #c1d91c;
}
.tab-filter--color-yellow:hover {
  background-color: #e8ff54;
}
.tab-filter--color-green {
  background-color: #25bb73;
}
.tab-filter--color-green:hover {
  background-color: #2BDD88;
}
.tab-filter--color-red {
  background-color: #ff3c3c;
}
.tab-filter--color-red:hover {
  background-color: #FF5B5B;
}
.tab-filter--color-orange {
  background-color: #d38900;
}
.tab-filter--color-orange:hover {
  background-color: #FFBE3B;
}
.tab-filter--color-gray {
  background-color: #7d7d7d;
}
.tab-filter--color-gray:hover {
  background-color: #9f9f9f;
}
.tab-filter--color-white {
  background-color: #d7d7d7;
}
.tab-filter--color-white:hover {
  background-color: #ffffff;
}
.tab-filter--color-purple {
  background-color: #6F00ED;
}
.tab-filter--color-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: 1px 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__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 .tab-smart-filter__iconContainer {
  padding: 4px;
  width: 24px;
  height: 24px;
}
.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;
}
.tab-default {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  padding: 0 35px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid #5e5e5e;
  cursor: pointer;
  transition: color 200ms ease, border-color 200ms ease;
}
.tab-default__text {
  position: relative;
  display: inline-flex;
  gap: 8px;
  color: #d7d7d7;
  transition: color 200ms ease;
}
.tab-default__text-notification {
  position: absolute;
  right: -8px;
  top: 0;
  transform: translate(100%, -50%);
}
.tab-default:hover {
  color: #ffffff;
  border-color: #c1d91c;
}
.tab-default--selected {
  color: #ffffff;
  border-color: #c1d91c;
}
.tab-default--selected:hover {
  border-color: #e8ff54;
}
.tab-default--disabled {
  color: #3d3d3d;
  border-color: #3d3d3d;
  cursor: default;
}
.tab-default--disabled:hover {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
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%;
  opacity: 0.6;
  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 40px;
  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;
}
google-map .map-container {
  width: 100% !important;
  height: 100% !important;
}
.fr8-map-route-marker {
  position: absolute;
  transform: translate(-50%, -100%);
}
.fr8-map-route-marker .fr8-map-route-marker__icon {
  width: 38px;
  height: 55px;
}
.fr8-map-route-marker .fr8-map-route-marker__label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.map-shadow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.map-shadow--left {
  left: 0;
  background:
    linear-gradient(
      -90deg,
      transparent,
      rgba(0, 0, 0, 0.3));
}
.map-shadow--right {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 0, 0, 0.3));
  right: 0;
}
.divider {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  background-color: #323232;
}
.divider--color-black {
  background-color: #000000;
}
.divider--size-large {
  height: 2px;
}
.background-clickable-primary {
  background-color: #323232;
  border: 1px solid #3d3d3d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
}
.background-clickable-primary:hover {
  background-color: #3d3d3d;
}
.background-clickable-secondary {
  background-color: #202020;
  border: 1px solid #1A1A1A;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
}
.background-clickable-secondary:hover {
  background-color: #323232;
}
.dropdown-small {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  outline: none;
  transition: color 0.2s ease;
  cursor: pointer;
}
.dropdown-small__left-text {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 8px;
  color: #7d7d7d;
}
.dropdown-small__left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #7d7d7d;
}
.dropdown-small__main {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f9f9f;
  transition: color 0.2s ease;
}
.dropdown-small__right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 6px;
  margin-left: 6px;
  color: #9f9f9f;
  transition: color 0.2s ease;
}
.dropdown-small:hover .dropdown-small__main {
  color: #ffffff;
}
.dropdown-small:hover .dropdown-small__right {
  color: #ffffff;
}
.dropdown-small--selected .dropdown-small__main {
  color: #c1d91c;
}
.dropdown-small--selected .dropdown-small__right {
  color: #c1d91c;
}
.dropdown-small--selected:hover .dropdown-small__main {
  color: #e8ff54;
}
.dropdown-small--selected:hover .dropdown-small__right {
  color: #e8ff54;
}
.dropdown-item {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #202020;
  color: #9f9f9f;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dropdown-item__checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #25bb73;
}
.dropdown-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #7d7d7d;
}
.dropdown-item__text {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.dropdown-item__text-label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
  transition: color 0.2s ease;
}
.dropdown-item__text-description {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7d7d7d;
}
.dropdown-item:not(:disabled):hover {
  background-color: #323232;
}
.dropdown-item:not(:disabled):hover .dropdown-item__text {
  color: #ffffff;
}
.dropdown-item:not(:disabled):hover .dropdown-item__text-label {
  color: #ffffff;
}
.dropdown-item:disabled {
  background-color: #202020;
  color: #7d7d7d;
  cursor: not-allowed;
}
.dropdown-menu {
  display: flex;
  flex-direction: column;
  background-color: #202020;
  border: 1px solid #323232;
  box-shadow:
    0px 3px 40px -2px rgba(0, 0, 0, 0.2),
    0px 2px 40px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  margin-top: 2px;
}
.dropdown-menu .mat-mdc-menu-content {
  padding: 0 !important;
}
.dropdown-menu--width-100 {
  width: 100px !important;
}
.dropdown-menu--width-120 {
  width: 120px !important;
}
.dropdown-menu--width-170 {
  width: 170px !important;
}
.dropdown-menu--width-210 {
  width: 210px !important;
}
.dropdown-menu--width-260 {
  width: 260px !important;
}
.button-switch {
  display: flex;
  align-items: center;
}
.button-switch .button-switch__btn {
  width: 40px;
  height: 40px;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #7d7d7d;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.button-icon:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.button-icon--color-red {
  color: #ff3c3c;
}
.field__label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
  margin-bottom: 12px;
}
.field__label-required {
  color: #ff3c3c;
}
.field__main {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #202020;
  border: 1px solid #5e5e5e;
  outline: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.field__main-input {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
}
.field__main-left-text {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 4px;
  color: #5e5e5e;
}
.field__main-left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #7d7d7d;
}
.field__main-right-text {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #5e5e5e;
}
.field__main-right-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #7d7d7d;
}
.field__main:focus-within {
  border-color: #c1d91c;
}
.field__main:hover:not(:focus-within) {
  border-color: #7d7d7d;
}
.field__main ::placeholder {
  color: #7d7d7d;
}
.field__main input:-webkit-autofill,
.field__main input:-webkit-autofill:hover,
.field__main input:-webkit-autofill:focus,
.field__main input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #202020 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.field__supportText {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  min-height: 16px;
  margin-top: 4px;
  color: #7d7d7d;
}
.field--error .field__main {
  border-color: #ff3c3c;
}
.field--error .field__main:focus-within {
  border-color: #ff3c3c;
}
.field--error .field__main:hover:not(:focus-within) {
  border-color: #ff3c3c;
}
.field--error .field__supportText {
  color: #ff3c3c;
}
.field--disabled .text-field__label {
  color: #9f9f9f;
}
.field--disabled .field__main {
  background-color: #323232;
  border-color: #5e5e5e;
}
.field--disabled .field__main input {
  color: #7d7d7d;
}
.field--disabled .field__main:focus-within {
  border-color: #5e5e5e;
}
.field--disabled .field__main:hover:not(:focus-within) {
  border-color: #5e5e5e;
}
.field--size-small .field__main {
  height: 40px;
}
.validation-error-center {
  --validation-error-text-align: center;
}
.side-gradient {
  position: absolute;
}
.side-gradient--left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #000000,
      transparent);
}
.side-gradient--right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      #000000);
}
.side-gradient--top {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background:
    linear-gradient(
      45deg,
      #000000,
      transparent);
}
.side-gradient--bottom {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background:
    linear-gradient(
      45deg,
      transparent,
      #000000);
}
.info {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.info__icon {
  height: 100%;
  color: #7d7d7d;
}
.info__text {
  color: #7d7d7d;
}
.info__text--column {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.badge {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 22px;
  color: #ffffff;
  padding: 0 10px;
}
.badge--size-s {
  height: 20px;
  padding: 0 6px;
}
.badge--color-gray {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.badge--color-black {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.badge--color-yellow {
  color: #E3D300;
  background-color: #575330;
}
.badge--color-orange {
  color: #d38900;
  background-color: #544934;
}
.badge--color-green-30 {
  color: #ffffff;
  background-color: rgba(37, 187, 115, 0.3);
}
.badge--color-yellow-30 {
  color: #ffffff;
  background-color: rgba(227, 211, 0, 0.3);
}
.badge--color-white {
  color: #ffffff;
}
.badge--bg-orange-30 {
  background-color: rgba(211, 137, 0, 0.3);
}
.badge-outline {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  color: #ffffff;
  padding: 0 10px;
  border: 1px solid #5e5e5e;
}
.badge-outline--color-white {
  color: #ffffff;
  border-color: #5e5e5e;
}
.badge-outline--color-yellow {
  color: #E3D300;
  border-color: #575330;
}
.badge-outline--color-orange {
  color: #d38900;
  border-color: #544934;
}
.badge-outline--color-green {
  color: #25bb73;
  border-color: #314039;
}
.badge-outline--color-red {
  color: #ff3c3c;
  border-color: #3E282D;
}
.badge-outline--color-gray {
  color: #7d7d7d;
  border-color: #5e5e5e;
}
.dialog-component-list-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dialog-component-list-item__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 8px;
  color: #7d7d7d;
}
.dialog-component-list-item__info {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
.dialog-component-list-item__info-bold {
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.full-with-dialog-section {
  flex-shrink: 0;
  width: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 2px solid #323232;
  transition: background-color 0.1s ease;
}
.full-with-dialog-section:hover {
  background-color: #1A1A1A;
}
.full-with-dialog-section--width-by-content {
  width: unset;
}
.full-with-dialog-section--width-350 {
  width: 350px;
}
.full-with-dialog-section--width-400 {
  width: 400px;
}
.full-with-dialog-section--with-padding {
  padding: 30px 40px;
}
.full-with-dialog-section__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 25px;
  color: #ffffff;
}
.full-with-dialog-section__uploadFiles {
  display: flex;
  gap: 30px;
}
.full-with-dialog-section__uploadFile {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  width: 290px;
}
.full-with-dialog-section__uploadFile-label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #7d7d7d;
  margin-top: 20px;
  margin-bottom: 12px;
}
.full-with-dialog-section__uploadFile-label-required {
  color: #ff3c3c;
}
.full-with-dialog-section__uploadFile-info {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
.full-with-dialog-section__uploadFile-info > * {
  width: 50%;
  max-width: 160px;
}
.view-indo-from-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-indo-from-form__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
}
.view-indo-from-form__data {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
.carrier-view-add-driver-dialog__form {
  margin-top: 20px;
}
.dialog-component-upload-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #323232;
  color: #7d7d7d;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.dialog-component-upload-avatar:hover {
  background-color: #3d3d3d;
}
.dialog-component-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dialog-component-list--margin {
  margin-top: 20px;
}
.dialog-component-list-edit {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-component-divider {
  margin: 25px 0;
}
@media (max-width: 420px) {
  .full-with-dialog-section {
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #323232;
  }
  .full-with-dialog-section:hover {
    background-color: transparent;
  }
  .full-with-dialog-section--with-padding {
    padding: 30px 30px;
  }
  .full-with-dialog-section--with-border {
    border-right: none;
  }
  .full-with-dialog-section__uploadFile {
    max-width: 100%;
    width: 100%;
  }
  .full-with-dialog-section__uploadFiles {
    flex-direction: column;
    gap: 20px;
  }
}
.label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  color: #ffffff;
  border: none;
}
.label--color-gray {
  color: #7d7d7d;
}
.label--color-white {
  color: #ffffff;
}
.label--color-yellow {
  color: #E3D300;
}
.label--color-orange {
  color: #d38900;
}
.label--color-green {
  color: #25bb73;
}
.label--color-red {
  color: #ff3c3c;
}
.select-type-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 29px 20px;
  gap: 20px;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 1px solid #5e5e5e;
  text-align: start;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.select-type-button__icon {
  display: block;
  width: 32px;
  height: 32px;
  color: #7d7d7d;
  transition: color 0.15s ease;
}
.select-type-button__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.select-type-button__text-title {
  color: #d7d7d7;
  transition: color 0.15s ease;
}
.select-type-button__text-subtitle {
  color: #7d7d7d;
}
.select-type-button:hover {
  border-color: #c1d91c;
}
.select-type-button:hover .select-type-button__icon {
  color: #c1d91c;
}
.select-type-button:hover .select-type-button__text h1 {
  color: #ffffff;
}
.google-places-picker-dropdown-primary {
  border-radius: unset;
  border: 1px solid #323232;
}
.google-places-picker-dropdown-primary:after {
  background-color: #202020;
  background-image: url(https://storage.googleapis.com/fr8bot-storage-bucket/shared/pow_by_google.png);
  height: 27px;
  padding: 6px;
  background-position: calc(100% - 6px);
  background-repeat: no-repeat;
  -webkit-background-size: 112px 15px;
  background-size: 112px 15px;
}
.google-places-picker-dropdown-primary .pac-item {
  display: flex;
  align-items: center;
  color: #9f9f9f;
  background-color: #202020;
  transition: 0.2s background-color ease, 0.2s color ease;
  height: 50px;
  padding: 0 15px;
  border: none;
  cursor: pointer;
}
.google-places-picker-dropdown-primary .pac-item .pac-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background-image: url(https://storage.googleapis.com/fr8bot-storage-bucket/shared/pin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.google-places-picker-dropdown-primary .pac-item .pac-item-query {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-primary .pac-item .pac-item-query .pac-matched {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-primary .pac-item span:last-child {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-primary .pac-item:hover {
  color: #ffffff;
  background-color: #323232;
}
.google-places-picker-dropdown-primary .pac-item:hover .pac-item-query {
  color: #ffffff;
}
.google-places-picker-dropdown-primary .pac-item:hover .pac-item-query .pac-matched {
  color: #ffffff;
}
.google-places-picker-dropdown-primary .pac-item:hover span:last-child {
  color: #ffffff;
}
.google-places-picker-dropdown-secondary {
  border-radius: unset;
  border: none;
}
.google-places-picker-dropdown-secondary:after {
  background-color: #202020;
  background-image: url(https://storage.googleapis.com/fr8bot-storage-bucket/shared/pow_by_google.png);
  height: 27px;
  padding: 6px;
  background-position: calc(100% - 6px);
  background-repeat: no-repeat;
  -webkit-background-size: 112px 15px;
  background-size: 112px 15px;
}
.google-places-picker-dropdown-secondary .pac-item {
  display: flex;
  align-items: center;
  color: #9f9f9f;
  background-color: #000000;
  transition: 0.2s background-color ease, 0.2s color ease;
  height: 50px;
  padding: 0 15px;
  border: none;
  cursor: pointer;
}
.google-places-picker-dropdown-secondary .pac-item .pac-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background-image: url(https://storage.googleapis.com/fr8bot-storage-bucket/shared/pin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.google-places-picker-dropdown-secondary .pac-item .pac-item-query {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-secondary .pac-item .pac-item-query .pac-matched {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-secondary .pac-item span:last-child {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #9f9f9f;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.google-places-picker-dropdown-secondary .pac-item:hover {
  color: #ffffff;
  background-color: #202020;
}
.google-places-picker-dropdown-secondary .pac-item:hover .pac-item-query {
  color: #ffffff;
}
.google-places-picker-dropdown-secondary .pac-item:hover .pac-item-query .pac-matched {
  color: #ffffff;
}
.google-places-picker-dropdown-secondary .pac-item:hover span:last-child {
  color: #ffffff;
}
.cdk-overlay-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(61, 61, 61, 0.7);
  transition: none !important;
}
.mat-mdc-dialog-surface {
  border-radius: 0 !important;
}
.add-load-dialog {
  max-width: unset !important;
  max-height: unset !important;
}
.mat-mdc-tab-labels {
  gap: 2px;
}
.mat-mdc-tab {
  flex-grow: 0 !important;
}
.fr8bot-tabs {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: flex !important;
  flex: auto;
  height: 100%;
  min-height: 0 !important;
  z-index: 2;
}
.fr8bot-tabs .mat-mdc-tab-body-wrapper {
  display: flex !important;
  flex: auto;
  min-height: 0 !important;
}
.fr8bot-tabs-fake-tab {
  height: 40px !important;
  flex-grow: 1 !important;
  padding: 0 !important;
  cursor: default !important;
}
.fr8bot-tabs-fake-tab--left {
  flex-shrink: 0 !important;
  width: 40px !important;
  min-width: 40px !important;
}
.fr8bot-tabs-fake-tab--right {
  flex-shrink: 1 !important;
  width: 100% !important;
  min-width: auto !important;
}
@media (max-width: 420px) {
  .fr8bot-tabs-fake-tab--left {
    width: 0 !important;
    min-width: 0 !important;
  }
}
.fr8bot-tabs-tab {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 40px !important;
  color: #d7d7d7;
  transition: color 0.2s ease;
}
.fr8bot-tabs-tab .mdc-tab-indicator .mdc-tab-indicator__content {
  opacity: 1 !important;
  transform-origin: unset !important;
  transition: border-color 0.2s ease !important;
  border-color: #5e5e5e !important;
}
.fr8bot-tabs-tab:hover {
  color: #ffffff;
}
.fr8bot-tabs-tab:hover .mdc-tab-indicator .mdc-tab-indicator__content {
  border-color: #ffffff !important;
}
.mdc-tab--active {
  color: #d7d7d7;
}
.mdc-tab--active .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #c1d91c !important;
}
.mdc-tab--active:hover {
  color: #ffffff;
}
.mdc-tab--active:hover .mdc-tab-indicator .mdc-tab-indicator__content {
  border-color: #e8ff54 !important;
}
.mat-mdc-tab-disabled {
  opacity: 1 !important;
}
.mat-mdc-tab-disabled .mdc-tab-indicator .mdc-tab-indicator__content {
  opacity: 1 !important;
  transform-origin: unset !important;
  transition: unset !important;
  border-color: #5e5e5e !important;
}
.mat-mdc-tab-label-container {
  border: none !important;
}
.carrier-view-header__tabs {
  position: relative;
  display: flex;
  flex: auto;
  width: 100%;
  height: 100%;
  margin-top: 14px;
  min-height: 0;
  overflow: hidden;
}
.carrier-view-header__tabs .carrier-view-header__tabs-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, #202020);
  z-index: 1;
}
.carrier-view-header__tabs-container {
  position: relative;
  display: flex !important;
  flex: auto;
  height: 100%;
  min-height: 0 !important;
  z-index: 2;
}
.carrier-view-header__tabs-container .mat-mdc-tab-body-wrapper {
  display: flex !important;
  flex: auto;
  min-height: 0 !important;
}
.carrier-view-header__tabs-container-line {
  height: 40px !important;
  flex-grow: 1 !important;
  padding: 0 !important;
  cursor: default !important;
}
.carrier-view-header__tabs-container-line--left {
  flex-shrink: 0 !important;
  width: 40px !important;
  min-width: 40px !important;
}
.carrier-view-header__tabs-container-line--right {
  flex-shrink: 1 !important;
  width: 100% !important;
  min-width: auto !important;
}
.carrier-view-header__tabs-container-tab {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 40px !important;
  color: #d7d7d7;
  transition: color 0.2s ease;
}
.carrier-view-header__tabs-container-tab .mdc-tab-indicator .mdc-tab-indicator__content {
  opacity: 1 !important;
  transform-origin: unset !important;
  transition: border-color 0.2s ease !important;
  border-color: #5e5e5e !important;
}
.carrier-view-header__tabs-container-tab:hover {
  color: #ffffff;
}
.carrier-view-header__tabs-container-tab:hover .mdc-tab-indicator .mdc-tab-indicator__content {
  border-color: #ffffff !important;
}
@media (max-width: 420px) {
  .carrier-view-header__tabs-container-line--left {
    width: 0 !important;
    min-width: 0 !important;
  }
}
.ngx-toastr {
  position: relative;
  padding: 15px 30px 15px 45px !important;
  background-position: 15px 15px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  box-shadow: none !important;
}
.ngx-toastr::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.toast-success {
  background-color: #314039 !important;
  border: 1px solid #25bb73 !important;
  background-image: unset !important;
}
.toast-success .toast-title {
  color: #25bb73;
}
.toast-success::before {
  mask-image: url(/assets/icons/checkmark-2-20.svg);
  background-color: #25bb73;
}
.toast-warning {
  background-color: #544934 !important;
  border: 1px solid #d38900 !important;
  background-image: unset !important;
}
.toast-warning .toast-title {
  color: #d38900;
}
.toast-warning::before {
  mask-image: url(/assets/icons/warning-20.svg);
  background-color: #d38900;
}
.toast-error {
  background-color: #3E282D !important;
  border: 1px solid #ff3c3c !important;
  background-image: unset !important;
}
.toast-error .toast-title {
  color: #ff3c3c;
}
.toast-error::before {
  mask-image: url(/assets/icons/x-2-20.svg);
  background-color: #ff3c3c;
}
.toast-title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.toast-message {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
}
.toast-close-button {
  position: absolute;
  top: -15px !important;
  right: -30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  mask-image: url(/assets/icons/menu-x.svg);
  mask-size: 16px 16px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ffffff !important;
  transition: background-color 0.2s ease;
}
.toast-close-button span {
  display: none;
}
.toast-close-button:hover {
  background-color: #9f9f9f !important;
}

/* 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;
}

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