* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: white;
}

.body {
  overflow: auto;
}

.side-bar {
  float: left;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #FF6D00;
  width: 14%;
  height: 100vh;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 15px #af4c01;
  padding-top: 25vh;
  padding-left: 1.5vw;
}

.list-section {
  padding-left: 10%;
  height: 10%;
}

.expand-icon {
  float: left;
  transition: all 0.3s ease;
}

.expand-icon i {
  cursor: pointer;
  color: white;
  padding-top: 8vh;
  padding-left: 5vw;
  transition: all 0.3s ease;
}

.row {
  overflow: auto;
}

.row i {
  color: white;
  float: left;
  size: 1vmax;
  font-size: 1vmax;
  padding-right: 4px;
  transition: all 0.3s ease;
}

.row h3 {
  float: left;
  font-size: 1.1vmax;
  padding-left: 4px;
  margin-top: -2.3px;
  color: white;
  transition: all 0.3s ease;
}

/* Side bar styling ends */
/* Main container styling */
.main-container {
  float: right;
  width: 86%;
  transition: all 0.3s ease;
}

.expand-container {
  width: 95% !important;
  transition: all 0.3s ease;
}

/* Main container styling ends*/
/* Top nav bar styling */
.top-nav-bar {
  transition: all 0.3s ease;
  overflow: auto;
  background-color: #FF6D00;
  padding: 1.5%;
  padding-bottom: 0% !important;
  position: relative;
}

.top-nav-bar .main-ques {
  color: white;
  float: left;
}

.top-nav-bar a .home-icon {
  vertical-align: middle;
  float: right;
  color: white;
  font-size: 32px;
  margin-top: 2px;
  transition: all 0.3s ease;
}

/* Top nav bar styling ends */
/* Sticky nav bar */
.nav {
  transition: all 0.3s ease;
  list-style: none;
  background-color: #FF6D00;
  margin: 0;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  text-align: center;
  position: relative;
}

.nav li {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.2em;
}

.nav a {
  display: inline-block;
  color: white;
}

.nav :hover {
  color: white;
}

#nav-bar {
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #FF6D00;
  box-shadow: 0px 100px 1000px #212121;
}

/* Sticky nav bar ends */
.main-box {
  min-height: 60vh;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}

