body {
  margin: 0;
  background-color: #BFBFBF;
  font-family: "Lucida Console", "Courier New", monospace;
}

.windowSize {
  position: absolute;
  width: 76%;
  height: 80%;
}

.splashscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 70%;
  background-color: #ACA9A0;
  z-index: 600000;
  border-radius: 15px;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
}

.hidden {
  display: none;
}

.x {
  width: 30px;
  height: 30px;
  background-color: rgb(224, 0, 0);
  margin: 10px;
  border-style: outset;
  border-color: #9c0000;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  text-align: center;
  color: rgb(221, 221, 221);
  font-size: 25px;
}

.x:hover {
  width: 30px;
  height: 30px;
  background-color: rgb(255, 0, 0);
  margin: 10px;
  border-style: outset;
  border-color: #ff0000;
  box-shadow: 2px 2px 13px rgb(255, 0, 0);
  text-align: center;
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.splashtop {
  margin-left: 50%;
  margin-top: -60px;
  width: 300px;
  height: 60px;
  transform: translate(-50%, -0%);
}

.splashbottom {
  margin-left: 50%;
  width: 300px;
  height: 60px;
  transform: translate(-50%, -0%);
}

.topbar {
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #010080;
  z-index: 4;
  color: rgb(227, 227, 227);
  font-size: 20px;
}

.testdiv {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #BFBFBF;
  z-index: 2;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  top: 25px;
}

.testdiv2 {
  position: absolute;
  width: 20%;
  height: 100%;
  background-color: #BFBFBF;
  z-index: 1;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  bottom: 0;
  right: 0;
}

.toolbar .div1 {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 100px;
  background-color: #9E9E9E;
  z-index: 2;
}

.div2 {
  position: absolute;
  width: 35%;
  height: 120px;
  top: 110px;
  background-color: #606060;
  border-radius: 25px;
  z-index: 2;
}

.filepathbttn {
  position: absolute;
  width: 300px;
  height: 50px;
  top: -5px;
  margin-left: -5px;
  background-color: #B4B4B4;
  border-radius: 0px 0px 25px 0px;
  z-index: 4;
  color: rgb(102, 102, 102);
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(137, 137, 137);
}

.filepathbttn:hover {
  position: absolute;
  width: 300px;
  height: 50px;
  top: -5px;
  margin-left: -5px;
  background-color: #999999;
  border-radius: 0px 0px 25px 0px;
  z-index: 4;
  color: rgb(102, 102, 102);
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(137, 137, 137);
  cursor: pointer;
}

.hr1 {
  position: absolute;
  width: 100%;
  margin-top: 122px;
  height: 4px;
  background-color: rgb(138, 138, 138);
  z-index: 4;
  border: none;
}

.aaa {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 50px;
  margin-left: 0px;
  z-index: 4;
}

.smallcontainer {
  margin-left: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  z-index: 4;
}

.todo {
  position: relative;
  text-align: center;
  /* background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 30px;
  line-height: 1;
  border-radius: 5px; */
  text-decoration: underline;
  margin-left: 10px;
  font-size: 20px;
  transition: font-size 0.1s
}

.todo:hover {
  position: relative;
  text-align: center;
  /* background-color: #525252;
  color: #ACA9A0;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 32px;
  line-height: 1;
  border-radius: 5px; */
  cursor: pointer;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 15px;
}

.small1 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 30px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 10px;
  transition: font-size 0.1s
}

.small1:hover {
  position: relative;
  text-align: center;
  background-color: #525252;
  color: #ACA9A0;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 32px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

.bbb {
  position: absolute;
  width: 70%;
  height: 50px;
  left: 300px;
  top: -2px;
  margin-left: 0px;
  z-index: 4;
}

.small2 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 35px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
  transition: font-size 0.1s
}

.small2:hover {
  position: relative;
  text-align: center;
  background-color: #525252;
  color: #ACA9A0;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 40px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
  cursor: pointer;
}

.selectedB {
  position: relative;
  text-align: center;
  background-color: #6d6d6d;
  color: #ACA9A0;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 35px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
}

.small3 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
  transition: font-size 0.1s
}

.small3:hover {
  position: relative;
  text-align: center;
  background-color: #525252;
  color: #ACA9A0;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 25px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
  cursor: pointer;
}

.selectedS {
  position: relative;
  text-align: center;
  background-color: #6d6d6d;
  color: #ACA9A0;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
}

.bottomBlock {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background-color: #807d74;
  z-index: 3;
  box-shadow: 2px 2px 13px rgb(60, 60, 60);
}

.wormtalk {

  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 35px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 20px;
  transition: font-size 0.1s
}

.prompt1 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 30px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 10px;
  transition: font-size 0.1s
}

.prompt2 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 30px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 10px;
  transition: font-size 0.1s
}

.prompt3 {
  position: relative;
  text-align: center;
  background-color: #C0C0C2;
  color: #262626;
  border-color: #C0C0C2;
  text-decoration-style: bold;
  border-style: outset;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  font-size: 30px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 10px;
  transition: font-size 0.1s
}





.slidecontainer {
  position: absolute;
  width: 200px;
  right: 0;
  margin-right: 50px;

  top: 110px;
  height: calc(100% - 110px);
  z-index: 20;
}

.slidecontainer2 {
  position: absolute;
  width: 200px;
  right: 0;
  margin-right: 100px;

  top: 110px;
  height: calc(100% - 110px);
  z-index: 20;
}

.indexcontainer {
  position: absolute;
  width: 200px;
  right: 0;
  margin-right: 50px;

  top: 80%;
  height: 30px;
  z-index: 20;
}


.ptest {
  height: 0px;
  margin-top: 0;
  display: inline;
  /* vertical-align:middle; */

}

.slidecontainerFlex {
  position: flex;
  width: 120px;
  justify-content: start;
  align-items: center;
  flex-direction: column;


}
.slidecontainerFlex2 {
  position: flex;
  width: 300px;
  justify-content: start;
  align-items: center;
  flex-direction: row;


}


.minmax {
  min: -50;
  max: 50;
}

.slideStyle1 {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #BFBFBF;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-style: inset;

  border-radius: 0px;
}

.slideStyle1:hover {
  opacity: 1;
}

.slideStyle1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 12px;
  background: #010080;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  cursor: pointer;
}

.slideStyle1::-moz-range-thumb {
  width: 10px;
  height: 12px;
  background: #010080;
  box-shadow: 2px 2px 5px rgb(60, 60, 60);
  cursor: pointer;
}

.inputSize {
  width: 50px;
  background-color: #BFBFBF;
}
.inputSize2 {
  width: 150px;
  background-color: #BFBFBF;
}

.quantity {
  display: flex;
  width: 50px;
}

/* it will support chrome and firefox */
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* .quantity input,.quantity button{
   width:50px;
   padding:.5em;
   font-size:1.2rem;
   text-align:center;
   font-weight:900;
   background:white;
   border:1px solid #aaa;
} */

.quantity input {
  background-color: #BFBFBF;
}

.secondary1 {
  position: absolute;
  top: 80px;
  left: 130px;
  width: 300px;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.secondary2 {
  position: absolute;
  top: 80px;
  left: 300px;
  width: 300px;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.scroll-vertical {
  height: 400px;
  overflow-y: auto;
  width: 300px;
  border: 1px solid #ccc;
}