/*MODAL PART IS HERE*/



.close {
  position: absolute;
  top: -10px;
  right: 4px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9998; 
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 20px auto;
    background: #fff;
    border-radius: 5px;
    height:85%;
    width: 700px;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: -10px;
    right: 4px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #d80606;
  }
  
  .popup .content {
    max-height: 80%;
    overflow: auto;
  }

 





.modalheader {
  background: #ffe600;
  padding: 15px;
  color: #000000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
    
}
  .popup2 {
    margin: 150px auto;
    background: #fff;
    border-radius: 5px;
    height:45%;
    width: 325px;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup2 h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup2 .close {
    position: absolute;
    top: -10px;
    right: 4px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup2 .close:hover {
    color: #d80606;
  }
  
  .popup2 .content {
    padding: 15px;
    max-height: 80%;
    overflow: auto;
  }



  .popup3 {
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  height: 750px;
  width: 750px; /* wider than popup */
  position: relative;
  transition: all 0.3s ease-in-out; /* faster transition */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup3 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup3 .close {
  position: absolute;
  top: -10px;
  right: 4px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup3 .close:hover {
  color: #d80606;
}

.popup3 .content {
    padding: 15px;
    max-height: 80%;
    
    overflow: auto;
  }

.popup3 .textboxx1{
margin:auto;
padding:10px;
height: 500px;
width:600px;
border: solid rgb(0, 0, 0) 2px;
}


.popup33 {
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  height: 750px;
  width: 1500px; /* wider than popup */
  position: relative;
  transition: all 0.3s ease-in-out; /* faster transition */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup33 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup33 .close {
  position: absolute;
  top: -10px;
  right: 100px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup33 .close:hover {
  color: #d80606;
}

.popup33 .content {
    padding: 0px;
    max-height: 80%;
    
    overflow-x: auto;
    overflow-y: auto;

}



.popup44 {
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  height: 750px;
  width: 1500px; /* wider than popup */
  position: relative;
  transition: all 0.3s ease-in-out; /* faster transition */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup44 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup44 .close {
  position: absolute;
  top: -10px;
  right: 100px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup44 .close:hover {
  color: #d80606;
}

.popup44 .content {
    padding: 0px;
    max-height: 80%;
    
    overflow-x: auto;
    overflow-y: auto;

}

 .popup4 {
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  height: 790px;
  width: 1000px; /* wider than popup */
  position: relative;
  transition: all 0.3s ease-in-out; /* faster transition */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup4 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup4 .close {
  position: absolute;
  top: -10px;
  right: 4px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup4 .close:hover {
  color: #d80606;
}

.popup4 .content {
    padding: 15px;
    max-height: 80%;
    
    overflow: auto;
  }

.popup4 .textboxx1{
border-radius: 10px;
margin:auto;
padding:10px;
height: 375px;
width:800px;
border: solid rgb(0, 0, 0) 2px;
}











 .popup5 {
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  height: 500px;
  width: 600px; /* wider than popup */
  position: relative;
  transition: all 0.3s ease-in-out; /* faster transition */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup5 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup5 .close {
  position: absolute;
  top: -10px;
  right: 4px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup5 .close:hover {
  color: #d80606;
}

.popup5 .content {
    padding: 15px;
    max-height: 80%;
    
    overflow: auto;
  }

.popup5 .textboxx1{
border-radius: 10px;
margin:auto;
padding:10px;
height: 375px;
width:800px;
border: solid rgb(0, 0, 0) 2px;
}























 .box4 {
  overflow-y: auto;
  overflow-x: auto;
flex-wrap: wrap;
  width: 100%;
  height: 100%;

}

.box4 {
  min-width: 650px; 
  border-collapse: collapse;
}


.mainboxx{
      border: solid black 2px;
      height: 700px;  
      width:100%;
      margin: 0px;
      display: flex;




}
.sideboxx1{
      border: solid black 2px;
      height: 700px;  
      width:35%;
  
      overflow-x: auto ;  
}
.sideboxx2{
      border: solid black 2px;
      height: 700px;  
      width:65%;

      overflow-x: auto ;  
}






.sideboxx4{
      border: solid black 2px;
      height: 700px;  
      width:100%;
      display:inline-block;
      margin: auto 0px ;
      overflow-x: auto ;  
}










  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }