:root {
  --color-primary: #1e40af;
  --color-primary-dark: #1e3a8a;
  --color-primary-vivid: #3b82f6;
  --color-primary-light: #dbeafe;
  --color-primary-50: #eff6ff;
  --color-secondary: #0891b2;
  --color-secondary-dark: #0e7490;
  --color-secondary-light: #cffafe;
  --color-accent: #f59e0b;
  --color-accent-dark: #d97706;
  --color-accent-light: #fef3c7;
  --color-success: #059669;
  --color-success-light: #d1fae5;
  --color-warning: #eab308;
  --color-warning-light: #fef9c3;
  --color-error: #dc2626;
  --color-error-light: #fee2e2;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-heading: "Space Grotesk", "Inter", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.12);
  --header-height: 68px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0f172a;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 14px;
  text-decoration: none;
  transition: top 200ms ease;
}
.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.webrtc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #1e3a8a;
  outline: none;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  text-rendering: auto;
  -webkit-appearance: none;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.webrtc-btn.xs {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.webrtc-btn.sm {
  width: 36px;
  height: 36px;
}
.webrtc-btn.xs .weboard-icon, .webrtc-btn.sm .weboard-icon {
  font-size: 18px;
}
.webrtc-btn.md {
  height: 28px;
  border: none;
  border-right: 1px solid #1a5a7e;
  transition: none !important;
}
.webrtc-btn.md .weboard-icon {
  font-size: 20px;
}
.webrtc-btn.lg {
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  border: 1px solid #1a5a7e;
}
.webrtc-btn.lg .weboard-icon, .webrtc-btn.lg .fa, .webrtc-btn.lg .fas {
  width: 60px;
}
.webrtc-btn.lg .fa-caret-down {
  display: none;
}
@media screen and (min-width: 992px) {
  .webrtc-btn.lg .fa-caret-down {
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .webrtc-btn.lg {
    justify-content: space-between;
  }
}
.webrtc-btn.md .weboard-icon, .webrtc-btn.lg .weboard-icon {
  font-size: 22px;
}
.webrtc-btn.md .fa, .webrtc-btn.md .fas, .webrtc-btn.lg .fa, .webrtc-btn.lg .fas {
  font-size: 20px;
}
.webrtc-btn.button-pause, .webrtc-btn.button-mute {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  border-radius: 4px;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .webrtc-btn.button-pause, .webrtc-btn.button-mute {
    opacity: 0;
  }
  .webrtc-btn.button-pause:hover, .webrtc-btn.button-mute:hover {
    opacity: 1;
    transition: all 0.3s linear;
  }
}
.webrtc-btn.button-pause {
  left: 6px;
}
.webrtc-btn.button-pause:before {
  content: "\f04c";
}
.webrtc-btn.button-pause.paused:before {
  content: "\f04b";
}
.webrtc-btn.button-mute {
  right: 6px;
}
.webrtc-btn.button-mute:before {
  content: "\f131";
}
.webrtc-btn.button-mute.muted:before {
  content: "\f130";
}
.webrtc-btn.webrtc-collapse {
  position: relative;
}
.webrtc-btn.webrtc-collapse .fa {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #398edb;
  font-size: 9px;
}
.webrtc-btn.webrtc-collapse .fa-minus {
  display: none;
}
.webrtc-btn.webrtc-collapse.active .fa-plus {
  display: none;
}
.webrtc-btn.webrtc-collapse.active .fa-minus {
  display: inline;
}
.webrtc-btn:hover, .webrtc-btn.active {
  background: #003959;
  color: #FFF;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.webrtc-btn:hover .fa.fa-caret-down, .webrtc-btn.active .fa.fa-caret-down {
  transform: rotate(90deg);
}
.webrtc-btn img {
  width: 24px;
  height: 24px;
}

.webrtc-fullscreen .webrtc-btn {
  /*justify-content: flex-start;*/
  border-radius: 0;
}
.webrtc-fullscreen .webrtc-btn i.fa.fa-caret-down {
  display: none;
}

.webrtc-fullscreen .webrtc-panels-btn {
  justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  .webrtc-sidebar:not(.active) .webrtc-panel-toggle {
    width: 60px;
  }
  .webrtc-sidebar:not(.active) #screen-share-btn {
    justify-content: flex-start;
  }
  .webrtc-sidebar:not(.active) #screen-share-btn .weboard-icon {
    width: 60px;
  }
}

.webrtc-panel-options .webrtc-btn {
  width: 50%;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .webrtc-panel-options .webrtc-btn {
    width: 33.33333333%;
  }
}

