
body, html, button, input, select, textarea {
  font-family : "OpenSans", Helvetica, Verdana, Arial, sans-serif;
}
body{
  background-color: #fbfbfb;
}
html{
  overflow-x: hidden;
}

.fs-15px{
  font-size: 15px;
}

#vidContainer {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #000;

  text-align:center;
  margin:0 auto;
}


#vidContainer video {
  width: 100%;
}

#vidContainer video.vidWinBrowser {
  height: 100%;
}
/*

Black faded bars in control display for video.
*/

.blk-fade-top-bottom {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color:red;
}

.blk-fade-bottom-top {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}

#controlDisplay .vid-fade {
  width: 100%;
  position: absolute;
}

#controlDisplay #topFade {
  height: 100px;
}
#controlDisplay #btmFade {
  height: 200px;
}

#shareSection .btn {
  height: 50px;
}

.badges span {
  font-weight: bold;
  font-size: 13px;
  color:red;
}

#controlDisplay #overlayLogo, #guides .guide-view {
  position: absolute;
  /* left: 20px; */
  left: 0;
  right: 0;
  bottom: 90px;
  margin: 0 auto;
  text-align: center;
}
#controlDisplay #overlayLogo #coLogo {
  width: 120px;
  margin: auto;
  padding: 6px 7px;
}

/* #guides #guide1 {
  bottom: 200px;
  width: 300px;
} */

#guides #guide2, #guides #guide1 {
  bottom: 140px;
  width: 280px;
}

#guides .guide-view {
  font-size: 0.77rem; 
  border: white 0.5px solid;/* #6c757d */
  background: #000;/* #FFFAB8;  */
  color: white;
  border-radius: 10px;
}

#guides .guide-view p {
  font-size: 12px;
}


/*
    VIEWER LINK AND DISPLAY
*/

#shareView .btn-group {
  height: 50px;
}


#vidCtrlView #viewerURL {
  font-size: 0.76em; /* 13px; */
  color: #838391;
  border: none;
  /* border-color: #BBB; */
  background: white;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 15rem; */

}

#vidCtrlView #viewerURL:active, 
#controlDisplay #viewerURL:hover {
  background-color: white;
  border-color: #BBB;
}

#vidCtrlView #viewerURL:focus,
#vidCtrlView #copyBtn:focus {
  box-shadow: none;
}

#vidCtrlView #copyBtn {
  /* background: #bbb; */
 // background: linear-gradient(rgb(207, 207, 207), rgb(162, 162, 162));
  border: #BBB;
  font-size: 16px;
  color: #555;
}

/* #vidCtrlView {
  margin-left: 1.5rem;
  margin-right:1.5rem;
} */
#vidCtrlView {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  //background: rgb(64, 48, 142, 0.6);
}

#camListBtn, #micListBtn {
  overflow: hidden;
  text-overflow: ellipsis;
}
#camListBtn p, #micListBtn p, #bandwidthMenuButton {
  font-size: 0.77rem;
}

/* overage cover for lists (hack) */
#vidCtrlView .boxCover {
  height: 30px;
  width: 30px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 9px;
}


#vidCtrlView .dropdown-toggle {
  position: relative;
  height: 50px; 
  border-color: #5f6361;/* dcdcdc; */
}

#vidCtrlView .dropdown-toggle::after {
  position: absolute;
  top: 20px;
  right: 15px;
}

#vidCtrlView .dropdown-menu .dropdown-item,
#publishView .dropdown-menu .dropdown-item,
#vidCtrlView .dropdown-toggle { 
  font-size: 0.77rem;
  color: #5f6361;
  background: white;
  box-shadow: none;
  outline: none;
}

/* make label small, does not allow button to size properly in group */
#vidCtrlView .dropdown-toggle>p {
  width: 10px;
  margin: 0;
}

#vidCtrlView #micMuteBtn,
#vidCtrlView #camMuteBtn {
  width: 50px;
}


#vidCtrlView .dropdown-menu .dropdown-item.selected {
  background: #ddd;
}

#vidCtrlView #publishBtn {
  font-size: 0.85rem;
  height: 50px;
}