.animation {
  transition: all 0.3s ease;
  float: right;
  background-color: #FF6D00;
  max-height: 75vh;
  min-height: 75vh;
  width: 48%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.code {
  transition: all 0.3s ease;
  float: left;
  background-color: #FF6D00;
  width: 48%;
  max-height: 75vh;
  min-height: 75vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.code-text {
  color: white;
  padding-top: 0.3%;
  font-size: 115%;
  font-weight: 600;
}

.stepExecutionDisplay {
  padding-top: 3.5vh;
  padding-left: 4vw;
  font-size: 12px;
}

.temp-container {
  width: 100%;
  text-align: center;
  margin-top: 106px;
  padding-bottom: 5%;
  padding-left: 2%;
  padding-right: 2%;
}

.original-container {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}

.temp-container .box {
  border: 2px dashed #fff;
  height: 32vh;
}

.temp-container .below-box-text {
  margin-top: 2vh;
}

.temp-container .user-text {
  padding-top: 13vh;
}

.expand-result {
  margin: 0% !important;
  padding: 0% !important;
  padding-top: 4vh !important;
  transition: all 0.3s ease;
}

.expand-result .out-box {
  transition: all 0.3s ease;
  width: 98%;
}

.expand-result .user-text {
  transition: all 0.3s ease;
  padding-top: 15vh;
  font-size: 11vw;
  color: black;
}

.expand-result .out-box .box {
  border: 2px solid #fff !important;
  background-color: white;
  height: 55vh;
  transition: all 0.3s ease;
}

.box {
  border: 2px solid #fff;
  min-height: 15vh;
}

.original-container .out-box {
  float: left;
  text-align: center;
  min-width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}

.temp-container .out-box {
  float: left;
  text-align: center;
  min-width: 48%;
  padding-left: 2%;
}

.side-bar .input-field {
  background-color: #c25501;
  padding: 3.5% !important;
  font-size: 120%;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #fff;
  width: 11vw;
  height: 3.5vh;
  outline: none;
  border: 1px solid #fff;
}

.below-box-text {
  color: #fff;
}

label {
  color: white;
}

.button-style {
  cursor: pointer;
  padding: 3%;
  font-size: 115%;
  font-weight: bold !important;
  padding-left: 6%;
  padding-right: 6%;
  background-color: aliceblue;
  margin-top: 2%;
  border: 2px solid #FF6D00;
  border-radius: 20px;
  outline: none;
}

.button-style:hover {
  background-color: #FF6D00;
  border: 2px solid white;
  color: #fff;
}

.head {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #cc5800;
  box-shadow: 0px 5px 15px #c25501;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.yellow {
  background-color: darkorange;
}

.green {
  background-color: green;
}

.user-text {
  color: #fff;
  padding-top: 5vh;
}

.bottom-input {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .main-box {
    margin-top: 18vh;
    margin-bottom: 18vh;
  }

  .main-container {
    width: 100%;
    transition: all 0.3s ease;
  }

  .side-bar {
    transition: all 0.3s ease;
    width: 0%;
    display: none;
    visibility: hidden;
  }

  .top-nav-bar {
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    transition: all 0.3s ease;
  }

  .top-nav-bar .main-ques {
    font-size: 30px;
    transition: all 0.3s ease;
  }

  .top-nav-bar a .home-icon {
    transition: all 0.3s ease;
    padding-top: 1px;
    font-size: 30px;
  }

  .nav {
    transition: all 0.3s ease;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .max-marks {
    color: #fff;
  }

  .bottom-input {
    transition: all 0.3s ease;
    padding-top: 1vh;
    padding-bottom: 1vh;
    display: inline-block !important;
    width: inherit;
    background-color: #FF6D00;
    position: absolute;
  }

  .BottomInputBlock {
    margin-bottom: 9%;
  }

  .BottomInputBlock .label {
    width: 100%;
  }

  .BottomInputBlock .label p {
    float: left;
    width: 15%;
    margin-left: 4%;
    text-align: center;
    color: #fff;
  }

  .bottom-input-fields {
    width: 100%;
  }

  .bottom-input-fields input {
    float: left;
    width: 15%;
    margin-left: 4% !important;
    text-align: center;
    background-color: #c25501;
    outline: none;
    border: 1px solid #fff;
  }

  .input-bottom-button .button-style {
    font-size: 75%;
    float: left;
    width: 30%;
    margin-top: -3%;
    margin-left: 21%;
  }

  .input-bottom-button .input-field {
    float: left;
    width: 30%;
    background-color: #c25501;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
  }

  .input-bottom-button {
    transition: all 0.3s ease;
    margin-left: 35%;
    float: left;
    width: 40%;
  }

  .input-bottom-start {
    width: 100%;
  }

  .input-bottom-start .button-style {
    font-size: 75%;
    float: left;
    width: 20%;
    margin-left: 40%;
  }

  .sticky {
    position: fixed !important;
    top: 0;
  }

  .input-bottom-box {
    transition: all 0.3s ease;
    float: left;
    width: 30%;
    padding-left: 10%;
  }

  .input-bottom-box input {
    transition: all 0.3s ease;
    margin-left: 10%;
    height: 3.5vh;
  }
}

@media only screen and (max-width: 658px) {
  .main-box {
    margin-top: 10vh;
  }

  .sticky {
    box-shadow: 5px 0px 15px #212121;
  }

  .top-nav-bar {
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    transition: all 0.3s ease;
  }

  .top-nav-bar .main-ques {
    font-size: 24px;
    transition: all 0.3s ease;
  }

  .top-nav-bar a .home-icon {
    transition: all 0.3s ease;
    font-size: 22px;
  }

  .nav {
    transition: all 0.3s ease;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .bottom-input {
    padding-top: 0.2vh;
  }

  .input-bottom-box {
    padding-left: 0px;
  }

  .input-bottom-box input {
    margin-left: 5%;
    width: 60%;
    height: 3.5vh;
  }

  .input-bottom-box label {
    font-size: 3vw;
  }

  .input-bottom-button {
    margin-top: 2.5vh;
  }

  .bottom-button {
    font-size: 80%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .animation {
    transition: all 0.3s ease;
    margin-top: 10%;
    width: 100%;
  }

  .code {
    transition: all 0.3s ease;
    margin-top: 10%;
    width: 100%;
  }

  .BottomInputBlock {
    margin: 0% !important;
  }
}

/* for js */
.displayNone {
  display: none;
}

.A,
.B {
  width: 15%;
  height: 10vh;
  border: 1px solid #000;
  margin: 10%;
  float: left;
  text-align: center;
}

.temp {
  width: 15%;
  height: 10vh;
  border: 1px solid #000;
  margin: 10%;
  margin-left: 25%;
  float: left;
  text-align: center;
}

.show {
  display: block;
}

.codeLayout {
  text-align: left;
}

.redLine {
  color: black;
}

.line {
  display: block;
  color: #fff;
  text-align: left;
}

.validation {
  color: #000;
  font-weight: bold;
}
