/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/tailwind.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-danger: #ff5322;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .justify-center {
    justify-content: center;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-end {
    text-align: end;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Global style rules for the entire application.
 */
/* Base reset (replaces Ionic normalize/structure) */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--surface-primary);
  color: var(--text-primary);
}

body.in-meeting,
html:has(body.in-meeting) {
  overflow: hidden;
}

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

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@font-face {
  font-family: "Inter";
  src: url('Inter.1cccc37b0c8d2802.ttf') format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --vh-100: 100vh;
  --room-padding: 0.75rem;
  --room-mini-video-height: 7rem;
  --room-sidebar-width: 23.375rem;
  --room-mini-video-width: 12rem;
  --room-mini-video-container-width: calc(var(--room-mini-video-width) + 2 * var(--room-padding));
  --room-desktop-presentation-video-width: calc(100vw - var(--room-mini-video-container-width) - var(--room-padding));
  --room-mobile-presentation-video-width: 100%;
  --room-presentation-video-width: var(--room-desktop-presentation-video-width);
  --room-mobile-header-height: 3.5rem;
  --room-mobile-mini-video-height: var(--room-mini-video-height);
  --room-mobile-mini-video-margin-top: var(--room-padding);
  --room-mobile-mini-video-margin-bottom: var(--room-padding);
  --room-mobile-header-bottom-padding: var(--room-padding);
  --room-footer-height: 4.125rem;
  --room-desktop-presentation-video-height: 100%;
  --room-desktop-presentation-video-height-fixed: calc(var(--vh-100) - var(--room-padding) - var(--room-footer-height));
  --room-mobile-presentation-video-height: calc(
    var(--vh-100) -
    var(--room-mobile-header-height) -
    var(--room-mobile-header-bottom-padding) -
    var(--room-mobile-mini-video-height) -
    var(--room-mobile-mini-video-margin-top) -
    var(--room-mobile-mini-video-margin-bottom) -
    var(--room-footer-height)
  );
  --room-presentation-video-height: var(--room-desktop-presentation-video-height);
  --room-presentation-video-height-fixed: var(--room-desktop-presentation-video-height-fixed);
}

:root {
  --white: #fff;
  --primary: #93b7ff;
  --bg-color: #f3f4f8;
  --green_color: #00ff5a;
  --gray: #D5D5D5;
  --transparent: rgba(0, 0, 0, 0);
  --text-dark: #BDBDBE;
  --text-black: #444444;
  --text-light: #C6CEE0;
  --text-light2: #C9C9C9;
}

.page-container {
  padding: 1rem;
  max-width: 80rem;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 640px) {
  .page-container {
    padding: 2rem;
  }
}

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.page-subtitle {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.bg_color {
  --background: var(--bg-color);
}

.d-flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.d-flex .end {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

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

/* Login page: orange sign-in and forgot-password buttons */
app-login button.sign-in {
  color: var(--color-danger) !important;
  border-color: var(--color-danger) !important;
}
app-login button.sign-in:hover {
  background: rgba(255, 83, 34, 0.08) !important;
}
app-login button.sign-in:active {
  background: rgba(255, 83, 34, 0.15) !important;
}

app-login button.forgot-password {
  color: var(--color-danger) !important;
}

/* ── Custom modal / popover backdrop ── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s;
}
.modal-backdrop.modal-backdrop-visible {
  opacity: 1;
}

.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 10000;
  background: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  min-width: 24rem;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (max-width: 768px) {
  .modal-container {
    min-width: 0;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }
}
.modal-container.modal-container-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal-container.search-modal {
  width: 32rem;
  height: 28rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-container.image-lightbox-modal {
  inset: 0;
  top: 0;
  left: 0;
  transform: none;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  min-width: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.modal-container.image-lightbox-modal.modal-container-visible {
  transform: none;
}

/* ── Shared modal chrome (header / body / footer) — defaults that mirror
   the forgot-password dialog. Component SCSS may still override. ── */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem 1rem;
}

.modal-title {
  flex: 1;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.modal-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.25rem;
  border-radius: 0.375rem;
  border: none;
  background: transparent;
  color: var(--text-secondary-color);
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-close-btn app-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.modal-close-btn:hover {
  background: var(--surface-color);
  color: var(--text-color);
}

.modal-body {
  padding: 0 1.5rem 1.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-color);
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem 1.5rem;
}

.modal-cancel-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.modal-cancel-btn:hover {
  border-color: var(--text-secondary-color);
  background-color: var(--surface-color);
}

.modal-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #4c17ca;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
}
.modal-submit-btn:hover:not(:disabled) {
  background-color: #3d12a2;
}
.modal-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-submit-btn .spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 9999px;
  box-sizing: border-box;
  animation: modal-submit-spin 1s linear infinite;
}