#thanks{
  padding-top: 15%;
}

#thanks #coLogo{
  height: 15vh;
}

#thanks #signUpBtn{
  font-size: 0.9rem;
  min-height: 3.5em;
  min-width: 9rem;
}

.btn-purp {
  background: #40308e;
  border: none;
  color: white;
}

@media (max-height: 750px) {
  /* #vidContainer {
    max-height: none;
    min-height: auto;
    height: 75vh;
  } */
  #vidCtrlView {
    margin-left: 0;
    margin-right:0;
  }
}


/* Settings */

#controlDisplay #topFade {
  z-index: 12;
}

#controlDisplay #btmFade {
  z-index: 13;
}

.badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 16;
}

#controlDisplay #overlayLogo {
  z-index: 17;
}

#vidCtrlView {
  z-index: 18;
}

#guides {
  z-index: 22;
}

/* MOUSE / CURSOR */
.use-hand {
  cursor: hand;
}

.ignore-mouse {
  pointer-events: none;
}

/*Viewer Specific*/
#logo{
  position: fixed;
  z-index: 20;
  width: 120px;
}
video{
  top: -75px;
  height:100%;
  z-index: -1;
}

/*video::-webkit-media-controls {
  display: none;
}*/

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
}

.not-allowed{
  cursor: not-allowed !important;
}
.nocursor{
  cursor: none !important;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .25s linear;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
}

.btn.focus, .btn:focus{
  box-shadow: none;
  border-color: transparent;
}

.baseBtn:not(:disabled):not(.disabled).active:focus, .baseBtn:not(:disabled):not(.disabled):active:focus, .show>.baseBtn.dropdown-toggle:focus {
  box-shadow: none;
  border-color: transparent;
}
.baseBtn:not(:disabled):not(.disabled).active:focus, .baseBtn:not(:disabled):not(.disabled):active:focus, .show>.baseBtn.dropdown-toggle:focus {
  box-shadow: none;
  border-color: transparent;
}

.baseBtn:hover {
  color: rgb(180, 180, 180);
  border-color: transparent;
}

.baseBtn:not(:disabled):not(.disabled).active, .baseBtn:not(:disabled):not(.disabled):active, .show>.baseBtn.dropdown-toggle {
  color: rgb(180, 180, 180);
  border-color: transparent;
  box-shadow: none;
}

.baseBtn{
  color: rgba(248, 249, 250, 0.51);
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  font-size: 25px;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: rgba(248, 249, 250, 0.51);
  border-color: rgba(248, 249, 250, 0.51);
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: rgba(248, 249, 250, 0.51);
  border-color: rgba(248, 249, 250, 0.51);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: rgba(248, 249, 250, 0.51);
}

.btn-outline-light {
  color: rgba(248, 249, 250, 0.51);
  background-color: transparent;
  background-image: none;
  border-color: rgba(248, 249, 250, 0.51);
}

@media (min-width: 414px) {
  video{
    top: -50px;
  }

  .baseBtn{
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  video{
    top: -75px;
  }
  .baseBtn{
    width: 75px;
    height: 75px;
  }
}

/*Turn Device Notification*/
.turnDeviceNotification {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height:100%;
  width:100%;
  z-index: 100;
  display: none;
  background-color: rgba(64, 48, 142, 0.3)
}
.notification-margin-top {
  margin-top: -110px;
}
@media screen and (min-height: 411px) and (orientation: landscape) {
  .notification-margin-top {
    margin-top: -210px;
  }
}
#cogButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 5005;
    pointer-events: auto;
}

#codgForm {
    position: absolute;
    top: 50px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 101;
}

    #cogForm.hidden {
        display: none;
    }

    #cogForm h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #cogForm label {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }

    #cogForm input,
    #cogForm select,
    #cogForm button {
        display: block;
        margin-top: 5px;
        width: 100%;
        padding: 5px;
    }
#vidCtrlView {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 50;
    padding: 10px;
}

    #vidCtrlView select {
        background: white;
        color: black;
    }

