.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;
  padding-bottom: 10px;
}
.answer-alert .txtcontent {
  padding-top: 40px;
  padding-bottom: 30px;
}
.answer-alert .stonebtn {
  width: 182px;
  z-index: 11;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
.answer-alert-secret {
  z-index: 20 !important;
  display: flex;
  padding-top: 0 !important;
  justify-content: center;
}
.answer-alert-secret.content {
  padding: 0 !important;
  flex-direction: column;
  gap: 5%;
}
.answer-alert-secret .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-secret .page-title {
  z-index: 10;
  top: -21px;
  position: absolute !important;
  left: 0;
  right: 0;
}
.answer-alert-secret .page-title .title {
  bottom: auto;
}
.answer-alert-secret .page-title .title-background {
  background-color: #000000c7;
  background-color: #000000db;
  border-radius: 10px;
  border: solid 1px #07d4ff;
  aspect-ratio: 16 / 2.845;
  background-image: none !important;
}
.answer-alert-secret .txtwrapper {
  width: 90% !important;
  padding-bottom: 10px;
  margin: 0 auto;
  background-color: #0000007d;
  border-radius: 10px;
  border: solid 1px #07d4ff;
}
.answer-alert-secret .txtcontent {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
}
.answer-alert-secret .stonebtn {
  width: 182px;
  z-index: 11;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
