.dn {
  display: none !important;
}

.allpages_suppoter_banner {
  position: fixed;
  z-index: 181;
  bottom: 10px;
  right: 0;
  width: 200px;
  display: block;
  aspect-ratio: 2.65/1;
  max-width: 30vw;
}
.allpages_suppoter_banner img {
  display: block;
  width: 100%;
}
.allpages_suppoter_banner .allpages_suppoter_banner_deleteBtn {
  position: absolute;
  appearance: none;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  transform: translate(-50%, -50%);
  display: none;
}
.allpages_suppoter_banner .allpages_suppoter_banner_deleteBtn img {
  display: block;
  width: 100%;
}

input,
textarea,
select {
  border: 1px solid #000;
}

.select-input {
  display: block;
  appearance: auto;
  padding: 6px 12px;
  font-size: 16px;
  width: 100%;
  background-color: #fff !important;
}

.select-input option {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  width: 100%;
  background-color: #fff !important;
}

.post-password-form {
  display: block;
  margin: 0px auto;
  margin: 0px auto;
  max-width: 1000px;
  width: 90vw;
  max-width: 100%;
  width: 100%;
  font-size: 22px;
  text-align: center;
  padding: 2em 1em;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 0.25em;
  background-color: #E7EDF4;
}
@media only screen and (max-width: 460px) {
  .post-password-form {
    width: 92.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .post-password-form {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .post-password-form {
    font-size: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .post-password-form {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.post-password-form p {
  padding-bottom: 1em;
  line-height: 1.5;
}
.post-password-form input {
  font-size: 22px;
  padding: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .post-password-form input {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .post-password-form input {
    font-size: 20px;
  }
}
