.text-primary {
  color: #1b526f !important;
}
.surveyAnsArea {
  background-color: hsla(0, 0%, 100%, .875);
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .28);
  margin-top: 24px;
}
.surveyTitleAndDetail h3 {
  text-align: center;
  font-size: 23px;
  margin-top: 20px;
  font-weight: 700;
  color: #1b526f;
  letter-spacing: 1px;
}
.surveyAnsArea .content.survey_explore.sample_water {
  max-height: calc(100vh - 208px);
  border: none;
}
.surveyAnsArea .content.survey_explore.sample_env{
  max-height: calc(100vh - 235px);
  border: none;
}
.surveyAnsChoose .surveyQuestion {
  background-color: rgba(27, 82, 111, .16);
  padding: 15px 15px 15px 30px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}
.surveyAnsChoose .surveyQuestion:nth-child(odd) {
  background-color: rgba(27, 82, 111, .385);
}
.surveyQuestion .surveyQuestionNo {
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: rgba(27, 82, 111, .856);
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.surveyQuestion:nth-child(odd) .surveyQuestionNo {
  background-color: #1b526f;
}
.surveyChooice {
  padding: 15px;
  background-color: hsla(0, 0%, 100%, .38);
  border-radius: 15px;
}
.surveyQuestionText {
  font-size: 18px;
  margin-bottom: 15px;
}
.surveyAnsChoose .surveyQuestion .surveyQuestion {
  background-color: transparent;
  border: 1px solid #c4d2ea;
}
.layer_option .table > tbody > tr > td:nth-last-child(1) {
  width: 55px !important;
  max-width: 55px !important;
  text-align: center;
}
.layer_option .btn.btn-circle {
  width: 30px;
  height: 30px;
  border-radius: 99px;
  padding: 0;
}
@media (width: 1024px) {
  .surveyAnsArea .addpostimg .boxImage {
    margin: 0px !important;
  }
  .surveyAnsArea .addpostimg .previewImage {
    height: 180px !important;
    width: 180px !important;
  }
  .surveyAnsArea .content.survey_explore.sample_env{
    max-height: calc(100vh - 260px) !important;
  }
}
@media (max-width: 992px) {
  .surveyAnsArea  .content.survey_explore.sample_water, .surveyAnsArea .content.survey_explore.sample_env {
  max-height: 100% !important;
  }
  .carousel {
    margin-top: 16px;
  }
}
@media (max-width: 430px) {
  .surveyAnsArea .addpostimg .boxImage {
    height: 150px !important;
    width: 150px !important;
    margin: 0px !important;
  }
  .surveyAnsArea .addpostimg .previewImage {
    height: 150px !important;
    width: 150px !important;
  }
  .surveyAnsChoose .surveyQuestion .surveyQuestion {
    padding-left: 8px;
  }
}
.surveyTabContent {
  padding: 16px 8px;
}
.status-waiting{
  background-color: rgba(33, 150, 243, 0.09);
  color: #2196f3;
  cursor: pointer;
  line-height: 1.4;
  font-size: 13px;
  text-align: center;
  vertical-align: baseline;
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.waterResponsive{
  background-color: #ffffff;
}
.mt-1{
  margin-top: 1.25rem;
}
md-tabs .md-tab.md-active{
  color: #1b526f !important;
  font-weight: 700;
}
md-tabs md-tabs-wrapper{
  box-shadow: rgb(224, 230, 237) 0px -1px 0px inset;
  color: rgb(127, 128, 139);
  background: rgba(232, 238, 241, 0.63);
  border-radius: 8px;
  padding: 0 16px;
}
.spanRequired{
  color: #e53935;
}