/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/pdf-to-word/pdf-to-word.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* PDF to Word Converter Styles */

.pdf-to-word_pdfToWordPage__JFG6f {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.pdf-to-word_pdfToWordMain___xzby {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.pdf-to-word_convertersMainContent__s04ER {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.pdf-to-word_title__cNsjh {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.pdf-to-word_subtitle__SpsgY {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.pdf-to-word_converterSection___hmxi {
  padding: 20px 10px;
  margin-bottom: 50px;
}

.pdf-to-word_converterSection___hmxi h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.pdf-to-word_inputMethods__XxAe4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.pdf-to-word_uploadMethod__lidrq h3,
.pdf-to-word_textareaMethod__lkEt9 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.pdf-to-word_uploadArea__8mVTt {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 6px;
  margin: 0 auto 30px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.pdf-to-word_uploadArea__8mVTt:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.pdf-to-word_uploadArea__8mVTt.pdf-to-word_dragging__c46vZ {
  border-color: #3b82f6;
  background: #dbeafe;
  border-width: 2px;
  transform: scale(1.02);
}

.pdf-to-word_uploadIcon__sWZsx {
  font-size: 40px;
  color: #dc3545;
  margin-bottom: 60px;
}

.pdf-to-word_uploadArea__8mVTt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.pdf-to-word_uploadArea__8mVTt p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.pdf-to-word_selectBtn__AEtnm {
  background: #0369DB;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pdf-to-word_selectBtn__AEtnm:hover {
  background: #2563eb;
}

.pdf-to-word_fileList__8vvlg {
  max-width: 660px;
  min-width: 320px;
  margin: 20px auto 0;
}

.pdf-to-word_fileList__8vvlg h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 12px;
}

.pdf-to-word_fileItem__Yp_o7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #f9fafb;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #696969;
}

.pdf-to-word_fileItem__Yp_o7 span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #363636;
  font-size: 14px;
}

.pdf-to-word_removeBtn__3VMk_ {
  background: #ef4444;
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 12px;
}

.pdf-to-word_removeBtn__3VMk_:hover {
  background: #dc2626;
}

.pdf-to-word_errorMessage__FtvJ1 {
  background: #fef2f2;
  border: 2px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pdf-to-word_errorMessage__FtvJ1 i {
  color: #ef4444;
}

.pdf-to-word_errorMessage__FtvJ1 p {
  margin: 0;
  font-size: 14px;
}

.pdf-to-word_htmlTextarea__84CF5 {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 2px solid #bbbbbb;
  border-radius: 9px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  margin-bottom: 20px;
}

.pdf-to-word_htmlTextarea__84CF5:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.pdf-to-word_convertBtn__jQohS {
  width: 100%;
  max-width: 660px;
  background: #0369DB;
  color: white;
  border: none;
  margin: 0 auto;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pdf-to-word_convertBtn__jQohS:hover:not(:disabled) {
  background: #2563eb;
}

.pdf-to-word_convertBtn__jQohS:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.pdf-to-word_successMessage__ZV2Bd {
  max-width: 660px;
  min-width: 320px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  background: #f0f9ff;
  border: 1px solid #0369DB;
  border-radius: 6px;
  padding: 15px;
}

.pdf-to-word_successMessage__ZV2Bd i {
  font-size: 36px;
  color: #039b0b;
  margin: 20px 0;
}

.pdf-to-word_successMessage__ZV2Bd h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 20px;
}

.pdf-to-word_successMessage__ZV2Bd p {
  color: #0369a1;
  margin-bottom: 20px;
}

.pdf-to-word_downloadBtn__N5ipw {
  background: #0369DB;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pdf-to-word_downloadBtn__N5ipw:hover {
  background: #047857;
}

.pdf-to-word_stepByStep__amCGU {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.pdf-to-word_stepByStep__amCGU h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.pdf-to-word_step__nrRdr {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.pdf-to-word_stepNumber__rh8ZF {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 0 10px 0;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.pdf-to-word_step__nrRdr p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.pdf-to-word_aboutSection__KgOlR {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.pdf-to-word_aboutSection__KgOlR h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.pdf-to-word_toolDescription__VPng4 .pdf-to-word_description__M_bv7 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.pdf-to-word_toolDescription__VPng4 .pdf-to-word_aboutText__fnOU4 {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {
  
  .pdf-to-word_pdfToWordMain___xzby {
  max-width: 96%;
  
}

}

