.onlyportal > :not(#portal-content-wrapper),
.onlyportal #portal-content-wrapper > :not(#portal-main-content),
.onlyportal #portal-main-content > :not(.fscreen) {
    display: none;
}
.onlyportal #portal-content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
}
.onlyportal div#portal-main-content {
    width: 100vw;
    padding: 0;
}
.onlyportal div#chat-widget-container {
    display: block;
}
#fscreen {
    height: 17px;
    width: 17px;
    margin: 6px;
    display: grid;
    justify-content: space-between;
    align-content: space-between;
    grid-template-columns: 35% 35%;
    grid-template-rows: 35% 35%;
    cursor: pointer;
    justify-self: end;
}
#fscreen>* {
  border-color: #9a9a9a;
  border-style: solid;
}
#fscreen>*:nth-child(1) {
  border-width: 2px 0 0 2px;
}
#fscreen>*:nth-child(2) {
  border-width: 2px 2px 0 0;
}
#fscreen>*:nth-child(3) {
  border-width: 0 0 2px 2px;
}
#fscreen>*:nth-child(4) {
  border-width: 0 2px 2px 0;
}
.onlyportal #fscreen>* {
  transform: rotate(180deg);
}
#portal-wrapper {
  display: grid;
}
#portal-wrapper > * {
  grid-area: 1 / 1 / 1 / 1;
}
