/* You CSS goes in here */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#h2_head{
  margin-top:10px;
  align-items: center;

}
.allbox{
  border:4px solid rgb(25, 78, 134);
  border-radius: 25px;
  margin:40px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 2px 2px 5px 4px black ;
}
.container{
  display: flex;
}

.main-section {
  display: flex;
  flex-direction: column;
  background-color: rgba(252, 234, 153, 0.651);
  height: 650px;
  border-radius: 25px;
  width: 60.3%;
  margin: 70px;
  margin-left: 0px;
  border: 2px solid black;
}
.main-section2 {
  display: flex;
  flex-direction: column;
  background-color: rgba(252, 234, 153, 0.651);
  height: 600%;
  border-radius: 25px;
  width: 42.3%;
  margin: 75px;
  margin-left: 0px;
  margin-right:0px;
  border: 2px solid black;
}

.main-section3 {
  display: flex;
  flex-direction: column;
  background-color: rgba(252, 234, 153, 0.651);
  height: 515px;
  border-radius: 25px;
  width: 100%;
  margin: 2px;
  margin-left: 0px;
  border: 2px solid black;
}
.control-container{

  display: flex;
  flex-direction: column;
  margin: 20px 0;
  align-items: center;
  padding: 20px;
}

.control-grp{
  display: flex;
  width: 40%;
  justify-content: space-between;
}

.control-grp span {
  font-size: 17px;
}
/* .buttons{
  display: flex;
  justify-content:space-around;
  flex-direction:column;
  margin: 20px 12px;
  
} */
.buttons{
  
  margin:20px 32px 30px 34px;
}
.slider{
  width:400px;
}
.tableclass{
  border-radius: 5px;
  margin-top: 70px;
  height:300px;
}
th,td{
  border-radius: 2px;
}

/* 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);
} */
.outsection{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
}
input {
  width: 55px;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 25px;
  right: 0;
  background-color: #d21b1b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
}
#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: #d21b1b;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
li{
  margin:20px;
}
