/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/converter/texto-em-pdf/texto-em-pdf.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* app/converters/text-to-pdf/text-to-pdf.module.css */

.texto-em-pdf_textToPdfPage__60GGg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.texto-em-pdf_textToPdfMain__U4Wqu {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.texto-em-pdf_convertersMainContent__Bw1v5 {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.texto-em-pdf_title__tcuKr {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.texto-em-pdf_subtitle__4btVp {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.texto-em-pdf_converterSection__MUFa_ {
  padding: 0 10px;
  margin: 0 auto 50px auto;
}

.texto-em-pdf_converterSection__MUFa_ h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.texto-em-pdf_inputArea__GyiZP {
  margin: 0;
}

.texto-em-pdf_uploadArea__SERtK {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #069cff;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.texto-em-pdf_uploadArea__SERtK:hover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}

.texto-em-pdf_uploadArea__SERtK.texto-em-pdf_dragActive__gy3sI {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

.texto-em-pdf_fileInput__omEEw {
  display: none;
}

.texto-em-pdf_uploadPrompt__8D5L_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.texto-em-pdf_uploadIcon__LMBR7 {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texto-em-pdf_uploadText__p_9_R {
  font-size: 18px;
  color: #363636;
}

.texto-em-pdf_uploadSubtext__uc56T {
  font-size: 14px;
  color: #363636;
}

.texto-em-pdf_fileSelected__FupI7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.texto-em-pdf_fileIcon__ccJP6 {
  font-size: 36px;
}

.texto-em-pdf_fileName__3fEPm {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.texto-em-pdf_fileSize__6wyPc {
  color: #6b7280;
  font-size: 14px;
}

.texto-em-pdf_uploadArea__SERtK:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.texto-em-pdf_uploadArea__SERtK p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.texto-em-pdf_uploadIcon__LMBR7 {
  font-size: 40px;
  color: #dc3545;
  margin-bottom: 60px;
}

.texto-em-pdf_selectBtn__MssKR {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.texto-em-pdf_selectBtn__MssKR:hover {
  background: #2563eb;
}

.texto-em-pdf_fileList__cWLKH {
  margin-top: 20px;
}

.texto-em-pdf_fileList__cWLKH h4 {
  font-size: 15x;
  font-weight: 500;
  color: #363636;
  margin-bottom: 12px;
}

.texto-em-pdf_fileItem__je_qC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f9fafb;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #e5e7eb;
}

.texto-em-pdf_fileItem__je_qC span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #363636;
  font-size: 14px;
}

.texto-em-pdf_convertBtn__fKcmb {
  width: 100%;
  max-width: 660px;
  background: #069cff;
  color: white;
  border: none;
  margin: 0 auto 30px auto;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;;
}

.texto-em-pdf_convertBtn__fKcmb:hover:not(:disabled) {
  background: #2563eb;
}

.texto-em-pdf_convertBtn__fKcmb:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}


.texto-em-pdf_removeBtn__Zfspy {
  background: #ef4444;
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 12px;
}

.texto-em-pdf_removeBtn__Zfspy:hover {
  background: #dc2626;
}

.texto-em-pdf_errorMessage__D7IqZ {
  background: #fef2f2;
  border: 2px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 3px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.texto-em-pdf_errorMessage__D7IqZ i {
  color: #ef4444;
}

.texto-em-pdf_errorMessage__D7IqZ p {
  margin: 0;
  font-size: 14px;
}

.texto-em-pdf_successMessage__coyrJ {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.texto-em-pdf_successMessage__coyrJ i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.texto-em-pdf_successMessage__coyrJ h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.texto-em-pdf_successMessage__coyrJ p {
  color: #0369a1;
  margin-bottom: 20px;
}

.texto-em-pdf_downloadBtn__jmlBY {
  background: #059669;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.texto-em-pdf_downloadBtn__jmlBY:hover {
  background: #047857;
}

.texto-em-pdf_uploadArea__SERtK h4 {
  font-size: 15px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 10px;
}

.texto-em-pdf_uploadArea__SERtK p {
  color: #363636;
  font-size: 14px;
  margin: 0 0 90px 0;
}

.texto-em-pdf_textTextarea___RfE7 {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  margin-bottom: 20px;
}

.texto-em-pdf_textTextarea___RfE7:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.texto-em-pdf_stepByStep__24WPH {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.texto-em-pdf_stepByStep__24WPH h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.texto-em-pdf_step__m7iJ2 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.texto-em-pdf_stepNumber__GAMD6 {
  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;
}

.texto-em-pdf_step__m7iJ2 p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.texto-em-pdf_aboutSection__0o5O7 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.texto-em-pdf_aboutSection__0o5O7 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.texto-em-pdf_toolDescription__mfgNK .texto-em-pdf_description__IRaxo {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.texto-em-pdf_toolDescription__mfgNK .texto-em-pdf_aboutText__UoSdq {
  color: #363636;
  line-height: 30px;
}



@media (max-width: 768px) {

  .texto-em-pdf_textToPdfMain__U4Wqu {
  max-width: 96%;
  
}
  
}

