
.dpp-timeline {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}
.dpp-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 22px;
  width: 4px;
  height: 100%;
  background: #e3e7e6;
  border-radius: 2px;   
}
* {
  font-family: Funnel Display; 
}
.top-area {
    border-bottom:1px solid #d2d2d2 !important;
}
.accordion-item {
    border:1px solid #f1f1f1;
    border-radius: 12px;
}
.accordion-item .accordion-button {
    background-color: #f1f1f1;
    border-radius: 12px;
}
.dpp-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.dpp-timeline-step:last-child {
  margin-bottom: 0;
}
.dpp-timeline-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #198754;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.dpp-accordion-header {
  margin: 0;
  padding: 0;
}
.dpp-accordion-btn {
  padding: 1rem 1.5rem;
  min-height: 64px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#dppAccordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dpp-accordion-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dpp-header-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
  background: #f2f2f2;
}
.dpp-header-logo {
  height: 36px;
  width: auto;
}
.dpp-header-id {
  background: #f2f6f3;
  border-radius: 7px;
  padding: 4px 12px;
  font-family: 'Menlo', monospace;
  font-size: 1rem;
  color: #1a3c2b;
  margin-left: 8px;
}

.dpp-section-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dpp-section-leaf {
  font-size: 1.7rem;
}

.dpp-qrcode-big {
  font-size: 2.2rem;
}
.dpp-qrcode-id {
  font-family: 'Menlo', monospace;
  color: #1a3c2b;
}
.dpp-batch-id {
  font-family: 'Menlo', monospace;
  color: #1a3c2b;
}

.dpp-doc-indicator {
  margin-right: 60px !important;
}

.dpp-material-progress {
  height: 10px;
}
.dpp-bar-219150 {
  background-color: #219150 !important;
}
.dpp-bar-6bbf7c {
  background-color: #6bbf7c !important;
}
.dpp-bar-176c3a {
  background-color: #176c3a !important;
}
.dpp-info-leaf {
  font-size: 1.5rem;
}

.dpp-doc-divider {
  border: none;
  border-top: 1px solid #e3e7e6;
  margin: 28px 0 18px 0;
}
.dpp-documents-section {
  margin-bottom: 8px;
}
.dpp-documents-title {
  font-size: 1.02rem;
  color: #6b7c6b;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.dpp-document-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #e9eceb;
  border-radius: 14px;
  padding: 12px 22px;
  font-size: 1.08rem;
  color: #1a3c2b;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
  transition: background 0.18s;
}
.dpp-document-link:hover {
  background: #e6f4ea;
}
.dpp-document-icon {
  font-size: 1.3rem;
  color: #27ae60;
  flex-shrink: 0;
}
.dpp-document-label {
  flex: 1;
}
.dpp-document-ext {
  font-size: 1.05rem;
  color: #6b7c6b;
  margin-left: 8px;
}

.dpp-material-comp {
  margin-bottom: 8px;
}
.dpp-material-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1a3c2b;
  margin-bottom: 18px;
}
.dpp-material-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  position: relative;
}
.dpp-material-label {
  flex: 1;
  font-size: 1.08rem;
  color: #1a3c2b;
  font-weight: 500;
}
.dpp-material-percent {
  font-size: 1.08rem;
  color: #6b7c6b;
  font-weight: 600;
  margin-left: 8px;
  width: 48px;
  text-align: right;
}
.dpp-material-bar-bg {
  width: 100%;
  height: 10px;
  background: #e3e7e6;
  border-radius: 6px;
  margin-left: 12px;
  margin-right: 0;
  flex: 2;
  position: relative;
  overflow: hidden;
}
.dpp-material-bar {
  height: 100%;
  background: #27ae60;
  border-radius: 6px;
  transition: width 0.4s;
}
.dpp-material-row:nth-child(3) .dpp-material-bar {
  background: #219150;
}
.dpp-material-row:nth-child(4) .dpp-material-bar {
  background: #6bbf7c;
}
.dpp-material-row:nth-child(5) .dpp-material-bar {
  background: #176c3a;
}
.dpp-material-info-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(90deg, #e6f4ea 0%, #edf4f2 100%);
  border-radius: 18px;
  padding: 18px 24px;
  margin-top: 24px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
  border: 1px solid #c7e7d2;
}
.dpp-material-info-icon {
  font-size: 1.5rem;
  color: #27ae60;
  flex-shrink: 0;
}
.dpp-material-info-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1a3c2b;
}
.dpp-material-info-desc {
  font-size: 1.02rem;
  color: #6b7c6b;
  font-weight: 400;
  margin-left: 8px;
}

