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

.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 {
  background: black;
  color: white;
  font-size: 32px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 9px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  border-bottom: 2px solid white;
}
.ace_editor {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#option_container {
  width: 100%;
  background: white;
  height: 200px;
  margin: auto;
}
#option_heading {
  width: 100%;
  height: 45px;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 23px;
  padding-top: 5px;
}

.editor_btns_container {
  width: 100%;
  height: 50px;
  margin-top: 0px;
}
.option_buttons {
  height: 45px;
  padding-top: 7px;
  width: 112px;
  background: white;
  font-size: 20px;
  font-weight: bold;
  margin: 6px;
}
#view_btn {
  width: 156px;
}
#view_btn,
#clear_btn,
#upload_btn {
  float: left;
}

#upload_btn {
  width: 126px;
}
#download_btn {
  float: right;
}
.option_container_inner {
  border: 2px solid black;
  height: inherit;
  width: 95%;
  margin: auto;
  padding-top: 13px;
}
#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;
  }
}

@media (max-width: 765px) {
  #view_btn,
  #clear_btn,
  #download_btn,
  #upload_btn {
    float: none;
    width: 100%;
  }
  .option_buttons {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
}

@media (max-width: 616px) {
  #upload_btn {
    width: 100%;
  }
}

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