 /* Document Name : ohm.css 
    Author        : AAKAR SAINI
    Date          : January 2024 */
body{
    background-color: rgb(255, 255, 255);
    position: absolute;
    
  
  }

  .container-main{
    width:  1760px;
    height: 1500px;
    border: 4px outset rgb(152, 152, 152);
    background-color: rgb(235, 235, 235);
   
  }
 
   #diagram{
     background-image: url("table board 2.jpg");
     background-size: contain;
     border: 4px solid rgb(168, 101, 50);
     border-radius: 6px;
     box-shadow: 9px 9px 12px rgb(90, 90, 90);
     position:absolute;
     left: 20px;
     top: 65px;
     width: 1050px;
     height: 740px;
     margin-left: 15px;
   }
    #toolbox {
        display: flex;
        padding: 20px;
        flex-flow: row wrap;
        align-content: flex-start;
        background-color: rgb(248, 224, 143);   
        position: absolute;
        right: 40px;
        width: 580px;
        top: 58px;
        height: 751px;
    }
 h4{
  text-align: center;
  margin: 5px 0px;
 
 }
/* 
 /* @keyframes slide {
  from {
      transform: translateX(-100);
  }
  to {
      transform: translateX(600px);
  }
} */
 
/* @font-face {
  font-family: 'Rocher';
  src: url(https://assets.codepen.io/9632/RocherColorGX.woff2);
} */



    .heading{
      height: 40px;
      width: 100%;
      text-align: center;
      color: rgb(255, 255, 255);
      background-color:rgb(36, 123, 238);
      word-spacing: 8px;
      padding: 2px;
    
   
      animation: slide 6s  4s 1;
    }
    
    h3{
    text-align: center;
    }
   /* #st1{
    height: 50px;
    width: 700px;

   }
   #nd2{
    height: 50px;
    width: 600px;

   } */
    h2{
        color: white;
        margin-right: 30px;                                
        text-align: center;
        font-size: 24px;

    }
    .plate p{
      height: 26px;
      width: -10px;
      position: absolute;
      right: 18px;
      top: 20px;
      font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      word-spacing: 1px;
      font-size: 27px;
      color: #000;
      text-shadow: 4px 4px 12px rgb(255, 255, 255);
    }
    #pl{
      height: 194px;
      width: 264px;
      position: absolute;
      right: -41px;
      top: -50px;
      
    }
    .container h4{
      margin: 10px 0px;
    }

    .switch img{
      height: 105px;
      width: 80px;
      
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 15px ;
     
    }
    #sw{
      height: 105px;
      width: 80px;
     visibility: hidden;
      position: absolute;
      top: 22px;
      left: 290px;
      border-radius: 15px ;
    }
    #point{
      height: 15px;
      width: 64px;
      position: absolute;
      top: 50px;
      left: 30px;
      transform: rotate(90deg);
    }
    #point4{
      height: 16px;
      width: 63px;
      position: absolute;
      top: 52px;
      left: 33px;
      transform: rotate(90deg);
     }
    #sc{
      height: 108px;
  width: 108px;
  position: absolute;
  top: 6px;
  left: 9px;
  border-radius: 10%;
  border-top-left-radius: 60%;
  border-top-right-radius: 60%;
}
    #vc{
      height: 102px;
      width: 102px;
      position: absolute;
      top: 11px;
      left: 14px;
      border-radius: 10%;
      border-top-left-radius: 60%;
      border-top-right-radius: 60%;
    }
     .breadboard{
       height: 300px;
       width: 920px;
       border-radius: 6px;
       margin-left: 120px;
       background-color: antiquewhite;
       box-shadow: 6px 6px 15px rgb(0, 0, 0);
       position: absolute;
       bottom: 240px;
       right: 56px;
       background-image: url("boardss.png");
       background-size: cover;
       border: 3px solid grey;  
       visibility: hidden;

    }
   

    .led{
      position: absolute;
      right: 172px;
      bottom: 335px;
      height: 120px;
      width: 120px;
      /* background-image: url("led3-removebg-preview.png"); */
      background-size: contain;
      visibility: hidden;
    }

    #ledid {
      height: 115px;
      width: 43px;
      background-size: contain;
      position: absolute;
      top: -1px;
      left: 38px;
      z-index: 2;
  }

    .resistor{
      position: absolute;
      left: 245px;
      bottom: 338px;
      height: 80px;
      width: 80px;
      background-image: url("resis11.png");
      background-size: contain;
      transform: rotate(270deg);
      visibility: hidden;
      z-index: 2;
    }
    #powerid{
      height:100px;
      width: 150px;
      position: absolute;
      top: 20px;
      left: 40px;
      border: 2px solid silver;
      border-radius: 10px;
      background-image: url("supply.png");
      background-size: contain;
      box-shadow: 6px 6px 10px black;
      visibility: hidden;
     }
     #voltmeterid #selectvalue_xp{
      width: 72px;
      height: 30px;
      text-align: center;
      position: absolute;
      left: 28px;
      bottom: -1px;
      background-color: #000;
      color: red;
      font-size: 15px;
      font-weight: 700;
      border-radius: 15px;
      border-bottom-left-radius:  100%;
      border-bottom-right-radius: 100%;
      z-index: 1;
          
     }
     .voltmeter{
      height: 130px;
      width: 130px;
      position: absolute;
      bottom: 70px;                                                
      left: 150px;
      border-radius: 50%;
      border: 2px solid black;
      background-image: url("voltmeter-removebg-preview.png");
      background-size: cover;
      background-color: silver;
      box-shadow: 6px 6px 10px black;
      visibility: hidden;
     }
     .ammeter{
      height: 130px;
      width: 130px;
      position: absolute;
      top: 20px;                                                
      right: 350px;
      border-radius: 50%;
      border: 4px solid black;
      background-image: url("amm1.jpg");
      background-size: cover;
      box-shadow: 6px 6px 10px black;
      visibility: hidden;
  }
  .ammeter #ammrea{
      width: 72px;
      height: 28px;
      text-align: center;
      position: absolute;
      left: 26px;
      bottom: -1px;
      background-color: #000;
      color: red;
      font-size: 15px;
      font-weight: 700;
      border-radius: 15px;
      border-bottom-left-radius:  100%;
      border-bottom-right-radius: 100%;
      z-index: 1;
  }
     #ed1{
      height: 30px;
      width: 30px; 
      border-radius: 10px;
      position: absolute;
      left: 75px;
      top: 60px;
      visibility: hidden!important;
     }
     #ed2{
      height: 30px;
      width: 30px; 
      border-radius: 10px;
      position: absolute;
      left:126px;
      top: 60px;
     visibility: hidden;
     }
     .jtk-endpoint .jtk-endpoint-anchor .jtk-draggable .jtk-droppable{
      position: absolute;
      height: 16px;
      width: 16px;
      left: 82px;
      top: 67px;
      visibility: hidden!important;
     }
     #ed3{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        right: 470px;
        top: 70px;
       visibility: hidden;
       }
       #ed4{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        right: 330px;
        top: 70px;
        visibility: hidden;
       }
     #ed5{
      height: 30px;
      width: 30px; 
      border-radius: 10px;
      position: absolute;
      left: 135px;
      bottom: 120px;
      visibility: hidden;
     }
     #ed6{
      height: 30px;
      width: 30px; 
      border-radius: 10px;
      position: absolute;
      left:265px;
      bottom: 120px;
     visibility: hidden;
     }
   
    .bottom{
      margin: 10px 0px;
      padding: 20px 20px;
      display: flex;
      justify-content: space-evenly;
      position: absolute;
      bottom: 810px;
      height: 100px;
      width: 1000px;
      margin-bottom: -140px;
    }
   

    .window {
        z-index: 20;
    }

    .jtk-connector {
        z-index: 4;
    }

    .jtk-endpoint {
        z-index: 5;
    }

    .jtk-overlay {
        z-index: 6;
    }

    .custom-menu {
        z-index: 100;
        position: absolute;
        background-color: #C0C0C0;
        border: 1px solid black;
        padding: 2px;
    }

    .button{
      margin: 20px 40px;
      background-color: rgb(130, 209, 65);
      color: rgb(255, 251, 251);
      text-shadow: 5px 5px 10px black;
      border-radius: 20px;
      font-size: larger;
      border: transparent;
      height: 40px;
      width: 150px;
      position: absolute;
      left: 0px;
      bottom: 70px;
      transition: all 0.1s ease-in-out 0s;
     
    }
    /* -----------------------------INSTRUCTION CONTENT---------------------------------- */
    .modal {
        display: none;
        position: fixed;
        z-index: 11;
        padding-top: 30px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        
    }

    .modal-content {
        background-color: #fefefe;
        border-radius: 10px;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        font-size: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
        
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .close {
        color: #ffffff;
        float: right;
        font-size: 48px;
        font-weight: bold;
        position: absolute;
        right: 40px;
        top: 18px;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        padding: 2px 0px;
        padding-right: 270px;
        background-color: rgb(86, 78, 211);
        color: rgb(255, 255, 255);
        border-radius: 10px;
        align-items: center;
        padding-left: 60px;
        padding-top: 14px;
        font-size: 16px;
    }

    .modal-body {
        padding: 2px 16px;
        
    }

    .modal-footer {
        padding: 2px 16px;
        background-color: rgb(86, 78, 211);
        color: rgb(255, 255, 255);
    }
    .instruc{
      text-align: center;
      border-radius: 20px;
      border : transparent;
      box-shadow: 4px 5px 13px grey;
      background-color: rgb(86, 78, 211);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
      margin-left: 20px;
      position: absolute;
      left: 10px;
      top: 20px;
    }
    .instruc:hover{
             background-color: rgb(255, 255, 255);
             transition: all 0.2s ease-in-out 0s;
             color:  rgb(86, 78, 211);
             box-shadow: 10px 10px 22px black;
    }
 
    /* -------------------------------RESET AND CHECK BUTTON------------------------------- */
    #reset{
      background-color: rgb(231, 84, 84);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
     }
     #reset:hover{
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      color:  rgb(231, 84, 84);
      border: 3px solid  rgb(231, 84, 84);
     }
     #reset:active{
      transform: scale(0.8);
     }
     #check{
      background-color: rgb(130, 209, 65);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
   
     }
     #check:hover{
   
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      color: rgb(130, 209, 65);
      border: 3px solid rgb(130, 209, 65);
     }
     #check:active{
      transform: scale(0.8);
     }

     li{
      margin: 15px 0px;
     }
     
     .tool {
      display: none;
      transition: opacity 0.5s ease-in-out;
    }

    /* -----------------------------------COMPONENT BUTTON-------------------------- */
    #components{
      position: absolute;
      top: 80px;
      background-color: rgb(86, 78, 211);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
      box-shadow: 4px 5px 13px grey;
      margin-left: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
    }
    #components:hover{
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      transition: all 0.2s ease-in-out 0s;
       color:  rgb(86, 78, 211);
      
    }
    .show-buttons .tool {
      display: inline-block;
      opacity: 1;
    }
    .hidden-button{
      height:300px;
      width: 60px;
      position: absolute;
       top: 180px;
       right: 110px;
    }

    /* -------------------------------------OBSERVATION TABLE------------------------------------ */
    .control{
      width: 475px;
      height: 200px;
      background-color: white;
      margin-top: 76px;
      margin-left: 16px;
      box-shadow: 3px 3px 5px black;
    }
     .container{
      height: 410px;
      width: 475px;
      position: absolute;
      bottom: 24px;
      left: -25px;
      background-color: white;
      box-shadow: 3px 3px 5px black;
      border-radius: 4px;
      margin-left: 85px;
      z-index: 1;
     }
     .tablecontent{
      display: inline;
  }
      table {
          width: 390px;
          border-collapse: collapse;
          margin: 10px 25px;
          border: 2px solid black;
        }
        th, td {
          border: 1px solid #dddddd;
          text-align: center;
          padding: 2px 2px;
          border: 2px solid black;
        }
       th{
          background-color: #a5a4a4;
          width: 310px;
       }
       #sno{
        width:100px;
       }
        tr:nth-child(even) {
          background-color: #a5a4a4;
        }
        
        tr:nth-child(odd) {
          background-color: #fffafa; 
        }
  
  .slider_container{
      padding: 10px;
      margin: 10px 16px;
      margin-left: 25px;
      display: inline;
      height:100px;
      width: 424px;
      border-radius: 2px;
      border: 1px solid black;
      display: flex;
      justify-content: center;
      flex-flow: row wrap;
      align-content: center;
      background-color: rgb(255, 252, 251);
      box-shadow: 3px 3px  3px rgb(93, 90, 90);
  
  }
  .x_slider{
      height:20px;
      width:390px;
      display: flex;
      justify-content: space-evenly;
      margin: 10px 0px;
      cursor:pointer;
     
  }
  .y_slider{
      height:20px;
      width:398px;
      display: flex;
      justify-content: space-evenly;
      margin: 10px 0px;
      margin-left: 5px;
      cursor:pointer;
      
  }
  #dc-text{
    height:30px;
    width: 130px;
   
  }
  #resistance-text{
    height:30px;
    width: 90px;
  }
  #x_selector{
      size: 100px;
      cursor:pointer;
  }
  #y_selector{
      size: 100px;
      cursor:pointer;
      margin-left: 42px;
  }
  #selectvalue_x{
      width:50px;
      height:25px;
      background-color:white;
      border: 1px solid black;
      border-radius: 2px;
      text-align: center;   
      margin: 0px 10px;
  }
  #selectvalue_y{
      width:50px;
      height:25px;
      background-color:white;
      border: 1px solid black;
      border-radius: 2px;
      text-align: center;  
      margin: 0px 10px;
  }

  .restext{
    height: 40px;
    width: 400px;
    margin-top: 18px;
    margin-left: 25px;
    text-align: center;
  }
  #restxt{
    height: 37px;
    font-size: large;
    font-weight: 500;
    color: red;
    /* letter-spacing: 1px; */
    font-family:Verdana, Geneva, Tahoma, sans-serif;
   
    margin-left: 38px;
    padding: 5px;
    border-radius: 5px;
  }
 .tb-button{
  margin: 3px 35px;
  margin-bottom: 13px;
  background-color: rgb(78, 211, 167);
  color: rgb(255, 251, 251);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  border: transparent;
  height: 32px;
  width: 118px;
  transition: all 0.1s ease-in-out 0s;
  text-align: center;
  padding-top: 3px;
 }
 .allbtn{
  margin-left: 29px;
  position: absolute;
  bottom: 10px;
 }
 #add{
      background-color: rgb(245, 133, 53);
      cursor: not-allowed;
      text-align: center;
 }
 #add:hover{
  box-shadow: 2px 2px 2px black;
  background-color: rgb(255, 255, 255);
  color: rgb(245, 133, 53);
  border: 1px solid rgb(245, 133, 53);
  text-align: center;
 }
 #plot{
  background-color: rgb(36, 123, 238);
  cursor: not-allowed;
  text-align: center;
 }
 #plot:hover{
  box-shadow: 2px 2px 2px black;
  background-color: rgb(255, 255, 255);
  color: rgb(36, 123, 238);
  border: 1px solid rgb(36, 123, 238);
 }
 #reset1{
  background-color: rgb(231, 84, 84);
  text-align: center;
 }
 #reset1:hover{
  box-shadow: 2px 2px 2px black;
  background-color: rgb(255, 255, 255);
  color: rgb(231, 84, 84);
  border: 1px solid rgb(231, 84, 84);
 }
 footer{
    background-color: black;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: 400;
    letter-spacing: 4px;
 }
 /*------------------------------------- POP-UP COMPONENT SLIDE ----------------------------*/
 .popup-container {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 600px;
    background-color: #f1f1f1;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 20px;
  }

  .popup-content {
    padding: 20px;
  }

  .popup-button {
   
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 20px 0px;
  }
  .popup-button:hover{
    background-color:#fff; 
    color:   #4CAF50;
    border: 3px solid  #4CAF50;
  }

  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
  }

  /* -----------------------------------------GRAPH-------------------------------- */

  #chartokk{
   
      margin: 20px 0px;
      height: 450px;
      width: 1380px;
      position: absolute;
      bottom: 170px;
      left: 170px;
      /* border: 1px solid black; */
      text-align: center;
      
  }
  #canvas{
    /* height:200px;
    width: 100px; */
    border: 1px solid black;
  }
