.banner {
  padding: 0  1% ;
  background-color: #000777;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  letter-spacing: 1.5px;
}



.banner-text {
  padding: 8px 20px;
  margin: 0 auto;

}

.col{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  flex-direction: column;
}

.button-group{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.row.join-info-group{
  display: none;
}

#join-form {
  margin-top: 10px;
}

.tips {
  font-size: 12px;
  margin-bottom: 2px;
  color: gray;
}

.join-info-text {
  margin-bottom: 2px;
}

input {
  width: 100%;
  margin-bottom: 2px;
}

.player {
  width: 480px;
  height: 320px;
}

.player-name {
  margin: 8px 0;
}

#success-alert, #success-alert-with-token {
  display: none;
}
#success-alert-with-token {
  background-color: #0066ff;
  color: #fff;
}

.btn,
#join,
#leave{
  background-color: #000777;
  color: #fff;
  font-weight: 900 ;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .player {
    width: 320px;
    height: 240px;
  }
}

#video_track-cam-ddb44590{
  border-radius: 30px;
}


#agora-video-player-track-cam-ddb44590{
  border-radius: 25px;
}

.col video{
  border-radius: 25px;
}



.icons {
  display: flex;
}

.icons i{
  margin: 0px 7px;
}

#local-player{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

video.agora_video_player{
  width: 80%;
  height: 70vh !important;
}
