.box {
  height: 730px;
  width: 1510px;
  position: absolute;
  border: 4px solid black;
  background-color: rgb(237, 236, 236);
}

.disabled {
  opacity: 0.5
}

.container1 {
  background-color: #bb2525;
  width: 1510px;
  height: 120px;
  color: white;
}

.copyright {
  height: 16px;
  width: 1510px;
  background-color: black;
  top: 715px;
  color: white;
  border: auto;
  position: absolute;
}

.container2 {
  width: 1000px;
  height: 510px;
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
  border: 5px solid #795548;
  position: absolute;
}

/*Dropdown css*/
.dropbtn {
  position: absolute;
  background-color: #3387cc;
  border: none;
  color: white;
  border-radius: 6px;
  padding: 6px 7px;
  letter-spacing: 2px;
  box-shadow: 4px 4px 4px black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  height: 29px;
  width: 149px;
  margin-left: 1290px;
  margin-top: -8px;
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  padding-left: 10px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 460px;
  box-shadow: 8px 8px 11px 0px rgba(0, 0, 0, 0.8);
  margin-left: 1013px;
  margin-top: 27px;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid black;
  border-radius: 4px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: crimson;
}

#plot {
  background-color: #4CAF50;
  border: none;
  color: white;
  border-radius: 11px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-left: 205px;
  box-shadow: 5px 5px 5px darkgreen;
}

#plot:hover {
  background-color: rgb(42, 153, 42);
}

#plot:active {
  background-color: rgb(42, 153, 42);
  transform: translateY(4px);
}

.check {
  background-color: #4CAF50;
  border: none;
  color: white;
  border-radius: 11px;
  padding: 8px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-left: -500px;
  box-shadow: 5px 5px 5px darkgreen;
}

.check:hover {
  background-color: rgb(42, 153, 42);
}

.check:active {
  background-color: rgb(42, 153, 42);
  transform: translateY(4px);
}

#reset {
  background-color: #4CAF50;
  border: none;
  color: white;
  border-radius: 11px;
  padding: 8px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-left: -65px;
  box-shadow: 5px 5px 5px darkgreen;
}

#reset:hover {
  background-color: rgb(42, 153, 42);
}

#reset:active {
  background-color: rgb(42, 153, 42);
  transform: translateY(4px);
}

#print {
  background-color: #4CAF50;
  border: none;
  color: white;
  border-radius: 11px;
  padding: 8px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-left: -300px;
  box-shadow: 5px 5px 5px darkgreen;
}

#print:hover {
  background-color: rgb(42, 153, 42);
}

#print:active {
  background-color: rgb(42, 153, 42);
  transform: translateY(4px);
}

.formula {
  margin-left: 10px;
  margin-top: 250px;
  height: 230px;
  width: 300px;
  border: 1px solid black;
  background-color: rgb(252, 252, 252);
  padding: 1px 10px 1px 12px;
}

/*table css*/
.otable {
  position: absolute;
  margin-top: 22px;
  margin-left: 1150px;
  width: 400px;
  font-weight: bold;

}

table {
  border: 1px solid black;
  background-color: rgb(252, 252, 252);
}

th,
td {
  border: 1px solid black;
  padding: 1px;
  text-align: center;
}

table.a {
  width: 400px;
  margin-top: -250px;
}


#pow-start {
  background-color: #1e1e1e00;
  position: absolute;
  height: 36.5px;
  width: 36.5px;
  margin-top: 32px;
  margin-left: 180px;
  opacity: 0;
}

.PSdisplay {
  position: absolute;
  background-color: rgba(24, 22, 22, 0.834);
  color: red;
  text-align: center;
  font-family: 'Seven Segment';
  font-weight: bold;
  border: inset;
  font-size: 35px;
  width: 90px;
  height: 30px;
  margin-left: 38px;
  margin-top: 55px;
}

#PSval {
  z-index: +2;
  position: absolute;
  appearance: none;
  height: 20px;
  width: 80px;
  margin-left: 145px;
  margin-top: 110px;
  background-color: #111111;
  border-radius: 2px;
}

