#exp-name {
    width: 1380px;
    text-align: center;
    padding: 10px;
    height: 40px;
    color: #2C99CE;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: bolder;
}

.left {
    padding-top: 10px;
    padding-left: 0px;
    float: left;
    width: 950px;
    height: 550px;
    display: block;
}

#simulation {
    height: 590px;
    width: 1400px;
    display: inline-block;
}
.right {   
    margin-top: 20px;
    margin-right: 20px;
    float: right;
    border-radius: 5px;
    background: rgb(220, 221, 148);
    width: 410px;
    height: 560px;
    text-align: center;
    display: block;
}

.right_btn {
    height: 30px;
    width: 170px;
    font-size: 20px;
    cursor: pointer;
    background: white;
    font-weight: 500;
    background: #5433FF;
    border: 2px solid #5433ff;
    box-shadow: 0 16px 22px -17px #03153B;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 20px;
}

.right_btn:hover {
    background-color: #ffffff;
    color: #5433FF;
}




.border {
    border: 2px #f2f2f2 solid;
}

.panel {
    padding: 20px 0px 10px 20px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Muli';
    text-align: justify;
    overflow: hidden;
    height: auto;
    width: 340px;
    max-width: calc(100% - 10px);
    
}

.img {
    display: flex;
}

.panel img {
    height: 180px;
    width: 280px;
}
.panel button.close-btn:focus {
    outline: none;
}
.close-btn {
    border: 0;
    color: rgb(255, 5, 5);
    background-color: #fff;
    font-weight: 1200;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 15px;
    
}

.panel button.close-btn:focus {
    outline: none;
}

.Button-data {
    position: fixed;
    right: 0px;
    bottom: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    overflow: scroll;
    z-index:999;
}

.Button-data.visible {
    transform: translateX(-10px);
}

.com{    
    
    cursor: not-allowed;
      }
      
.Components  {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Muli';
    text-align: justify;
    overflow: hidden;
    height: auto;
    width: 400px;
    max-width: calc(100% - 10px);
    z-index: 999;
    
  }

  .Components div button {
    position: relative;
    background-color: #2237f8;
    border: none;
    font-size: 15px;
    height: 40px;
    margin-left: 10px;
    border-radius: 12px;
    border: 1px rgb(46, 9, 255) solid;
    width: 120px;
    color: #FFFFFF;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
  
  }
  
  .Components div button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
  }
  
  .Components div {
    display: flex;
    margin-top: 15px;
  }
  
  li::marker {
    font-weight: bold;
}

#mid {
    position: absolute;
    height: 500px;
    width: 920px;
    margin: 52px 60px 10px 0px;
    border: 2px solid #d39538;   
    box-shadow: 3px 4px 6px #888888; 
    border-radius: 6px;
    background-color: #f2f2f2;
    top:40px;

    background-image: url('../images/desk2.jpg');
 
}
.mytable
{       
    margin-top: 70px;
    margin-left:20px;
    position: absolute;
    top: 81px;
    left: 980px;
    border: 2px #f2f2f2 black;
    width: 370px;
    height: 480px;
    margin-left: 20px;
    border-radius:5px;
    box-shadow: 3px 4px 6px #262626;
    background-color: #ffffff;
}

#table tr:nth-child(even){background-color: #f2f2f2;}
#table
{   position: absolute;
    width: 280px;
    top: 115px;
    left: 50px;
    background-color: #fff;
}
th
{
    
    height: 20px;
}
.cell
{   
    width: 40px;
    height: 20px;
    border: 2px solid black;
    border-radius: 4px;
    text-align: center;
}
#check1
{
    width: 80px;
    height:30px;
    border-radius: 20px;
    border: 2px rgb(0, 168, 8) solid;
    background: rgb(0, 168, 8);
    color: #ffffff;
    margin-top: 315px;
    margin-left: 20px;
}
#check1:hover                                         
{
    
    color: rgb(31, 143, 36);
    background: white;
    font-weight: bold;
}
#reset1
{
    width: 80px;
    height:30px;
    border-radius: 20px;
    border: 2px rgb(255, 54, 54) solid;
    background: rgb(255, 54, 54);
    margin-top: 315px;
    margin-left: 20px;
    color: #fff;
}

#reset1:hover                                       
{
    color: rgb(255, 54, 54);
    background: white;
    font-weight: bold;
}

/*   bread board design*/

#board {
    position: absolute;
    margin: 5px 0px 5px 6px;
    height: 300px;
    width: 900px;
    border-radius: 5px;
    border: 3px solid #d6d3d3;
    box-shadow: 3px 4px 6px #888888;
    background-image: url('../images/board.png');
    display: block;
    visibility: hidden;

}


/* Components */

