/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/svg-to-png/svg-to-png.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* SVG to PNG Converter Styles */

.svg-to-png_svgToPngPage__pEjln {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.svg-to-png_svgToPngMain__dCdC2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.svg-to-png_convertersMainContent__Sj1FX {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.svg-to-png_title__ny_9b {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.svg-to-png_subtitle___tNpK {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.svg-to-png_converterSection__ii_fA {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.svg-to-png_converterSection__ii_fA h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.svg-to-png_inputMethods__NkZ7p {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}

.svg-to-png_uploadArea__rmCs0 {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 60px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.svg-to-png_uploadArea__rmCs0:hover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}

.svg-to-png_uploadArea__rmCs0.svg-to-png_dragActive__gbjF7 {
  border-color: #3b82f6;
  background-color: #e0f2fe;
}

.svg-to-png_uploadArea__rmCs0 p {
   margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.svg-to-png_selectBtn__JO7x3 {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.svg-to-png_selectBtn__JO7x3:hover {
  background: #2563eb;
}

.svg-to-png_uploadIcon___WFoA {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-to-png_errorMessage__di07F {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.svg-to-png_errorMessage__di07F i {
  color: #dc2626;
  font-size: 16px;
}

.svg-to-png_errorMessage__di07F p {
  color: #dc2626;
  margin: 0;
  font-size: 14px;
}

.svg-to-png_fileList__uaDus {
  margin-top: 20px;
}

.svg-to-png_fileList__uaDus h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 12px;
}

.svg-to-png_fileItem__wfARJ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
}

.svg-to-png_fileItem__wfARJ span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-weight: 500;
}

.svg-to-png_convertBtn__80gc1 {
  width: 100%;
  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: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.svg-to-png_convertBtn__80gc1:hover:not(:disabled) {
  background: #2563eb;
}

.svg-to-png_convertBtn__80gc1:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.svg-to-png_successMessage__5KuLC {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.svg-to-png_successMessage__5KuLC i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.svg-to-png_successMessage__5KuLC h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.svg-to-png_successMessage__5KuLC p {
  color: #0369a1;
  margin-bottom: 20px;
}

.svg-to-png_downloadBtn__5jBB8 {
  background: #059669;
  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;
}

.svg-to-png_downloadBtn__5jBB8:hover {
  background: #047857;
}

.svg-to-png_stepByStep__ncK73 {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.svg-to-png_stepByStep__ncK73 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.svg-to-png_step__CrfxY {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.svg-to-png_stepNumber___l_0R {
  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;
}

.svg-to-png_step__CrfxY p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.svg-to-png_aboutSection__l24rt {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.svg-to-png_aboutSection__l24rt h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.svg-to-png_toolDescription__c8y8O .svg-to-png_description__d1d_l {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.svg-to-png_toolDescription__c8y8O .svg-to-png_aboutText__BwImc {
  color: #363636;
  line-height: 30px;
}



@media (max-width: 768px) {

  .svg-to-png_svgToPngMain__dCdC2 {
    max-width: 96%;

}
  
}


