@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

html {
  font-size: 16px; }

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

body {
  color: white;
  margin: 0px;
  padding: 0px; }

.floatingBackgroundColor {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#13141C 70%, #0a0d26 100%);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: fixed;
  z-index: -1; }

#joinMeetingForm {
  position: fixed;
  top: 50%;
  left: 50%; }

#joinMeetingForm button {
  width: 200px;
  height: 80px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #212330;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 8px 14px 38px rgba(0, 0, 0, 0.06), 1px 3px 8px rgba(1, 1, 1, 0.2);
  transition: all 0.1s ease-in; }
#joinMeetingForm button:hover {
  cursor: pointer;
  background-color: #232533;
  transition: all 0.1s ease-in; }
#joinMeetingForm button:active {
  cursor: pointer;
  transform: translateX(-97px) scale(1) translateY(-37px);
  transition: all 0.1s ease-in;
  box-shadow: none; }

.button {
  background-color: #212330;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 8px 14px 38px rgba(0, 0, 0, 0.06), 1px 3px 8px rgba(1, 1, 1, 0.2); }

.button:hover {
  cursor: pointer;
  background-color: #232533;
  transition: all 0.1s ease-in; }

.button:active {
  cursor: pointer;
  transform: translateX(4px) scale(1) translateY(4px);
  transition: all 0.1s ease-in;
  box-shadow: none; }

#shareMeetingInviteButton {
  display: inline-block;
  transition: all 0.1s ease-in; }

.modal {
  color: black;
  position: fixed;
  top: 0px;
  background-color: #282a3a;
  width: 100%;
  z-index: 100;
  padding: 1em; }
  .modal .button {
    background-color: #36394e; }

#localVideo {
  object-fit: cover; }

video {
  border: 1px solid white; }

#inviteForm {
  display: flex;
  flex-direction: column; }
  #inviteForm label {
    width: 100%;
    margin-top: 0.5em; }
  #inviteForm button {
    margin-top: 0.5em;
    margin-right: 0.5em; }

.modal {
  position: fixed;
  background-color: white;
  width: 600px;
  top: 40px;
  left: calc(50% - 300px);
  z-index: 100;
  border-radius: 10px;
  border: 1px solid black;
  padding: 1em;
  box-shadow: 8px 14px 38px rgba(0, 0, 0, 0.06), 1px 3px 8px rgba(1, 1, 1, 0.2); }

.row {
  display: flex;
  flex-direction: row; }

#controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0px;
  align-content: center; }
  #controls .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }
  .tooltip .tooltipText {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -40px;
    left: -10%;
    z-index: 1; }

.tooltip:hover .tooltipText {
  visibility: visible; }

.videoHolder {
  position: relative; }

.videoPopoutIcon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2rem;
  height: 2rem;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3); }

#hangUpButton {
  background-color: #960000; }

/*# sourceMappingURL=common.css.map */
