html, body {
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
}
*{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100 !important;
}

*:focus {
    outline: none;
}

p{
  color: #d6d6d6;
  font-size: 18px;
}

ol{
  padding-left: 30px;
}

.header{
  width: 100%;
  text-align: center;
  height: 30px;
  font-size: 13px;
  color: #d6d6d6;
}

.menu{
  width: 100%;
  height: 28px;
  color: #d6d6d6;
}

.menuTable{
  width: 100%;
  height: 25px;
}

.menuTableColumn{
  table-layout: fixed;
  text-align: left;
  height: 25px;  
  overflow: hidden;
  white-space: nowrap;
}
.menuTableColumndrpdwn{
  table-layout: fixed;
  text-align: left;
  height: 25px;
}

.dropDownPick{
  background-color: #3d3941;
  border: none;
  color: #d6d6d6;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.dropDownPick:hover {
  background-color: #171717;
  color: #ffffff;
}

.slider-width100{
  width: 750px !important;"
}

.historyButton{
  display: inline-block;
  border-radius: 4px;
  background-color: #00992e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  padding: 4px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  height: 23px;  
}

.historyButton:hover{
  box-shadow: 0px 0px 3px 1px #33ff70;
}

.runButton {
  background-color: #1c2333;
  border: 2px solid #4CAF50;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin-left: 4px;
  transition-duration: 0.4s;
  cursor: pointer;  
  width: 100px;
}

.runButton:hover{
  background-color: #4CAF50;
}

.pauseButton {
  background-color: #1c2333;
  border: 2px solid #a88f00;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin-left: 4px;
  transition-duration: 0.4s;
  cursor: pointer;  
  width: 100px;
}

.pauseButton:hover{
  background-color:  #a88f00;
}

.resetButton {
  background-color: #1c2333;
  border: 2px solid #ba2b00;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin-left: 4px;
  transition-duration: 0.4s;
  cursor: pointer;  
  width: 100px;
}

.resetButton:hover{
  background-color: #ba2b00;
}

.updateButton{
  background-color: #fbbd50;
  line-height: 1;
  border: none;
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
}

.updateButton:hover {
  background-color: #e69100;
}

.mainWindow{
  width: 100%;
  height: calc(100% - 76px);
  overflow: auto;
}

.codingWindow{
  width: 24%;
  float: left;
  height: 100%;
  border-right: 1px solid #ff0000;
  background-color: #0a0a0a;
  overflow: auto;
  text-align: center;
}

.assemblyContainer{
  background-color: #1f2332;
  width: 95%;
  height: 90%;
  margin: auto;
}

.writeAssemblyDiv{
  display: inline-flex;
  background-color: #1f2332;
  font-family: monospace;
  width: 100%;
  margin: auto;  
}

.writeHighCode{
  width: 95%;
  height: 60%;
  background-color: #1f2332;
  color: #ffffff;
  border: 1px solid white;
  overflow: auto;
  font-family: courier;
}

.RAMOverflowDiv{
  display: none;
  position: absolute;
  width: 180px;
  background-color: #0c0c0d;
  border: 1px solid #d1d1d1;
  max-height: 80%;
  overflow: auto;
}

.RAMOverflowHandle{
  width: 100%;
  height: 30px;
  text-align: right;
  cursor: pointer;
}

.RAMWindow{
  width: 31%;
  float: left;
  height: 100%;
  border-right: 1px solid #00ff1e;
  background-color: #111;
  overflow: auto;
  pointer-events: auto;
}
.checkbox{
  accent-color: #0d0d0d;
  filter: brightness(.3);
}

.addressTickButton{
  width: 99%;
  height: 99%;
  cursor: pointer;
  background: none;
  color: #d6d6d6;
  border: none;
  font-size: 15px !important;
}

.commentDiv{
  width: 99%;
  height: 99%;
  background-color: rgba(0,0,0,0);
}

.addNoteDiv{
  color: #d6d6d6;
  position: absolute;
  width: 370px;
  height: 140px;
  background-color: #16161d;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  display: none;
}

.savedNotesDiv{
  color: #d6d6d6;
  position: absolute;
  width: 370px;
  background-color: #16161d;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  display: none;
}

.noteTextArea{
  resize: none;
  color: #d6d6d6;
  background-color: #1f2332;
}

.noteTextArea:focus{
  outline: none !important;
}

