/* Make background image cover */

html body #root > .bg-surface-low:first-child {
    background-size: cover !important;
}

/* Hide Side Drawer */

div.w-drawer-bar, div.w-drawer-md-full {
    display: none;
}

/* Make Player Tiles semi-transparent */

.bg-black {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Make border chubby and round */

.border.border-surface-border {
    padding: 0 !important;
    border-width: 5px !important;
    border-radius: 5px !important;
}

/* Hide Mic icon */

.w-6 {
    display: none;
}

/* Hide eye icon */

div.bg-st-purple-light:has(svg[aria-label="Focused Stream"]) {
    display: none;
}

/* Hide game host icon */

div.text-st-orange-normal:has(svg[aria-label="shield icon, game host"]) {
    display: none;
}

/* Give webcams slight transparency */

video {
    opacity: 0.9 !important
}
