

#main-app {
    min-height: 100%;
}
html,body {
    height: 100%;
}

.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*
#frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: red;
    z-index: 1;
}*/
.chat-view-wrapper {
    max-width: 800px;
    width: 100%;
    margin-bottom: 30px;
}
#chat-container {
    min-height: 300px;
}
.admin-view-wrapper,.container,.login-view-wrapper {
    background-color: white;
}
.footer{
    height: 5vh;
}

body {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Luxembourg_City_Night_Wikimedia_Commons.jpg/1200px-Luxembourg_City_Night_Wikimedia_Commons.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width:100%; 
    height:100%;
}

/** disable VTT and TTV */
#mic-btn {
    display: none;
}
#MToggleClick {
    display: none;
}
.voice-toggle-label{
    display: none;
}