.colorPicker{
  border: 1px solid black;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.colorPickerField{
  height: 15px;
  width: 15px;
}

.viewNoteDiv{
  color: #d6d6d6;
  position: absolute;
  width: 200px;
  min-height: 50px !important;
  background-color: #16161d;
  border: 1px solid #b3b3b3;
  display: none;
}

.ramTable{
  width: 95%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0px;
}

.ramSortTable{
  width: 100%;
  border-collapse: collapse;
}

.ramSortField{
  margin: 0px;
  line-height: 11px;
}

.ramArrangeButton{
  background-color: #fbbd50;
  border: none;
  color: black;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  line-height: 10px;
  height: 10px;
  width: 100%;
}

.ramArrangeButton:hover {background-color: #e69100;}

.ramField{
  width: 18%;
  color: #d6d6d6;
  border: 1px solid #5c5c5c;
  background-color: #1b1b1d;
}

.ramFieldCheckBox{
  width: 15px;
  border: 1px solid #373739;
  background-color: #1b1b1d;
}

.ramDropDown{
  border: none;
  color: #d6d6d6;
  background-color: #1b1b1d;
  text-align: center;
}

.ramDropDown:focus{
  outline: none !important;
  border: none;
}

.ramInput{
  border: none;
  color: #d6d6d6;
  background-color: #1b1b1d;
  width: 95%;
  text-align: center;
}

.ramInput:focus { 
  outline: none !important;
  border: none;
}

.CPUWindow{
  width: 24%;
  float: left;
  height: 100%;
  border-right: 1px solid #001eff;
/*   pointer-events: none; */
  overflow: auto;
  background-color: #0a0a0a;
}

.cpuDiv{
  width: 95%;
  padding-top: 100%;
  margin: auto;
  border: 2px solid #5c5c5c;
  animation: glow linear 60s infinite;
  border-radius: 25px;
  background: #121212;
  position: relative;
}

@keyframes glow { 
	0% {border: 2px solid #ff0000}
  10% {border: 2px solid #d400ff}
  30% {border: 2px solid #001eff}
  50% {border: 2px solid #00aaff}
  70% {border: 2px solid #00ff11}
  90% {border: 2px solid #ffdd00}
  100% {border: 2px solid #ff0000}
}


.cpuTable{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  width: 95%;
  height: 95%;
  margin: auto;
  table-layout: fixed;
  overflow: hidden;
  color: #d6d6d6;
}

.clock{
  width: 60px;
  height: 60px;
  border: 1px solid #e7befe;
  border-radius: 50%;
  background-color: #000875;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  transform: rotate(30deg);
}

.clockHandle{
  width: 2px;
  background-color: #e3e3e3;
  height: 50%;
  margin: auto;
}

.cpuTableField{
  color: #d6d6d6;
  width: 50%;
  line-height: 20px;
  font-size: 16px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

.cpuTableField2{
  color: #d6d6d6;
  border: 1px solid #5c5c5c;
  background-color: #1b1b1d;
  width: 50%;
  line-height: 30px;
  font-size: 20px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.cpuTableField3{
  color: #d6d6d6;
  border: 1px solid #5c5c5c;
  background-color: #1b1b1d;
  line-height: 20px;
  width: 50%;
  font-size: 20px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  height: 0;
  white-space:nowrap
}

.cacheDiv{
  color: #d6d6d6;
  border: 2px solid #5c5c5c;
  animation: glow linear 60s infinite;
  background: #121212;
  text-align: center;
  width: 95%;
  margin: auto;
  border-radius: 25px;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: .6;
}

.cacheTable{
  width: 95%;
  margin: auto;
  table-layout: fixed;
  overflow: hidden;
}

.outputWindow{
  width: calc(21% - 12px);
  float: left;
  height: 100%;
  background-color: #111;
  overflow: auto;
}

.output{
  width: 95%;
  height: 60%;
  background-color: black;
  color: #00db0f;
  border: 1px solid #d1d1d1;
  margin: auto;
  overflow: auto;
}

.userInput{
  width: 95%;
  height: 95%;
  background-color: black;
  color: #00db0f;
  border: 1px solid white;
  margin: auto;
  text-align: left;
}

.outputTable{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.explanationDiv{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1a1a1a;
  text-align: left;
  min-height: 100px;
  color: #dedede;
  border: 1px solid #b3b3b3;
  padding-top: 10px;
}

.windowName{
  width: 100%;
  height: 20px;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.titleTable{
  width: 100%;
}

.titleTableRow{
  width: 31%;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

.footer{
  font-size: 13px !important;
  margin: auto;
  text-align: center;
  float: none;
  width: 100%;
  height: 18px;
  color: white;
  background-color: #080808;
}

.popupWarning {
  display: none;
  position: absolute;
  color: white;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 30px;
  min-height: 10% !important;
  background-color: rgba(0,0,0,0.96);
  text-align: center;
  box-shadow: 5px 5px 5px #030303;
}

.tempMessage{
  display: none;
  position: absolute;
  color: white;
  width: 20%;
  top: 50%;
  left: 40%;
  height: auto;
  padding: 20px;
  background-color: rgba(0,0,0,0.96);
  text-align: center;
  box-shadow: 5px 5px 5px #030303;  
  z-index: 100;
}

.popupTutorial {
  display: none;
  position: absolute;
  color: white;
  width: 21%;
  top: 80px;
  left: 5px;
  height: auto;
  padding: 10px;
  min-height: 10% !important;
  background-color: rgba(0,0,0,0.96);
  text-align: center;
  box-shadow: 5px 5px 5px #030303;
}

.rulesWindow{
  display: none;
  position: absolute;
  color: white;
  width: 60%;
  left: 19%;
  top: 70px;
  font-size: 16px;
  max-height: 80%;
  padding: 30px;
  min-height: 10% !important;
  background-color: #121212;
  text-align: left;
  box-shadow: 5px 5px 5px #030303;
  overflow: auto;
}

.rulesMenuButtons{
  color: #d1d1d1;
  width: 33%;
  background: none;
  border-bottom: 2px solid #969696;
  border-left: none;
  border-right: none;
  border-top: none;
  cursor: pointer; 
}

.rulesMenuButtons:hover{
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

.rulesRamTable{
  width: 95%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.rulesRamField{
  width: 18%;
  line-height: 20px;
  border: 1px solid #dedede;
  background-color: black;
}

.ramHistory{
  display: none;
  position: absolute;
  color: white;
  width: 76%;
  left: 11%;
  top: 70px;
  font-size: 16px;
  height: 500px;
  padding: 30px;
  min-height: 10% !important;
  background-color: #121212;
  text-align: left;
  box-shadow: 5px 5px 5px #030303;
}

.historyRamField{
  text-align: center;
  max-width: 19% !important;
  line-height: 20px;
  border: 1px solid #5c5c5c;
  background-color: #1b1b1d;
  overflow: hidden;
  white-space: nowrap;
}

.historyRamFieldSeperator{
  width: 5%;
  line-height: 20px;
}

.RAMHistoryTopLeft{
  width: 49%;
  text-align: center;
  float: left;
  font-size: 13px;
}

.RAMHistoryTopRight{
  width: 49%;
  text-align: center;
  float: right;
  font-size: 13px;
}

.RAMHistoryLeft{
  text-align: center;
  width: 49%;
  float: left;
  overflow: auto;
  border-right: 1px solid #5c5c5c;
}

.RAMHistoryRight{
  text-align: center;
  width: 49%;
  float: right;
  overflow: auto;
  border-left: 1px solid #5c5c5c;
}

.changeHistoryPrefs{
  color: white; 
  background: none;
  border: none;
  font-size: 11px; 
  text-decoration: none;
}

.changeHistoryPrefs:hover{
  cursor: pointer;
}

.changeHistoryPrefs:active{
  color: #ababab;
}

.closeButton{
  width: 25px;
  height: 25px;
  color: white;
  background-color: #ff2e2e;
  border: 1px solid black;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.closeButton:hover, a:active{
  background-color: #ac0606;
}

/*settings*/
.dropbtn {
  background-color: #1c2333;
  border: 2px solid #1f1cd9;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin-left: 4px;
  transition-duration: 0.4s;
  cursor: pointer;  
  width: 100px;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  transform: translateX(-45px);
  background-color: #08066f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #312dfb;
  color: white;
}

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

.dropdown:hover .dropbtn {background-color: #1f1cd9;}

.loginDropdown{
  position: relative;
  display: inline-block;  
}

.loginDropdown:hover .login-content {display: block;}

.login-content {
  display: none;
  position: absolute;
  transform: translateX(-80px);
  background-color: #08066f;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

.login-content a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.login-content a:hover {
  background-color: #312dfb;
  color: white;
}


.RAMMenu {
  display: none;
  position: absolute;
  background-color: #2b2b2b;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.RAMMenu a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.RAMMenu a:hover {
  background-image: linear-gradient(#262626, #1a1a1a);
  color: white;
}

/*presets*/

.prstbtn {
  width: 150px;
  background-color: #ff8800;
  color: black !important;
}

.morebtn {
  width: 150px;
  background-color: #03d100;
  color: black !important;
}


.preset-options{
  width: 170px;
  background-color: #ff8800;
  color: black !important;
}

.more-options{
  width: 150px;
  background-color: #03d100;
  color: black !important;
}


.presetDropDown {
  position: relative;
  display: inline-block;
}

.preset-content {
  display: none;
  position: absolute;
  background-color: #08066f;;
  width: 180px; 
  transform: translate(-185px,-30px);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.preset-content a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.preset-content a:hover {
  background-color: #db6300;
  color: white !important;
}

.more-content {
  display: none;
  position: absolute;
  background-color: #03d100;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transform: translate(-165px,-30px);
  z-index: 1;
}

.more-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.more-content a:hover {
  background-color: #00ad1d;
  color: white !important;
}


.presetDropDown:hover .preset-content {display: block;}

.moreDropDown:hover .more-content {display: block;}

.presetDropDown:hover .prstbtn {background-color: #cc4700; color: white !important}

.moreDropDown:hover .morebtn {background-color: #00ad1d; color: white !important}

@font-face {
  font-family: 'Hack Code';
  src: url('/fontFiles/hack-regular.woff2') format('woff2'),
       url('/fontFiles/hack-regular.woff') format('woff'),
       url('/fontFiles/hack-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#assemblyTable {
  border-collapse: collapse;
  background-color: #1f2332;
  table-layout:fixed;
}

.assemblyCell0{
  height: 20px;
  line-height: 18px;
  min-width: 33%;
}

.assemblyCell1{
  height: 20px;
  line-height: 18px;
  min-width: 33%;
}

.assemblyCell2{
  height: 20px;
  line-height: 18px;
  transform: translateX(-2px);
  min-width: 33%;
}

.Assemblyinput {
  transform: translateX(-1px);
  font-family: 'Hack Code', monospace;
  width: 101%;
  height: 15px;
  font-size: 16px; 
  line-height: 32px;
  padding-bottom: 4px;
  border: none;
  outline: none;
  color: white;
  background: none;
}

.AssemblyHistoryCell {
  transform: translateX(-1px);
  font-family: 'Hack Code', monospace;
  width: 33%;
  height: 18px;
  font-size: 16px; 
  line-height: 18px;
  padding-bottom: 4px;
  border: none;
  outline: none;
  color: white;
  background-color: #1f2332;
  text-align: left;
}

.predictionDiv {
  position: absolute;
  width: 100px;
  display: none;
}

.predictionTable{
  border-collapse: collapse;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  background-color: #454545;
  color: #dedede;
}

.assemblyErrorDiv{
  position: absolute;
  display: none;
  font-size: 14px;
  background-color: #19191a;
  color: #fe6c6c;
  width: 150px;
  text-align: left;
}

.line-numbers  {
  text-align: right;
  display: block;
  color: #bbbfc3;
  font-family: courier;
  font-size: 16px;
  padding-right: 5px;
}

.draggable {
  background: none;
  width: 3px;
  height: 90%;
  float: left;
  cursor: col-resize;
}

.messageFailed {
  display: none;
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  height: auto;
  padding: 30px;
  text-align: center;
  border: 1px solid #2e2e2e;
  background: rgba(125,0,0,0.9);
  z-index: 15;
}

.loginDIV{
  color: white;
  position: absolute;
  display: none;
  width: 300px;
  height: 400px;
  text-align: center;
  top: 10%;
  left: 35%;
  background-color: #262626;
  border: 1px solid #575757;
}

.loginInput{
  background-color: #1c1c1c;
  color: white;
  padding: 15px;
  margin: 10px;
  border: 1px solid #6d7cee;
  font-size: 17px;
  border-radius: 5px;
  width: 80%;
}

.troubleShootButton{
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;  
  color: #ff5900;
}

.troubleShootButton:hover{
  color: red;  
}

.loginButton{
  background-color: #3d54ff;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
  width: 50%;
}

.loginButton:hover{
  background-color: #001adb;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #7cbbfe;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.UIButton{
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  line-height: 1;
  display: inline-block;
}

.rowsOfProjects{
  cursor: pointer;
  border: 1px solid #292929;
  color: white;
  background-color: #1c1c1c;
  width: 100%;
}

.rowsOfProjects:hover{
  background-color: #424242;  
}

.userProjects{
  width: 80%;
  border-collapse: collapse;
  font-size: 13px;
}

.userActionOpen{
  padding: 5px; 
  cursor: pointer; 
  color: black; 
  background-color: #42ff81;
}

.userActionOpen:hover{
  background-color: #0a7b30;
  color: white; 
}

.userActionShare{
  padding: 5px; 
  cursor: pointer; 
  color: black; 
  background-color: #cdff42
}

.userActionShare:hover{
  background-color: #7a900e;
  color: white; 
}

.userActionDelete{
  padding: 5px; 
  cursor: pointer; 
  color: black; 
  background-color: #ff7142
}

.userActionDelete:hover{
  background-color: #a7320c;
  color: white; 
}

.userActionLeave{
  padding: 5px; 
  cursor: pointer; 
  color: black; 
  background-color: #ffa742
}

.userActionLeave:hover{
  background-color: #a7570c;
  color: white; 
}

.renameButton{
  float: right;
  width: 19%;
  border: none;
  cursor: pointer;
  background-color: #3d87ff;
}

.renameButton:hover{
  background-color: #104eb2;
  color: white; 
}

.projectTitle{
  color: white;
  text-align: left;
  font-size: 13px;
  height: 16px;
  padding-left: 20px;
}

.youtubeButton{
  position: absolute; 
  right: 120px; 
  top: 10px; 
  cursor: pointer; 
  color: white; 
  font-size: 15px; 
  font-family: calibri;
}