/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/webp-em-jpeg/webp-to-jpeg.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* WebP to JPEG Converter Styles */

.webp-to-jpeg_webpToJpegPage__ePIqG {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.webp-to-jpeg_webpToJpegMain__bB0cZ {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.webp-to-jpeg_convertersMainContent__pxO6c {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
}

.webp-to-jpeg_title__ndb9b {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.webp-to-jpeg_subtitle__U16rD {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.webp-to-jpeg_converterSection__hpfzV {
  padding: 0 10px;
  margin: 0 auto 50px auto;
}

.webp-to-jpeg_converterSection__hpfzV h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.webp-to-jpeg_inputArea__4R4bi {
  margin: 0;
}

.webp-to-jpeg_uploadArea__pqynt {
  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;
}

.webp-to-jpeg_uploadArea__pqynt:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.webp-to-jpeg_uploadArea__pqynt.webp-to-jpeg_dragActive__0zgvk {
  border-color: #3b82f6;
  background: #eff6ff;
}

.webp-to-jpeg_fileInput__eJa6d {
  display: none;
}

.webp-to-jpeg_uploadPrompt__zHfmD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.webp-to-jpeg_uploadIcon__1O6Uy {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webp-to-jpeg_uploadText__Rkgel {
  font-size: 18px;
  color: #363636;
}

.webp-to-jpeg_uploadSubtext__lqltd {
  font-size: 14px;
  color: #363636;
}

.webp-to-jpeg_fileSelected__Uen6h {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.webp-to-jpeg_fileIcon__E2ptf {
  font-size: 36px;
}

.webp-to-jpeg_fileName__xrYYQ {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.webp-to-jpeg_fileSize__Zf20Z {
  color: #6b7280;
  font-size: 14px;
}

.webp-to-jpeg_convertBtn__I_N50 {
  width: 100%;
  max-width: 660px;
  background: #3b82f6;
  color: white;
  border: none;
  margin: 0 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;
}

.webp-to-jpeg_convertBtn__I_N50:hover:not(:disabled) {
  background: #2563eb;
}

.webp-to-jpeg_convertBtn__I_N50:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.webp-to-jpeg_converting__uxTn9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.webp-to-jpeg_converting__uxTn9 span {
  font-weight: 500;
  color: #92400e;
}

.webp-to-jpeg_result__pPBfP {
  text-align: center;
  padding: 0;
  margin-top: 20px;
}

.webp-to-jpeg_imageContainer__CiOVd {
  margin-bottom: 10px;
}

.webp-to-jpeg_previewImage__a8z2t {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
}

.webp-to-jpeg_resultInfo__4KD91 {
  margin-bottom: 20px;
}

.webp-to-jpeg_resultName__Gc4uh {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

.webp-to-jpeg_resultDimensions__jl7sr {
  display: block;
  font-size: 14px;
  color: #6b7280;
}

.webp-to-jpeg_actionButtons__0ft4a {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.webp-to-jpeg_downloadBtn__1GG_s,
.webp-to-jpeg_resetBtn__8JA06 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.webp-to-jpeg_downloadBtn__1GG_s {
  background: #3b82f6;
  color: white;
}

.webp-to-jpeg_downloadBtn__1GG_s:hover {
  background: #2563eb;
}

.webp-to-jpeg_resetBtn__8JA06 {
  background: #6b7280;
  color: white;
}

.webp-to-jpeg_resetBtn__8JA06:hover {
  background: #4b5563;
}

.webp-to-jpeg_hiddenCanvas__9t5kr {
  display: none;
}


.webp-to-jpeg_stepByStep__Y29aa {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.webp-to-jpeg_stepByStep__Y29aa h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.webp-to-jpeg_step__F4wDE {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.webp-to-jpeg_stepNumber__ogYnT {
  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;
}

.webp-to-jpeg_step__F4wDE p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.webp-to-jpeg_aboutSection__xaDcE {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.webp-to-jpeg_aboutSection__xaDcE h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.webp-to-jpeg_toolDescription__AG2D1 .webp-to-jpeg_description__wGFn4 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.webp-to-jpeg_toolDescription__AG2D1 .webp-to-jpeg_aboutText__fZB0g {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .webp-to-jpeg_webpToJpegMain__bB0cZ {
  max-width: 96%;
}

}