@keyframes modal-submit-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ── Shared input / textarea defaults inside any modal-container.
   Translucent surface + hover/focus border via --text-secondary-color,
   matching the forgot-password dialog's auth-modal-input. ── */
.modal-container input[type=text],
.modal-container input[type=email],
.modal-container input[type=search],
.modal-container input[type=number],
.modal-container input[type=password],
.modal-container input[type=url],
.modal-container input[type=tel],
.modal-container textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--surface-color) 50%, transparent);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: var(--text-color);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.modal-container input[type=text]::placeholder,
.modal-container input[type=email]::placeholder,
.modal-container input[type=search]::placeholder,
.modal-container input[type=number]::placeholder,
.modal-container input[type=password]::placeholder,
.modal-container input[type=url]::placeholder,
.modal-container input[type=tel]::placeholder,
.modal-container textarea::placeholder {
  color: color-mix(in oklab, var(--text-color) 65%, transparent);
}
.modal-container input[type=text]:hover, .modal-container input[type=text]:focus,
.modal-container input[type=email]:hover,
.modal-container input[type=email]:focus,
.modal-container input[type=search]:hover,
.modal-container input[type=search]:focus,
.modal-container input[type=number]:hover,
.modal-container input[type=number]:focus,
.modal-container input[type=password]:hover,
.modal-container input[type=password]:focus,
.modal-container input[type=url]:hover,
.modal-container input[type=url]:focus,
.modal-container input[type=tel]:hover,
.modal-container input[type=tel]:focus,
.modal-container textarea:hover,
.modal-container textarea:focus {
  border-color: color-mix(in srgb, var(--text-secondary-color) 40%, transparent);
  box-shadow: none;
}
.modal-container input[type=text]:disabled,
.modal-container input[type=email]:disabled,
.modal-container input[type=search]:disabled,
.modal-container input[type=number]:disabled,
.modal-container input[type=password]:disabled,
.modal-container input[type=url]:disabled,
.modal-container input[type=tel]:disabled,
.modal-container textarea:disabled {
  opacity: 0.6;
}

/* ── Shared toggle switch — same shape as the account-page toggle.
   Component SCSS still drives the checkbox state via .toggle-switch input.
   Apply by giving the wrapper .modal-toggle. ── */
.modal-container .modal-toggle,
.modal-container .toggle-switch {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.modal-container .modal-toggle input,
.modal-container .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.modal-container .modal-toggle .toggle-slider,
.modal-container .toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: var(--border-color);
  border-radius: 9999px;
  border: 2px solid transparent;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-container .modal-toggle .toggle-slider::before,
.modal-container .toggle-switch .toggle-slider::before {
  content: "";
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-container .modal-toggle input:checked + .toggle-slider,
.modal-container .toggle-switch input:checked + .toggle-slider {
  background-color: var(--color-accent);
}
.modal-container .modal-toggle input:checked + .toggle-slider::before,
.modal-container .toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(1.25rem);
}

.popover-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10001;
}

.popover-container {
  position: fixed;
  z-index: 10002;
  background: var(--surface-primary);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--border-default);
  overflow: hidden;
}