#PSval::-webkit-slider-thumb {
  z-index: +2;
  appearance: none;
  height: 40px;
  border-radius: 2px;
  width: 10px;
  cursor: grab;
  background-color: #aa0a0a;
}

#PSval::-webkit-slider-thumb:active {
  cursor: grabbing;
}

#PSval:disabled {
  z-index: +2;
  background-color: #808080;
  cursor: default;
}

#PSval:disabled::-webkit-slider-thumb {
  background-color: #808080;
  cursor: default;
}

.circuit {
  margin-top: 110px;
}

#myImage5 {
  z-index: +2
}

#myImage6 {
  z-index: +2
}

#myImage11 {
  z-index: +2
}

#myImage12 {
  z-index: 1
}

.multimeter {
  margin-top: 102px;
}

#M {
  position: absolute;
  margin-left: 844px;
  margin-top: -10px;
}

#P_M {
  position: absolute;
  margin-left: 850px;
  margin-top: -1.5px;
  transform-origin: 50% 50%;
}

/* Timer CSS */
#timer_all {
  margin-top: -90px;
  margin-left: 120px;
}

#timer {
  position: absolute;
  width: 165px;
  height: 100px;
  border-radius: 11px;
  background: linear-gradient(to right, #E94057, #8A2387, #F27121);
  margin-top: 400px;
  margin-left: 700px;
  border: 4px solid black;
  z-index: +2
}

#stopwatch {
  font-size: 30px;
  color: red;
  position: absolute;
  margin-top: 10px;
  margin-left: 82px;
  transform: translate(-50%, -55%);
  border: inset;
  background-color: #111111;
}

#buttons {
  position: absolute;
  margin-top: 540px;
  margin-left: 765px;
  transform: translate(-51.6%, -45%);
}

#buttons li {
  display: inline;
  padding-left: 11px;
}

.btn1 {
  background-color: #1abc9c;
  outline: 0;
  border-radius: 21px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding: 10px 11px;
  transition: all .3s ease-out;
  box-shadow: inset 0 -8px 0 0 rgba(0, 0, 0, .2),
    1px 1px 0 0 lightgrey,
    2px 2px 0 0 lightgray,
    3px 3px 0 0 lightgray,
    4px 4px 0 0 lightgray;

}

.btn1:hover {
  color: black;

}

.btn1:active {
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .2),
    1px 1px 0 0 lightgray,
    2px 2px 0 0 lightgray,
    3px 3px 0 0 lightgray;
}

/* .btn2{
  background-color: #3498db;
} */

/*.btn3{
  background-color: #e74c3c;
  outline:0;
  border-radius: 21px;
  font-size:15px;
  font-weight:600;
  border:none;
  cursor: pointer;
  padding:10px 11px;
  transition:all .3s ease-out; 
  box-shadow:inset 0 -8px 0 0 rgba(0,0,0,.2),
    1px 1px 0 0 lightgrey,
    2px 2px 0 0 lightgray,
    3px 3px 0 0 lightgray,
    4px 4px 0 0 lightgray;
}
.btn3:hover{
  color: black;
  
}
.btn3:active{
  box-shadow:inset 0 -4px 0 0 rgba(0,0,0,.2),
    1px 1px 0 0 lightgray,
    2px 2px 0 0 lightgray,
    3px 3px 0 0 lightgray;  
}*/

#mm_display {
  position: relative;
  font-size: 34px;
  color: red;
  position: absolute;
  margin-top: 35px;
  margin-left: 937px;
  transform: translate(-50%, -55%);
  background-color: black;
  width: 30px;
  border: none;
}

#Res {
  position: absolute;
  margin-top: 135px;
  margin-left: 243px;
  height: 30px;
  width: 55px;
}

#graph {
  position: absolute;
  height: 285px;
  margin-top: 377px;
  margin-left: 1030px;
  max-width: 480px;
}