#chartokk p{
  padding: 4px 4px;
  height: 40px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: larger;
  font-display: bold;
  font-weight: 500;
  letter-spacing: 2px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: rgb(36, 123, 238);
}
#chartok{
  /* margin: 30px 5px; */
}
.vtext{
  width:400px;
  height: 30px;
  text-align: center;
  transform: rotate(270deg);
  font-size: 25px;
  position: absolute;
  bottom: 369px;
    left: -100px;
}
.itext{
  width:400px;
  height: 30px;
  font-size: 25px;
  position: absolute;
  bottom: 85px;
  left: 815px;
}

  #popup{
    z-index: 2;
  }

  /*-----------------------------------POWER ON/OFF BUTTON---------------------------------*/

  .onoff{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    right: 60px;
    align-items: center;
    justify-content: center;
   cursor:  pointer;
    background: #e3edf7;
    background: transparent;
    
    }
    .onoff p{
        font-size: 32px;
        cursor:  pointer;
        color: #777;
        
    }
    
    .onoff input{
        width: 0;
        height: 0;
        position: absolute;
        top: 0px;
        right: 110px;
    }
    .onoff input::before{
        content: '\f011';
        font-family: "FontAwesome";
        font-size: 52px;
        color: #777;
        width: 100px;
        height: 100px;
       
        background: #e3edf7;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
                    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    
                    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
                     0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                     0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    }
    
    .onoff input:checked:before{
        color: #2de730;
        box-shadow: 6px 6px 12px 5px rgba(0, 0, 0, 0.3),
                    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    }

    .onoff p{
      height:30px;
      width: 200px;
        font-size: 32px;
        
      margin: 0px 0px;
      margin-right: 30px;
               position:absolute;
               bottom:-20px;
               right: -90px;
               font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
               font-weight: 600;
               font-size: larger;
               font-display: bolder;
    }

