/* You CSS goes in here *//* *{
  background-image: url('image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus.jpg');
} */
.svgclass {
  height: auto;
  border: 4px solid rgb(25, 78, 134);
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
  box-shadow: 2px 2px 5px 4px black;
}

h2 {
  margin-top: 20px;
}

#img1 {
  margin-left: 520px;
  height: 90px;
  width: 90px;
}

#rotorview {
  margin-left: 515px;
}

body {
  font-family: "Lato", sans-serif;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #f04747;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30x;
}

#lists {
  margin-left: 20px;
  padding: 8px 8px 8px 32px;
  color: white;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff7f7;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #6b6969;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #e14545;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

li {
  margin: 10px;
}
#flexing{
  display: flex;
  flex-direction: row;
}
.main-section3 {
  /* display: flex;
  flex-direction: column; */
  background-color: rgba(252, 234, 153, 0.651);
  height: 400px;
  border-radius: 25px;
  width: 100%;
  border: 2px solid black;
}

/* table, th, td {
  border: 1px solid black;
  border-radius: 2px;
  width:10%;
} */
#tab1 {
  margin-top: 5px;
  margin-left:40px ;
  width: 40%;
  border: 2px solid black;
  
}

td {
  background-color: #96D4D4;
}

td {
  background-color: #96D4D4;
}

input {
  width: 60px;
}
.slider{
  width:150px;
}
#input{
  margin-top:30px;
  margin-right: 80px;
}
/* .outsection{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
}
.tableclass{
  height: 10px;
  width:20px;
  border-radius: 5px;
  margin-top: 70px;
  height:300px;
}*/
/* tr:nth-child(even) {
  background-color: rgba(216, 154, 249, 0.995);
}

th:nth-child(even),td:nth-child(even) {
  background-color: rgba(216, 154, 249, 0.995);
}
tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.995);
}

th:nth-child(odd),td:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.995);
}  */
