.answer-alert {
  z-index: 20 !important;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  padding-top: 0 !important;
}
.answer-alert.content {
  padding: 0 !important;
}
.answer-alert .alert-color {
  opacity: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 50px 5px rgba(255, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 50px 5px rgba(255, 0, 0, 0.5);
}
.answer-alert .page-title {
  z-index: 10;
  top: -34px;
  position: absolute !important;
  left: 0;
  right: 0;
}
.answer-alert .txtwrapper {
  width: 90% !important;
}
.answer-alert .txtcontent {
  padding-top: 50px;
}
.answer-alert .stonebtn {
  width: 182px;
  z-index: 11;
  position: relative;
  margin: auto;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
