html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yekan Bakh FaNum" !important;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #384955;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, input, textarea {
  font-family: "Yekan Bakh FaNum" !important;
}

label {
  font-size: 15px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #384955;
}
label .required {
  color: red;
}

input, textarea {
  width: 100%;
  border: none;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  padding: 18px 25px;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input:focus, textarea:focus {
  border: 1px solid grey;
}

input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  background-color: #3F95B4;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
input[type=submit]:hover {
  background-color: #337992;
}

.questionsPageBack {
  padding: 40px 0;
}
.questionsPageBack .que {
  background-color: #FAFAFA;
}

.queBox {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
  position: relative;
  border-right: 2px dashed #00ABE8;
}
@media (max-width: 992px) {
  .queBox {
    margin-right: 5px;
  }
}
.queBox .queTitle {
  font-weight: 800;
  font-size: 24px;
  color: #384955;
  margin: 0;
  padding-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  margin-right: -30px;
}/*# sourceMappingURL=questionsPage.css.map */