#cogButton {
    position: fixed;  
    top: 10px;
    right: -97%;
    left: auto;
    width: 36px;
    height: 32px;
    cursor: pointer;
    z-index: 10000;
    pointer-events: auto;
}
.dropdown {
    //display: none;
}
/*Edit Screen Share Notification*/
.page-confirm-info-bar {
    height: 25px;
    color: var(--colorFgIntense);
    background: var(--colorBg);
}

.webpageview:has(.page-confirm-info-bar) .webpage {
    top: 25px;
}

.webpageview:has(.page-confirm-info-bar) .find-in-page-wrapper {
    top: 25px;
    position: relative;
}

.infobar-controls input[type='button'] {
    height: 20px;
    color: white;
    background: darkred;
}

.infobar-close svg {
    height: 20px !important;
    fill: var(--colorFgFadedMost) !important;
}
canvas#bitrateOverlay,
canvas#jitterOverlay,
canvas#availBitrateOverlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.3);
}

canvas#bitrateOverlay {
    top: 10px;
}

canvas#jitterOverlay {
    top: 120px;
}

canvas#availBitrateOverlay {
    top: 230px;
}
#statsCanvas {
    position: absolute;
    top: 20px; /* not 0 if you want to see it */
    left: 20px;
    width: 400px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    color: lime;
    z-index: 1000;
    pointer-events: none;
}

#shareBanner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.hidden {
    display: none;
}
/* --- Publish + Record overlay layout --- */
/* --- Record overlay on the Start button --- */
#publishSection {
    padding-right: 8px;
}
/* small right padding as requested */

.publish-wrap {
    position: relative;
    /* Optional: keep a bit of right breathing room next to camera list */
    margin-right: 8px;
}

    .publish-wrap #publishBtn {
        width: 100%;
    }

    .publish-wrap .record-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Visuals */
        border-radius: 0 .3rem .3rem 0; /* rounded right like Bootstrap */
        font-weight: 600;
        font-size: 0.85rem; /* smaller label */
        color: #fff; /* default text color white */
        border: none;
        text-transform: uppercase;
    }

/* States controlled by JS */
.record-armed { /* pre-publish, token says recording available */
    background: #22422A; /* dark green */
    color: #ffffff;
}

.record-ready { /* live, can start recording but not recording yet */
    background: #BF9E32; /* yellow */
    color: #212529; /* dark text for contrast on yellow */
}

.record-live { /* actively recording */
    background: #8b0000; /* dark red */
    color: #ffffff;
}
/* Resolution-lock banner under Start (kept here for convenience) */
#resLockAlert.reslock-alert {
  position: static;               /* flow under Start button */
  max-width: 680px;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 0.95rem;
  z-index: 20;
}

@media (max-width: 576px) {
  #resLockAlert.reslock-alert {
    max-width: 92vw;
    font-size: 0.9rem;
  }
}

/* ── Air indicator and stats overlay ── */
#airIndicatorView {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  min-width: 280px;
  display: block !important;
  z-index: 3990;
  pointer-events: none;
}

.badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: auto;
  z-index: 3991;
}

#readyBadge,
#liveBadge {
  left: 20px;
  right: auto;
  pointer-events: none;
}

#statsOverlay {
  position: absolute;
  top: 58px;
  left: 2px;
  right: auto;
  width: 250px;
  min-height: 72px;
  display: block;
  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(0, 255, 0, 0.18);
  color: #00ff00 !important;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 6px;
  z-index: 3992;
  pointer-events: none;
  line-height: 1.45;
  text-align: left;
  text-shadow: 0 0 4px rgba(0,0,0,0.95), 0 0 8px rgba(0,0,0,0.8);
  box-sizing: border-box;
}

#statsOverlay,
#statsOverlay *,
#statsOverlay .stats-row,
#statsOverlay .stats-label,
#statsOverlay .stats-value,
#statsOverlay span,
#statsOverlay div {
  color: #41fc03 !important;
}

#statsOverlay .stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 1px 0;
}

#statsOverlay .stats-label {
  color: #7dff7d !important;
  opacity: 1;
  white-space: nowrap;
}

