.sfsf-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 10px 0;
  background: #fff;
}

.sfsf-message {
  margin: 0 0 8px;
  font-size: 14px;
}

.sfsf-success {
  color: #2e7d32;
  font-weight: 600;
}

.sfsf-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.sfsf-progress {
  display: block;
  height: 100%;
  width: 0;
  transition: width .25s ease;
}