.webrtc-radio-btn {
  overflow: hidden;
  height: 50px;
  margin-bottom: 6px;
  position: relative;
  border: 1px solid #337ab7;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.webrtc-radio-btn label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  line-height: 50px;
  color: #262626;
}
.webrtc-radio-btn label span {
  min-height: 40px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #337ab7;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.webrtc-radio-btn label input {
  position: absolute;
  top: -20px;
}
.webrtc-radio-btn label input:checked + span {
  background-color: #0891b2;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.webrtc-radio-btn label input:hover + span {
  background-color: #3b82f6;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}

.webrtc-ck-btn {
  width: 80px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  background: #333;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}
.webrtc-ck-btn:before {
  content: "ON";
  font: 12px/26px Arial, sans-serif;
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}
.webrtc-ck-btn:after {
  content: "OFF";
  font: 12px/26px Arial, sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.webrtc-ck-btn label {
  display: block;
  width: 34px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 );
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.webrtc-ck-btn input[type=checkbox] {
  visibility: hidden;
}
.webrtc-ck-btn input[type=checkbox]:checked + label {
  left: 43px;
}

/* Unread-indicator badge for panel buttons (chat, file share).
   Driven by applyChatBadgeDelta / applyFilesBadgeDelta in board-webrtc.js.
   Hidden via the `.hidden` helper class when the counter is zero or the
   panel is currently visible. Scoped to `.webrtc-btn.lg` so it does not
   collide with the global `.sidebar .nav .badge` rule in style.css. */
.webrtc-btn.lg {
  position: relative;
}
.webrtc-btn.lg .badge {
  position: absolute;
  top: 6px;
  right: 10px;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 9px;
  background: #e74c3c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px #1e3a8a;
  pointer-events: none;
  z-index: 2;
  /* On md+ screens the .lg button has a caret on the right; nudge the
     badge inward a little so it doesn't overlap the caret glyph. */
}
.webrtc-btn.lg .badge.hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  .webrtc-btn.lg .badge {
    right: 32px;
  }
}

.ui-state-highlight{background:rgba(0,0,0,0) !important;border:1px dashed skyblue !important;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.file-upload-label{display:block}.file-upload-input{opacity:0;height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0;cursor:pointer}.webrtc-cursor{position:relative;z-index:3000}.webrtc-cursor svg{transform:rotate(-45deg)}.webrtc-cursor .circle-2{display:block;width:40px;height:40px;border:1px solid skyblue;position:absolute;top:-15px;left:-20px;right:0;transform:scale(0);content:"";opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.webrtc-cursor .circle-1{display:block;width:40px;height:40px;border:1px solid skyblue;position:absolute;top:-15px;left:-20px;right:0;transform:scale(0);content:"";opacity:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.webrtc-cursor.click .circle-1{animation:createCircle 1s ease-in-out;animation-delay:.2s}.webrtc-cursor.click .circle-2{animation:createCircle 1s ease-in-out}.user-status{font-size:12px;position:absolute;top:14px;left:50px;background:skyblue;border-radius:8px;padding:0px 10px 2px;line-height:20px;color:#1e1e1e;text-shadow:2px 2px 6px rgba(0,0,0,.6);box-shadow:1px 1px 6px rgba(0,0,0,.6);vertical-align:middle;border-color:skyblue}.user-status .triangle{display:block;width:0;position:absolute;top:50%;transform:translateY(-50%);left:-6px;height:0;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0);border-right:7px solid skyblue}.user-status span span{font-size:20px;animation-name:blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both}.user-status span span:nth-child(2){animation-delay:.2s}.user-status span span:nth-child(3){animation-delay:.4s}@media screen and (min-width: 992px)and (max-height: 768px){.webrtc-footer,.webrtc-fullscreen{right:260px}.local-stream-container .video-container,.local-stream-container video{max-height:150px}.webrtc-btn.lg{height:40px;line-height:40px}.webrtc-btn.lg span.button-title{width:130px;font-size:14px}.webrtc-btn.lg .weboard-icon{font-size:19px;line-height:35px}.webrtc-btn.lg .fa{line-height:35px;padding:0;font-size:18px}.local-controls .webrtc-btn{font-size:12px}.local-controls .webrtc-btn .weboard-icon,.local-controls .webrtc-btn .fa{font-size:18px}.webrtc-info-text{font-size:12px}.cont-inner .tit,.cont-inner .desc{display:none}.drop{height:90px}}@media screen and (max-width: 991px){.desktop-only{display:none !important}.mobile-only{display:block !important}}
@charset "UTF-8";
:root {
  --color-primary: #1e40af;
  --color-primary-dark: #1e3a8a;
  --color-primary-vivid: #3b82f6;
  --color-primary-light: #dbeafe;
  --color-primary-50: #eff6ff;
  --color-secondary: #0891b2;
  --color-secondary-dark: #0e7490;
  --color-secondary-light: #cffafe;
  --color-accent: #f59e0b;
  --color-accent-dark: #d97706;
  --color-accent-light: #fef3c7;
  --color-success: #059669;
  --color-success-light: #d1fae5;
  --color-warning: #eab308;
  --color-warning-light: #fef9c3;
  --color-error: #dc2626;
  --color-error-light: #fee2e2;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-heading: "Space Grotesk", "Inter", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.12);
  --header-height: 68px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0f172a;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 14px;
  text-decoration: none;
  transition: top 200ms ease;
}
.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 01. WebRTC fullscreen panel
------------------------------------------------ */
.webrtc-fullscreen {
  display: none;
  position: fixed;
  top: 51px;
  left: 0;
  right: 340px;
  bottom: 40px;
  z-index: 6000;
  background-color: rgba(0, 57, 89, 0.7);
}
.webrtc-fullscreen.active {
  display: block;
}
.webrtc-fullscreen.wide {
  right: 60px;
}
.webrtc-fullscreen .webrtc-tab {
  display: block;
  width: 100%;
  height: 100%;
}
.webrtc-fullscreen .webrtc-tab-content {
  width: 100%;
  height: 100%;
}
.webrtc-fullscreen .webrtc-tab-content#remotes {
  height: calc(100vh - 133px);
  padding: 0;
  position: relative;
}
.webrtc-fullscreen .webrtc-tab-content#fullscreen-remotes {
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.webrtc-fullscreen .webrtc-tab-content#fullscreen-remotes.has-pagination {
  height: calc(100% - 48px);
}
.webrtc-fullscreen #fullscreen-remotes {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 33.33%;
  overflow: hidden;
  margin: 0;
}
.webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) .video-container {
  height: calc(100% - 34px);
}
.webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) > .peerContainer {
  flex: none;
  width: 25%;
  max-height: none;
}
@media screen and (min-width: 768px) {
  .webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .webrtc-fullscreen #fullscreen-remotes .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.webrtc-fullscreen #fullscreen-remotes[data-peer-count="1"] .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100%;
}
.webrtc-fullscreen #fullscreen-remotes[data-peer-count="2"] .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  max-height: 100% !important;
  height: 100%;
}
.webrtc-fullscreen #fullscreen-remotes[data-peer-count="3"] .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs), .webrtc-fullscreen #fullscreen-remotes[data-peer-count="4"] .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  max-height: 50% !important;
  height: 50%;
}
.webrtc-fullscreen #fullscreen-remotes:has(.screen-fullscreen) {
  display: block;
}
.webrtc-fullscreen .screen-fullscreen {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  float: none !important;
  margin: 0 !important;
  z-index: 1;
  background: #000;
}
.webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=screen] {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  z-index: 1;
}
.webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=screen] video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] {
  position: absolute !important;
  bottom: 16px;
  right: 16px;
  width: 200px !important;
  height: auto !important;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
  border: none;
}
.webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] .volume, .webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] .muted, .webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] .paused, .webrtc-fullscreen .screen-fullscreen .video-container[data-track-type=video] .avatar {
  display: none !important;
}
.webrtc-fullscreen .screen-fullscreen .participant-info {
  display: none !important;
}
.webrtc-fullscreen .local-screen-fs {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  float: none !important;
  margin: 0 !important;
  z-index: 1;
  background: #000;
}
.webrtc-fullscreen .local-screen-fs #localScreenContainer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.webrtc-fullscreen .local-screen-fs #localScreenContainer video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.webrtc-fullscreen .fs-pip {
  position: absolute !important;
  bottom: 16px;
  right: 16px;
  width: 200px !important;
  height: auto !important;
  float: none !important;
  margin: 0 !important;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}
