.PinCodeFrame {
  position: absolute;
  width: calc(80% - 20px);
  height: fit-content;
  background: #2e2e2e;
  left: 10%;
  bottom: 80px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 20px black;
  border-radius: 10px; }

.PinCodeFrame > input {
  align-self: flex-end;
  background: #596e79;
  border: unset;
  box-shadow: 0px 0px 10px black;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  line-height: 0px; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.PinCodeFrame > h2 {
  font-family: 'PoppinsBold';
  font-size: 1rem; }

.PinCodeFrame > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.PinCodeFrame > div > input {
  align-self: center;
  height: 30px;
  width: 5rem;
  background-color: #33333399;
  border-radius: 10px;
  border: unset;
  color: #bd913f;
  padding: 0px 0px 0px 10px;
  outline: none;
  text-align: center;
  font-size: 3rem;
  font-family: 'PoppinsBold';
  padding: unset; }

.PinCodeFrame > div > div {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-around;
  justify-items: center;
  gap: 10px 10px; }

.PinCodeFrame > div > div > input {
  font-size: xxx-large;
  background: #596e79;
  border: unset;
  box-shadow: 0px 0px 10px black;
  width: 100%;
  font-family: 'PoppinsBold';
  line-height: 60px;
  border-radius: 5px; }

.AdminMenu {
  background: #000000;
  width: 100%;
  height: 100%;
  overflow: scroll; }

.AdminHeader {
  display: flex;
  margin: 10px 0px;
  align-items: center;
  justify-content: space-evenly;
  height: 50px; }

.AdminBack {
  height: 40px; }

.AdminBackIcon {
  filter: invert(1);
  height: 100%; }

.AdminTitle {
  color: #dddddd;
  font-family: 'PoppinsBold';
  font-size: 1.8rem;
  display: flex; }

.AdminMainMenuContainer {
  border-bottom: 1px solid #dddddd;
  display: flex;
  margin: 10px 0px;
  overflow: scroll;
  gap: 15px;
  height: 40px;
  align-items: center;
  padding-left: 10px; }

.MainMenuButton {
  display: flex;
  align-items: center;
  height: 100%; }

.MainMenuIcon {
  height: 100%; }

.MainMenuSpan {
  color: #dddddd;
  font-family: 'PoppinsBold';
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px; }

.MainMenuButton:hover {
  border-bottom: 10px solid #bd913f;
  font-size: 1.1rem; }

.AdminFloorplanTile {
  height: 110px;
  margin: 10px;
  display: none;
  align-items: center;
  background: #ffffff0a;
  border-radius: 10px; }

.AdminFloorplanTile:hover {
  border: 1px solid #bd913f;
  box-shadow: 0px 0px 10px #bd913f;
  background: #bd913f;
  height: 108px; }

.AdminFloorplanBody {
  max-height: 100%;
  display: flex;
  overflow: scroll; }

.AdminFloorplanSpan {
  color: #dddddd;
  font-family: 'PoppinsBold';
  font-size: 1.1rem;
  padding-left: 30px; }

.AdminFloorplanHeader {
  display: flex;
  height: 50px;
  background: black; }

.AdminFloorplanBody {
  height: 100%;
  display: flex;
  position: relative; }

.AdminFloorplanOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  scale: 0.15; }
