.videoparticipantcontainer .curbitrate {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    background-color: black;
    /* height: 20px; */
    width: auto;
    z-index: 99;
    padding: 5px 10px;
    display: none;
}

.videoparticipantcontainer .curres {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-color: black;
    /* height: 20px; */
    width: auto;
    z-index: 99;
    padding: 5px 10px;
}

.videoparticipantcontainer {
    position: relative;
    vertical-align: middle;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    background: #c9c9c9;
    animation: show 0.4s ease;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.videoparticipantcontainer .initials {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 75px;
}

.videoparticipantcontainer.video-on .user-data,
.videoparticipantcontainer .user-video {
    display: none;
}
.videoparticipantcontainer .user-video.myBgVideo {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.videoparticipantcontainer.in-speaker-view .user-image {
    width: 75px;
    height: 75px;
}

.videoparticipantcontainer .user-data,
.videoparticipantcontainer.video-on .user-video {
    display: flex;
    z-index: 1;
}
.videoparticipantcontainer .user-image {
    width: 200px;
    height: 200px;
    background-size: contain;
    border-radius: 50%;
}
.videoparticipantcontainer .pin-container {
    position: absolute;
    top: 24px;
    right: 14px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(240, 240, 240, 0.6);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoparticipantcontainer .pin {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/pin_xl.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.videoparticipantcontainer.pinned .pin {
    border: 0.5px solid #0d4962;
}

.videoparticipantcontainer .mic-state {
    height: 30px;
    background-size: contain;
    /* background-color: rgba(174, 216, 235, 0.7); */
    border-radius: 50%;
    transition: all 0.25s ease;
    /* background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/microphone_on_blue_v1.png); */
    background-position: center;
}

.videoparticipantcontainer.MUTED .mic-state {
    width: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/microphone_off_blue_v2.png);
}

.videoparticipantcontainer .display-container {
    position: absolute;
    left: 14px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.6);
    padding: 5px 10px;
    border-radius: 12px;
    z-index: 9;
}

.videoparticipantcontainer .user-display-name {
    font-family: "Metropolis Regular";
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #0d4962;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.videoparticipantcontainer.in-speaker-view .display-container {
    top: 5px;
    left: 5px;
}

.videoparticipantcontainer.in-speaker-view .display-container .user-display-name {
    display: none;
}

.videoparticipantcontainer.in-speaker-view .display-container .mic-state {
    margin-left: 0;
}

.videoparticipantcontainer.in-speaker-view .pin {
    top: 5px;
    right: 5px;
}

.videoparticipantcontainer.xs .display-container {
    top: 5px;
    left: 5px;
    padding: 0px 5px;
}
.videoparticipantcontainer.xs .pin-container {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}
.videoparticipantcontainer.xs .pin {
    width: 20px;
    height: 20px;
}
.videoparticipantcontainer.xs .user-display-name {
    font-size: 12px;
}
.videoparticipantcontainer.xs .user-image {
    width: 100px;
    height: 100px;
}

.videoparticipantcontainer.sm .display-container {
    top: 5px;
    left: 5px;
    padding: 0px 5px;
}
.videoparticipantcontainer.sm .pin-container {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}
.videoparticipantcontainer.sm .pin {
    width: 20px;
    height: 20px;
}
.videoparticipantcontainer.sm .user-display-name {
    font-size: 12px;
}
.videoparticipantcontainer.sm .user-image {
    width: 150px;
    height: 150px;
}

.videoparticipantcontainer.md .display-container {
    top: 10px;
    left: 10px;
    padding: 2px 10px;
}
.videoparticipantcontainer.md .pin-container {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
}
.videoparticipantcontainer.md .pin {
    width: 25px;
    height: 25px;
}
.videoparticipantcontainer.md .user-display-name {
    font-size: 14px;
}
.videoparticipantcontainer.md .user-image {
    width: 250px;
    height: 250px;
}

.videoparticipantcontainer.lg .display-container {
    top: 10px;
    left: 10px;
    padding: 2px 10px;
}
.videoparticipantcontainer.lg .pin-container {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
}
.videoparticipantcontainer.lg .pin {
    width: 25px;
    height: 25px;
}
.videoparticipantcontainer.lg .user-display-name {
    font-size: 16px;
}
.videoparticipantcontainer.lg .user-image {
    width: 350px;
    height: 350px;
}

.speaker-view-container .videoparticipantcontainer .user-image {
    width: 100px;
    height: 100px;
}

.videoparticipantcontainer .fullscreen {
    width: 30px;
    height: 30px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gojigames/i/to_full_screen.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 10;
}

.videoparticipantcontainer.fs .fullscreen {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gojigames/i/back_full_screen.png);
}
