html {
  scroll-behavior: smooth;
}
.container2 {
  height: 300px;
  width: 100%;
  margin: auto;
}
#content {
  visibility: hidden;
}
/* #inputbox {
  display: none;
} */

#upper-loader {
  width: 0%;
  height: 13px;
  background: white;
}
#loader-box {
  background: url("../img/spinner.gif");
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
#loadingMessage {
  margin-top: 130px;
  font-weight: bold;
  color: white;
  font-size: 25px;
}
@media (max-width: 560px) {
  #loadingMessage {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  #loadingMessage {
    font-size: 20px;
  }
}

.boxes {
  padding: 12px 10px;
  width: 230px;
  font-size: 20px;
  background: white;
  margin: auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 4px;
}
.boxes p {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}
#dropfile {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
  color: white;
}
#error {
  color: yellow;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#inputeditor {
  height: 430px;
  width: 100%;
  font-size: 17px;
}

.editor_container {
  width: 100%;
  margin: auto;
  margin-top: -3px;
  border-radius: 3px solid black;
}

#input_editor_heading p {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}

#input_editor_heading {
  background: black;
  padding-left: 20px;
  padding-top: 11px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 2px solid white;
  height: 63px;
  padding-right: 27px;
}
.ace_editor {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 330px) {
  .boxes {
    width: 80%;
  }
}
