/* src/styles.scss */
.Jou-confirm-dialog-backdrop {
  background-color: rgba(17, 26, 41, 0.6) !important;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container {
  --mat-dialog-headline-padding: 0;
  --mat-dialog-content-padding: 0;
  --mat-dialog-actions-padding: 0;
  --mdc-dialog-container-color: transparent;
  --mdc-dialog-container-shape: 20px;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(17, 26, 41, 0.15);
  background: #ffffff;
  padding: 30px;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-inner-container {
  padding: 0;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-content {
  padding: 0;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-actions {
  padding: 0;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content {
  padding: 0;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .cdk-global-overlay-wrapper {
  margin: 30px;
}
.Jou-confirm-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content {
  padding: 0 !important;
}
.session-content-container-tab-group {
  width: 100%;
  height: 100%;
}
.session-content-container-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active {
  overflow-y: visible !important;
}
.session-content-container-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content {
  overflow: visible !important;
}
.session-content-container-tab-group .mat-mdc-tab-label-container {
  border: none;
}
.session-content-container-tab-group .mdc-tab.mdc-tab--active .mdc-tab__text-label,
.session-content-container-tab-group .mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  color: #534ad8;
}
.session-content-container-tab-group .mdc-tab .mdc-tab__content {
  height: 41px;
}
.session-content-container-tab-group .mdc-tab .mdc-tab-indicator {
  height: 41px;
}
.session-content-container-tab-group .mdc-tab .mdc-tab-indicator__content--underline {
  border-top-width: 3px;
}
.session-content-container-tab-group .mdc-tab {
  padding: 0;
  margin-right: 36px;
  flex-grow: 0 !important;
}
.session-content-container-tab-group .mat-mdc-tab-body-wrapper {
  height: 100%;
}
.av-workspace-container .av-workspace-nav .mat-mdc-tab-link .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  max-width: calc(100% - 1.5rem);
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
@media (max-width: 767px) {
  html,
  body {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }
}
@font-face {
  font-family: "Noto Sans";
  src: url(/assets/fonts/NotoSans/NotoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans" !important;
  font-weight: 400;
}
:root {
  --journey-primary-background-color: #b0874b;
  --journey-secondary-background-color: #5c5c5c;
  --journey-assistant-border-color: #b0874b;
  --journey-assistance-ask-info-input-box-background-color: #f8f8f8;
  --connection-dot-border-color-teal-light: #c0e5e8;
  --journey-secondary-background-color-hover: #9e7a44;
  --ask-icon-color: #b0874b;
  --connection-card-primary-color: #b0874b;
  --connection-card-remaining-time-text-color: #b0874b;
  --connection-dot-background-color: #017f7c;
  --connection-card-bottom-background-color: #b0874b;
}
.sample-skeleton-square {
  max-width: 424px;
}
.hide-element {
  display: none !important;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
::-webkit-scrollbar {
  width: 0.25rem;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 1rem;
}
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #b2b5b6;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #e0e0e0 transparent;
}
#spr-chat-launcher-anchor,
#spr-chat-launcher-anchor button,
#spr-chat-launcher,
[class*=SprChatLauncherButton] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

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