@media all and (orientation: landscape) {
    #bottomButtons {
        top: auto;
        left: 50%;
        bottom: 3.4em;
        transform: translate(-50%, 0);
        flex-direction: row;
    }
    .bottom-status {
        top: auto;
        left: 50%;
        bottom: 2em;
        transform: translate(-50%, 0);
        flex-direction: row;
    }
}

@media all and (orientation: portrait) {
    #bottomButtons {
        top: auto;
        left: 50%;
        bottom: 3.4em;
        transform: translate(-50%, 0);
        flex-direction: row;
    }
    .bottom-status {
        top: auto;
        left: 50%;
        bottom: 2em;
        transform: translate(-50%, 0);
        flex-direction: row;
    }
}

@media all and (max-width: 1024px) {

    .streamer-mobile.streamer #bottomButtons {
        bottom: 5.2em;
    }

    .streamer-mobile.streamer #leftBottomButtons {
        right: auto;
        bottom: 4em;
    }

    .streamer-mobile.streamer #bottomButtons button {
        width: 40px;
        height: 40px;
    }

    .streamer-mobile.streamer .bottom-status {
        bottom: 7em;
    }

    .streamer-mobile.streamer .bottom-status .wrapper .bottom-status-bar {
        width: 3px;
        height: 8px;
    }

    .streamer-mobile.streamer .myVideoWrap.talent {
        bottom: 10em;
        margin: 0 0.5em;
    }

    .streamer-mobile.streamer .remoteVideo {
        width: 100%;
        border-radius: 0;
    }

    .streamer-mobile.streamer .btnHideVideo:after {
        width: 10px;
        height: 10px;
        scale: 0.8;
        padding: 0px;
        transform: translate(4px, -2px);
    }

    .streamer-mobile.streamer .btnHideVideo.active:after {
        transform: rotate(180deg) translate(-4px, 0px);
        padding: 0px;
    }
}

@media screen and (max-width: 640px) {
    .streamer-mobile.streamer .bottom-status {
        font-size: 9px;
    }

    .streamer-mobile.streamer .btnHideVideo {
        font-size: 8px;
    }

    .streamer-mobile.streamer #bottomButtons button {
        width: 30px;
        height: 30px;
    }
}

.btn-icon-kickout {
    background-image: url(../images/kick.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-microphone-on {
    background-image: url(../images/mic.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-microphone-off {
    background-image: url(../images/mic_disable.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-screenOn {
    background-image: url(../images/screenOn.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-screenOff {
    background-image: url(../images/screenOff.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-video-on {
    background-image: url(../images/camera.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-video-off {
    background-image: url(../images/camera_disable.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-camera-rotate {
    background-image: url(../images/cam_rotate.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-mirror {
    background-image: url(../images/flip.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-mic {
    background-image: url(../images/icon_mic.svg);
}
.btn-icon-cam {
    background-image: url(../images/icon_camera.svg);
}
.btn-icon-custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
}
#loadingDiv:has(visible) ~ #videoMediaContainer,
#loadingDiv:has(visible) > #videoMediaContainer,
#loadingDiv:has(visible) + #videoMediaContainer {
    z-index: -1 !important;
}
.logo-header {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.3;
    pointer-events: none;
    z-index: 8;
}

#breakdownContainer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
}

#bitrate {
    width: max-content;
    position: absolute;
    padding: 4px 10px;
    margin: 5px;
    top: 0;
    left: 150px;
    /* transform: translateX(-50%); */
    color: #fff;
    font-size: 12px;
    align-items: center;
    border-radius: 5px;
    background: #303030;
    pointer-events: none;
    white-space: pre;
}

#bitrate.user {
    top: 80px;
    left: 0;
}

.onlineStatus {
    position: absolute;
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}