#UIContainer
{
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    top: 0;
    bottom: 0;
    width: 100%;
}

#UIContainer > *{
    pointer-events: all;
}
#UIContainer .toggle-edit {
    background-color: #92374d;
    color: #fafafa;
    font-size: 13px;
    left: 3px;
    margin: 0;
    padding: 6px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 3px;
    width: 204px;
    z-index: 999999999;
}

#RoomOutline
{
background: #242424;
border-top: 1px solid #111;
display: flex;
flex-direction: column;
overflow: auto;
padding-top: 32px;
width: 230px;
}

#Navbar {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    align-items: center;
}

#Navbar .home .toolbox-icon
{
    padding: 0;
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid;
    width: 38px;
    height: 38px;
}

#Navbar .home.active .toolbox-icon
{
    background-color: #bf2117;
    border-color: #bf2117;
}

#AppBranding
{
    font-weight: 600;
    color: #EEE;
    font-family: 'Baloo 2', cursive;
    font-size: 25;
    justify-content: center;
    text-align: center;
    padding: 4px;
    position: absolute;
    bottom: 20;
    left: 10;
    z-index: 100;
    pointer-events: none;
}

#AppBranding svg {
    fill: #fafafa;
    height: 14px;
}

#RoomName
{
    font-weight: 600;
    color: #EEE;
    font-family: 'Baloo 2', cursive;
    font-size: 25;
    justify-content: center;
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


@media (max-width: 1080px) {
    #AppBranding
    {
        display:none;
    }
}


#Navbar .separator {
    margin-right: 16;
    font-size: 15;
}

button span {
    font-family: 'Baloo 2', cursive;
    font-size: 15;
}

#Navbar .settings button span {
    font-family: 'Roboto', sans-serif;
    font-size: 15;
    color: #fff;
}

#Navbar .settings a span {
    font-family: 'Roboto', sans-serif;
    font-size: 15;
    color: #fff;
}

.filmstrip__videos .videocontainer.display-hidden-video {
    display: none;
}

.edit-container {
    width: 20%;
    position: absolute;
    min-width: 200px;
    max-width: 400px;
    bottom: 0;
    top: 60;
    left: 0;
    z-index: 1;
    background: inherit;
    background: #1B2638;
    padding: 20;
}

.edit-container > div {
    margin: 10 0
}

.edit-container p {
    margin: 10 0;
}


#filmstripLocalVideo > * {
    pointer-events: auto;
}

#filmstripRemoteVideos > * {
    pointer-events: auto;
}

#videoconference_page {
    position: relative;
    bottom: 100%;
    pointer-events: none;
}

#videoconference_page .sideToolbarContainer {
    pointer-events: all;
}

.settings-button-container .badge-round {
    background-color: red;
    bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    min-width: 20px;
    pointer-events: none;
    position: absolute;
    right: 0px;
}

.WallEditWidget {
    display: flex;
    align-items: center;
    height: 30;
}
.WallEditWidget > label {
    flex-direction: row-reverse;
}

.WallEditWidget > * {
    margin-right: 4px;
}

#UIContainer .RoomName {
    transform: translate(-50%, 0);
    pointer-events: none;
    color: white;
    font-size: 16px;
    text-shadow: -2px 2px 6px black;
}

#UIContainer .EditInfo {
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #33F;
    font-size: 16px;
    text-shadow: -2px 2px 6px black;
}

#UIContainer .EditInfo * {
    pointer-events: none;
}

#control-button {
    color: black;
    z-index:100;
    position: fixed;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    font-family: 'Baloo 2';
    font-size: 16px;
    background: rgba(255,255,255,.75);
    padding: 5px 10px;
    border-radius: 10px;
}

#UIContainer > div.excalidraw > div > div.FixedSideContainer.FixedSideContainer_side_top > div > div.Stack.Stack_vertical > section > div {
    display: none;
}
.App-menu__left {
    display: block !important;
}
.ToolIcon_type_button__library {
    display: none !important;
}
