/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/png-em-jpeg/png-to-jpeg.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* PNG to JPEG Converter Styles */

.png-to-jpeg_pngToJpegPage__CLTnU {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.png-to-jpeg_pngToJpegMain__EFg_3 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.png-to-jpeg_convertersMainContent__rN7oD {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
}

.png-to-jpeg_title__KwIM9 {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.png-to-jpeg_subtitle__w7JUA {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.png-to-jpeg_converterSection__S0DMC {
  padding: 0;
  margin: 0 auto 50px auto;
}

.png-to-jpeg_converterSection__S0DMC h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.png-to-jpeg_inputArea__m_pyY {
  margin: 0 auto 30px auto;
  padding: 0;
}

.png-to-jpeg_uploadArea__xhe43 {
  width: 100%;
  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;
}

.png-to-jpeg_uploadArea__xhe43:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.png-to-jpeg_uploadArea__xhe43.png-to-jpeg_dragActive__Qw7Co {
  border-color: #3b82f6;
  background: #eff6ff;
}

.png-to-jpeg_fileInput__8oI1h {
  display: none;
}

.png-to-jpeg_uploadPrompt__zP0Y5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.png-to-jpeg_uploadIcon__rdvaz {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.png-to-jpeg_uploadText__2_mWs {
  font-size: 18px;
  color: #363636;
}

.png-to-jpeg_uploadSubtext__Ar89o {
  font-size: 14px;
  color: #363636;
}

.png-to-jpeg_fileSelected__1d11h {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.png-to-jpeg_fileIcon__2QU1q {
  font-size: 36px;
}

.png-to-jpeg_fileName__zKHMJ {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.png-to-jpeg_fileSize__UZQQr {
  color: #6b7280;
  font-size: 14px;
}

.png-to-jpeg_convertBtn__LxQTI {
  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;
}

.png-to-jpeg_convertBtn__LxQTI:hover:not(:disabled) {
  background: #2563eb;
}

.png-to-jpeg_convertBtn__LxQTI:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.png-to-jpeg_converting__uAnSx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #6b7280;
  font-size: 16px;
  gap: 10px;
}

.png-to-jpeg_converting__uAnSx i {
  font-size: 20px;
  color: #3b82f6;
}

.png-to-jpeg_result__feyoi {
  max-width: 660px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.png-to-jpeg_imageContainer__JG9V4 {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.png-to-jpeg_previewImage__miEHT {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.png-to-jpeg_resultInfo__JvpvX {
  margin-bottom: 20px;
}

.png-to-jpeg_resultName__ojp5z {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.png-to-jpeg_actionButtons__qG1GM {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.png-to-jpeg_downloadBtn__kyXSC,
.png-to-jpeg_resetBtn__b5gBv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.png-to-jpeg_downloadBtn__kyXSC {
  background: #3b82f6;
  color: white;
}

.png-to-jpeg_downloadBtn__kyXSC:hover {
  background: #2563eb;
}

.png-to-jpeg_resetBtn__b5gBv {
  background: #6b7280;
  color: white;
}

.png-to-jpeg_resetBtn__b5gBv:hover {
  background: #4b5563;
}

.png-to-jpeg_hiddenCanvas__KlePN {
  display: none;
}


.png-to-jpeg_stepByStep__EXMuB {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.png-to-jpeg_stepByStep__EXMuB h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.png-to-jpeg_step__4ufOe {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.png-to-jpeg_stepNumber__la8ZS {
  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;
}

.png-to-jpeg_step__4ufOe p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.png-to-jpeg_aboutSection__ye46e {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.png-to-jpeg_aboutSection__ye46e h2 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.png-to-jpeg_toolDescription__BoaEA .png-to-jpeg_description__HF_UW {
  font-size: 16px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.png-to-jpeg_toolDescription__BoaEA .png-to-jpeg_aboutText__0fS7r {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .png-to-jpeg_pngToJpegMain__EFg_3 {
   width: 96%;
}

}