.dpp-qrcode-box {
  display: flex;
  align-items: center;
  background: #e9eceb;
  border-radius: 22px;
  padding: 24px 32px 24px 24px;
  margin-bottom: 18px;
  gap: 24px;
  position: relative;
}
.dpp-qrcode-icon {
  width: 64px;
  height: 64px;
  background: #f3f5f4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #1a3c2b;
  flex-shrink: 0;
}
.dpp-qrcode-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bg-white {
    background-color: #ffffff !important;
}
.action-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom:20px;
}
.dpp-qrcode-label {
  font-size: 1.02rem;
  color: #6b7c6b;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.dpp-qrcode-id {
  font-family: 'Menlo', monospace;
  font-size: 1.13rem;
  color: #1a3c2b;
  font-weight: 600;
  margin-top: 2px;
}
.dpp-qrcode-copy {
  margin-left: auto;
  background: #f8faf9;
  border: none;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #1a3c2b;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.04);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.dpp-qrcode-copy:hover {
  background: #e6f4ea;
}
.dpp-qrcode-details {
  margin-top: 18px;
}
.dpp-qrcode-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px 0;
  border-bottom: 1px solid #e3e7e6;
  font-size: 1.08rem;
  color: #1a3c2b;
}
.dpp-qrcode-detail-row:last-child {
  border-bottom: none;
}
.dpp-qrcode-detail-value {
  font-weight: 600;
  color: #1a3c2b;
  font-family: 'Menlo', monospace;
}
.dpp-section-title-box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(90deg, #e6f4ea 0%, #edf4f2 100%);
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
  padding: 28px 40px 24px 32px;
  margin: 0 auto 32px auto;
}
.dpp-content {
    margin-top:30px;
}
.dpp-section-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 50%;
  flex-shrink: 0;
}
.dpp-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a3c2b;
  margin-bottom: 4px;
}
.dpp-section-desc {
  font-size: 1.08rem;
  color: #6b7c6b;
  font-weight: 400;
}
.dpp-section-texts {
  display: flex;
  flex-direction: column;
}
body {
  background: #f8faf9;
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
}
.dpp-top {
    margin-top:0;
    border-bottom:1px solid #d2d2d2;
}
.dpp-top .dpp-container {
    background-color: transparent;
    box-shadow: none;
    padding:20px 0;
}
.dpp-container {
  max-width: 900px;
  margin:0 auto;
  margin-top:0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
  padding: 32px 32px 24px 32px;
}
.dpp-container-fluid {
    background-color: #ffffff;
}
.dpp-header-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}
.dpp-product-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background: #f2f2f2;
}
.dpp-header-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dpp-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a3c2b;
}
.dpp-desc {
  font-size: 1rem;
  color: #6b7c6b;
}
.dpp-logo-box {
  margin-left: auto;
}
.dpp-logo {
  height: 36px;
  width: auto;
}
.dpp-id-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.dpp-doc-indicator {
    margin-right: 60px !important;
}
.dpp-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #e6f4ea 0%, #f8faf9 100%);
  margin-bottom: 24px;
  border: none;
}
.dpp-id-label {
  font-weight: 600;
  color: #6b7c6b;
  font-size: 1rem;
}
.dpp-id-value {
  background: #f2f6f3;
  border-radius: 7px;
  padding: 4px 12px;
  font-family: 'Menlo', monospace;
  font-size: 1rem;
  color: #1a3c2b;
}
.dpp-copy-btn {
  background: #e6f4ea;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 1rem;
  color: #1a3c2b;
  cursor: pointer;
  transition: background 0.2s;
}
.dpp-copy-btn:hover {
  background: #c7e7d2;
}
.dpp-accordion {
  margin-top: 0;
  background: linear-gradient(90deg, #f3fbf7 0%, #f8faf9 100%);
  border-radius: 14px;
  padding-top: 8px;
}
.dpp-accordion-item {
  border-radius: 12px;
  background: #f6faf7;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
  overflow: hidden;
}
.dpp-accordion-header {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a3c2b;
  cursor: pointer;
  transition: background 0.2s;
}
.dpp-accordion-header.active, .dpp-accordion-header:hover {
  background: #e6f4ea;
}
.dpp-accordion-icon {
  font-size: 1.3em;
  color: #6b7c6b;
  flex-shrink: 0;
}
.dpp-accordion-panel {
  background: #f9fdfb;
  color: #2a3c2b;
  font-size: 1rem;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
}
.dpp-accordion-header.active + .dpp-accordion-panel {
  padding: 16px 22px 18px 22px;
}
.switch-wrapper {
  border:1px solid red;
}
textarea {
  background-color: #ffffff !important;
}
input,textarea,select {
  background-color: rgb(248, 249, 250) !important;
}

.dpp-container-fluid {
  padding-bottom:60px;
}