.rv-call-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    .rv-video-container {
        // max-width: 300px;
        height: 100%;
        position: relative;
        display: flex;
        flex: 1;
        align-items: center;
        .local-video {
            max-width: 150px;
            max-height: 150px;
            height: auto;
            width: auto;
            position: absolute;
            bottom: 60px;
            right: 20px;
            z-index: 2;
        }
        .remort-video {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: 100%;
            position: absolute;
            margin-bottom: 30px;
        }
        .status {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(0, 0, 0, 0.6);
            color: red;
            border: 0px;
            border-radius: 20px;
            z-index: 3;
            padding: 5px 10px;
        }
    }
}
.device-selection {
    display: none;
}
.control-bar {
    width: 100%;
    height: 50px;
    padding: 5px;
    display: flex;
    justify-content: space-around;
}
