/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/html-em-pdf/html-to-pdf.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* HTML to PDF Converter Styles */

.html-to-pdf_htmlToPdfPage__an_hY {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.html-to-pdf_htmlToPdfMain__0DQEy {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.html-to-pdf_convertersMainContent__HZzud {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.html-to-pdf_title__3QdVx {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-pdf_subtitle__ew_3L {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.html-to-pdf_converterSection__m1JCV {
  padding: 20px 10px;
  margin-bottom: 50px;
}

/* Mode Selector */
.html-to-pdf_modeSelector__OFUST {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

.html-to-pdf_modeBtn__63bDs {
  flex: 1 1;
  max-width: 200px;
  padding: 10px 15px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.html-to-pdf_modeBtn__63bDs:hover {
  border-color: #006fb9;
  color: #006fb9;
}

.html-to-pdf_modeBtn__63bDs.html-to-pdf_active__2g_2s {
  background: #006fb9;
  border-color: #006fb9;
  color: white;
}

/* URL Input */
.html-to-pdf_urlInput__Uyjol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 660px;
  margin: 0  auto 20px auto;
}

.html-to-pdf_input__lm8w_ {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #006fb9;
  border-radius: 3px;
  font-size: 15px;
  color: #374151;
  transition: border-color 0.3s ease;
}

.html-to-pdf_input__lm8w_:focus {
  outline: none;
  border-color: #006fb9;
}

.html-to-pdf_codeInput__APm5U {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 660px;
  margin: 0 auto;
  border: 1px dotted #006fb9;
  border-radius: 3px;
}

.html-to-pdf_textarea__uK_Cc {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Courier New', monospace;
  color: #374151;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.html-to-pdf_textarea__uK_Cc:focus {
  outline: none;
  border-color: #006fb9;
}

/* Error Message */
.html-to-pdf_errorMessage__9zQdV {
  background: #fef2f2;
  border: 1px solid #ef4444;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #991b1b;
  margin-top: 16px;
}

.html-to-pdf_errorMessage__9zQdV p {
  margin: 0;
  font-size: 14px;
}

.html-to-pdf_inputMethods__uh_J4 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.html-to-pdf_uploadMethod__In1KY h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-pdf_uploadArea__qiasT {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #006fb9;
  border-radius: 3px;
  margin: 0 auto 6px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.html-to-pdf_uploadArea__qiasT:hover {
  border-color: #006fb9;
  background: #eff6ff;
}

.html-to-pdf_uploadIcon__ADuXg {
  color: #fd7e14;
  width: 45px;
  height: 45px;
  margin: 0 auto 60px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-pdf_uploadArea__qiasT h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.html-to-pdf_uploadArea__qiasT p {
  color: #363636;
  font-size: 14px;
}

.html-to-pdf_convertBtn__tn4yM {
  width: 100%;
  max-width: 660px;
  background: #006fb9;
  color: white;
  border: none;
  margin: 0 auto;
  padding: 10px 20px;
  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;
}

.html-to-pdf_convertBtn__tn4yM:hover:not(:disabled) {
  background: #2563eb;
}

.html-to-pdf_convertBtn__tn4yM:disabled {
  background: #669cfa;
  cursor: not-allowed;
}

.html-to-pdf_filesList__xdxch {
  padding: 10px;
  margin: 0 auto 20px auto;
}

.html-to-pdf_filesList__xdxch h4 {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 15px;
}

.html-to-pdf_fileItem__W1d7b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  margin-bottom: 8px;
}

.html-to-pdf_fileName___OeEP {
  font-size: 14px;
  color: #374151;
}

.html-to-pdf_removeBtn__Zlln9 {
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-pdf_removeBtn__Zlln9:hover {
  background: #dc2626;
}

.html-to-pdf_convertedFile__OsvW8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 12px;
}

.html-to-pdf_fileInfo__uWFGk {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.html-to-pdf_fileSize__bUmsu {
  font-size: 12px;
  color: #6b7280;
}

.html-to-pdf_progressBar__VBAkU {
  width: 100%;
  max-width: 660px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 24px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}

.html-to-pdf_progressFill__nCor1 {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
  transition: width 0.3s ease;
}

.html-to-pdf_progressText__1kw4o {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.html-to-pdf_successMessage__EcOVU {
  background: #f0f9ff;
  border: 1px solid #0ea5e9;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.html-to-pdf_successMessage__EcOVU h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.html-to-pdf_successMessage__EcOVU p {
  color: #0369a1;
  margin-bottom: 18px;
}

.html-to-pdf_downloadBtn__Ck_wi {
  background: #059669;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.html-to-pdf_downloadBtn__Ck_wi:hover {
  background: #047857;
}

.html-to-pdf_stepByStep__bKiz8 {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.html-to-pdf_stepByStep__bKiz8 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-pdf_step__zIOW_ {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.html-to-pdf_stepNumber__K_iMk {
  width: 40px;
  height: 40px;
  background: #006fb9;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.html-to-pdf_step__zIOW_ p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.html-to-pdf_aboutSection__tsv0o {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.html-to-pdf_aboutSection__tsv0o h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-pdf_toolDescription__PPZ1y .html-to-pdf_description__rWxFH {
  font-size: 18px;
  color: #363636;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 30px;
}

.html-to-pdf_toolDescription__PPZ1y .html-to-pdf_aboutText__77h9H {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {
  
  .html-to-pdf_htmlToPdfMain__0DQEy {
    max-width: 96%;
  }

  .html-to-pdf_convertedFile__OsvW8 {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .html-to-pdf_uploadArea__qiasT {
    min-width: 280px;
    height: 320px;
    padding: 20px;
  }
}

