/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/excel-to-pdf/excel-to-pdf.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* Excel to PDF Converter Styles */

.excel-to-pdf_excelToPdfPage__rmWUX {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.excel-to-pdf_excelToPdfMain__M21iy {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.excel-to-pdf_convertersMainContent__mV1ZI {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.excel-to-pdf_title__8XywS {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.excel-to-pdf_subtitle__Yc000 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}


.excel-to-pdf_converterSection__9dVO5 {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}


.excel-to-pdf_converterSection__9dVO5 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.excel-to-pdf_inputMethods__HWzF7 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}

.excel-to-pdf_uploadMethod__m_X13 h3,
.excel-to-pdf_textareaMethod__v6E4c h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.excel-to-pdf_uploadArea__Owjx0 {
  max-width: 660px;
  min-width: 360px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.excel-to-pdf_uploadArea__Owjx0:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.excel-to-pdf_uploadIcon__Q9sMZ {
  font-size: 45px;
  color: #217346;
  margin-bottom: 60px;
}

.excel-to-pdf_uploadArea__Owjx0 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}

.excel-to-pdf_uploadArea__Owjx0 p {
  color: #363636;
  font-size: 14px;
  margin: 0 0 90px 0;
}

.excel-to-pdf_selectBtn__MN4bz {
  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;
}

.excel-to-pdf_selectBtn__MN4bz:hover {
  background: #2563eb;
}

.excel-to-pdf_fileList__fPHX8 {
  margin-top: 20px;
}

.excel-to-pdf_fileList__fPHX8 h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 12px;
}

.excel-to-pdf_fileItem__1qpdR {
  max-width: 660px;
  min-width: 320px;
  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;
}

.excel-to-pdf_fileItem__1qpdR span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #363636;
  font-size: 14px;
}

.excel-to-pdf_removeBtn__jXRRI {
  background: #ef4444;
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 12px;
}

.excel-to-pdf_removeBtn__jXRRI:hover {
  background: #dc2626;
}

.excel-to-pdf_convertBtn__xNhqI {
  width: 100%;
  background: #0369DB;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.excel-to-pdf_convertBtn__xNhqI:hover:not(:disabled) {
  background: #2563eb;
}

.excel-to-pdf_convertBtn__xNhqI:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.excel-to-pdf_successMessage__3HMZ3 {
  max-width: 660px;
  min-width: 320px;
  height: 300px;
  text-align: center;
  background: #f0f9ff;
  border: 1px solid #0369DB;
  border-radius: 6px;
  padding: 15px;
}

.excel-to-pdf_successMessage__3HMZ3 i {
  font-size: 36px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.excel-to-pdf_successMessage__3HMZ3 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 20px;
}

.excel-to-pdf_successMessage__3HMZ3 p {
  color: #0369a1;
  margin-bottom: 30px;
}

.excel-to-pdf_downloadBtn__uSBBz {
  background: #0369DB;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.excel-to-pdf_downloadBtn__uSBBz:hover {
  background: #047857;
}

.excel-to-pdf_errorMessage__qgjD8 {
  background: #fef2f2;
  border: 2px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.excel-to-pdf_errorMessage__qgjD8 i {
  color: #ef4444;
}

.excel-to-pdf_errorMessage__qgjD8 p {
  margin: 0;
  font-size: 14px;
}


.excel-to-pdf_stepByStep__71FGt {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.excel-to-pdf_stepByStep__71FGt h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.excel-to-pdf_step__H9fIK {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.excel-to-pdf_stepNumber__NILvd {
  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;
}

.excel-to-pdf_step__H9fIK p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.excel-to-pdf_aboutSection__gw_9m {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.excel-to-pdf_aboutSection__gw_9m h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.excel-to-pdf_toolDescription__XpuFM .excel-to-pdf_description__Mpyxr {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.excel-to-pdf_toolDescription__XpuFM .excel-to-pdf_aboutText__bIi7e {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .excel-to-pdf_textToPdfMain__U07MD {
  max-width: 96%;
  
}
}

