@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root #sfp-wrap#sfp-wrap, .tc-wp-tool-root #sfp-wrap#sfp-wrap *, .tc-wp-tool-root #sfp-wrap#sfp-wrap *::before, .tc-wp-tool-root #sfp-wrap#sfp-wrap *::after{
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 4vw, 42px) 0 !important;
  position: relative !important;
  overflow: hidden !important;
  color: #f8fafc !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.4 !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(34, 211, 238, 0.18) 0, transparent 30%) !important,
    radial-gradient(circle at 82% 24%, rgba(16, 185, 129, 0.18) 0, transparent 28%) !important,
    linear-gradient(135deg, #0f172a 0%, #111827 48%, #052e2b 100%) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  opacity: 0.28 !important;
  background-image: radial-gradient(rgba(255,255,255,0.28) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
  pointer-events: none !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-shell{
  width: min(1200px, calc(100% - 28px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-hero{
  text-align: center !important;
  padding: 10px 0 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-hero h1{
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-subtitle{
  margin: 0 !important;
  padding: 0 !important;
  color: #cbd5e1 !important;
  font-size: clamp(15px, 1.8vw, 19px) !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  text-align: center !important;
  max-width: 760px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-privacy-pill{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 40px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #10b981, #22d3ee) !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
  box-shadow: 0 0 22px rgba(16,185,129,0.28) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-tool-panel{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: clamp(16px, 2.6vw, 28px) !important;
  border: 1px solid rgba(34,211,238,0.28) !important;
  border-radius: 18px !important;
  background: rgba(15, 23, 42, 0.72) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.32), inset 0 0 0 1px rgba(16,185,129,0.12) !important;
  backdrop-filter: blur(14px) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-main-grid{
  display: grid !important;
  grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  width: 100% !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card{
  width: 100% !important;
  padding: clamp(18px, 2.5vw, 26px) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(16,185,129,0.38) !important;
  background: rgba(2, 6, 23, 0.54) !important;
  box-shadow: 0 0 0 1px rgba(34,211,238,0.12), 0 0 28px rgba(16,185,129,0.11) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card h2, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card h3{
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #f8fafc !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card h3{
  font-size: 15px !important;
  color: #a7f3d0 !important;
  margin-top: 4px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-field, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-premium, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-meter-block, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-extra-output{
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap label, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle span, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-export-note, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-strength-label, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-crack-time, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-help, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-note{
  color: #dbeafe !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-help, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-note, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-export-note, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-crack-time{
  color: #94a3b8 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-input, .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="text"], .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="number"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(34,211,238,0.24) !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  background: rgba(15,23,42,0.88) !important;
  color: #ffffff !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-input:focus, .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="text"]:focus, .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="number"]:focus{
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 3px rgba(34,211,238,0.14) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-length-row{
  display: grid !important;
  grid-template-columns: minmax(90px, 0.35fr) minmax(0, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  align-items: end !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #ffffff !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  line-height: normal !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]::-webkit-slider-runnable-track{
  width: 100% !important;
  height: 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(34,211,238,0.24) !important;
  background: linear-gradient(90deg, rgba(16,185,129,0.88), rgba(34,211,238,0.78)) !important;
  box-shadow: none !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: -8px !important;
  border-radius: 999px !important;
  border: 3px solid #e0f2fe !important;
  background: #10b981 !important;
  box-shadow: 0 0 0 4px rgba(16,185,129,0.18) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]::-moz-range-track{
  width: 100% !important;
  height: 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(34,211,238,0.24) !important;
  background: linear-gradient(90deg, rgba(16,185,129,0.88), rgba(34,211,238,0.78)) !important;
  box-shadow: none !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]::-moz-range-thumb{
  appearance: none !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  border: 3px solid #e0f2fe !important;
  background: #10b981 !important;
  box-shadow: 0 0 0 4px rgba(16,185,129,0.18) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="range"]:focus{
  border-color: rgba(34,211,238,0.55) !important;
  box-shadow: 0 0 0 3px rgba(34,211,238,0.14) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle{
  appearance: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(34,211,238,0.22) !important;
  border-radius: 8px !important;
  background: rgba(15,23,42,0.72) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="checkbox"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 !important;
  border: 2px solid rgba(34,211,238,0.56) !important;
  border-radius: 6px !important;
  background: rgba(2,6,23,0.92) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: normal !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="checkbox"]:checked{
  background: #10b981 !important;
  border-color: #10b981 !important;
  box-shadow: inset 0 0 0 3px #0f172a !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-preset-row, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-actions, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-output-wrap, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-extra-head, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-export-row, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-strength-row{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: center !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-output-wrap{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 0 18px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn{
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 11px 16px !important;
  border: 1px solid rgba(16,185,129,0.72) !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  background: #10b981 !important;
  color: #ffffff !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  writing-mode: horizontal-tb !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn:hover, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn:focus{
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 3px rgba(34,211,238,0.13), 0 0 22px rgba(16,185,129,0.22) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn-secondary{
  background: rgba(15,23,42,0.9) !important;
  color: #d1fae5 !important;
  border-color: rgba(34,211,238,0.36) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-password-output{
  appearance: none !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 56px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(34,211,238,0.32) !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  background: rgba(15,23,42,0.92) !important;
  color: #ecfeff !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-meter{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 7px !important;
  width: 100% !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-segment{
  display: block !important;
  width: 100% !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(148,163,184,0.22) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-segment.is-active{
  background: linear-gradient(90deg, #10b981, #22d3ee) !important;
  border-color: rgba(255,255,255,0.18) !important;
  box-shadow: 0 0 14px rgba(16,185,129,0.24) !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-strength-row{
  justify-content: space-between !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-strength-label{
  color: #a7f3d0 !important;
  font-weight: 800 !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-bulk-results{
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 44px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-bulk-row{
  appearance: none !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(34,211,238,0.22) !important;
  border-radius: 8px !important;
  background: rgba(15,23,42,0.78) !important;
  color: #ecfeff !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  cursor: pointer !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-export-row{
  align-items: center !important;
  margin-top: 6px !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toast{
  position: absolute !important;
  right: clamp(14px, 4vw, 34px) !important;
  bottom: clamp(14px, 4vw, 34px) !important;
  z-index: 5 !important;
  min-height: 44px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(34,211,238,0.32) !important;
  border-radius: 999px !important;
  background: #10b981 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.32) !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toast.is-visible{
  opacity: 1 !important;
  transform: translateY(0) !important;
}@media (max-width: 1024px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-shell{
    width: min(1200px, calc(100% - 24px)) !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-main-grid{
    gap: 18px !important;
  }}@media (max-width: 768px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap #sfp-wrap#sfp-wrap .sfp-main-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-main-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-tool-panel{
    padding: 18px !important;
  }}@media (max-width: 600px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-length-row{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-preset-row .sfp-btn, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-actions .sfp-btn{
    flex: 1 1 180px !important;
  }}@media (max-width: 480px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap #sfp-wrap#sfp-wrap .sfp-output-wrap{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-output-wrap{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-output-wrap .sfp-btn, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn{
    width: 100% !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-tool-panel{
    padding: 14px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-main-grid{
    gap: 14px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-privacy-pill{
    width: 100% !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card{
    padding: 16px !important;
  }}@media (max-width: 420px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-shell{
    width: min(1200px, calc(100% - 18px)) !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle-grid{
    gap: 8px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle{
    padding: 9px 8px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-toggle span{
    font-size: 12px !important;
  }}@media (max-width: 360px) {.tc-wp-tool-root #sfp-wrap#sfp-wrap{
    padding: 14px 0 !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-hero{
    gap: 10px !important;
    padding-bottom: 18px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-hero h1{
    font-size: 25px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-subtitle{
    font-size: 14px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-card h2{
    font-size: 18px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-btn, .tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-input, .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="text"], .tc-wp-tool-root #sfp-wrap#sfp-wrap input[type="number"]{
    font-size: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }.tc-wp-tool-root #sfp-wrap#sfp-wrap .sfp-password-output{
    font-size: 14px !important;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .sfp-btn-primary {}
.tc-wp-tool-root .sfp-controls-card {}
.tc-wp-tool-root .sfp-length-number {}
.tc-wp-tool-root .sfp-length-slider {}
.tc-wp-tool-root .sfp-output-card {}
.tc-wp-tool-root .sfp-premium-toggles {}
.tc-wp-tool-root .sfp-tool-wrap {}