/* ── Shared popover menu (used by message-context-menu, agent-file-menu, etc.) ── */
/* Matches the inline `.popover-menu` style in conversation.component.scss for visual consistency. */
.context-menu {
  padding: 0;
  min-width: 11rem;
}

.context-menu .menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 2.25rem;
  padding: 0 0.75rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.8125rem;
  color: var(--text-primary);
  transition: background 0.1s;
  text-align: left;
  white-space: nowrap;
}
.context-menu .menu-item app-icon {
  font-size: 1rem;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.context-menu .menu-item:hover {
  background: var(--surface-hover);
}

/* ── Custom alert dialog ── */
.alert-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 10003;
  opacity: 0;
  transition: opacity 0.2s;
}
.alert-backdrop.alert-backdrop-visible {
  opacity: 1;
}

.alert-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 10004;
  background: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  min-width: 18rem;
  max-width: 32rem;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.alert-container.alert-container-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.alert-header {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 0.5rem;
}

.alert-subheader {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-secondary-color);
  margin: 0 0 0.75rem;
}

.alert-message {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0 0 1rem;
}

.alert-inputs {
  margin-bottom: 1rem;
}

.alert-input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--surface-color) 50%, transparent);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: var(--text-color);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.alert-input::placeholder {
  color: color-mix(in oklab, var(--text-color) 65%, transparent);
}
.alert-input:hover, .alert-input:focus {
  border-color: color-mix(in srgb, var(--text-secondary-color) 40%, transparent);
  box-shadow: none;
}

.alert-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 2rem;
}

.alert-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  background: #4c17ca;
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s;
}
.alert-btn:hover:not(:disabled) {
  background: #3d12a2;
}
.alert-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alert-btn.alert-btn-cancel {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  color: var(--text-color);
  transition: border-color 0.15s, background-color 0.15s;
}
.alert-btn.alert-btn-cancel:hover {
  border-color: var(--text-secondary-color);
  background: var(--surface-color);
}
.alert-btn.alert-btn-destructive {
  background: var(--color-danger);
  color: #ffffff;
}
.alert-btn.alert-btn-destructive:hover:not(:disabled) {
  background: oklch(57.7% 0.245 27.325deg);
}

/* ── Custom toast notification ── */
.toast-notification {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  z-index: 10005;
  background: var(--toast-bg, var(--color-accent));
  color: var(--text-on-dark);
  border-radius: 8px;
  padding: 0.6rem 1.25rem;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  max-width: 90vw;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.toast-notification.toast-bottom {
  bottom: 2rem;
}
.toast-notification.toast-top {
  top: 2rem;
}
.toast-notification.toast-middle {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.toast-notification.toast-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toast-notification.toast-visible.toast-middle {
  transform: translateX(-50%) translateY(-50%);
}

.toast-message {
  flex: 1;
}

.toast-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--text-on-dark);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
}
.toast-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  font-family: Inter;
  font-style: normal;
}

