/* =========================================================
   Customization Modal - Colors & Visual Styling
   ========================================================= */

#customizationModal .error-message {
  color: #8B0000;
}

#customizationModal .char-counter {
  color: #666;
}

#customizationModal .error-icon {
  color: #8B0000;
}

#customizationModal .reset-icon {
  color: #007185;
}

.preview-image {
  border: 1px solid #000000;
}

#customizationModal .modal-header {
  background-color: #95885d;
  color: #ffffff;
}

#customizationModal .modal-body svg {
  background-color: #1C0E0B;
}

#customizationModal .modal-body svg text {
  fill: white;
}

#customizationModal .form-control {
  border-color: #007185;
}

#customizationModal input:focus {
  outline: 2px solid #007185;
}

#container-customization {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