#statsOverlay .stats-value {
  color: #00ff00 !important;
  font-weight: bold;
  white-space: nowrap;
}

#statsOverlay .stats-value.stats-warn {
  color: #ffd400 !important;
}

#statsOverlay .stats-value.stats-bad {
  color: #ff3b3b !important;
}

#statsOverlay:empty {
  display: none;
}

@media (max-width: 768px) {
  .badges {
    left: 12px;
    right: auto;
    top: 12px;
  }

  #readyBadge,
  #liveBadge {
    left: 12px;
    right: auto;
  }

  #statsOverlay {
    left: 12px;
    right: auto;
    top: 50px;
    width: 220px;
    font-size: 10px;
    padding: 6px 8px;
  }
}


/* --- Interaction fix: overlays should not block controls --- */
#controlDisplay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  pointer-events: none;
}

#topFade,
#btmFade,
#airIndicatorView,
#statsOverlay,
#statsCanvas,
canvas#bitrateOverlay,
canvas#jitterOverlay,
canvas#availBitrateOverlay,
#controlDisplay .ignore-mouse {
  pointer-events: none !important;
}

#cogButton,
#controlDisplay .dropdown,
#controlDisplay .dropdown *,
#vidCtrlView,
#vidCtrlView *,
#streamConfigPanel,
#streamConfigPanel *,
#shareBanner,
#shareBanner * {
  pointer-events: auto;
}

#vidCtrlView {
  z-index: 4500;
}

#cogButton,
#controlDisplay .dropdown,
#controlDisplay .dropdown-menu,
#controlDisplay .dropdown-item {
  position: relative;
  z-index: 5000;
}

#controlDisplay .dropdown-menu {
  z-index: 6000 !important;
}
#mediaSettingsGlass {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 220px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(20, 25, 35, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    z-index: 1200; /* ABOVE video, BELOW READY */
}
.media-glass {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 220px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(20, 25, 35, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    z-index: 1200; /* ABOVE video, BELOW READY */
}
#mediaControlsContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    #mediaControlsContainer select,
    #mediaControlsContainer button {
        position: relative;
        z-index: 2;
    }

    #mediaControlsContainer .dropdown-menu {
        position: absolute !important;
        z-index: 9999 !important;
    }
#mediaSettingsGlass,
#controlDisplay,
#publishView {
    overflow: visible !important;
}
.media-header {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.media-glass {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .media-glass.hidden {
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
    }


#liveBadge .btn-danger {
    color: black !important;
}

#liveBadge .btn-light {
    color: black !important;
}

