/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/webp-to-png/webp-to-png.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* WebP to PNG Converter Styles */

.webp-to-png_webpToPngPage__jcZ80 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.webp-to-png_webpToPngMain__aCof9 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.webp-to-png_convertersMainContent__PYoyZ {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.webp-to-png_title__LHd_a {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.webp-to-png_subtitle__KpotF {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.webp-to-png_warningMessage__YJgLU {
  background: #fef3cd;
  border: 1px solid #facc15;
  color: #92400e;
  padding: 12px;
  border-radius: 6px;
  margin: 0 10px 20px 10px;
  text-align: center;
  font-size: 14px;
}

.webp-to-png_converterSection__pqjNy {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.webp-to-png_converterSection__pqjNy h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.webp-to-png_inputArea__iTdj6 {
  margin-bottom: 30px;
}

.webp-to-png_uploadArea__0qZgK {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.webp-to-png_uploadArea__0qZgK h4 {
   margin: 0 auto 20px 0;
} 

.webp-to-png_uploadArea__0qZgK:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.webp-to-png_uploadArea__0qZgK.webp-to-png_dragActive__AipKN {
  border-color: #3b82f6;
  background: #eff6ff;
}

.webp-to-png_fileInput__K_Glu {
  display: none;
}

.webp-to-png_uploadPrompt__EetGk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.webp-to-png_uploadIcon__ARNUU {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webp-to-png_uploadText__xNHmc {
  font-size: 18px;
  color: #363636;
}

.webp-to-png_uploadSubtext__EFI0w {
  font-size: 14px;
  color: #363636;
}

.webp-to-png_fileSelected__LMNNm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.webp-to-png_fileIcon__O14Oe {
  font-size: 36px;
}

.webp-to-png_fileName__E7mxV {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.webp-to-png_fileSize__mIL9o {
  color: #6b7280;
  font-size: 14px;
}

.webp-to-png_conversionOptions__l5byZ {
  max-width: 660px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.webp-to-png_sizeOptions__tTp7P {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.webp-to-png_sizeLabel__jrjvf {
  font-weight: 600;
  color: #374151;
  font-size: 14px;
}

.webp-to-png_sizeSelect__91Uoc {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  font-size: 14px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.webp-to-png_sizeSelect__91Uoc:hover {
  border-color: #3b82f6;
}

.webp-to-png_sizeSelect__91Uoc:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.webp-to-png_convertBtn__xqAhU {
  background: #3b82f6;
  color: white;
  border: none;
   margin: 0 auto 30px auto;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

}

.webp-to-png_convertBtn__xqAhU:hover:not(:disabled) {
  background: #2563eb;
}

.webp-to-png_convertBtn__xqAhU:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.webp-to-png_converting__aPeCb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #3b82f6;
  font-weight: 500;
  margin: 20px 0;
}

.webp-to-png_converting__aPeCb i {
  font-size: 16px;
}

.webp-to-png_result__rj4jH {
  max-width: 660px;
  min-width: 320px;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #f9fafb;
  text-align: center;
}

.webp-to-png_imageContainer__2zUab {
  margin: 0 auto 10px auto;
}

.webp-to-png_previewImage__QAleg {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.webp-to-png_resultInfo__pG5Ma {
  margin-bottom: 20px;
}

.webp-to-png_resultName__omZ6b {
  font-weight: 500;
  color: #374151;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.webp-to-png_imageDetails__HkRBy {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  color: #3b3b3b;
}

.webp-to-png_imageDetails__HkRBy span {
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 3px;
}

.webp-to-png_imageDetails__HkRBy span {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 3px;
}

.webp-to-png_actionButtons__XWNyT {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.webp-to-png_downloadBtn__8r_1v,
.webp-to-png_resetBtn__08o6E {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.webp-to-png_downloadBtn__8r_1v {
  background: #10b981;
  color: white;
}

.webp-to-png_downloadBtn__8r_1v:hover {
  background: #059669;
}

.webp-to-png_resetBtn__08o6E {
  background: #6b7280;
  color: white;
}

.webp-to-png_resetBtn__08o6E:hover {
  background: #4b5563;
}


.webp-to-png_hiddenCanvas__8wDj5 {
  display: none;
}


.webp-to-png_stepByStep__LbjNF {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.webp-to-png_stepByStep__LbjNF h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.webp-to-png_step__JfbWN {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.webp-to-png_stepNumber__GL51D {
  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-png_step__JfbWN p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.webp-to-png_aboutSection__I3L8x {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.webp-to-png_aboutSection__I3L8x h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.webp-to-png_toolDescription__sMKkz .webp-to-png_description__4z71X {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.webp-to-png_toolDescription__sMKkz .webp-to-png_aboutText__COCxq {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .webp-to-png_webpToPngMain__aCof9 {
  max-width: 96%;
}

}



