@use "../../../style/theme/util" as *;

.stream-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;

  &.mobile {
    top: 5.5vh;
  }

  &.pc {
    border-radius: 12px;
    overflow: hidden;
  }

  &.float {
    position: absolute;
    visibility: hidden;
  }
}

.groupcall-gridplus-container {
  width: 100%;
  height: 100%;

  &.mobile {
    &.center {
      margin-top: 24vh;
    }

    &.two-layout {
      margin-top: 15vh
    }
  }

  &.pc {
    &.two-layout {
      margin-top: 20%;
    }
  }

  &.float {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0;
    :global(.tk-gridplus-item-container) {
      width: 100% !important;
      height: 100% !important;

      .hidden {
        visibility: hidden;
      }
    }
  }

  .userinfo {
    z-index: 1;
    @include theme() {
      color: get(white-1);
    }
    text-align: right;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}