/* DEFAULT original*/
.video-frame {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: rotate("90");
  object-fit: cover;
  margin: 10px;
  box-shadow: 2px 2px 6px #00000014;
}

/* Chat-wrapper*/
.chat-wrapper {
  background-color: #ffffff73;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  padding: 20px;
  box-shadow: -2px -2px 8px #00000061;
}
#videosdk_chat{
  height: 300px;
  overflow-y: scroll;
}

/* VIDEOSDK buttons */
#display_videosdk_button{
  z-index:2;
  padding:0px;
  text-align: center;
}
.videosdk_buttons{
  margin-right: 3px;
  margin-left: 3px;
  min-width: 56px;
  font-size: 20px;
  box-shadow: 0px 5px 7px -7px #000000;
  border-radius: 20%;
}
.videosdk_buttons:disabled {
  opacity: .35;
}
#videoContainer {
  /* display: flex; */
  /* width: 70%; */
/*   flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center; */
}

#display_video video {
  /* width: 25%; */
 /* width: 260px; */
  /* height: 260px; */
  /* object-fit: cover; */
  border-radius:25%;
  /* border:2px solid #00e3ce; */
  object-fit: cover;
  /* box-shadow: 0px 3px 3px #0000004d; */
}
.screenshare-wrapper{
  position: absolute;
  /* top: 100px; */
  width: 100%;

  /* height: 87%; */
}
#screenShare {
  /* margin-top: 20px; */
  /* width: 88%; */
  width: 100%;
  /* height: 100%; */
}
audio {
  display: none;
}