#powerid p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
     color:#2e2e2e;
  margin: 10px 0px;
           position:absolute;
           bottom:-50px;
           left: 16px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
}

#ammeterid p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-50px;
           right: -90px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
           color:#2e2e2e;
}

.breadboard p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-60px;
           right: -10px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
           color:#2e2e2e;
}

#sw p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-50px;
           right: -63px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
           color:#2e2e2e;
}
#voltmeterid p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-50px;
           right: -75px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
           color:#2e2e2e;
}
  /* dot css */
  
  .dot{
    height: 6px;
    width: 4px;
    border-radius: 50%;
    margin:4px 6px;
    /* border: 1px solid black; */
  }
  .upper{
    height: 40px;
    width: 420px;
    position: absolute;
    top: 10px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 9px;
    padding-left: -8px;
    margin-left: 32px;
  }
  .upperb{
    height: 40px;
    width: 420px;
    position: absolute;
    top: 10px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 10px;
    padding-left: -8px;
    margin-left: 455px;
  }
  .upper1{
    height: 16px;
    width: 94px;
    display: grid;
    grid-template-columns: repeat(5,10px);
    justify-content: space-around;
    margin-left: 14px;
   
    margin-top: 8px;
    
  }
  /* #up5{
    margin-left: 7px;
    margin-right: -1px;
  }
  #up4{
    margin-right: 7px;
    margin-left: 8px;
  } */
 
  .lower{
    height: 40px;
    width: 420px;
    position: absolute;
    bottom: -1px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 9px;
    padding-left: -8px;
    margin-left: 32px;
  }
  .lowerb{
    height: 40px;
    width: 420px;
    position: absolute;
    bottom: -1px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 10px;
    padding-left: -8px;
    margin-left: 455px;
  }
  .lower1{
    height: 16px;
    width: 94px;
    display: grid;
    grid-template-columns: repeat(5,10px);
    justify-content: space-around;
    margin-left: 14px;
   
    margin-top: 8px;
   
  }