.button-solid, .room-settings {
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.room-settings {
  padding-left: 0rem;
  padding-right: 0rem;
}

.button-outline {
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.config-options,
.config-options-left {
  --max-width: 360px;
  --min-width: 360px;
}
@media (max-width: 360px) {
  .config-options,
  .config-options-left {
    --max-width: 280px;
    --min-width: 280px;
  }
}

.config-options-left {
  left: -110px;
}
@media (max-width: 576px) {
  .config-options-left {
    left: 0;
  }
}

.copiedToast {
  --width: 80px;
  --background: #7FC786;
  top: -150px;
  text-align: center;
}
@media (max-width: 500px) {
  .copiedToast {
    top: -120px;
  }
}

.incorrectPasscodeToast {
  --width: 325px;
  --background: #C56028;
  top: -150px;
  text-align: center;
}
@media (max-width: 330px) {
  .incorrectPasscodeToast {
    top: -120px;
    --width: 280px;
    font-size: 12PX;
  }
}
@media (max-width: 300px) {
  .incorrectPasscodeToast {
    --width: 260px;
  }
}

.mic-off-toast {
  --max-width: max-content !important;
}

.controlsPopOver {
  position: absolute;
  left: -64px;
  top: -40px;
  --width: fit-content;
  --min-width: 15.625rem;
  --background: #fff;
}
@media (max-width: 330px) {
  .controlsPopOver {
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 300px) {
  .controlsPopOver {
    --max-width: 17rem;
  }
}

.participantsControlsPopOver {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 14rem;
}
@media (max-width: 330px) {
  .participantsControlsPopOver {
    max-width: 17rem;
  }
}

.accountSettingsPopOver {
  --background: var(--surface-primary);
  --min-width: 23.4375rem;
  border-radius: 1.25rem;
  top: 1rem;
}
@media (max-width: 400px) {
  .accountSettingsPopOver {
    --min-width: unset;
    --width: 95vw;
  }
}

.accountSettingsPopOver .popover-wrapper .popover-content.sc-ion-popover-md {
  border-radius: 0.5rem !important;
}

.callerModalSize .modal-wrapper {
  width: 100vw !important;
  height: 100% !important;
  border-radius: 0.5rem;
  background-color: var(--overlay-backdrop) !important;
}

.caller-modal-size {
  width: 23.4375rem;
  min-width: unset;
  height: 25rem;
  border-radius: 0.5rem;
  padding: 0;
  overflow: hidden;
  background: var(--surface-primary);
}
@media (max-width: 576px) {
  .caller-modal-size {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }
}

.input-error-container {
  height: -moz-fit-content;
  height: fit-content;
}
.input-error-container .error-message {
  color: var(--color-danger);
  font-family: Inter;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 400;
}

.register-list {
  background: var(--surface-primary);
  margin-top: 0.78rem;
  color: var(--text-primary);
  position: relative;
}
.register-list .label {
  font-family: Inter;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: left;
}
.register-list .inputField {
  font-family: Inter;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d8da;
  padding: 1.25rem 0.5rem;
  outline: none;
  background: transparent;
  color: var(--text-primary);
}
.register-list .inputField:focus {
  border-bottom-color: var(--color-accent);
}
.register-list .inputField::placeholder {
  color: var(--text-secondary);
}
.register-list .icon {
  color: var(--text-secondary);
  font-size: 1.375rem;
  position: absolute;
  top: 0.6rem;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

.password-toggle-icon {
  position: absolute;
  top: 0.6rem;
  right: 0;
  cursor: pointer;
  color: var(--text-secondary);
  width: 1.25rem;
  height: 1.25rem;
}

.register-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}

.edit-organization-button {
  justify-content: end !important;
}

.register-button {
  box-shadow: none;
  text-transform: inherit;
  height: 2.25rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 12rem;
  border: none;
  background: var(--color-accent);
  color: #fff;
  cursor: pointer;
  font-family: Inter;
  transition: background 0.12s;
}
.register-button:hover:not(:disabled) {
  background: #3d12a2;
}
.register-button:active:not(:disabled) {
  background: #2e0d85;
}
.register-button:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 500px) {
  .register-button {
    width: -moz-fit-content;
    width: fit-content;
    height: 2.25rem;
  }
}

.register-terms {
  font-size: 0.875rem;
  margin-top: 0.6rem;
  font-weight: 400;
  text-align: center;
  color: var(--text-secondary);
}
@media (max-width: 500px) {
  .register-terms {
    margin-top: 1.6rem;
  }
}

.language-container {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--text-secondary);
}
.language-container .language-text {
  color: var(--color-accent);
  cursor: pointer;
}

.action-sheet-controller {
  --background: var(--color-accent-hover);
  opacity: 1;
  --button-color: var(--surface-primary);
  --color: var(--color-accent);
}
.action-sheet-controller .action-sheet-group:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding-top: 0.5rem !important;
  border: none !important;
}
.action-sheet-controller .action-sheet-group:last-child {
  padding-bottom: 0.313rem !important;
  border: none !important;
}