.webrtc-fullscreen .fs-pip video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.webrtc-fullscreen .fs-pip .participant-info,
.webrtc-fullscreen .fs-pip .volume {
  display: none !important;
}
.webrtc-fullscreen .webrtc-panel {
  background: transparent;
  width: 100%;
  height: 100%;
}

/* 02. WebRTC Sidebar
------------------------------------------------ */
.webrtc-sidebar {
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  border-left: 1px solid #1a5a7e;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background-color: rgba(0, 57, 89, 0.7);
  z-index: 4000;
}
.webrtc-sidebar.active {
  display: flex;
  right: 0;
}
.webrtc-sidebar.active .local-stream-container.active {
  display: block;
}
.webrtc-sidebar .webrtc-sidebar-bottom {
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .webrtc-sidebar {
    display: flex;
    flex-direction: column;
  }
  .webrtc-sidebar .webrtc-sidebar-top {
    flex: 0 0 auto;
  }
  .webrtc-sidebar .webrtc-sidebar-bottom {
    flex: 1 1 0;
    height: auto;
    min-height: 0;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .webrtc-sidebar {
    max-width: 340px;
    max-height: calc(100vh - 91px);
    padding-top: 0;
    position: absolute;
    top: 0;
    right: -280px;
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .webrtc-sidebar {
    max-width: 260px;
    right: -200px;
  }
  .webrtc-sidebar .webrtc-fullscreen-toggle {
    display: none;
  }
  .webrtc-sidebar.open .webrtc-fullscreen-toggle {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .main-content.webrtc-active:not(.fullscreen-active) .sidebar-only-panel {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .webrtc-panels-btn {
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
  }
}
.webrtc-panel-options {
  display: flex;
  border-bottom: 1px solid #1a5a7e;
}

/* 03. WebRTC Local content
------------------------------------------------ */
.webrtc-content {
  width: 33.333333%;
  position: absolute;
  right: 1px;
  z-index: 5000;
  background: transparent;
}
.webrtc-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
@media screen and (min-width: 992px) {
  .webrtc-content {
    width: 100%;
    position: static;
    background: #00253b;
  }
}

/* 04. WebRTC Panels
------------------------------------------------ */
.webrtc-panel {
  display: none;
  position: relative;
}
.webrtc-panel.active {
  display: block;
}
.webrtc-panel.active .webrtc-tab {
  display: block;
}
.webrtc-panel .weboard-icon:before {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .webrtc-panel {
    display: block;
  }
}

/* 05. WebRTC Tab
------------------------------------------------ */
.webrtc-tab {
  display: none;
  font-size: 12px;
  padding-top: 1px;
  position: relative;
}
.webrtc-tab.cams .webrtc-tab-content {
  padding: 0;
}
.webrtc-tab.active, .webrtc-tab.fullscreen-active {
  display: block;
}
.webrtc-tab.active .video-container, .webrtc-tab.fullscreen-active .video-container {
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
}
.webrtc-tab footer {
  position: relative;
  overflow: hidden;
}
.webrtc-tab footer .webrtc-btn {
  float: left;
  border-radius: 0;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border: none;
  background: #007bc0;
}
.webrtc-tab footer .webrtc-btn.small {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.webrtc-tab footer .webrtc-btn.large {
  display: block;
  width: calc(100% - 40px);
  line-height: 40px;
  text-align: center;
}
.webrtc-tab footer .webrtc-btn.large .fa {
  padding: 0;
  width: 40px;
  line-height: 40px;
  vertical-align: bottom;
}
.webrtc-tab footer .webrtc-btn:hover, .webrtc-tab footer .webrtc-btn.active {
  background-color: #00476f;
  opacity: 1;
}

/* 06. WebRTC Tab Content
------------------------------------------------ */
.webrtc-tab-content {
  display: block;
  height: 320px;
  padding: 20px;
  position: relative;
  font-size: 14px;
  color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
}
.webrtc-tab-content.has-pagination {
  height: 272px;
}
.webrtc-tab-content.chat-content {
  padding: 10px 10px 20px 10px;
}
.webrtc-tab-content.files-list {
  min-height: 102px;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .webrtc-tab-content {
    height: calc(100vh - 131px);
  }
  .webrtc-tab-content.chat-content {
    height: calc(100vh - 198px);
  }
  .webrtc-tab-content.notes-content {
    height: calc(100vh - 171px);
  }
  .webrtc-tab-content.files-list {
    height: calc(100vh - 288px);
  }
}

.webrtc-info-text {
  margin: 0 auto;
  padding: 10px 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
  text-align: center;
  color: white;
}

.panel-status {
  display: none;
  width: 100%;
  padding: 6px 10px;
  position: relative;
  background: #eee;
  font-style: italic;
  font-size: 12px;
  color: black;
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}

/* Connection state pill — driven by `webrtc.on('connectionState')` in
   board-webrtc.js. Classes .is-ok / .is-degraded / .is-offline are toggled
   on #webrtc-connection-status to reflect combined SignalR + LiveKit health. */
.webrtc-status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  background: #b6b6b6;
  transition: background-color 150ms ease-in-out;
}
.webrtc-status.is-ok::before {
  background: #2ecc71;
}
.webrtc-status.is-degraded::before {
  background: #f39c12;
  animation: webrtc-status-pulse 1.2s ease-in-out infinite;
}
.webrtc-status.is-offline::before {
  background: #e74c3c;
}
.webrtc-status.is-degraded, .webrtc-status.is-offline {
  font-weight: 600;
}

@keyframes webrtc-status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
/* 07. WebRTC Footer
------------------------------------------------ */
.webrtc-footer {
  display: none;
  position: fixed;
  left: 0;
  right: 340px;
  bottom: 40px;
  overflow: hidden;
  z-index: 4000;
  background-color: rgba(0, 57, 89, 0.7);
}
.webrtc-footer.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .webrtc-footer {
    display: none !important;
  }
}
.webrtc-footer.wide {
  right: 60px;
}
.webrtc-footer.hide .webrtc-tab {
  display: none;
}
.webrtc-footer .webrtc-panel {
  display: block;
  width: 50%;
  float: left;
  border-right: 1px solid #1a5a7e;
  border-bottom: 1px solid #1a5a7e;
}
.webrtc-footer .webrtc-tab {
  display: block;
}
.webrtc-footer .webrtc-tab-content {
  height: 130px;
}
.webrtc-footer .webrtc-tab-content.chat-content {
  height: 220px;
}
.webrtc-footer .files-dropzone {
  height: 80px;
}
.webrtc-footer .files-dropzone .fa.fa-cloud-upload {
  display: none;
}
.webrtc-footer .files-dropzone .tit {
  font-size: 14px;
}
.webrtc-footer .files-dropzone .desc {
  font-size: 12px;
}
.webrtc-footer .files-dropzone .browse {
  margin-top: 5px;
}
.webrtc-footer .fa.fa-caret-down {
  float: right;
}

/* 01. WebRTC component variations
------------------------------------------------ */
.main-content.webrtc-active .zoom-tool {
  right: 66px;
}
.main-content.webrtc-active .sketches-tabs {
  width: calc(100% - 510px);
}
.main-content.webrtc-active.sidebar-active .zoom-tool {
  right: 346px;
}
.main-content.webrtc-active.sidebar-active .sketches-tabs {
  width: calc(100% - 705px);
}
.main-content.footer-active .zoom-tool, .main-content.footer-active .sketches-nav {
  bottom: 436px;
}
.main-content.footer-active .sketches-tabs {
  bottom: 440px;
}
.main-content.footer-inactive .zoom-tool, .main-content.footer-inactive .sketches-nav {
  bottom: 146px;
}
.main-content.footer-inactive .sketches-tabs {
  bottom: 150px;
}
.main-content.fullscreen-active .zoom-tool, .main-content.fullscreen-active .sketches-nav {
  bottom: 96px;
}
.main-content.fullscreen-active .sketches-tabs {
  bottom: 100px;
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .main-content.webrtc-active.sidebar-active .zoom-tool {
    right: 266px;
  }
  .main-content.footer-active .zoom-tool, .main-content.footer-active .sketches-nav {
    bottom: 396px;
  }
  .main-content.footer-active .sketches-tabs {
    bottom: 400px;
  }
  .main-content.footer-active .webrtc-fullscreen .webrtc-tab-content {
    height: calc(100vh - 440px);
  }
  .main-content.footer-active .webrtc-fullscreen .webrtc-tab-content .drop {
    height: 40px;
  }
  .main-content.footer-active .webrtc-footer .webrtc-tab-content {
    height: 102px;
  }
  .main-content.footer-active .webrtc-footer .webrtc-tab-content.chat-content {
    height: 192px;
  }
  .main-content.fullscreen-active .zoom-tool, .main-content.fullscreen-active .sketches-nav {
    bottom: 96px;
  }
  .main-content.fullscreen-active .sketches-tabs {
    bottom: 100px;
  }
}

#screen-share-btn {
  width: 100%;
  height: 36px;
  margin-right: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
#screen-share-btn .weboard-icon {
  font-size: 22px;
}
#screen-share-btn .fa, #screen-share-btn span {
  padding: 0 7px;
  vertical-align: middle;
}

/* ======================================================================
   08. Mobile bottom-sheet panels (Chat + Files)
   ======================================================================
   On mobile/tablet (< $screen-md-min), the Chat and Files panels break out
   of the sidebar's scroll flow and present as full-width bottom sheets that
   slide up from the bottom of the viewport. This gives the message list and
   file upload area room to breathe and matches the pattern used by WhatsApp,
   Zoom, and Google Meet on mobile.

   Desktop (>= $screen-md-min): these panels are hidden entirely because
   the footer handles Chat + Files (see the sidebar-only-panel hide rule).
   ---------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .sidebar-only-panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100vw !important;
    height: 80vh;
    max-height: 80vh;
    z-index: 5001;
    background: rgba(0, 40, 65, 0.98);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.3s;
  }
  .sidebar-only-panel.active {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  }
  .sidebar-only-panel .webrtc-panels-btn {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    height: 52px;
    padding-top: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    flex-shrink: 0;
  }
  .sidebar-only-panel .webrtc-panels-btn::before {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sidebar-only-panel .webrtc-panels-btn .fa-caret-down {
    display: none !important;
  }
  .sidebar-only-panel .webrtc-tab {
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    display: none;
  }
  .sidebar-only-panel .webrtc-tab.active {
    display: flex !important;
  }
  .sidebar-only-panel .webrtc-tab-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
  }
  #sidebar-chat-panel {
    display: flex;
    flex-direction: column;
  }
  #sidebar-chat-panel .webrtc-tab.chat.active {
    display: flex !important;
    flex-direction: column;
  }
  #sidebar-chat-panel .chat-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px;
    height: auto !important;
  }
  #sidebar-chat-panel .message-list {
    padding-bottom: 8px;
  }
  #sidebar-chat-panel footer {
    flex-shrink: 0;
    padding: 6px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 30, 50, 0.6);
  }
  #sidebar-chat-panel .chat-form .flex-container {
    gap: 6px;
  }
  #sidebar-chat-panel .chat-message {
    font-size: 16px !important;
    padding: 10px 12px !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  #sidebar-chat-panel .chat-message::placeholder {
    color: rgba(255, 255, 255, 0.45);
  }
  #sidebar-chat-panel .chat-message:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
  }
  #sidebar-chat-panel .chat-submit-btn,
  #sidebar-chat-panel .chat-reset-btn {
    min-width: 40px;
    min-height: 40px;
  }
  #sidebar-files-panel {
    display: flex;
    flex-direction: column;
  }
  #sidebar-files-panel .webrtc-tab.files.active {
    display: flex !important;
    flex-direction: column;
  }
  #sidebar-files-panel .files-list {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px;
    height: auto !important;
  }
  #sidebar-files-panel footer {
    flex-shrink: 0;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 30, 50, 0.6);
  }
  #sidebar-files-panel .files-dropzone {
    height: auto !important;
    min-height: 80px;
    border-radius: 12px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 8px;
  }
  #sidebar-files-panel .share-files {
    min-height: 44px;
    border-radius: 10px;
    font-size: 15px;
  }
}

@charset "UTF-8";
:root {
  --color-primary: #1e40af;
  --color-primary-dark: #1e3a8a;
  --color-primary-vivid: #3b82f6;
  --color-primary-light: #dbeafe;
  --color-primary-50: #eff6ff;
  --color-secondary: #0891b2;
  --color-secondary-dark: #0e7490;
  --color-secondary-light: #cffafe;
  --color-accent: #f59e0b;
  --color-accent-dark: #d97706;
  --color-accent-light: #fef3c7;
  --color-success: #059669;
  --color-success-light: #d1fae5;
  --color-warning: #eab308;
  --color-warning-light: #fef9c3;
  --color-error: #dc2626;
  --color-error-light: #fee2e2;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-heading: "Space Grotesk", "Inter", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.12);
  --header-height: 68px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0f172a;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 14px;
  text-decoration: none;
  transition: top 200ms ease;
}
.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 01. WebRTC local videos and controls
------------------------------------------------ */
.local-stream-container {
  display: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.local-stream-container video {
  display: block;
  max-height: 150px;
}
.local-stream-container.screen-active {
  position: relative;
}
.local-stream-container.screen-active #localScreenContainer {
  width: 100%;
}
.local-stream-container.screen-active #localCamContainer {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 30% !important;
  height: auto !important;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
  z-index: 5010;
  transition: all 0.3s ease-in-out;
}
.local-stream-container.screen-active #localCamContainer video {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
}
.local-stream-container.recorder-active #localCamContainer, .local-stream-container.recorder-active #localScreenContainer {
  opacity: 0;
  visibility: hidden;
}
.local-stream-container.active {
  /*height: 150px;*/
}
.local-stream-container.active .button-mute, .local-stream-container.active .button-pause {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .local-stream-container.active {
    height: 150px;
    transition: all 0.3s ease-in-out;
  }
  .local-stream-container.active .button-mute, .local-stream-container.active .button-pause {
    opacity: 0;
    visibility: hidden;
  }
}
.local-stream-container:hover .button-mute, .local-stream-container:hover .button-pause {
  opacity: 1;
  visibility: visible;
}
.local-stream-container #localScreenContainer {
  display: block;
  z-index: 5000;
  max-height: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.local-stream-container #localScreenContainer.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.local-stream-container .video-container {
  width: 100%;
  max-height: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  z-index: 40000;
}
@media screen and (min-width: 992px) {
  .local-stream-container .video-container {
    position: absolute;
  }
}
.local-stream-container .video-container.active {
  max-height: 150px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .local-stream-container .webrtc-btn.button-mute, .local-stream-container .webrtc-btn.button-pause {
    display: none;
  }
}