/* ===== MultiOpus compact glass overlay ===== */
#audioBusOverlay{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 84px;
  width: min(1500px, 96vw);
  max-height: 28vh;
  z-index: 72;
  padding: 10px 12px;
  overflow: hidden;
  pointer-events: auto;
}
.glass-audio-bus{
  background: rgba(7, 16, 34, 0.58);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.30);
}
.audio-bus-head{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 8px;
  
}
.audio-bus-title{ color:#fff; font-size:15px; font-weight:700; }
.audio-bus-sub{ color:#b7c3de; font-size:11px; line-height:1.25; }
.audio-bus-options{
  display:grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap:8px;
  align-items:center;
}
.audio-bus-options select,
.audio-bus-options button{ height:32px; font-size:12px; }
.audio-bus-check{
  display:flex; align-items:center; justify-content:center; gap:6px;
  min-height:32px; margin:0; padding:0 8px; border-radius:10px;
  color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
  font-size:12px; white-space:nowrap;
}
.audio-bus-check input{ margin:0; }
.audio-bus-strip-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 172px;
  gap: 10px;
  align-items: start;
}
.audio-bus-strip-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 172px;
  gap: 10px;
  align-items: start;
}
.audio-strip {
  min-height: 250px;
  height: auto;
  background: rgba(20,32,58,.82);
  border: 1px solid rgba(139,155,200,.14);
  border-radius: 16px;
  padding: 10px;
  display: grid;
  grid-template-rows: auto 110px auto auto auto;
  gap: 8px;
  align-content: start;
  box-sizing: border-box;
}
.audio-strip-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:8px; }
.audio-strip-title{ color:#fff; font-size:14px; font-weight:700; }
.audio-strip-role{ color:#b7c3de; font-size:11px; line-height:1.2; }
.audio-strip-on{ display:flex; align-items:center; gap:6px; color:#fff; font-size:12px; white-space:nowrap; }
.audio-strip-on input{ margin:0; }
.audio-strip-meter-fader{ display:grid; grid-template-columns:20px 28px 1fr; gap:8px; align-items:end; }
.audio-strip-meter{
  position:relative; height:104px; width:18px; border-radius:999px; overflow:hidden;
  background:#09101f; border:1px solid rgba(139,155,200,.14);
}
.audio-strip-meter-fill{
  position:absolute; left:0; right:0; bottom:0; height:4%;
  background:linear-gradient(180deg,#ff7dde,#7b8dff,#57f0c7);
}
.audio-strip-fader{
  appearance:none; -webkit-appearance:none; width:22px; height:104px;
  writing-mode:vertical-lr; direction:rtl; background:transparent; cursor:pointer;
}
.audio-strip-fader::-webkit-slider-runnable-track{
  width:6px; border-radius:999px; background:#09101f; border:1px solid rgba(139,155,200,.16);
}
.audio-strip-fader::-webkit-slider-thumb{
  -webkit-appearance:none; appearance:none; width:16px; height:16px; border-radius:50%;
  background:linear-gradient(135deg,#57f0c7,#7b8dff); border:0; margin-left:-5px;
}
.audio-strip-meta{ display:grid; gap:4px; }
.audio-strip-meta span{ color:#9fb0d8; font-size:11px; }
.audio-strip-meta strong{ color:#fff; font-size:12px; }
.audio-strip .mute-btn{ width:100%; height:34px; }
.audio-strip label{ color:#9fb0d8; font-size:11px; margin:0 0 4px; }
.audio-strip select{
  width:100%; height:34px; font-size:12px; background:#09101f; color:#fff;
  border:1px solid rgba(139,155,200,.16); border-radius:10px;
}
#micControlCol,
#micListBtn,
#micMuteBtn{ display:none !important; }
#ctrlUI{ justify-content:center !important; align-items:center !important; gap:16px; }
#publishSection, #cameraControlCol, #shareLinkSection{ flex:0 0 auto !important; max-width:none !important; }
#publishSection{ width:300px !important; }
#cameraControlCol{ width:360px !important; }
#shareLinkSection{ width:76px !important; display:block !important; }
#cameraControlCol .row, #cameraControlCol .col{ width:100% !important; margin:0 !important; }
#cameraControlCol .btn-group.btn-block.w-100,
#cameraControlCol .btn-group.dropup.btn-block{ width:100% !important; }
#camListBtn{ width:100% !important; }
#airIndicatorView, .badges, #readyBadge, #liveBadge{ pointer-events:none !important; }
#readyBadge, #liveBadge{
  position:fixed !important; top:18px !important; left:18px !important; right:auto !important; z-index:1501 !important;
}
#cogButton{
  position:fixed !important; top:14px !important; right:14px !important; left:auto !important;
  z-index:20050 !important; pointer-events:auto !important;
}
#controlDisplay .dropdown{ z-index:20040 !important; pointer-events:auto !important; }
#topFade, #btmFade{ pointer-events:none !important; }
@media (max-width: 1400px){
  #audioBusOverlay{ width:min(98vw, 1240px); }
  .audio-bus-head{ grid-template-columns: 220px 1fr; }
  .audio-bus-options{ grid-template-columns: repeat(5, minmax(0,1fr)); }
}
@media (max-width: 980px){
  #audioBusOverlay{ bottom:92px; max-height:40vh; }
  .audio-bus-head{ grid-template-columns:1fr; }
  .audio-bus-options{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .audio-bus-strip-grid{ grid-auto-columns:130px; }
}

#mediaSettingsGlass,
#audioBusOverlay {
  pointer-events: auto !important;
}