.recording-action-controller {
  --background: var(--surface-primary);
  opacity: 1;
  --button-color: var(--text-primary);
  --color: var(--color-accent);
}
.recording-action-controller .action-sheet-group:first-child {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding-top: 0.5rem !important;
  border: none !important;
}
.recording-action-controller .action-sheet-group:last-child {
  padding-bottom: 0.313rem !important;
  border: none !important;
}

.card-header .in-toolbar {
  display: flex;
  align-items: center;
}

.report-content-text > b {
  color: var(--text-primary);
}

.heading-text > b {
  font-size: 2rem;
}

/* Ionic utility class replacements */
.span-end {
  text-align: right;
}

.span-center {
  text-align: center;
}

* {
  font-family: Inter;
  font-style: normal;
}

ion-modal div {
  --border-radius: 0.75rem;
}
@media (max-width: 768px) {
  ion-modal div {
    --width: 100%;
    --height: 100%;
    --border-radius: none !important;
  }
}

.contact-Submenu-PopOver {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15.625rem;
}
@media (max-width: 300px) {
  .contact-Submenu-PopOver {
    max-width: 17rem;
  }
}

.header-md {
  box-shadow: none;
}

.header-md::after {
  background-image: none;
  box-shadow: none;
  border: none !important;
}

.contacts-item .item-native .item-inner {
  padding-right: 0px !important;
  padding-inline-end: 0px !important;
}

ion-searchbar .searchbar-input-container {
  height: 3rem !important;
}
ion-searchbar .searchbar-input-container .searchbar-input {
  font-size: 0.813rem !important;
  padding-inline-start: 3.25rem !important;
  box-shadow: none;
}
ion-searchbar .searchbar-input-container .searchbar-search-icon {
  left: 1rem !important;
}
ion-searchbar .searchbar-input-container .searchbar-clear-button {
  right: 0.7rem !important;
  top: -0.188rem !important;
}

header {
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
  box-shadow: none;
}

.edit-org-modal {
  --width: 525px;
  --height: 466px;
  --border-radius: 0.5rem;
}

.invite-org-contact-modal {
  --width: 34rem;
  --height: 32rem;
  --backdrop-opacity: 1 !important;
}
@media (max-width: 1000px) {
  .invite-org-contact-modal {
    --width: 34rem;
    --height: 32rem;
  }
}
@media (max-width: 810px) {
  .invite-org-contact-modal {
    --width: 100%;
    --height: 100%;
    --border-radius: none !important;
  }
}

.reset-password-modal {
  width: 26rem;
  min-height: auto;
}

.billing-modal {
  --width: 61rem;
  --height: 38.625rem;
  --backdrop-opacity: 1 !important;
}
@media (max-width: 1000px) {
  .billing-modal {
    --width: 50.625rem;
    --height: 38.625rem;
  }
}
@media (max-width: 810px) {
  .billing-modal {
    --width: 100%;
    --height: 100%;
    --border-radius: none !important;
  }
}

.delete-alert-container, .show-mobile-alert-container, .stop-call-alert-container {
  --height: 11.438rem;
  --width: 17.5rem;
  --background: var(--border-default);
}
.delete-alert-container .alert-title, .show-mobile-alert-container .alert-title, .stop-call-alert-container .alert-title {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--text-primary);
}
.delete-alert-container .alert-sub-title, .show-mobile-alert-container .alert-sub-title, .stop-call-alert-container .alert-sub-title {
  color: var(--text-secondary);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
.delete-alert-container .alert-message, .show-mobile-alert-container .alert-message, .stop-call-alert-container .alert-message {
  color: var(--text-secondary);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.delete-alert-container .alert-button-group, .show-mobile-alert-container .alert-button-group, .stop-call-alert-container .alert-button-group {
  margin-top: 0.625rem;
}
.delete-alert-container .alert-button, .show-mobile-alert-container .alert-button, .stop-call-alert-container .alert-button {
  height: 1.75rem;
  padding: auto 1rem;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 0.813rem;
  text-transform: capitalize;
  color: var(--color-accent);
}
.delete-alert-container .alert-button:last-child, .show-mobile-alert-container .alert-button:last-child, .stop-call-alert-container .alert-button:last-child {
  border-radius: 1.75rem;
  color: var(--border-default);
  background: var(--color-accent);
}

.stop-call-alert-container {
  --height: auto;
}
.stop-call-alert-container .alert-button-group {
  margin-bottom: 0.625rem;
}
.stop-call-alert-container .alert-button {
  text-transform: none;
}

.show-mobile-alert-container {
  --height: auto;
  align-items: flex-end;
  padding-bottom: 1rem;
}
.show-mobile-alert-container .alert-button-group {
  margin-bottom: 0.625rem;
}
.show-mobile-alert-container .alert-button {
  text-transform: none;
}
.show-mobile-alert-container .alert-checkbox-group {
  top: 3.5rem;
  border: none;
}
.show-mobile-alert-container .alert-checkbox-label {
  color: var(--text-secondary);
  font-weight: normal;
  font-size: 0.875rem;
  padding-inline-start: 43px;
}
.show-mobile-alert-container .alert-button-group {
  /* top: -3rem; */
  position: relative;
}

.show-mobile-alert-container-dplnk .alert-wrapper {
  min-width: 20rem;
}

.share-link-modal {
  width: 25rem;
}

.streaming-configs-modal {
  --width: 450px;
  --height: 325px;
}

.call-configs-modal {
  width: 29.6875rem;
  min-height: 24rem;
}
.call-configs-modal h1 {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .call-configs-modal {
    min-height: 0;
  }
  .call-configs-modal .ion-page {
    justify-content: initial;
  }
}

.room-settings-modal {
  --width: 33rem;
  --height: 30.5rem;
  --backdrop-opacity: 1 !important;
}

.profile-page-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: none !important;
}

.organization-add-member-modal {
  --width: 475px;
  --height: 375px;
}

.hide-popover-overFlow {
  --width: fit-content;
  --min-width: 15.625rem;
  position: absolute;
  left: -146px;
}
@media (min-width: 577px) and (max-width: 715px) {
  .hide-popover-overFlow {
    --min-width: 13rem;
    left: -138px;
  }
}
@media (max-width: 576px) {
  .hide-popover-overFlow {
    left: 0px;
  }
}

.hide-popover-overFlow .hydrated {
  overflow: hidden !important;
  --overflow: hidden !important;
  --backdrop-opacity: 0;
}
.hide-popover-overFlow .hydrated .list-md {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

select-popover div,
div div:not(.register-list) {
  --border-style: none !important;
}

.hide-popover-overFlow .lang-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.15px;
  color: var(--text-primary) !important;
}

.lang-text.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h {
  opacity: 1;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.4px;
}

ion-radio {
  --color: transparent;
  --color-checked: transparent;
}

.item-radio-checked {
  --background: rgb(56, 58, 62, 0.2) !important;
}

.hidden-participants-warning-modal-en {
  --width: 640px;
  --height: 190px;
}
.hidden-participants-warning-modal-en .modal-wrapper {
  --background: rgba(0, 0, 0, 0.80);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.hidden-participants-warning-modal-fr {
  --width: 640px;
  --height: 216px;
}
.hidden-participants-warning-modal-fr .modal-wrapper {
  --background: rgba(0, 0, 0, 0.80);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.recording-modal {
  --width: 450px;
  --height: auto;
}
.recording-modal.bottom {
  align-items: flex-end;
}
.recording-modal .ion-page {
  position: relative;
  display: block;
  contain: content;
}
.recording-modal .ion-page .inner-content {
  max-height: 80vh;
  overflow: auto;
  padding: 10px;
}

.limit-modal {
  --width: 450px;
  --height: 220px;
}

.no-hover {
  --background-hover: transparent;
}

.environmental-report-modal, .guest-environmental-report-modal {
  --width: 29.688rem;
  --height: 33.50rem;
  --border-radius: 0.5rem;
}
.environmental-report-modal h1, .guest-environmental-report-modal h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.guest-environmental-report-modal {
  --height: 37.50rem;
  background: var(--text-primary);
}

.searchbar-container ion-searchbar .searchbar-input-container .searchbar-input {
  --border-radius: 2rem;
}

.messaging-modal {
  margin: 0 0.5rem auto 0.5rem;
}

.tool-tip {
  position: relative;
}

.tool-tip::before,
.tool-tip::after {
  --scale: 0;
  --arrow-size:5px;
  --tooltip-color: #333;
  box-sizing: border-box;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
@media (max-width: 576px) {
  .tool-tip::before,
  .tool-tip::after {
    display: none !important;
  }
}
@media (max-width: 810px) and (orientation: landscape) {
  .tool-tip::before,
  .tool-tip::after {
    display: none !important;
  }
}

.tool-tip::before {
  --translate-y: calc(-100% - var(--arrow-size));
  box-sizing: border-box;
  content: attr(data-tooltip);
  color: white;
  font-size: 0.625rem;
  font-weight: 400 !important;
  padding: 0.388rem 0.4rem !important;
  border-radius: 0.25rem;
  text-align: center;
  width: max-content;
  background: var(--text-secondary);
  z-index: 1000;
}

.tool-tip:hover::before,
.tool-tip:hover::after {
  --scale: 1;
}

.tool-tip::after {
  --translate-y: calc(-1.3 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--text-secondary) !important;
  transform-origin: top center;
}

.bottom-tool-tip {
  position: relative;
}

.bottom-tool-tip::before,
.bottom-tool-tip::after {
  --scale: 0;
  --arrow-size: 5px;
  --tooltip-color: #333;
  box-sizing: border-box;
  position: absolute;
  top: 3.713rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: top center;
}
@media (max-width: 576px) {
  .bottom-tool-tip::before,
  .bottom-tool-tip::after {
    display: none !important;
  }
}
@media (max-width: 810px) and (orientation: landscape) {
  .bottom-tool-tip::before,
  .bottom-tool-tip::after {
    display: none !important;
  }
}

.bottom-tool-tip::before {
  --translate-y: calc(-110% - var(--arrow-size));
  box-sizing: border-box;
  content: attr(data-tooltip);
  color: white;
  font-size: 0.625rem;
  font-weight: 400 !important;
  padding: 0.188rem 0.375rem;
  border-radius: 0.25rem;
  text-align: center;
  width: max-content;
  background: var(--text-secondary);
  z-index: 1000;
}

.bottom-tool-tip:hover::before,
.bottom-tool-tip:hover::after {
  --scale: 1;
}

.bottom-tool-tip::after {
  --translate-y: calc(-7.4 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-bottom-color: var(--text-secondary);
  transform-origin: bottom center;
}

.profile-setting-left-space::before,
.profile-setting-left-space::after {
  left: 30% !important;
}

.account-setting-left-space::before,
.account-setting-left-space::after {
  left: -1.25rem !important;
  top: 3.75rem;
}

.account-setting-left-space:hover::after {
  transform: translateX(2rem) translateY(-2.3438rem) scale(1);
}

.language-top-space::before,
.language-top-space::after {
  top: 4.3125rem !important;
}

.upgrade-top-space::before,
.upgrade-top-space::after {
  top: 3.5625rem !important;
}

.recording-play-left-space::before,
.recording-play-left-space::before {
  left: -2.4rem;
}

.recording-play-left-space-en::before,
.recording-play-left-space-en::before {
  left: -1.5rem;
}

.recording-more-left-space::before,
.recording-more-left-space::before {
  left: -1.4rem;
}

.room-tooltip::before {
  background: #1d1c1d;
  color: #ffffff;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  padding: 0.375rem 0.625rem !important;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(0, 0, 0, 0.2);
}

.room-tooltip::after {
  border-top-color: #1d1c1d !important;
  z-index: 1000 !important;
}

.room-button-left-space::before,
.room-button-left-space::after {
  left: -2.8rem;
}

.room-button-left-space:hover::after {
  transform: translateX(3.8rem) translateY(-5.5px) scale(1);
}

.room-button-left-space-chat-en::before,
.room-button-left-space-chat-en::after {
  left: -1.7rem;
}

.room-button-left-space-chat-en:hover::after {
  transform: translateX(2.5rem) translateY(-5.9px) scale(1);
}

.room-button-left-space-chat::before,
.room-button-left-space-chat::after {
  left: -3.7rem;
}

.room-button-left-space-chat:hover::after {
  transform: translateX(4.1rem) translateY(-5.9px) scale(1);
}

.room-button-left-space-people-en::before,
.room-button-left-space-help::after {
  left: -0.5rem;
}

.room-button-left-space-people-en:hover::after {
  transform: translateX(0rem) translateY(-5.9px) scale(1);
}

.getHelp-icon::before,
.getHelp-icon::after {
  left: -0.5rem;
}

.getHelp-icon:hover::after {
  transform: translateX(1.3rem) translateY(-5.9px) scale(1);
}

.recording-play-left-space:hover::after {
  transform: translateX(-0.6rem) translateY(-6.2px) scale(1);
}

:root {
  /** Semantic theme variables (light mode) — matches admin-console **/
  --surface-primary: #fff;
  --surface-secondary: #f8fafc;
  --surface-tertiary: #f1f5f9;
  --surface-hover: #f1f5f9;
  --surface-active: #e2e8f0;
  --surface-sidebar: #fff;
  --sidebar-text: #475569;
  --sidebar-text-bright: #18191A;
  --sidebar-text-muted: #92949c;
  --sidebar-hover: #f8fafc;
  --sidebar-active: #e2e8f0;
  --sidebar-selected: rgba(76, 23, 202, 0.1);
  --sidebar-selected-text: #4C17CA;
  --border-default: #e2e8f0;
  --text-primary: #18191A;
  --text-secondary: #475569;
  --text-tertiary: #92949c;
  --text-on-dark: #fff;
  --color-accent: #4C17CA;
  --color-accent-hover: #3d12a2;
  --color-danger: oklch(63.7% 0.237 25.331);
  --color-success: #1ab55a;
  --overlay-backdrop: rgba(0, 0, 0, 0.5);
  /** Standard aliases (shared across ecosystem) **/
  --background-color: var(--surface-primary);
  --surface-color: var(--surface-secondary);
  --text-color: var(--text-primary);
  --text-secondary-color: var(--text-secondary);
  --placeholder-color: var(--text-tertiary);
  --border-color: var(--border-default);
  --divider-color: #d3d5dd;
}

h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: bold;
}

body.dark {
  /** Semantic theme variables (dark mode) — matches admin-console **/
  --surface-primary: #18191A;
  --surface-secondary: #242526;
  --surface-tertiary: #343434;
  --surface-hover: #343434;
  --surface-active: #3a3a3a;
  --surface-sidebar: #18191A;
  --sidebar-text: #92949c;
  --sidebar-text-bright: #d3d5dd;
  --sidebar-text-muted: #575757;
  --sidebar-hover: #242526;
  --sidebar-active: #343434;
  --sidebar-selected: rgba(255, 83, 34, 0.15);
  --sidebar-selected-text: #FF5322;
  --border-default: #343434;
  --text-primary: #d3d5dd;
  --text-secondary: #92949c;
  --text-tertiary: #575757;
  --text-on-dark: #fff;
  --color-accent: #FF5322;
  --color-accent-hover: #e63d0d;
  --color-danger: oklch(63.7% 0.237 25.331);
  --color-success: #1ab55a;
  --overlay-backdrop: rgba(0, 0, 0, 0.7);
  /** Standard aliases (shared across ecosystem) **/
  --background-color: var(--surface-primary);
  --surface-color: var(--surface-secondary);
  --text-color: var(--text-primary);
  --text-secondary-color: var(--text-secondary);
  --placeholder-color: var(--text-tertiary);
  --border-color: var(--border-default);
  --divider-color: #343434;
}

/*# sourceMappingURL=styles.45593097d605a59f.css.map*/