.screenset-closing {
    display: flex;
    justify-content: flex-end;
    fill: #0091ff;
    cursor: pointer;
    visibility: hidden;
  }

#screenset-closing-container {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#screenset-closing-container:hover > span {
  color: #a400f9;
}

#screenset-closing-container:hover > svg > g {
  fill: #a400f9;
}

#screenset-closing-container > span {
  display: inline-block;
  margin-right: 16px;
  color: #00e34f;
  font-size: 0.75em;
  font-weight: bold;
  font-family: axiforma, Tahoma, Verdana, sans-serif;
}

.full-screenset-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  height: 100vh;
  overflow: auto;
  display: none;
}
