@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-button {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #3369ff;
  border-radius: 5px;
}

body {
  padding: 0;
  margin: 0;
}

#full-area {
  width: 100%;
  height: 100vh;
  background: url("media/bg.jpg");
  background-size: cover;
  font-family: "Rubik", sans-serif;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY​(-50%);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  min-height: 650px;
}
#full-area #game-area {
  width: 1000px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.36);
  padding: 20px 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY​(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  border-bottom: 10px solid #2a57d4b9;
}
#full-area #game-area #description p {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.877);
}
#full-area #game-area #description p span {
  font-weight: 700;
}
#full-area #game-area #description #description-buttons {
  width: 100%;
}
#full-area #game-area #description #description-buttons div {
  background: #3369ff;
  border-bottom: 5px solid #2a57d4;
  text-align: center;
  color: white;
  font-size: 25px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 7px;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  justify-content: center;
  margin: 0 auto;
}
#full-area #game-area #description #description-buttons div:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}
#full-area #game-area #description #description-buttons div:nth-child(1) {
  width: 60%;
}
#full-area #game-area #description #description-buttons div:nth-child(2) {
  width: 30%;
}
#full-area #game-area #video-screen {
  display: none;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 0.877);
}
#full-area #game-area #video-screen svg {
  position: absolute;
  left: 100%;
  margin: -5px 0 0 -45px;
  color: #3369ff;
  cursor: pointer;
}
#full-area #game-area #video-screen svg:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}
#full-area #game-area #video-screen h1 {
  border-left: 10px solid #3369ff;
  padding-left: 5px;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
#full-area #game-area #video-screen iframe {
  width: 85%;
  height: 400px;
  margin-left: 7.5%;
}
#full-area #game-area #video-screen div {
  background: #3369ff;
  border-bottom: 5px solid #2a57d4;
  text-align: center;
  color: white;
  font-size: 25px;
  height: 50px;
  width: 85%;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 7px;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}
#full-area #game-area #video-screen div:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}
#full-area #game-area #video-screen p {
  display: none;
  width: 95%;
  font-size: 18px;
  font-weight: 300;
  margin-left: 2.5%;
}
#full-area #game-area #video-screen p span {
  font-weight: 700;
}
#full-area #game-area #task-screen {
  display: none;
  justify-content: center;
  padding-bottom: 70px;
  user-select: none;
}
#full-area #game-area #task-screen h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 40px;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.877);
}
#full-area #game-area #task-screen #back-to-video {
  display: flex;
  position: absolute;
  color: #3369ff;
  left: 20px;
  cursor: pointer;
}
#full-area #game-area #task-screen #back-to-video p {
  margin-left: 5px;
  margin-top: -2.5px;
  font-weight: 500;
  font-size: 20px;
}
#full-area #game-area #task-screen #back-to-video:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}
#full-area #game-area #task-screen #circuit {
  width: 75%;
  height: 400px;
  border-radius: 3px;
  border: 3px solid #2a57d4;
  margin-top: 100px;
}
#full-area #game-area #task-screen #circuit img {
  width: 95%;
}
#full-area #game-area #task-screen #circuit #level1 #drop div, #full-area #game-area #task-screen #circuit #level2 #drop div, #full-area #game-area #task-screen #circuit #level3 #drop div, #full-area #game-area #task-screen #circuit #level4 #drop div, #full-area #game-area #task-screen #circuit #level5 #drop div {
  width: 60px;
  height: 60px;
  position: absolute;
}
#full-area #game-area #task-screen #circuit #level1 #drop div:nth-child(1), #full-area #game-area #task-screen #circuit #level2 #drop div:nth-child(1), #full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(1), #full-area #game-area #task-screen #circuit #level4 #drop div:nth-child(1), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(1) {
  margin: -293px 0 0 84px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div:nth-child(2), #full-area #game-area #task-screen #circuit #level2 #drop div:nth-child(2), #full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(2), #full-area #game-area #task-screen #circuit #level4 #drop div:nth-child(2), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(2) {
  margin: -122px 0 0 84px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div:nth-child(3), #full-area #game-area #task-screen #circuit #level2 #drop div:nth-child(3), #full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(3), #full-area #game-area #task-screen #circuit #level4 #drop div:nth-child(3), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(3) {
  margin: -321px 0 0 568px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div:nth-child(4), #full-area #game-area #task-screen #circuit #level2 #drop div:nth-child(4), #full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(4), #full-area #game-area #task-screen #circuit #level4 #drop div:nth-child(4), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(4) {
  margin: -149px 0 0 569px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div img, #full-area #game-area #task-screen #circuit #level2 #drop div img, #full-area #game-area #task-screen #circuit #level3 #drop div img, #full-area #game-area #task-screen #circuit #level4 #drop div img, #full-area #game-area #task-screen #circuit #level5 #drop div img {
  width: 100%;
  position: absolute;
}
#full-area #game-area #task-screen #circuit #level1 #drop div #generator, #full-area #game-area #task-screen #circuit #level2 #drop div #generator, #full-area #game-area #task-screen #circuit #level3 #drop div #generator, #full-area #game-area #task-screen #circuit #level4 #drop div #generator, #full-area #game-area #task-screen #circuit #level5 #drop div #generator {
  width: 130%;
  margin-left: -18px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div #diode, #full-area #game-area #task-screen #circuit #level2 #drop div #diode, #full-area #game-area #task-screen #circuit #level3 #drop div #diode, #full-area #game-area #task-screen #circuit #level4 #drop div #diode, #full-area #game-area #task-screen #circuit #level5 #drop div #diode {
  margin-top: 3px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div #settings, #full-area #game-area #task-screen #circuit #level2 #drop div #settings, #full-area #game-area #task-screen #circuit #level3 #drop div #settings, #full-area #game-area #task-screen #circuit #level4 #drop div #settings, #full-area #game-area #task-screen #circuit #level5 #drop div #settings {
  display: none;
  position: absolute;
  width: 60px;
  height: 30px;
  margin: 0;
  color: #2a57d4;
  border: 2px solid #2a57d4;
  padding-left: 5px;
  margin-left: 55px;
  border-radius: 3px;
  z-index: 9999999;
  margin-top: 15px;
}
#full-area #game-area #task-screen #circuit #level1 #drop div #settings svg, #full-area #game-area #task-screen #circuit #level2 #drop div #settings svg, #full-area #game-area #task-screen #circuit #level3 #drop div #settings svg, #full-area #game-area #task-screen #circuit #level4 #drop div #settings svg, #full-area #game-area #task-screen #circuit #level5 #drop div #settings svg {
  cursor: pointer;
}
#full-area #game-area #task-screen #circuit #level1 #drop div #settings svg:hover, #full-area #game-area #task-screen #circuit #level2 #drop div #settings svg:hover, #full-area #game-area #task-screen #circuit #level3 #drop div #settings svg:hover, #full-area #game-area #task-screen #circuit #level4 #drop div #settings svg:hover, #full-area #game-area #task-screen #circuit #level5 #drop div #settings svg:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
#full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(3), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(3) {
  margin: -220.5px 0 0 353px;
}
#full-area #game-area #task-screen #circuit #level3 #drop div:nth-child(4), #full-area #game-area #task-screen #circuit #level5 #drop div:nth-child(4) {
  margin: -220.5px 0 0 565px;
}
#full-area #game-area #task-screen #circuit-elements-list {
  width: 10%;
  margin-left: 20px;
  height: 400px;
  border-radius: 3px;
  border: 3px solid #2a57d4;
  margin-top: 100px;
}
#full-area #game-area #task-screen #circuit-elements-list div {
  position: relative;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #task-screen #circuit-elements-list img {
  width: 50px;
  margin: 30px auto;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