.local-controls {
  display: none;
}
.local-controls hr {
  margin: 0;
  clear: both;
}
.local-controls .webrtc-btn {
  width: 100%;
  height: 36px;
  margin-right: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.local-controls .webrtc-btn .fa, .local-controls .webrtc-btn span {
  padding: 0 7px;
  vertical-align: middle;
}
.local-controls .webrtc-btn .fa {
  font-size: 20px;
}
.local-controls .webrtc-btn .weboard-icon {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .local-controls {
    display: block;
  }
}

.local-play-btn {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  border: none;
  border-left: 1px solid #1a5a7a;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  background: transparent;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  z-index: 90000;
}
.local-play-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
}
.local-play-btn img {
  width: 35px;
}
@media screen and (min-width: 992px) {
  .local-play-btn {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    border: none;
  }
  .local-play-btn span {
    position: static;
    transform: none;
    font-size: 16px;
  }
  .local-play-btn img {
    width: 65px;
  }
}

.avatar {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
}
.avatar.hidden {
  display: none;
}

#countdown {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
  animation: pulse 3s infinite;
}

/* 02. WebRTC general videos
------------------------------------------------ */
.video-container {
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #1a5a7e;
  transition: all 0.3s ease-in-out;
}
.video-container.active {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.video-container:hover .button-pause, .video-container:hover .button-mute {
  opacity: 1;
  transition: all 0.3s linear;
}
.video-container.paused span.paused {
  display: inline-block;
}
.video-container.muted span.muted {
  display: inline-block;
}
.video-container.paused.muted span.paused {
  right: -50px;
}
.video-container.paused.muted span.muted {
  left: -50px;
}
.video-container iframe, .video-container video, .video-container object, .video-container .map, .video-container img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .video-container video {
    height: 180px;
  }
}
.video-container img {
  display: none;
}
.video-container .video-container-title {
  background: black;
  font-size: 12px;
  padding: 4px 6px;
}
.video-container .connectionstate {
  display: none;
  position: absolute;
  left: 4px;
  bottom: 0;
  font-size: 9px;
  color: #333;
}
.video-container .connectionstate.circle.checking {
  background-color: #eab308;
}
.video-container .connectionstate.circle.connected, .video-container .connectionstate.circle.completed {
  background-color: #059669;
}
.video-container .connectionstate.circle.failed, .video-container .connectionstate.circle.disconnected, .video-container .connectionstate.circle.closed {
  background-color: #dc2626;
}
.video-container + .participant-info {
  position: absolute;
  top: 0;
}

