.unread-notification {
    padding: .35em .65em;
    padding-top: 0.35em;
    padding-right: 0.65em;
    padding-bottom: 0.35em;
    padding-left: 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: red;
    border-radius: 50%;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.header-rooms {
    display: flex;
    gap: 10px;
    margin-left: 30px;
}

.header-room {
    border: 1px solid #eee;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.header-room.active {
    background: #eee;
    color: black;
}

.notification {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: red;
    color: white;
}

.header-room-close {
    color: white;
}

.header-room.active .header-room-close {
    color: black;
}

.text-decoration-none {
    text-decoration: none;
}

.text-white {
    color: white;
}

.local-video {
    position: fixed;
    left: 100px;
    top: 200px;
    width: 300px;
    height: 200px;
    z-index: 999999;
}

.remote-video {
    width: 300px;
    height: 200px;
}

.justify-end {
    justify-content: end;
}

#videoMediaContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
}

#videoMediaContainer::-webkit-scrollbar {
    background-color: transparent !important;
    height: 10px !important;
}

#videoMediaContainer::-webkit-scrollbar {
    background-color: red !important;
}
    
#videoMediaContainer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .7) !important;
    border-right: none !important;
    border-left: none !important;
    border: 3px !important;
}

#videoMediaContainer::-webkit-scrollbar-track {
    background-color: white !important;
}

.videoMenuBar {
    display: none !important;
}

.Camera {
    min-width: 200px;
    width: 200px;
    height: 150px;
    z-index: 1000;
    border: 1px solid GREY;
    position: relative;
    background: black;
}

.Camera p {
    color: white;
    padding: 10px;
    width: 100%;
}

.Camera video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Camera .controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
    gap: 10px;
    padding: 0 10px;
    color: white;
}

.Camera:hover .controls {
    display: flex;
}

.producer-header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 999999;
}

.producer-close {
    cursor: pointer;
    color: white;
    font-size: 30px;
}

.producer-actions {
    display: flex;
    color: white;
    gap: 20px;
}

.producer-watchers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.producer-watcher-list {
    position: absolute;
    right: 0;
    top: 100%;
}

.producer-watchers {
    position: relative;
}

.cright {
    position: relative;
}

#global_chat {
    overflow: visible;
}

.mt-5 {
    margin-top: 15px;
}

#global_chat {
    position: relative;
}

.volume-container {
    display: none;
}

.video-on, .eye-on {
    color: #03add8;
}

.lock-on {
    color: #FBC02D;
}

.ban-on {
    color: red;
}

.videoAvatarImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: none !important;
}

.username-holder {
    color: white;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-video {
    width: 100px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    max-width: 16.66666666%;
    vertical-align: middle;
    position: relative;
        padding-right: 120px;
}