#dw_donations .dw-widget .dw-widget-completed {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(27, 29, 36, 0.85);
}
#dw_donations .dw-widget .dw-widget-blur {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}
#dw_donations .dw-widget .dw-widget-progress-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #ffffff;
}
#dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress-remaining, #dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress-goal {
  white-space: nowrap;
}
#dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress {
  position: relative;
  height: 35px;
  background-color: rgb(49, 53, 65);
  border-radius: 8px;
  overflow: hidden;
}
#dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress .progress-bar {
  position: relative;
  height: 100%;
  min-width: 4.5rem;
  background-color: rgb(251, 71, 75);
  color: #ffffff;
  border-radius: 8px;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dw_donations .dw-widget .dw-widget-progress-wrap .dw-widget-progress .dw-progress-value {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

#dw_merchants_modal .dw-selected-merchant-block {
  background: rgb(36, 39, 49);
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 8px;
}
#dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-name {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
#dw_merchants_modal .dw-selected-merchant-block .dw-selected-merchant-desc {
  font-size: 0.75rem;
  color: rgba(165, 169, 180, 0.5);
}
#dw_merchants_modal #dw_merchants_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#dw_merchants_modal .merchant-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgb(36, 39, 49);
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#dw_merchants_modal .merchant-card:hover {
  background: rgb(49, 53, 65);
  border-color: rgb(48, 53, 65);
}
#dw_merchants_modal .merchant-card.selected {
  background: rgba(251, 71, 75, 0.1);
  border-color: rgb(251, 71, 75);
}
#dw_merchants_modal .merchant-card.selected .merchant-title {
  color: #ffffff;
}
#dw_merchants_modal .merchant-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(49, 53, 65);
  border-radius: 8px;
  padding: 4px;
}
#dw_merchants_modal .merchant-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#dw_merchants_modal .merchant-info {
  min-width: 0;
}
#dw_merchants_modal .merchant-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(165, 169, 180);
}
#dw_merchants_modal .merchant-desc {
  font-size: 0.75rem;
  color: rgba(165, 169, 180, 0.5);
  margin-top: 2px;
}

#dw_donations .dw-message, #dw_merchants_modal .dw-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
#dw_donations .dw-message .dw-message-icon, #dw_merchants_modal .dw-message .dw-message-icon {
  flex-shrink: 0;
  font-size: 1rem;
}
#dw_donations .dw-message .dw-message-text, #dw_merchants_modal .dw-message .dw-message-text {
  flex: 1;
  min-width: 0;
}

/*# sourceMappingURL=style.css.map */
