.bg-artworkcheck {
  background-image: url(/assets/images/bg-list.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 70px;
}
.title-artworkcheck .title {
  font-size: 18px;
  color: #ed212a;
  font-weight: 700;
  margin: 0;
}
.title-artworkcheck .desc {
  color: #555555;
  font-size: 13px;
  line-height: 27px;
}
.box-artworkcheck {
  background-image: url(/assets/images/paper.png);
  padding: 40px 16px 37px;
  color: #343434;
  background-size: 100% 100%;
}
.box-artworkcheck .media {
  align-items: center;
}
.box-artworkcheck .media .numb span {
  /* background-image: linear-gradient(to left, #ff4a3e, #ff305b); */
  display: flex;
  width: 40px;
  height: 40px;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px 5px 15px 5px;
  background-color: #ee264f;
}
.box-artworkcheck .media .media-body .title {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
.js-expandable-text-container .js-expandable-text {
  max-height: 240px;
  overflow-y: auto;
  min-height: 240px;
  padding-left: 5px;
}
.js-expandable-text-container .js-expandable-text * {
    text-align: justify;
}
.js-expandable-text-container .js-expandable-text {
  scrollbar-width: thin !important;
  scrollbar-color: var(--primary-color) #f9f9f9 !important;
}

.js-expandable-text-container .js-expandable-text::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

.js-expandable-text-container .js-expandable-text::-webkit-scrollbar-track {
  background: #f9f9f9 !important;
  border-radius: 10px !important;
}

.js-expandable-text-container .js-expandable-text::-webkit-scrollbar-thumb {
  background: var(--primary-color) !important;
  opacity: 0.5 !important;
  border-radius: 10px !important;
}

.js-expandable-text-container
  .js-expandable-text::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color) !important;
  opacity: 1 !important;
}
/* .js-expandable-text-container.collapsed .js-expandable-text {
  max-height: 175px;
  height: 175px;
}
.text.more_click.js-expandable-text-container {
  max-height: 240px;
  overflow-y: auto;
  min-height: 240px;
} */
.box-artworkcheck .text .desc {
  font-size: 12px;
  line-height: 25px;
  display: block;
}
.box-artworkcheck .text .list li {
  font-size: 12px;
  line-height: 24px;
}
.box-artworkcheck .text .list li .check-circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}
.check-circle {
  background-image: url(/assets/images/check-circle.png);
}
.expandable_quantity.js-expandable-text-container.collapsed
  .js-expand-btn::before,
.js-expandable-text-container .js-expand-btn:before {
  content: '';
  color: #666;
  letter-spacing: normal;
  line-height: normal;
  cursor: pointer;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(-136deg);
  width: 15px;
  height: 15px;
  display: block;
  margin: 20px auto 0;
}
.js-expandable-text-container.collapsed .js-expand-btn:before {
  transform: rotate(45deg);
}
.box-artworkcheck .media {
  display: flex;
  gap: 10px;
  align-items: center;
}