.peerContainer {
  /*display: none;*/
  position: relative;
  transition: all 0.3s ease-in-out;
}
.peerContainer.p2pCompleted, .peerContainer.p2pConnected {
  display: block;
}
.peerContainer .peerName {
  font-size: 12px;
  height: 28px;
  line-height: 1;
}
.peerContainer > .peerContainer {
  width: 35%;
  height: auto;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 400;
}
.peerContainer > .peerContainer.active {
  width: 100%;
}
.peerContainer > .peerContainer.active video {
  height: auto;
}
.peerContainer > .peerContainer .participant-info, .peerContainer > .peerContainer .volume {
  display: none !important;
}
.peerContainer > .peerContainer .video-container video {
  height: auto;
}
.peerContainer input[type=file] {
  margin: 0 0;
  display: block;
  width: 31%;
  background: #343436;
  padding: 15px;
  position: fixed;
  bottom: 0;
}

.participant {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  color: #fff;
  border: 2px solid #1a5a7e;
}
.participant .circle {
  display: inline-block;
  align-self: flex-start;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  margin-bottom: 0;
  margin-left: 0;
}
.participant .webrtc-btn {
  margin-right: -4px;
  margin-left: 8px;
}
.participant .private-file-shares {
  margin: 0 -17px -7px;
  position: relative;
}
.participant .private-share-control {
  margin-top: 5px;
  padding: 6px 17px;
  border-top: 1px solid #1a5a7e;
  border-bottom: 1px solid #1a5a7e;
  font-size: 12px;
}
.participant .private-share-control progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 575px) {
  .participant {
    float: left;
    width: 50%;
  }
}