.ledsec{
  position:absolute;
  bottom: 75px;
  right: 157px;
  height: 51px;
  width: 35px;
  display: grid;
  grid-template-columns: repeat(2,11px);
  justify-content: space-around;
}
.middle1{
 
  height: 58px;
  width: 100px;
  position: absolute;
  left: 225px;
  top: 85px;
  display: grid;
  grid-template-columns: repeat(6,10px);
   /* border: 1px solid black; */
}
.middle2{
 
  height:58px;
  width: 100px;
  position: absolute;
  left: 225px;
  bottom: 70px;
  display: grid;
  grid-template-columns: repeat(6,10px);
  /* border: 1px solid black; */
}
 /* #dot1{
 position :absolute;
 top: 220px;
 left: 200px;
 }
 #dot2{
  position :absolute;
  top: 220px;
  left: 213px;
  }
  #dot3{
    position :absolute;
    top: 220px;
    left: 226px;
    }
    #dot4{
      position :absolute;
      top: 220px;
      left: 238px;
      }
      #dot5{
        position :absolute;
        left: 280px;
        top: 220.5px;
        }
        #dot6{
          position :absolute;
          left: 294px;
          top: 220.5px;
          }
          #dot7{
            position :absolute;
            left: 307px;
            top: 220.5px;
            }
            #dot8{
              position :absolute;
              left: 321px;
              top: 220.5px;
              }
              #dot9{
                position :absolute;
                left: 362px;
                top: 220.5px;
                }
                #dot10{
                  position :absolute;
                  left: 375px;
                  top: 220.5px;
                  }
                  #dot11{
                    position :absolute;
                    left: 389px;
                    top: 220.5px;
                    }
                    #dot12{
                      position :absolute;
                      left: 403px;
                      top: 220.5px;
                      }
                      #dot13{
                        position :absolute;
                        left: 443px;
                        top: 220.5px;
                        }
                        #dot14{
                          position :absolute;
                          left: 457px;
                          top: 220.5px;
                          }
                          #dot15{
                            position :absolute;
                            left: 470px;
                            top: 220.5px;
                            }
                            #dot16{
                              position :absolute;
                              left: 484px;
                              top: 220.5px;
                              }
                              #dot17{
                                position :absolute;
                                left: 538px;
                                top: 220.5px;
                                }
                                #dot18{
                                  position :absolute;
                                  left: 552px;
                                  top: 220.5px;
                                  }
                                  #dot19{
                                    position :absolute;
                                    left: 566px;
                                    top: 220.5px;
                                    }
                                    #dot20{
                                      position :absolute;
                                      left: 579px;
                                      top: 220.5px;
                                      }
                                      #dot21{
                                        position :absolute;
                                        left: 620px;
                                        top: 220.5px;
                                        }
                                        #dot22{
                                          position :absolute;
                                          left: 633px;
                                          top: 220.5px;
                                          }
                                          #dot23{
                                            position :absolute;
                                            left: 647px;
                                            top: 220.5px;
                                            }
                                            #dot24{
                                              position :absolute;
                                              left: 660px;
                                              top: 220.5px;
                                              }
                                              #dot25{
                                                position :absolute;
                                                top: 234px;
                                                left: 199px;
                                                }
                                                #dot26{
                                                  position :absolute;
                                                  top: 234px;
                                                  left: 213px;
                                                  }
                                                  #dot27{
                                                    position :absolute;
                                                    top: 234px;
                                                    left: 226px;
                                                    }
                                                    #dot28{
                                                      position :absolute;
                                                      top: 234px;
                                                      left: 238px;
                                                      }
                                                      #dot29{
                                                        position :absolute;
                                                        top: 234px;
                                                        left: 280px;
                                                        }
                                                        #dot30{
                                                          position :absolute;
                                                          top: 234px;
                                                          left: 293px;
                                                          }
                                                          #dot31{
                                                            position :absolute;
                                                            top: 234px;
                                                            left: 307px;
                                                            }
                                                            #dot32{
                                                              position :absolute;
                                                              top: 234px;
                                                              left: 321px;
                                                              }
                                                              #dot33{
                                                                position :absolute;
                                                                top: 234px;
                                                                left: 362px;
                                                                }
                                                                #dot34{
                                                                  position :absolute;
                                                                  top: 234px;
                                                                  left: 376px;
                                                                  }
                                                                  #dot35{
                                                                    position :absolute;
                                                                    top: 234px;
                                                                    left: 389px;
                                                                    }
                                                                    #dot36{
                                                                      position :absolute;
                                                                      top: 234px;
                                                                      left: 403px;
                                                                      }
                                                                      #dot37{
                                                                        position :absolute;
                                                                        top: 234px;
                                                                        left: 443px;
                                                                        }
                                                                        #dot38{
                                                                          position :absolute;
                                                                          top: 234px;
                                                                          left: 457px;
                                                                          }
                                                                          #dot39{
                                                                            position :absolute;
                                                                            top: 234px;
                                                                            left: 470px;
                                                                            }
                                                                            #dot40{
                                                                              position :absolute;
                                                                              top: 234px;
                                                                              left: 484px;
                                                                              }
                                                                              #dot41{
                                                                                position :absolute;
                                                                                top: 234px;
                                                                                left: 538px;
                                                                                }
                                                                                #dot42{
                                                                                  position :absolute;
                                                                                  top: 234px;
                                                                                  left: 552px;
                                                                                  }
                                                                            
                                                                                  #dot43{
                                                                                    position :absolute;
                                                                                    top: 234px;
                                                                                    left: 566px;
                                                                                    }
                                                                            
                                                                                    #dot44{
                                                                                      position :absolute;
                                                                                      top: 234px;
                                                                                      left: 579px;
                                                                                      }
                                                                            
                                                                                      #dot45{
                                                                                        position :absolute;
                                                                                        top: 234px;
                                                                                        left: 620px;
                                                                                        }
                                                                            
                                                                                        #dot46{
                                                                                          position :absolute;
                                                                                          top: 234px;
                                                                                          left: 633px;
                                                                                          }
                                                                            
                                                                                          #dot47{
                                                                                            position :absolute;
                                                                                            top: 234px;
                                                                                            left: 647px;
                                                                                            }
                                                                            
                                                                                            #dot48{
                                                                                              position :absolute;
                                                                                              top: 234px;
                                                                                              left: 660px;
                                                                                              } */

                                                                                                          /*  MIDDLE SECTION  */
                                                                                              /* #dot49{
                                                                                                position :absolute;
                                                                                                top: 289px;
                                                                                                left: 307px;
                                                                                                }
                                                                                              
                                                                                                #dot50{
                                                                                                  position :absolute;
                                                                                                  top: 289px;
                                                                                                  left: 321px;
                                                                                                  }
                                                                                                
                                                                                                  #dot51{
                                                                                                    position :absolute;
                                                                                                    top: 289px;
                                                                                                    left: 335px;
                                                                                                    }
                                                                                                  
                                                                                                    #dot52{
                                                                                                      position :absolute;
                                                                                                      top: 289px;
                                                                                                      left: 349px;
                                                                                                      }
                                                                                                    
                                                                                                      #dot53{
                                                                                                        position :absolute;
                                                                                                        top: 289px;
                                                                                                        left: 362px;
                                                                                                        }
                                                                                                      
                                                                                                        #dot54{
                                                                                                          position :absolute;
                                                                                                          top: 289px;
                                                                                                          left: 375px;
                                                                                                          }
                                                                                                        
                                                                                                          #dot55{
                                                                                                            position :absolute;
                                                                                                            top: 302px;
                                                                                                            left: 307px;
                                                                                                            }
                                                                                                          
                                                                                                            #dot56{
                                                                                                              position :absolute;
                                                                                                              top: 302px;
                                                                                                              left: 321px;
                                                                                                              }
                                                                                                            
                                                                                                              #dot57{
                                                                                                                position :absolute;
                                                                                                                top: 302px;
                                                                                                                left: 335px;
                                                                                                                }
                                                                                                              
                                                                                                                #dot58{
                                                                                                                  position :absolute;
                                                                                                                  top: 302px;
                                                                                                                  left: 349px;
                                                                                                                  }
                                                                                                                
                                                                                                                  #dot59{
                                                                                                                    position :absolute;
                                                                                                                    top: 302px;
                                                                                                                    left: 362px;
                                                                                                                    }
                                                                                                                  
                                                                                                                    #dot60{
                                                                                                                      position :absolute;
                                                                                                                      top: 302px;
                                                                                                                      left: 375px;
                                                                                                                      }
                                                                                                                    
                                                                                                                      #dot61{
                                                                                                                        position :absolute;
                                                                                                                        top: 316px;
                                                                                                                        left: 307px;
                                                                                                                        }
                                                                                                                      
                                                                                                                        #dot62{
                                                                                                                          position :absolute;
                                                                                                                          top: 316px;
                                                                                                                          left: 321px;
                                                                                                                          }
                                                                                                                          #dot63{
                                                                                                                            position :absolute;
                                                                                                                            top: 316px;
                                                                                                                            left: 335px;
                                                                                                                            }
                                                                                                                            #dot64{
                                                                                                                              position :absolute;
                                                                                                                              top: 316px;
                                                                                                                              left: 349px;
                                                                                                                              } */
                                                                                                                              /* #dot65{
                                                                                                                                position :absolute;
                                                                                                                                top: 316px;
                                                                                                                                left: 362px;
                                                                                                                                }
                                                                                                                                #dot66{
                                                                                                                                  position :absolute;
                                                                                                                                  top: 316px;
                                                                                                                                  left: 375px;
                                                                                                                                  }
                                                                                                                                  #dot67{
                                                                                                                                    position :absolute;
                                                                                                                                    top: 329px;
                                                                                                                                    left: 307px;
                                                                                                                                    }
                                                                                                                                    #dot68{
                                                                                                                                      position :absolute;
                                                                                                                                      top: 329px;
                                                                                                                                      left: 321px;
                                                                                                                                      }
                                                                                                                                      #dot69{
                                                                                                                                        position :absolute;
                                                                                                                                        top: 329px;
                                                                                                                                        left: 335px;
                                                                                                                                        }
                                                                                                                                        #dot70{
                                                                                                                                          position :absolute;
                                                                                                                                          top: 329px;
                                                                                                                                          left: 349px;
                                                                                                                                          }
                                                                                                                                          #dot71{
                                                                                                                                            position :absolute;
                                                                                                                                            top: 329px;
                                                                                                                                            left: 362px;
                                                                                                                                            }
                                                                                                                                            #dot72{
                                                                                                                                              position :absolute;
                                                                                                                                              top: 329px;
                                                                                                                                              left: 375px;
                                                                                                                                              }
                                                                                                                                              #dot73{
                                                                                                                                                position :absolute;
                                                                                                                                                top: 370px;
                                                                                                                                                left: 307px;
                                                                                                                                                }
                                                                                                                                                #dot74{
                                                                                                                                                  position :absolute;
                                                                                                                                                  top: 370px;
                                                                                                                                                  left: 321px;
                                                                                                                                                  }
                                                                                                                                                  #dot75{
                                                                                                                                                    position :absolute;
                                                                                                                                                    top: 370px;
                                                                                                                                                    left: 335px;
                                                                                                                                                    }
                                                                                                                                                    #dot76{
                                                                                                                                                      position :absolute;
                                                                                                                                                      top: 370px;
                                                                                                                                                      left: 349px;
                                                                                                                                                      }
                                                                                                                                                      #dot77{
                                                                                                                                                        position :absolute;
                                                                                                                                                        top: 370px;
                                                                                                                                                        left: 362px;
                                                                                                                                                        } */
                                                                                                                                                        /* #dot78{
                                                                                                                                                          position :absolute;
                                                                                                                                                          top: 370px;
                                                                                                                                                          left: 375px;
                                                                                                                                                          }
                                                                                                                                                          #dot79{
                                                                                                                                                            position :absolute;
                                                                                                                                                            top: 383px;
                                                                                                                                                            left: 307px;
                                                                                                                                                            }
                                                                                                                                                            #dot80{
                                                                                                                                                              position :absolute;
                                                                                                                                                              top: 383px;
                                                                                                                                                              left: 321px;
                                                                                                                                                              }
                                                                                                                                                              #dot81{
                                                                                                                                                                position :absolute;
                                                                                                                                                                top: 383px;
                                                                                                                                                                left: 335px;
                                                                                                                                                                }
                                                                                                                                                                #dot82{
                                                                                                                                                                  position :absolute;
                                                                                                                                                                  top: 383px;
                                                                                                                                                                  left: 349px;
                                                                                                                                                                  }
                                                                                                                                                                  #dot83{
                                                                                                                                                                    position :absolute;
                                                                                                                                                                    top: 383px;
                                                                                                                                                                    left: 362px;
                                                                                                                                                                    }
                                                                                                                                                                    #dot84{
                                                                                                                                                                      position :absolute;
                                                                                                                                                                      top: 383px;
                                                                                                                                                                      left: 375px;
                                                                                                                                                                      }
                                                                                                                                                                      #dot85{
                                                                                                                                                                        position :absolute;
                                                                                                                                                                        top: 397px;
                                                                                                                                                                        left: 307px;
                                                                                                                                                                        }
                                                                                                                                                                        #dot86{
                                                                                                                                                                          position :absolute;
                                                                                                                                                                          top: 397px;
                                                                                                                                                                          left: 321px;
                                                                                                                                                                          }
                                                                                                                                                                          #dot87{
                                                                                                                                                                            position :absolute;
                                                                                                                                                                            top: 397px;
                                                                                                                                                                            left: 335px;
                                                                                                                                                                            }

                                                                                                                                                                            #dot88{
                                                                                                                                                                              position :absolute;
                                                                                                                                                                              top: 397px;
                                                                                                                                                                              left: 349px;
                                                                                                                                                                              }
                                                                                                                                                                              #dot89{
                                                                                                                                                                                position :absolute;
                                                                                                                                                                                top: 397px;
                                                                                                                                                                                left: 362px;
                                                                                                                                                                                }
                                                                                                                                                                                #dot90{
                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                  top: 397px;
                                                                                                                                                                                  left: 375px;
                                                                                                                                                                                  }
                                                                                                                                                                                  #dot91{
                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                    top: 411px;
                                                                                                                                                                                    left: 307px;
                                                                                                                                                                                    }
                                                                                                                                                                                    #dot92{
                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                      top: 411px;
                                                                                                                                                                                      left: 321px;
                                                                                                                                                                                      } */
                                                                                                                                                                                      /* #dot93{
                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                        top: 411px;
                                                                                                                                                                                        left: 335px;
                                                                                                                                                                                        }
                                                                                                                                                                                        #dot94{
                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                          top: 411px;
                                                                                                                                                                                          left: 349px;
                                                                                                                                                                                          }
                                                                                                                                                                                          #dot95{
                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                            top: 411px;
                                                                                                                                                                                            left: 362px;
                                                                                                                                                                                            }
                                                                                                                                                                                            #dot96{
                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                              top: 411px;
                                                                                                                                                                                              left: 375px;
                                                                                                                                                                                              } */

                                                                                                                                                                                              /* #dot97{
                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                top: 411px;
                                                                                                                                                                                                left: 238px;
                                                                                                                                                                                                display: none;
                                                                                                                                                                                                } */
                                                                                                                                                                                                /* LOWER SECTION  */
                                                                                                                                                                                                /* #dot98{
                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                  bottom: 262px;
                                                                                                                                                                                                  left: 200px;
                                                                                                                                                                                                  }
                                                                                                                                                                                                  #dot99{
                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                    left: 213px;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    #dot100{
                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                      left: 226px;
                                                                                                                                                                                                      }
                                                                                                                                                                                                      #dot101{
                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                        left: 238px;
                                                                                                                                                                                                        }

                                                                                                                                                                                                        #dot102{
                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                          left: 280px;
                                                                                                                                                                                                          }
                                                                                                                                                                                                          #dot103{
                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                            left: 294px;
                                                                                                                                                                                                            }
                                                                                                                                                                                                            #dot104{
                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                              left: 307px;
                                                                                                                                                                                                              }

                                                                                                                                                                                                              #dot105{
                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                left: 321px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                #dot106{
                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                 bottom: 262px;
                                                                                                                                                                                                                  left: 362px;
                                                                                                                                                                                                                  }

                                                                                                                                                                                                                  #dot107{
                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                                    left: 375px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #dot108{
                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                                      left: 389px;
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                      #dot109{
                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                                        left: 403px;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        #dot110{
                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                                          left: 443px;
                                                                                                                                                                                                                          }
                                                                                                                                                                                                                          #dot111{
                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                                            left: 457px;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            #dot112{
                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                                              left: 470px;
                                                                                                                                                                                                                              }
                                                                                                                                                                                                                              #dot113{
                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                                left: 484px;
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                #dot114{
                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                 bottom: 262px;
                                                                                                                                                                                                                                  left: 538px;
                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                  #dot115{
                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                                                    left: 552px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    #dot116{
                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                                                      left: 566px;
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                      #dot117{
                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                                                        left: 579px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #dot118{
                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                                                          left: 620px;
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                          #dot119{
                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                                                            left: 633px;
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            #dot120{
                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                                                              left: 647px;
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                              #dot121{
                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                                                left: 660px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #dot122{
                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                  bottom: 249px;
                                                                                                                                                                                                                                                  left: 200px;
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                  #dot123{
                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                    left: 213px;
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                    #dot124{
                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                       bottom: 249px;
                                                                                                                                                                                                                                                      left: 226px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      #dot125{
                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                        left: 238px;
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                        #dot126{
                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                          left: 280px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          #dot127{
                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                            left: 294px;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            #dot128{
                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                              left: 307px;
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                              #dot129{
                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                left: 321px;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                #dot130{
                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                  left: 362px;
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                  #dot131{
                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                                    left: 375px;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                      #dot132{
                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                                        left: 389px;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        #dot133{
                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                                          left: 403px;
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          #dot134{
                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                                            left: 443px;
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                            #dot135{
                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                                              left: 457px;
                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                              #dot136{
                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                                left: 470px;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                #dot137{
                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                                  left: 484px;
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                  #dot138{
                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                                                    left: 538px;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    #dot139{
                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                       bottom: 249px;
                                                                                                                                                                                                                                                                                      left: 552px;
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                      #dot140{
                                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                                                        left: 566px;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        #dot141{
                                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                                                          left: 579px;
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                          #dot142{
                                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                                                            left: 620px;
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                            #dot143{
                                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                                                              left: 633px;
                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                              #dot144{
                                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                                                left: 647px;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                #dot145{
                                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                                                  left: 660px;
                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                  /* LED SECTION */
                                                                                                                                
                                                                                                                                                                                                                                                                                                  /* #dot146{
                                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                                     bottom: 357px;
                                                                                                                                                                                                                                                                                                    right: 232px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    #dot147{
                                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                                      bottom: 357px;
                                                                                                                                                                                                                                                                                                      right: 218px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      #dot148{
                                                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                                                         bottom: 343px;
                                                                                                                                                                                                                                                                                                         right: 232px;
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                        #dot149{
                                                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                                                           bottom: 343px;
                                                                                                                                                                                                                                                                                                           right: 218px;
                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                          #dot150{
                                                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                                                             bottom: 330px;
                                                                                                                                                                                                                                                                                                             right: 232px;
                                                                                                                                                                                                                                                                                                            } */
                                                                                                                                                                                                                                                                                                            /* #dot151{
                                                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                                                              bottom: 330px;
                                                                                                                                                                                                                                                                                                               right: 218px;
                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                              #dot152{
                                                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                                                 bottom: 317px;
                                                                                                                                                                                                                                                                                                                 right: 232px; 
                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                #dot153{
                                                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                                                  bottom: 317px;
                                                                                                                                                                                                                                                                                                                   right: 218px;
                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                  #dot154{
                                                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                                                     bottom: 304px;
                                                                                                                                                                                                                                                                                                                     right: 232px;
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                    #dot155{
                                                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                                                      bottom: 304px;
                                                                                                                                                                                                                                                                                                                       right: 218px;
                                                                                                                                                                                                                                                                                                                      } */
                                                                                                                                                                                                                                                                                                                    
                                                                                                                          
                                                                                                                        
                                                                                                                        

                                                                                                                        

                                                                            

                                                                            

          
          
    
        /* Use visibility:hidden|visible inplace of display:none|inline|block */