.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;gap:13px;}.site-footer .footer-inner{width:237px;max-width:100%;}.site-footer .site-branding .site-logo img{width:47px;max-width:47px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

/* Status Colors */
.status-not-submitted { background-color: #dc3545; }     /* red */
.status-submitted { background-color: #3525BE; }          /* blue */
.status-signed { background-color: #9E2DBD; }             /* purple */
.status-pending { background-color: #f0ad4e; }            /* orange */
.status-approved { background-color: #28a745; }           /* dark green */
.status-rejected { background-color: #dc3545; }           /* red */
.status-under-review { background-color: #f0ad4e; }       /* orange */
.status-needs-more-info { background-color: #F58B4A; }    /* yellow */
.status-waiting-on-sample { background-color: #800080; }  /* purple */
.status-approved-to-sell { background-color: #007c28; }   /* neon green */

.supplier-progress {
  margin: 20px 0;
}
.supplier-progress ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.supplier-progress li {
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 5px;
  background-color: #eee;
  color: #555;
  margin-right: 5px;
}
.supplier-progress li.done {
  background-color: #28a745;
  color: white;
}
.supplier-progress li:last-child {
  margin-right: 0;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  border-radius: 5px;
}
.progress-bar .fill {
  height: 100%;
  background-color: #28a745;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}

.supplier-message {
  font-size: 1rem;
  font-weight: 500;
  background: #f4f4f4;
  padding: 12px 16px;
  border-left: 4px solid #28a745;
  border-radius: 6px;
  margin-bottom: 20px;
}
.supplier-message.rejected {
  border-color: #dc3545;
  background: #fbeaea;
  color: #842029;
}
.supplier-message.review {
  border-color: #f0ad4e;
  background-color: #fff3cd;
  color: #856404;
}
.supplier-message.approved {
  border-color: #2cff05;
  background: #eaffea;
  color: #065f00;
}/* End custom CSS */