.participant-info {
  width: 100%;
  padding: 3px 17px;
  line-height: 15px;
  gap: 6px;
  background: aliceblue;
  background-color: rgba(0, 57, 89, 0.7);
}

.volume {
  display: block;
  width: 100%;
  z-index: 200;
  height: 5px;
}

/* 03. WebRTC video contol buttons
------------------------------------------------ */
.webrtc-img {
  overflow: hidden;
  align-self: flex-start;
  position: relative;
  text-align: center;
  border-radius: 50%;
  /*    width: 40px;
      height: 40px;*/
  background: white;
}
.webrtc-img.webrtc-profile-img {
  width: 26px;
  height: 26px;
  margin-left: 0;
  margin-right: 0;
}
.webrtc-img img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
.webrtc-img .fa {
  color: #fff;
  font-size: 20px;
  padding-top: 2px;
}

span.muted, span.paused {
  display: none;
  width: 60px;
  height: 60px;
  font-size: 42px;
  border-radius: 50%;
  line-height: 60px;
  margin: 0 auto;
  color: #12acef;
  text-align: center;
  opacity: 0.6;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

span.paused:before {
  content: "\f03d";
}
span.paused:after {
  position: absolute;
  content: "/";
  color: #12acef;
  font-weight: bold;
  font-size: 70px;
  left: 17px;
  top: 11px;
  text-shadow: -4px 0px 0 rgba(255, 255, 255, 0.6);
  line-height: 32px;
  transform: rotate(24deg);
}

span.muted:before {
  content: "\f131";
}

div.peerContainer[id$=screen_broadcasting] {
  display: none;
}

.has-screen-share {
  position: relative;
}
.has-screen-share .video-container[data-track-type=screen] {
  width: 100%;
  z-index: 1;
}
.has-screen-share .video-container[data-track-type=video] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 30% !important;
  height: auto !important;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
}
.has-screen-share .video-container[data-track-type=video] video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.has-screen-share .video-container[data-track-type=video] .volume, .has-screen-share .video-container[data-track-type=video] .muted, .has-screen-share .video-container[data-track-type=video] .paused, .has-screen-share .video-container[data-track-type=video] .avatar {
  display: none !important;
}

