* {
    margin: 2px;
    padding: 0;
}

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

}

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

#simulation {
    height: 610px;
    width: 1380px;
    display: inline-block;
}
.right {
    
    margin-top: 20px;
    margin-right: 14px;
    float: right;
    border-radius: 5px;
    background: rgb(220, 221, 148);
    width: 380px;
    height: 530px;
    text-align: center;
    display: block;
}
.right_btn {
    height: 40px;
    width: 220px;
    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;
}

.com{    
    
    cursor: not-allowed;
      }
.panel {
    padding: 20px 10px 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: 320px;
    max-width: calc(100% - 10px);
    
}

.img {
    display: flex;
}

.panel img {
    height: 100px;
    width: 180px;
}
.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: 0;
    bottom:auto;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    overflow: scroll;
    z-index:999;
}

.Button-data.visible {
    transform: translateX(-10px);
}
li::marker{
    font-weight: bold;
}
.Components  {
    padding: 20px 10px 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: 540px;
    max-width: calc(100% - 10px);
    
  }

  .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;
  }
  
 
#mid {
    position: absolute;
    height: 470px;
    width: 945px;
    margin: 5px 60px 20px 6px;
    border: 2px solid #d39538;   
    box-shadow: 3px 4px 6px #888888; 
    border-radius: 6px;
    background-color: #f2f2f2;
 	background-image: url('../images/desk2.jpg');
}

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


/* Components */

#led {

    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 736px;
}
#led1 {
    background-size: cover;
    display: inline-block;
    visibility: hidden;
        position: absolute;
    top: 80px;
    left: 655px;
}
#supply {
    height: 105px;
    width: 160px;
    visibility: hidden;
    margin: 335px 0px 5px 50px;
    padding: 5px;
}




#ic555{position: absolute;
    height: 154px;
    width: 57px;
   top:72px;
   left:436px;
   /* background-image: url('images/ic7408.png');*/
    display: inline-block;
    visibility: hidden;
}
#ic1
{
    position: absolute;
    top:5px;
}
#inputs {
    height: 40px;
    width: 110px;   
    display: inline-block;
    visibility: hidden;
}

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

}

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

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

}

#a

{
    position: absolute;
    top:  395px;
    left: 605px;
}
#b

{
    position: absolute;
    top:  395px;
    left: 465px;
}


/* Right Components Code here */


a
{
    color: red;
}

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

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

}

#ic2button                                          
{   width: 150px;
    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: 150px;
    height:40px;
    background: #5433FF;
    border: 2px solid #5433ff;
    border-radius: 10px;
    color: #fff;
    
}
#switchbutton:hover
{
    background-color: #ffffff;
    color: #5433FF;

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

}

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

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

}
*/
button:disabled{
 cursor: not-allowed;
 opacity: 0.6;
}
.bottom {
    position: absolute;
    height: 60px;
    text-align: center;
    top:480px;
    width:945px;
}

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

}
#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;
}


button
{
       font-size: 18px;
       cursor: pointer;
       font-family: serif;
}

#copyright
{
    position: absolute;left:0px;
    top:620px;
    width: 1380px;
    height: 30px;
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-family: 'Raleway', sans-serif;
    }
u
{
    font-family: sans-serif;
}
strong
{position: absolute;
     top: 350px;
    font-size: 20px; 
     margin-left:70px;
}
.button
{
    margin-top: 10px;
    font-size: 15px;
    margin-left:70px;
    border-radius: 4px;
    position: absolute;
    width: 150px;
    height: 30px;
    background-color: white;


}
.button:hover
{
    background-color: orange;
}
#cap
{
    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 575px;
}

#resistance3
{
    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 125px;
    left: 180px;
}
#resistance4
{
    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 125px;
    left: 248px;
}
#resistance5
{
    background-size: cover;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 125px;
    left: 315px;
}

#Table
{   
    width: 300px;
    height: 320px;
    margin-top: 20px;
    left: 1000px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 3px 4px 6px #262626;
    
}

th
{
 width: 70px;
 height: 30px;
}
.cell
{
    width: 64px;
    height: 22px;
    border:2px solid black;
    border-radius: 4px;
    text-align: center;
    color: red;
    font-weight: bolder;
}
#mytable
{
   /* position:absolute;*/
    margin-top:-175px;
    margin-left:15px;
    background-color: #fff;
}
#mytable tr:nth-child(even){background-color: #f2f2f2;}

#check
{
    height: 30px;
    width: 90px;
    border-radius: 20px;
    border: 2px rgb(0, 168, 8) solid;
    background: rgb(0, 168, 8);
    color: #ffffff;
    margin-top: 100px;
    margin-left: 10px;
    
}
#check:hover
{
    color: rgb(31, 143, 36);
    background: white;
    font-weight: bold;
}
#reset
{
    height: 30px;
    width: 90px;
    border-radius: 20px;
    border: 2px rgb(255, 54, 54) solid;
    background: rgb(255, 54, 54);
    margin-top: 100px;
    margin-left: 35px;
    color: #fff;
}
#reset:hover
{
    color: rgb(255, 54, 54);
    background: white;
    font-weight: bold;
}

#res6
{
     transition: transform .2s;


}

#res6:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.7); 
}
#res7
{
     transition: transform .2s;


}

#res7:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.7); 
}
#res8
{
     transition: transform .2s;


}

#res8:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.7); 
}