/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(./flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
html {
  height: 100%;
}
body {
  height: 100%;
}
#videoCall {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 100%;
}
#videoCall .contact-name {
  position: absolute;
  top: 0;
  margin-left: 15px;
  color: #f5f5f5;
  text-shadow: 0 1px rgba(0, 0, 0, 0.7);
}
#videoCall .remote-stream {
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: -1;
  object-fit: cover;
}
#videoCall .local-stream {
  width: auto;
  height: 25%;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  object-fit: cover;
}
#videoCall .local-stream-mobile {
  width: auto;
  height: 25%;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  top: 15px;
  right: 15px;
  object-fit: cover;
}
#videoCall .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

#videoCall .controls button.videocam-toggle {
  border: 0 none;
  padding: 4px 12px;
  border-radius: 50%;
  background-color: rgb(78, 78, 78);
}

#videoCall .controls button i {
  color: #f5f5f5;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
