/* frontend/src/62791/styles.css */
.participant {
  position: absolute;
  background: rgb(51 122 183 / 34%);
  border: 5px solid white;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 1.5vw;
  text-align: center;
  color: white;
  transition: 0.2s all;
  width: 4.5vw;
  height: 4.5vw;
  overflow: hidden;
  display: flex;
}
.participant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 20;
}
.participant .details {
  width: 100%;
  min-width: 20vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_underlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.infocard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 40%;
  width: 35%;
  background: #f7f7f7;
  color: #666666;
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 1%;
  z-index: 30;
  box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
}
.infocard_close-icon {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  margin: 0;
  font-size: 3rem;
}
.infocard img {
  width: 8vw;
  height: 8vw;
  border: 2px solid #666666;
  border-radius: 50%;
}
.info-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.info-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-left: 3px solid #666666;
  width: 50%;
  padding-left: 10px;
}
.info_company {
  margin: 0;
}
.info_name {
  margin: 0;
}
.infocard_buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
button.infocard_close,
button.infocard_message {
  background: #337ab7;
  color: #f7f7f7;
  padding: 10px;
  border: none;
  border-radius: 25px;
  width: 60%;
  -webkit-box-shadow: 8px 8px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 8px 8px 4px -3px rgba(0, 0, 0, 0.63);
}
button.infocard_message:hover {
  background: #f7f7f7;
  color: #337ab7;
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 25px;
  width: 60%;
}
@media (max-width: 768px) {
  .infocard {
    height: 20%;
    width: 20%;
  }
}
#call {
  border: none;
  transform-origin: top left;
  transition: all 0.2s;
  position: absolute;
  left: 27%;
  top: 2%;
  width: 46%;
  height: 51.5%;
}
#call.hidden {
  opacity: 0;
}
#lobby {
  left: 1%;
  width: 7%;
  top: 2%;
  height: 6%;
}
#table1 {
  left: 1%;
  width: 24%;
  top: 71%;
  height: 25%;
}
.participant1 {
  left: 4.2%;
  top: 13.6%;
}
.participant2 {
  left: 26.8%;
  top: 7.8%;
}
.participant3 {
  left: 51.8%;
  top: 8%;
}
.participant4 {
  left: 75.6%;
  top: 14.8%;
}
.participant5 {
  left: 74%;
  top: 50%;
}
.participant6 {
  left: 50.5%;
  top: 57.8%;
}
.participant7 {
  left: 26%;
  top: 57%;
}
.participant8 {
  left: 3%;
  top: 50%;
}
.others {
  left: 24%;
  top: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #666666;
}
.others_text {
  font-size: 1.5rem;
  color: #666666;
}
.otherscard {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  max-height: 100%;
  width: 20%;
  background: #f7f7f7;
  color: #666666;
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 1%;
  z-index: 30;
  box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  border: 1px solid #666666;
}
button.otherscard_close,
button.modal_message {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 4px;
  border-radius: 4px;
  width: 50%;
}
#table2 {
  left: 26%;
  width: 24%;
  top: 71%;
  height: 25%;
}
#table3 {
  left: 51%;
  width: 24%;
  top: 71%;
  height: 25%;
}
#table4 {
  left: 75.6%;
  width: 24%;
  top: 71%;
  height: 25%;
}
.hotspot {
  position: absolute;
  display: block;
  cursor: pointer;
  border: 0;
}
.leaderboard-position {
  position: absolute;
  top: 13%;
  left: 3%;
  width: 14%;
  height: 48%;
}
.userSearch {
  display: flex;
  flex-direction: column;
  left: 1%;
  top: 1%;
  background: #f7f7f7;
  border-radius: 1rem;
  position: absolute;
  padding: 1vw;
  font-size: 1.3vw;
  z-index: 2;
}
.search-container {
  display: flex;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
}
.search_label {
  font-size: 1.5rem;
  margin: 5px;
}
.search_input {
  font-size: 1.5rem;
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 5px 0px 5px 10px;
  outline: none;
}
.search_input:hover,
.search_input:focus {
  -webkit-box-shadow: 5px 5px 7px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 7px -1px rgba(0, 0, 0, 0.6);
}
.searchResults {
  background: #fff;
  border: 1px solid #666666;
  margin-top: 10px;
}
.results {
  font-size: 1.5rem;
  padding: 5px 0;
}
pre {
  display: none !important;
}
.jitsi-screen {
  height: 91.8%;
  left: 15.45%;
  position: absolute;
  top: 0.8% !important;
  transform: scale(0.75);
  transform-origin: left top;
  width: 92%;
}
/*# sourceMappingURL=bundle.css.map */
