*{
  font-family: "Poppins", sans-serif;
}
body{
  margin: 0;
  padding: 0;
  background-color: #5f4a4a;
  color: antiquewhite;
}

#title{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}


.controlBtn, #join, #leave{
  padding: 0.7rem;
  margin: 0.4rem;
  background-color: #1f1f1f8e;
  color: rgb(213, 224, 234);
  font-size: 1rem;
  /* border-color: rgb(13, 13, 13); */
}

.controlBtn:hover, .controlBtn:active, #join:hover, #join:active, #leave:hover, #leave:active{
  /* background-color: rgb(112, 112, 125); */
  background-color: rgb(41, 41, 100);
  color: white;
}


.controlBtnWrapper p{
  display: flex;
  justify-content: center;
}


#join{
  margin-left: 1rem;
}

.sso-hidden {
  display: block;
}

.banner {
  padding: 0;
  background-color: #52575c;
  color: white;
}

.banner-text {
  padding: 8px 20px;
  margin: 0;
}


#join-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tips {
  font-size: 12px;
  margin-bottom: 2px;
  color: gray;
}

.join-info-text {
  margin-bottom: 2px;
}

.join-info-group input {
  width: 100%;
  margin-bottom: 2px;
}



.player-name {
  display: block;
    background-color: #1f1f1f8e;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    z-index: 9999;
    margin: 0;
    font-size: 1rem;
}

#success-alert, #success-alert-with-token {
  display: none;
}

#localContainer{
    height:100%;
}
.localVideoContainer{
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #1f1f1f8e;
  border-radius: 10px;
}

#local-player{
  position:relative;
  width: 144px;
  height: 80px;
}


.localPlayer{
  width: 144px;
  height: 80px; 
}


.videoContainer{
  display: flex;
  justify-content: center;
  width: 480px;
  height: 270px;
  position: relative;
  padding: 0;
  margin: 0.4rem;
  background-color: #1f1f1f8e;
  border-radius: 10px;
}
.player {
  width: 100%;
  height: 100%; 
  background-color: #ddd; 
} 

/* @media (max-width: 1200px) {
  .player {
    width: 720px;
    height: 405px; 
  }
} */

@media (max-width: 960px) {
    #localContainer{
        height: auto;
    }
  .videoContainer{
    width: 480px;
    height: 270px; 
  }
  .player {
    width: 480px;
    height: 270px; 
  }
}

@media (max-width: 640px) {
#join-form {
  margin-bottom: 2rem;
}
  .videoContainer{
    width: 320px;
    height: 180px; 
  }
  .player {
    width: 320px;
    height: 180px; 
  }
}

@media (max-width: 400px) {
  .videoContainer{
    width: 256px;
    height: 144px; 
  }
  .player {
    width: 256px;
    height: 144px; 
  }
}

@media (max-width: 340px) {
  .videoContainer{
    width: 192px;
    height: 108px; 
  }
  .player {
    width: 192px;
    height: 108px; 
  }
  .player-name{
    font-size: 0.6rem;
  }
}

@media (max-width: 250px) {
  .videoContainer{
    width: 160px;
    height: 90px; 
  }
  .player {
    width: 160px; 
    height: 90px;
  }
  .player-name{
    font-size: 0.4rem;
  }
}

.collapse-wrapper {
  display: inline-block;
  position: relative;
  color: black;
}

.collapse-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.card{
  color:black;
  background-color: #6c757d;
}

.btn-outline-secondary {
  color:black;
}


.collapse-wrapper .collapse-btn {
  padding-left: 6.5rem;
  padding-right: 6.5rem
}

@media (max-width: 640px) {
  .collapse-wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  .collapse-wrapper .collapse-btn {
    padding-left: 4.5rem;
    padding-right: 4.5rem
  }
}
