.v2board-background, .v2board-bg-slide {
  background-size: unset;
  background-position: center center;
  background-repeat: repeat;
  overflow-y: hidden;
  background-color: rgb(255, 255, 255);
}
.py-2 .subsintro p,
.v2board-plan-content .subsintro p {
  margin-bottom: 1.0rem;
  text-align: left;
}
.description {
}
.description .description-title {
  font-size: 1.125rem;
  color: #171717;
  margin-bottom: 0.5rem;
}
.description .badge-dot {
  font-size: .875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: transparent;
  margin-bottom: 0.5rem;
}
.description .badge-dot i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-left: 0;
  color: red;
}

#cashier .ant-radio-button-wrapper {
  margin-top: 10px;
}

.custom-html-style code {
  font-size: 87.5%;
  background-color: #eee;
}
.custom-html-style pre {
  background-color: #eee;
}

.custom-html-style p {
  margin-bottom: 1.4rem;
}
.custom-html-style .article-image {
  max-width: 100%;
}
.custom-html-style .article-actionarea {
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  border: 2px dashed #999;
  background: #eee
}
.custom-html-style .article-actionarea code {
  cursor: pointer;
}

:root[data-darkreader-scheme="dark"] .custom-html-style .article-image{
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

@media (max-width: 767px) {
  .custom-html-style .article-actionarea {
    width: 100%;
  }
  .custom-html-style .article-image {
    max-width: 20rem;
  }
}
@media (max-width: 480px) {
  .custom-html-style .article-actionarea {
    width: 100%;
  }
  .custom-html-style .article-image {
    max-width: 15rem;
  }
}
@media (max-width:320px){
  .custom-html-style .article-actionarea {
    width: 100%;
  }
  .custom-html-style .article-image {
    max-width: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-html-style .article-actionarea {
    width: 100%;
  }
}