#led {

    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 87px;
    left: 597px;
}
#led1 {
    background-size: cover;
    display: inline-block;
    visibility: hidden;
        position: absolute;
    top: 87px;
    left: 732px;
}
#supply {
    height: 100px;
    width: 155px;
    visibility: hidden;
    margin: 345px 0px 5px 20px;
    padding: 10px;
}

#ic74513 {
    height: 154px;
    width: 110px;
   top:72px;
   left:198px;
    display: inline-block;
    visibility: hidden;

}


#ic7404img
{
position: absolute;
top:57px;
left:1px;
visibility: hidden;
  

}
#ic74513img
{
position: absolute;
top:128px;
left:172px;
visibility: hidden;
   

}

#ic7404 {position: absolute;
    height: 154px;
    width: 96px;
   top:72px;
   left:383px;

    display: inline-block;
    visibility: hidden;
}

#inputs {
    height: 40px;
    width: 110px;   
    display: inline-block;
    visibility: hidden;
}

#switch1 {
   
   
   /*  background-image: url('images/toggleoff1.jpg');*/
     position: absolute;
        top: 400px;
        left: 600px; 
    

}

#switch2 {
    position: absolute;
  
  
    /*    background-image: url('images/toggleoff1.jpg');*/
        top: 400px;
        left: 700px; 
  
    
}

#switch3 {
    position: absolute;
  
  
    /*    background-image: url('images/toggleoff1.jpg');*/
        top: 400px;
        left: 800px; 
  
    
}

#a

{
    position: absolute;
    top:475px;
    left: 620px;
}
#b

{
    position: absolute;
    top:475px;
    left: 720px;
}
#c

{
    position: absolute;
    top:475px;
    left: 820px;
}

/* Right Components Code here */


.show {display:block;}
a
{
    color: red;
}

/*
#breadbutton                                                    
{   width: 130px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#breadbutton:hover          
{
    background-color: #ffffff;
    color: #5433FF;

}
#ic1button                                         
{   width: 110px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#ic1button:hover                                       
{
    background-color: #ffffff;
    color: #5433FF;

}
#ic2button                                      
{   width: 110px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#ic2button:hover                                       
{
    background-color: #ffffff;
    color: #5433FF;

}

#supplybutton                                           
{   
    width: 150px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#supplybutton:hover
{
    background-color: #ffffff;
    color: #5433FF;

}
#switchbutton                                     
{   width: 170px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#switchbutton:hover
{
    background-color: #ffffff;
    color: #5433FF;

}
#ledbutton                                                  
{   width: 110px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
}
#ledbutton:hover
{
    background-color: #ffffff;
    color: #5433FF;

}

*/

button:disabled{
    cursor: not-allowed;
    opacity: 0.6;
}

.bottom {
    position: absolute;
    height: 60px;
    text-align: center;
    top:510px;
  width:920px;
}

.bottom button {
    margin: 10px 40px 10px 40px;
    height: 35px;
    width: 200px;
    font-size: 15px;
    border: none;
    font-weight: bold;
    border-radius: 25px;
color:white;
    border-color: black;
  
}

#checkbutton                                      /*      check connections buttton  */
{   
 
    border: 2px rgb(0, 168, 8) solid;
    background: rgb(0, 168, 8);  
    font-weight: bolder;
    
}
#checkbutton:hover                                  
{
    color: rgb(0, 168, 8);
  background: white;
  font-size: 16px;

}
#startbutton                                          /*      start button   */
{ 
    border: 2px #5433FF solid;
    background: #5433FF;
    font-weight: bolder;
    

}
#startbutton:hover
{
    color: #5433FF;
  background: white;
  font-size: 16px;

}
#resetbutton                           /*reset button*/
{   
    border: 2px rgb(255, 54, 54) solid;
    background: rgb(255, 54, 54);    
    font-weight: bolder;
    

}
#resetbutton:hover 
{
    color: rgb(255, 54, 54);
  background: white;
  font-size: 16px;

}
h3
{   font-family: sans-serif;
    font-size: 20px;
}
button
{
    font-size: 18px;
    font-style: bold;
       cursor: pointer;
       font-family: serif;
}
footer
{  
    margin-top: 2px;  
    left:0px;
    font-size: 18px;
    width: 1400px;
    height: 30px;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-family: 'Raleway', sans-serif;
    z-index:-2;
      
}

#led2
{
	position: absolute;
	margin-left: -10px;
	margin-top: 5px;
}
#led3
{
	position: absolute;
	margin-left: -10px;
	margin-top: 5px;
}
#connector2
{
    position: absolute;
    top:2px;
    left: 429px;
}
#connector1
{
    position: absolute;
    top:245px;
    left: 429px;
}