#remotes {
  height: auto;
}

/* Mobile sidebar #remotes grid: 1 peer = full width, 2+ = 2 per row.
   Mirrors the desktop fullscreen grid; board-webrtc.js sets the same
   data-peer-count attribute on #remotes that #fullscreen-remotes uses.
   !important + .webrtc-sidebar prefix bumps specificity past the base
   .peerContainer rules and any inline-width hints applied during the
   createdPeer/videoAdded merge in board-webrtc.js. */
@media screen and (max-width: 991px) {
  .webrtc-sidebar #remotes {
    display: block;
    column-count: 2;
    gap: 0;
  }
  .webrtc-sidebar #remotes > .peerContainer:not(.screen-fullscreen):not(.fs-pip):not(.local-screen-fs) {
    display: block;
    width: 100%;
    margin: 0;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    box-sizing: border-box;
    overflow: hidden;
  }
  .webrtc-sidebar #remotes > .peerContainer video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .webrtc-sidebar #remotes[data-peer-count="1"] {
    column-count: 1;
  }
  .webrtc-sidebar #remotes:has(.screen-fullscreen) {
    column-count: initial;
    display: block !important;
  }
}
/* Video Pagination
------------------------------------------------ */
.paginated-hidden {
  display: none !important;
}

/* Pin pagination bar to the bottom of the panel.
   When the panel ancestor (.webrtc-tab) contains the bar AND a paginated
   #remotes / #fullscreen-remotes, switch the panel to a flex column so the
   videos take whatever vertical space they need (or grow to fill) and the
   bar always sits flush at the bottom — instead of floating immediately
   under the last video tile when there's empty room below. */
