/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/converters/txt-to-docx/txt-to-docx.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* Text to DOCX Converter Styles */

.txt-to-docx_txtToDocxPage__HbB4A {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.txt-to-docx_txtToDocxMain__iDLlz {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.txt-to-docx_convertersMainContent__LyI73 {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.txt-to-docx_title__nul6r {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.txt-to-docx_subtitle__LFllM {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.txt-to-docx_converterSection__i__CF {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.txt-to-docx_converterSection__i__CF h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.txt-to-docx_selectBtn__hMYkO {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.txt-to-docx_selectBtn__hMYkO:hover {
  background: #2563eb;
}

.txt-to-docx_uploadArea__pXYFX {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 60px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.txt-to-docx_uploadArea__pXYFX p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.txt-to-docx_uploadArea__pXYFX:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.txt-to-docx_uploadArea__pXYFX.txt-to-docx_dragActive__amfOS {
  border-color: #3b82f6;
  background: #eff6ff;
  transform: scale(1.02);
}

.txt-to-docx_fileInput__cJOAR {
  display: none;
}

.txt-to-docx_convertBtn__hEaRD {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.txt-to-docx_convertBtn__hEaRD:hover:not(:disabled) {
  background: #2563eb;
}

.txt-to-docx_convertBtn__hEaRD:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.txt-to-docx_successMessage__phf8m {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.txt-to-docx_successMessage__phf8m i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.txt-to-docx_successMessage__phf8m h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.txt-to-docx_successMessage__phf8m p {
  color: #0369a1;
  margin-bottom: 20px;
}

.txt-to-docx_downloadBtn__YvfVK {
  background: #059669;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.txt-to-docx_downloadBtn__YvfVK:hover {
  background: #047857;
}

.txt-to-docx_fileSelected__C7ldY {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #363636;
}

.txt-to-docx_fileIcon__dVyAr {
  font-size: 48px;
  margin-bottom: 8px;
}

.txt-to-docx_fileName__KsEFE {
  font-weight: 600;
  font-size: 16px;
}

.txt-to-docx_fileSize__SKtaW {
  font-size: 14px;
  color: #6b7280;
}

.txt-to-docx_converting__7Us1u {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
  margin-top: 20px;
}

.txt-to-docx_converting__7Us1u i {
  color: #3b82f6;
}

.txt-to-docx_converting__7Us1u span {
  color: #374151;
  font-weight: 500;
}

.txt-to-docx_stepByStep__niiJx {
  padding: 20px;
  margin-bottom: 60px;
}

.txt-to-docx_stepByStep__niiJx h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.txt-to-docx_step__JaGya {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.txt-to-docx_stepNumber__iiMPX {
  width: 40px;
  height: 40px;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.txt-to-docx_step__JaGya p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.txt-to-docx_aboutSection__2Uk0Q {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.txt-to-docx_aboutSection__2Uk0Q h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.txt-to-docx_toolDescription__33f_Q .txt-to-docx_description__LD8Hq {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.txt-to-docx_toolDescription__33f_Q .txt-to-docx_aboutText__7NKv9 {
  color: #363636;
  line-height: 30px;
}



/* Responsive Design */
@media (max-width: 768px) {

  .txt-to-docx_txtToDocxMain__iDLlz {
  max-width: 96%;
  

}
}