#full-area #game-area #task-screen #circuit-elements-list #generator {
  width: 70px;
}
#full-area #game-area #task-screen #circuit-elements-list hr {
  background: #2a57d4;
  width: 90%;
}
#full-area #game-area #task-screen #next-level {
  background: #3369ff;
  border-bottom: 5px solid #2a57d4;
  text-align: center;
  color: white;
  font-size: 25px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 7px;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  width: 30%;
  top: 100%;
  margin-top: -70px;
}
#full-area #game-area #task-screen #next-level:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}

#end-screen {
  text-align: center;
  color: rgba(0, 0, 0, 0.726);
  display: none;
}
#end-screen h3 {
  margin-top: 10px;
  font-weight: 700;
}
#end-screen button {
  background: #3369ff;
  border: none;
  outline: none;
  border-bottom: 5px solid #2a57d4;
  text-align: center;
  color: white;
  font-size: 25px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 7px;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  justify-content: center;
  margin: 10px auto;
  margin-bottom: 10px;
  max-width: 400px;
}
#end-screen button:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}

#full-area #game-area #correct-answer-screen, #full-area #game-area #wrong-answer-screen, #full-area #game-area #end-screen {
  text-align: center;
  color: rgba(0, 0, 0, 0.726);
  display: none;
}

#full-area #game-area #correct-answer-screen h3, #full-area #game-area #wrong-answer-screen h3, #full-area #game-area #end-screen h3 {
  margin-top: 10px;
  font-weight: 700;
}

#full-area #game-area #correct-answer-screen button, #full-area #game-area #wrong-answer-screen button, #full-area #game-area #end-screen button {
  background: #3369ff;
  border: none;
  outline: none;
  border-bottom: 5px solid #2a57d4;
  text-align: center;
  color: white;
  font-size: 25px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 7px;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  justify-content: center;
  margin: 10px auto;
  margin-bottom: 10px;
  max-width: 400px;
}

#full-area #game-area #correct-answer-screen button:hover, #full-area #game-area #wrong-answer-screen button:hover, #full-area #game-area #end-screen button:hover {
  transition: 0.3s;
  filter: brightness(1.2);
}

.dragaware {
  cursor: pointer;
}

.draggable_clone {
  position: absolute;
  /* also set via javascript */
  z-index: 100001;
  pointer-events: none;
  /* disable mouse events on the clone */
}

.draggable.dragging, .draggable .dragging {
  opacity: 0.5;
}

.sortable .sortable_clone {
  position: absolute;
  /* also set via javascript */
  z-index: 100001;
  list-style-type: none;
  opacity: 0.5;
}

.sortable .sortable_placeholder {
  box-sizing: border-box;
  list-style-type: none;
  background: #eee;
  border: 2px dotted #52b218;
}

/*# sourceMappingURL=index.css.map */
