.upload-icon-box {
  border: 2px dashed #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 10px;
}

.upload-icon-box:hover {
  background-color: #f8f9fa;
}

.avatar-preview {
  max-width: 100px;
  display: none;
  cursor: pointer;
  margin-top: 10px;
}
