@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

body {
  margin: 0;
}

.GUI {
  width: 466px;
  height: 1080px;
  background: transparent linear-gradient(157deg, #70707066 0%, #3838382e 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 15px 15px 15px #00000029;
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: fixed;
  z-index: 1;
  top: 0%;
  right: 0%;
  display: none;
}

.GUIIns {
  width: 466px;
  height: 1080px;
  background: transparent linear-gradient(157deg, #70707066 0%, #3838382e 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 15px 15px 15px #00000029;
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: fixed;
  z-index: 1;
  top: 0%;
  right: 0%;
  display: block;
}

p {
  font-size: 10px;
  margin: 5px;
}
input[type="number"] {
  border-radius: 5px;
  border-width: 1px;
}

.Toggle {
  background-color: transparent;
  border: none;
  padding: 15px 32px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 2px 2px;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  top: 1%;
  left: 40%;
  display: flex;
  justify-items: center;
}

.LFToglleText {
  top: 132px;
  left: 1004px;
  width: 128px;
  height: 28px;
  text-align: left;
  font: normal normal 600 20px/26px Rajdhani;
  letter-spacing: 1.23px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

.PCToggleText {
  top: 132px;
  left: 1004px;
  width: 128px;
  height: 28px;
  text-align: left;
  font: normal normal 600 20px/26px Rajdhani;
  letter-spacing: 1.23px;
  color: #fff;
  opacity: 1;
}

.title {
  text-align: left;
  font: normal normal 500 22px/28px Rajdhani;
  letter-spacing: 1.34px;
  color: #ffffff;
  opacity: 1;
  width: 100%;
}

.text {
  display: flex;
  text-align: left;
  font: normal normal 400 22px/28px Rajdhani;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 5px;
}

.menu {
  padding-left: 28.5px;
}

/* sliders in the center of div */
div .slider {
  display: flex;
  align-items: center;
}

.slidersSize {
  appearance: none;
  width: 310px;
  height: 6px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  margin-left: 5px;
  margin-right: 15px;
}

.CameraSlidersSize {
  appearance: none;
  width: 284px;
  height: 6px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  margin-left: 5px;
  margin-right: 20px;
}

.TextInput {
  border: 2px solid #ffffff;
  border-radius: 5px;
  opacity: 1;
  background-color: transparent;
  font: normal normal 500 20px/26px Rajdhani;
  color: #fff;
  width: 75px;
  height: 30px;
  margin-right: 10px;
}

.greyedOut {
  border: 2px solid #adacac;
  border-radius: 5px;
  opacity: 1;
  background-color: transparent;
  font: normal normal 500 20px/26px Rajdhani;
  color: #adacac;
  width: 75px;
  height: 30px;
  margin-right: 10px;
}

.FOV {
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
}

.optional {
  display: flex;
  align-items: flex-start;
  padding-right: 25px;
}

.buttons {
  background-color: transparent;
  border: none;
  padding: 15px 32px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  bottom: 3%;
  right: 30%;
}

.button {
  width: 200px;
  height: 50px;
  background: #70707059 0% 0% no-repeat padding-box;
  box-shadow: 15px 15px 15px #00000029;
  border: 1px solid #ffffff40;
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  cursor: pointer;
}

.buttonText {
  margin-top: 5px;
  font: normal normal 600 20px/26px Rajdhani;
  letter-spacing: 1.23px;
  color: #ffffff;
  opacity: 1;
  line-height: 1em;
}

#PC1:hover,
#PC2:hover {
  background: #48cae459 0% 0% no-repeat padding-box;
  box-shadow: 15px 15px 15px #00000029;
  border: 1px solid #ffffff40;
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.clicked {
  background: #48cae459 0% 0% no-repeat padding-box;
  box-shadow: 15px 15px 15px #00000029;
  border: 1px solid #ffffff40;
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

.controlsbtn {
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  font: normal normal 500 34px/43px Rajdhani;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  z-index: 1;
  top: 2%;
  right: 2%;
}

.menubtn {
  display: flex;
  align-items: center;
}

.insbtn {
  position: fixed;
  z-index: 1;
  top: 10%;
  right: 2%;
  width: 210px;
  height: 50px;
}

.instructions {
  width: 35px;
  height: 35px;
  padding-top: 5px;
  padding-right: 5px;
}

.functionalities {
  width: 20px;
  height: 20px;
  padding-top: 10px;
  padding-right: 10px;
}

.icons {
  width: 45px;
  height: 45px;
}

.close {
  text-align: left;
  font: normal normal 500 34px/43px Rajdhani;
  letter-spacing: 2.02px;
  color: #ffffff;
  opacity: 1;
}

.closeicon {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  cursor: pointer;
}

.block {
  padding-bottom: 20px;
}

.resetbtn {
  position: fixed;
  z-index: 1;
  top: 18%;
  right: 2%;
  width: 210px;
  height: 50px;
}

.pinhole {
  padding-right: 30px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.versionselection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.versioning {
  position: fixed;
  bottom: 5%;
  left: 2%;
}

#pinholeslider {
  display: none;
}

.datasets {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
