.ethwdgt-form-sell-container {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
}

.ethwdgt-form-sell-container h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000000;
}

.ethwdgt-form-sell-container h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #000000;
}

.ethwdgt-form-sell-container p {
	color: #6b7280;
	margin-bottom: 25px;
}

.ethwdgt-form-sell-progress-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	width: 60%;
}

.ethwdgt-form-sell-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #9ca3af;
	position: relative;
	width: 150px;
}

.ethwdgt-form-sell-step-number {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #d1d5db;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	margin-bottom: 8px;
	background-color: #fff;
	z-index: 2;
	color: #9ca3af;
}

.ethwdgt-form-sell-step-label {
	font-size: 14px;
}

.ethwdgt-form-sell-step.active .ethwdgt-form-sell-step-number {
	background-color: #111827;
	color: #fff;
	border-color: #111827;
}

.ethwdgt-form-sell-step.active .ethwdgt-form-sell-step-label {
	color: #111827;
	font-weight: 500;
}

.ethwdgt-form-sell-progress-line {
	flex-grow: 1;
	height: 1px;
	background-color: #d1d5db;
	position: relative;
	top: -15px;
	z-index: 1;
}

.ethwdgt-form-sell-form-step {
	display: none;
}

.ethwdgt-form-sell-form-step.active {
	display: block;
}

.ethwdgt-form-sell-upload-area {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 50px;
	text-align: center;
	margin: 40px 0;
	cursor: pointer;
	background-color: #ffffff;
	transition: background-color 0.3s ease;
}

.ethwdgt-form-sell-upload-area:hover {
	background-color: #f3f4f6;
}

.ethwdgt-form-sell-upload-area.dragover {
	border: 2px dashed #111827;
	background-color: #f0f0f0;
}

.ethwdgt-form-sell-upload-icon svg {
	color: #6b7280;
}

.ethwdgt-form-sell-upload-area p {
	margin: 5px 0 0 0;
}

.ethwdgt-form-sell-file-types {
	font-size: 12px;
	color: #9ca3af;
}

.ethwdgt-form-sell-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 30px;
	border-top: 1px solid #f3f4f6;
	padding-top: 20px;
}

.ethwdgt-form-sell-cancel-btn,
.ethwdgt-form-sell-next-btn,
.ethwdgt-form-sell-submit-btn {
	padding: 12px 24px;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}

.ethwdgt-form-sell-cancel-btn {
	background-color: #ffffff;
	color: #111827;
}

.ethwdgt-form-sell-next-btn, .ethwdgt-form-sell-submit-btn {
	background-color: #8f9b89;
	color: #ffffff;
	border-color: #8f9b89;
}

.ethwdgt-form-sell-input-group {
	margin-bottom: 20px;
}

.ethwdgt-form-sell-input-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #374151;
	font-size: 14px;
}

.ethwdgt-form-sell-input-group input[type="text"],
.ethwdgt-form-sell-input-group textarea,
.ethwdgt-form-sell-select {
	width: 100%;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	box-sizing: border-box;
	font-size: 14px;
}

.ethwdgt-form-sell-select {
	appearance: none;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="%236b7280" stroke-width="1.5"><path d="m6 8 4 4 4-4"/></svg>');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px;
	padding-right: 40px;
}

.ethwdgt-form-sell-toolbar {
	border: 1px solid #d1d5db;
	border-bottom: none;
	padding: 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #f9fafb;
}

.ethwdgt-form-sell-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	margin-right: 8px;
	color: #374151;
}

.ethwdgt-form-sell-input-group textarea {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	resize: vertical;
}

.ethwdgt-form-sell-tracking-table {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 30px;
	font-size: 14px;
}

.ethwdgt-form-sell-tracking-header,
.ethwdgt-form-sell-tracking-row {
	display: flex;
	padding: 12px 20px;
	border-bottom: 1px solid #e5e7eb;
	align-items: center;
}

.ethwdgt-form-sell-tracking-row:last-child {
	border-bottom: none;
}

.ethwdgt-form-sell-tracking-header {
	font-weight: 500;
	color: #6b7280;
	background-color: #f9fafb;
}

.ethwdgt-form-sell-tracking-col {
	flex: 1;
	padding: 0 10px;
}

.ethwdgt-form-sell-tracking-col:first-child {
	flex: 2;
}

.ethwdgt-form-sell-sale-item {
	display: flex;
	align-items: center;
}

.ethwdgt-form-sell-sale-item img {
	width: 40px;
	height: 50px;
	margin-right: 15px;
	border-radius: 4px;
	object-fit: cover;
}

.ethwdgt-form-sell-status-pending {
	display: inline-flex;
	align-items: center;
	background-color: #eef2ff;
	color: #4338ca;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.ethwdgt-form-sell-pending-dot {
	width: 6px;
	height: 6px;
	background-color: #6366f1;
	border-radius: 50%;
	margin-right: 6px;
}

/* SUBMIT */
.ethwdgt-form-sell-submit-btn[type="submit"] {
  padding: 12px 24px !important;
  border-radius: 8px !important;
  border: 1px solid #8f9b89 !important;
  background-color: #8f9b89 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  text-align: center !important;
  user-select: none !important;
  width: auto !important;
  min-width: 120px !important;
  box-shadow: none !important;
}