/* dialog */


/* article header purchased avatars */
.article-main .article-other .article-avatar-area{
  max-width: calc(100% - 75px);
  width: calc(100% - 75px);
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.article-main .article-other .article-avatar-area::-webkit-scrollbar{
  display: none;
}

.article-main .article-other .article-avatar-area a{
  margin-left: 5px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
}

.article-main .article-other .article-avatar-area a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 3px;
  opacity: 0.9;
  cursor: pointer;
}

.main-container .user-box.second-box.img-box img{
  overflow: hidden;
  max-height: 430px;
}

.article-main .article-other .article-avatar-area a img:hover{
  opacity: 0.7;
}

.label-box .card{
    display: block !important;
}

/* .func-box .card a {
  padding: 3px 6px !important;
  font-size: 15px !important;
} */

.card.demo-card{
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-main .article-other .article-tag-area .article-tag a{
  height: 35px;
  max-height: 35px;
}

.article-main .article-other .article-tag-area .article-tag.important-tag a:hover,
.article-main .article-other .article-tag-area .article-tag.list-tag a:hover{
  opacity: 0.75;
}

.article-main .article-other .article-tag-area .article-tag.list-tag a{
  background-color: #888;
  color: #fff;
  transition: opacity 200ms ease-in;
}

.article-stat-bar.article-stat-prompt.has-prompt .article-stat-icon,
.article-stat-bar.article-stat-prompt.has-prompt .article-stat-text{
  color: #f0a91f;
}

.show-prompt-public-card{
  gap: 10px;
}

.show-prompt-public-title{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f0a91f;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.show-prompt-public{
  line-height: 1.75;
  letter-spacing: 0;
}

/* unset editor */
.md-auto-format iframe{
  margin-left: 0 !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/* sale is free */
.user-box.info-box .card{
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: row;
  /* border: 1px solid; */
}

.user-box.info-box .card i{
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.user-box.info-box .card p{
  display: flex;
  align-items: center;
  width: calc(100% - 45px);
  height: 100%;
}

.user-box.info-box .card a{
  margin: 0 3px;
}

.card + .card {
  margin-left: unset;
}


@media screen and (max-width: 550px) {
  .card.demo-card{
    max-height: 150px;
    overflow: hidden;
  }
  .card.demo-card iframe{
    transform-origin: top center;
    min-width: 600px;
    transform: scale(0.4, 0.4) translateY(260px);
  }
}

.show-access-box .card {
  display: block;
  padding: 24px;
  border: 1px solid #e4e8f0;
  border-radius: 16px;
  background: #fff;
}

.show-access-box h2 { margin: 0 0 8px; color: #202737; font-size: 20px; }
.show-access-box > .card > p { margin: 0 0 18px; color: #687187; line-height: 1.6; }
.show-access-panel { max-width: 540px; }
.show-access-form { display: grid; gap: 10px; }
.show-access-form label { color: #202737; font-weight: 700; }
.show-access-form textarea {
  width: 100%; min-height: 90px; resize: vertical; box-sizing: border-box;
  border: 1px solid #dce1eb; border-radius: 12px; padding: 12px 14px;
  color: #202737; background: #fbfcff; font: inherit; line-height: 1.55;
}
.show-access-form textarea:focus { outline: 3px solid rgba(91, 92, 226, 0.13); border-color: #5b5ce2; }
.show-access-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.show-access-form-footer small, .show-access-help, .show-access-status { color: #687187; line-height: 1.5; }
.show-access-primary {
  display: inline-flex; min-height: 40px; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; padding: 0 18px; cursor: pointer;
  background: #5b5ce2; color: #fff !important; font: inherit; font-weight: 700; text-decoration: none;
}
.show-access-primary:disabled { opacity: 0.55; cursor: wait; }
.show-access-status { min-height: 20px; margin: 10px 0 0; }
.show-access-status[data-state="approved"] { color: #16835f; }
.show-access-status[data-state="error"] { color: #c04444; }
