#redirect {
  background: #455B3E;
  background: linear-gradient(
    165deg,
    #455B3E 0%,
    #455B3E 36%,
    #323F2D 100%
  );
  position: fixed;
  top: 0svh;
  right: 0svw;
  width: 100svw;
  height: 100svh;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  transition: right 0.5s ease-in-out;
}

#redirect > #redirect-container {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
#redirect > #rd-redirect-frame {
  position: absolute;
  left: 0;
}
#redirect > #redirect-banner {
  height: 100%;
  left: 40%;
  position: absolute;
}
#redirect > #redirect-container > #redirect-logo {
  height: 20%;
}

#redirect > #redirect-container > #redirect-qrcode {
  height: 20%;
  object-fit: cover;
  object-position: center;
  border-radius: 3svh;
  border: 0.5svh solid #d9d9d9;
  filter: drop-shadow(7px 8px 12.3px rgba(0, 0, 0, 0.5));
}

#redirect > #redirect-container > p {
  font-size: 2svh;
  font-weight: 100;
  font-family: "sans-serif", "Arial", "Helvetica", "Verdana", "Trebuchet MS",
    "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Geneva",
    "Lucida Console", "Monaco", "monospace";
}