.webrtc-tab:has(> .video-pagination) {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.webrtc-tab:has(> .video-pagination) > .webrtc-tab-content {
  flex: 1 1 auto;
  min-height: 0;
}
.webrtc-tab:has(> .video-pagination) > .video-pagination {
  flex: 0 0 auto;
  margin-top: auto;
}

.video-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  background: rgba(0, 57, 89, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.video-pagination .video-page-info {
  color: #fff;
  font-size: 13px;
  min-width: 90px;
  text-align: center;
  user-select: none;
}
.video-pagination .video-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.video-pagination .video-page-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}
.video-pagination .video-page-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ======================================================================
   Floating Picture-in-Picture — local self-view on mobile
   ======================================================================
   On mobile/tablet (< $screen-md-min), the local video container breaks
   out of the sidebar and floats in the bottom-right corner of the viewport
   as a small rounded rectangle — like FaceTime / Zoom mobile PiP.
   Draggable via touch (JS in board-webrtc.js).
   ---------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .webrtc-content.local {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 12px;
    width: 120px;
    z-index: 5002;
    transform: none;
    transition: none;
    border-radius: 12px;
    overflow: hidden;
    background: #002030;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  }
  .webrtc-content.local.pip-snapping {
    transition: left 0.25s ease-out, top 0.25s ease-out;
  }
  .webrtc-content.local .reactions-bar {
    display: none;
  }
  .webrtc-content.local .local-stream-container {
    width: 100%;
    height: auto;
    min-height: 90px;
    transition: none;
  }
  .webrtc-content.local .local-stream-container video {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .webrtc-content.local .local-stream-container .video-container.active {
    position: static;
    max-height: none;
    height: auto;
  }
  .webrtc-content.local .local-stream-container .video-container:not(.active) {
    position: absolute;
    inset: 0;
  }
  .webrtc-content.local .local-toggles {
    bottom: 4px;
    gap: 4px;
  }
  .webrtc-content.local .local-toggle-btn {
    width: 28px;
    height: 28px;
  }
  .webrtc-content.local .local-toggle-btn i {
    font-size: 12px;
  }
  .webrtc-content.local .avatar {
    width: 50px;
    height: 50px;
  }
}

.webrtc-dock{width:40px;height:40px;position:fixed;top:8px;right:186px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:width .01s linear .2s;-moz-transition:width .01s linear .2s;-ms-transition:width .01s linear .2s;transition:width .01s linear .2s;color:#fff;z-index:8000}@media screen and (min-width: 992px){.webrtc-dock{display:none !important}}.webrtc-dock.active{width:220px;-webkit-transition:width .01s linear;-moz-transition:width .01s linear;-ms-transition:width .01s linear;transition:width .01s linear}.webrtc-dock.active .webrtc-dock-inner{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition:all .1s linear .1s;-moz-transition:all .1s linear .1s;-ms-transition:all .1s linear .1s;transition:all .1s linear .1s}.webrtc-dock.active .webrtc-btn.webrtc-collapse{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-ms-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}@media screen and (max-width: 991px){.webrtc-dock{right:124px}}@media screen and (max-width: 480px){.webrtc-dock{right:10px}}.webrtc-dock .webrtc-dock-inner{position:absolute;right:36px;top:0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-ms-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.webrtc-dock .webrtc-dock-dropdown{display:block;padding:10px;position:absolute;bottom:-65px;left:-50%;background-color:#428bca;font-size:12px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-ms-transform:scale(0, 0);-o-transform:scale(0, 0);transform:scale(0, 0);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;cursor:text}.webrtc-dock .webrtc-dock-dropdown.show{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.webrtc-dock .webrtc-btn{float:left;border-right:1px solid rgba(0,0,0,.2);-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.webrtc-dock .webrtc-btn.webrtc-collapse{float:right;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.webrtc-dock .webrtc-btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-ms-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.webrtc-dock .webrtc-btn:not(.webrtc-share,.webrtc-stop){display:none}@media screen and (max-width: 991px){.webrtc-dock .webrtc-btn:not(.webrtc-share,.webrtc-stop){display:block}}.webrtc-dock .weboard-icon{font-size:18px}
.chat-message{width:100%;padding:10px;font-size:16px;font-family:inherit;border:none;outline:none}.chat-msg{width:85%;margin-bottom:10px;padding:7px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border-top-left-radius:0;background-color:#ebebeb;color:#fff;font-size:16px}.chat-msg img{float:left;width:30px;height:30px;margin-right:8px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;vertical-align:middle}.chat-msg.msg-user{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border-top-right-radius:0;margin-left:15%;background-color:#428bca}.chat-msg.msg-peer{background-color:#47cf73}.chat-msg .msg-header{overflow:hidden;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.6);line-height:16px}.chat-msg .msg-info{float:left;max-width:200px;padding-top:2px;line-height:1.1}.chat-msg .msg-time{display:block;padding-top:1px}.chat-msg .msg-content p{font-size:16px;padding:6px 0 8px}.chat-msg .msg-content a{color:#fff;text-decoration:underline}.chat-msg .msg-content a:hover{text-decoration:none;color:#fff}.msg-from{font-weight:bold}.webrtc-chat-pills{padding:2px;background-color:rgba(52,52,54,.7);position:absolute;left:0;bottom:67px;z-index:500;overflow-x:auto;border-radius:4px}.webrtc-chat-pills .change-chat-btn{padding:0 6px;margin:0 1px;height:20px}.preview-link{overflow:hidden;display:block;margin-top:6px;margin-bottom:6px;padding-top:6px;padding-bottom:6px;text-decoration:none;border-top:1px solid rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.6);text-decoration:none}.preview-link:hover .preview-title{text-decoration:underline}.preview-title{display:block;margin-bottom:8px}.preview-img{margin-right:10px;padding-top:4px;max-width:42px;width:auto;height:auto;border-radius:0}.preview-description{padding-top:6px}.linkified{display:block}
.file-share{overflow:hidden;width:100%;padding:6px 17px;border-bottom:1px solid #1a5a7e;font-size:12px;color:#fff}.file-share .webrtc-btn{margin-right:-4px}.file-info{float:left;max-width:72%;line-height:15px}.file-info a{color:#fff}.file-name{overflow:hidden;display:inline-block;width:295px;text-overflow:ellipsis;white-space:nowrap;line-height:1}.file-share-img{width:28px;height:auto;min-width:28px;min-height:28px;margin-right:18px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.files-dropzone{overflow:auto;width:100%;height:120px;margin:auto;position:relative;text-align:center;background:#343436;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.files-dropzone:hover .cont .browse{background-color:#00476f;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width: 991px){.files-dropzone{height:80px}}.files-dropzone .cont{height:100%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;color:#8e99a5;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.files-dropzone .cont .cont-inner{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.files-dropzone .cont i{position:relative;font-size:25px;color:#8e99a5}@media screen and (max-width: 991px){.files-dropzone .cont i{display:none}}.files-dropzone .cont .tit{margin-bottom:4px;font-size:16px;text-transform:uppercase}@media screen and (max-width: 768px){.files-dropzone .cont .tit{display:none}}.files-dropzone .cont .desc{color:#a4aebb;font-size:12px}@media screen and (max-width: 768px){.files-dropzone .cont .desc{display:none}}.files-dropzone .cont .browse{max-width:160px;margin:5px auto 0;padding:8px 16px;background:#007bc0;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.files-dropzone .cont .browse{margin:5px auto;padding:4px 16px;color:#fff}}.files-dropzone input{width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;background:red;cursor:pointer;opacity:0}.files-reset-btn{position:absolute;right:0;top:0;z-index:2000}.files-output{width:100%;padding:10px 20px;position:absolute;left:0;top:0;text-align:center}.files-output span{display:inline-block;max-width:15%;padding:6px;vertical-align:middle}.files-output .thumb{display:inline-block;width:100%;height:auto;vertical-align:middle}
@charset "UTF-8";
/* Variables */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Reactions Bar — WebRTC sidebar emoji reactions + permission buttons
------------------------------------------------ */
.reactions-bar {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.reaction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.reaction-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.reaction-btn:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.reaction-btn.active, .reaction-btn.hand-raised {
  background: rgba(247, 185, 12, 0.3);
  border-color: #f7b90c;
}
.reaction-btn span {
  pointer-events: none;
}

/* Permission request / grant buttons (appended dynamically) */
.request-permission-btn,
.grant-all-btn,
.revoke-all-btn {
  font-size: 14px;
}

/* Floating reaction bubble animation */
.reaction-bubble {
  position: fixed;
  z-index: 100000;
  pointer-events: none;
  animation: reactionFloat 2s ease-out forwards;
}

.reaction-emoji {
  font-size: 28px;
}

.reaction-bubble-name {
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

@keyframes reactionFloat {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  70% {
    opacity: 1;
    transform: translateY(-80px) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translateY(-120px) scale(0.8);
  }
}

/* Hand-raise indicator — sits inline next to the user name in the
   .participant-info bar (board-webrtc.js inserts it right after .peerName).
   Was previously appended to the peerContainer with no styles, which
   dropped it into document flow at the bottom-left of the tile. */
.hand-raise-indicator {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-2px) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.hand-raise-indicator.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: handRaiseWave 1.2s ease-in-out infinite;
}

@keyframes handRaiseWave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-15deg); }
  75% { transform: rotate(15deg); }
}
