﻿/*Lobby*/
.header-fixed {
    display: flex;
}

.lobby-room-wrap{
    margin-top:12vh;
}

.hl-return-to-floor {
    color: #7ec242;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
}


.lbl-no-open-rooms {
    display: flex;
    text-align: center;
    width: 100%;
    font-size: 2rem;
    color: #333;
    align-items: center;
    height: 7.75vw;
    justify-content: center;
    margin: 1.3vw 0;
}

.room-icon {
    margin-bottom: 4px;
    height: 16px;
}

.room-logo-cont {
    position: relative;
    width: 100%;
    height: 85%;
    left: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #7ec242;
    padding: 5px;
}

.room-rooms-cont {
    display: flex;
    flex-flow: column;
    min-height: 0;
}

.room-cont {
    border: .05vw solid lightgray;
    padding: 1vw;
    border-radius: 5px;
    position: relative;
    background-color: white;
    width: 13.5vw;
    height: 7.75vw;
    margin: 1.2vw;
    overflow: hidden;
    cursor: pointer;
}

.room-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #7ec242;
    border-radius: 3px;
}

.alert-overlay {
    min-width: unset !important;
    width: 40% !important;
    top: 40% !important;
}

.alert-msg {
    font-size: large;
    font-weight: bold;
    color: #7ec242;
}


/*Room*/



.room-content-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 8vh;
}


.room-video-conference-cont {
    position: absolute;
    top: 0;
    right: 250px;
    bottom: 0;
    left: 0;
}

.room-video-conferenece {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.room-rooms-avail-cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    z-index: 1;
    background-color: #fff;
    border-left: 1px solid #7ec242;
}

.room-buttons-cont {
    padding: 10px;
    z-index: 2;
    height: 94px !important;
}

.room-btn {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #466d24;
    background-color: #7ec242;
    color: white;
    font-size: 1.3rem;
}

.room-type-label {
    display: block;
    text-align: center;
    font-size: 11pt;
    background-color: #d9f7bf;
    padding: 3px 0;
    color: #437318;
}

.rooms-list-wrap {
    position: absolute;
    right: 0;
    left: 0;
    overflow-y: auto;
    top: 94px;
    bottom: 0;
}

.room-cont-room {
    border: .05vw solid lightgray;
    padding: 1vw;
    border-radius: 5px;
    position: relative;
    background-color: white;
    width: 90%;
    height: 5.75vw;
    margin: .5vw 5%;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: initial;
}
    .room-cont-room:hover{
        text-decoration: none;
    }

.room-active {
    box-shadow: 0 0 5px #7ec242;
}

.room-title-room {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85%;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #7ec242;
    border-radius: 3px;
}



    .back-btn {
        background-color: #dc3545 !important;
        margin-bottom: 2px;
    }

.inv-btn {
    min-width: unset !important;
}

.inv-table {
    max-height: 200px;
    overflow-y: auto;
    background-color: #f7f7f7;
    margin: 10px;
    padding: 10px 15px;
    width: 95%;
    border-radius: 10px;
}

.no-decor {
    color: #212529 !important;
    text-decoration: none !important;
}

.meet-btn-cont-fit {
    top: 20px;
    z-index: 2;
    height: 94px !important;
}

.chats-cont-fit {
    top: 115px !important;
    position: absolute;
    padding: 0px 0 0 0 !important;
}

.booth-logo-bk-nudge {
    margin-bottom: 3px;
}

.overlay-lock-top {
    top: 210px !important;
    transform: none !important;
}

