body {
  font-family: "Poppins", sans-serif;
  background-color: #f6f8fa;
  padding: 20px;
}
h1 {
  text-align: center;
  color: #36a2eb;
  margin-bottom: 40px;
}
label {
  width: 200px;
  display: inline-block;
  text-align: right;
}
.question-box {
  padding: 10px;
  border: 1px solid gray;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 62%;
}
textarea,
.tox {
  margin-left: 200px;
  max-width: 62%;
  height: 500px !important;
}
input[type="text"],
input[type="number"],
input[type="tel"] {
  position: relative;
  cursor: text;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  color: rgb(35, 38, 59);
  box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 30%);
  overflow: hidden;
  width: 60%;
  transition: all 100ms ease-in-out;
  :focus {
    border-color: #3c4fe0;
    box-shadow: 0 1px 0 0 rgb(35 38 59 / 5%);
  }
}

.question-title {
  position: relative;
  cursor: text;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  color: rgb(35, 38, 59);
  box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 30%);
  overflow: hidden;
  width: 80%;
  transition: all 100ms ease-in-out;
  :focus {
    border-color: #3c4fe0;
    box-shadow: 0 1px 0 0 rgb(35 38 59 / 5%);
  }
}

.add-answer-button,
#start-button {
  margin-left: 2%;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: white;
  background-color: rgb(84, 105, 212);
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(84 105 212) 0px 0px 0px 1px,
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(60 66 87 / 8%) 0px 2px 5px 0px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  display: inline-block;
  min-height: 28px;
  transition: background-color 0.24s, box-shadow 0.24s;
  :hover {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
      rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(84 105 212) 0px 0px 0px 1px,
      rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px,
      rgb(60 66 87 / 8%) 0px 2px 5px 0px;
  }
}

.answer-field {
  margin-top: 10px;
  margin-left: 50px;
  display: flex;
}
.answer-text {
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  width: 70%;
  margin-right: 10px;
}
.generateButton {
  margin-left: 37%;
  margin-top: 1%;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 0 56px;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
  background-color: #0070f3;
  color: white;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  :hover {
    background: rgba(0, 118, 255, 0.9);
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
  }
}
.btnBlue {
  border: 0;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 150px;
  margin: 7px;
  color: #ffffff;
  background-color: #36a2eb;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}
.center {
  margin-left: 45%;
}
.close-button {
  background-image: url(https://cdn-icons-png.flaticon.com/512/458/458594.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 10px;
}

.close-button:before {
  content: "";
}
.center {
  align-items: center;
}
.question-box {
  padding: 10px;
  border: 1px solid gray;
  margin-bottom: 10px;
  margin-top: 20px;
}
.answer-field {
  margin-top: 10px;
  display: flex;
}
.delete-button {
  background-image: url(https://static.vecteezy.com/system/resources/previews/012/686/649/original/recycle-bin-icon-design-free-vector.jpg);
  background-size: cover;
  width: 25px;
  height: 25px;

  border: none;
  text-indent: -9999px;
  overflow: hidden;
  margin: 5px;
}

.close-button {
  background-image: url(https://cdn-icons-png.flaticon.com/512/458/458594.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 10px;
}

.close-button:before {
  content: "";
}
.center {
  align-items: center;
}
#previewframe {
  margin-left: 200px;
  width: 62%;
}
.codebox {
  font-family: "Source Code Pro", monospace;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  padding: 10px;
  width: 62%;
  min-height: 200px;
  margin-left: 200px;
}

.codeboxbutton {
  background-color: #2188ff;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 40%;
  margin-top: 1%;
}
