/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ico-to-png/ico-to-png.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* ICO to PNG Converter Styles */

.ico-to-png_icoToPngPage__LtUFo {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.ico-to-png_icoToPngMain__hDRIK {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ico-to-png_horizontalBanner__3j1qH {
  max-width: 728px;
  height: 90px;
  margin: 0 auto 20px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}

.ico-to-png_lateralBanner__wVE_w {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 600px;
  display: flex;
  flex-direction: column;
  margin: 180px 0 0 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  flex-shrink: 0;
}

.ico-to-png_convertersWithLateralAds__BMVLg {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 900px;
  gap: 10px;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: center;
}

.ico-to-png_convertersMainContent__fFs4p {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px;
}

.ico-to-png_title__XCrJL {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.ico-to-png_subtitle__K66Da {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.ico-to-png_converterSection__MEaEo {
  border-radius: 9px;
  padding: 32px;
  margin-bottom: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ico-to-png_converterSection__MEaEo h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.ico-to-png_inputMethods__sfTIE {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}

.ico-to-png_uploadArea__on3_N {
  border: 2px dashed #cccccc;
  border-radius: 12px;
  padding: 48px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ico-to-png_uploadArea__on3_N:hover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}

.ico-to-png_uploadArea__on3_N p {
  color: #363636;
  font-size: 14px;
  margin-bottom: 10px;
}

.ico-to-png_selectBtn__T1xNK {
  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;
}

.ico-to-png_selectBtn__T1xNK:hover {
  background: #2563eb;
}

.ico-to-png_errorMessage___ipyp {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ico-to-png_errorMessage___ipyp i {
  color: #dc2626;
  font-size: 16px;
}

.ico-to-png_errorMessage___ipyp p {
  color: #dc2626;
  margin: 0;
  font-size: 14px;
}

.ico-to-png_fileList__soEK1 {
  margin-top: 20px;
}

.ico-to-png_fileList__soEK1 h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 12px;
}

.ico-to-png_fileItem__DSiMM {
  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;
}

.ico-to-png_fileItem__DSiMM span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-weight: 500;
}

.ico-to-png_convertBtn__gynv5 {
  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;
}

.ico-to-png_convertBtn__gynv5:hover:not(:disabled) {
  background: #2563eb;
}

.ico-to-png_convertBtn__gynv5:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.ico-to-png_successMessage__WqLJc {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.ico-to-png_successMessage__WqLJc i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.ico-to-png_successMessage__WqLJc h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.ico-to-png_successMessage__WqLJc p {
  color: #0369a1;
  margin-bottom: 20px;
}

.ico-to-png_downloadBtn__CSBbs {
  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;
}

.ico-to-png_downloadBtn__CSBbs:hover {
  background: #047857;
}

.ico-to-png_stepByStep__IFA_0 {
  background: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ico-to-png_stepByStep__IFA_0 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.ico-to-png_step__QjfMk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.ico-to-png_stepNumber__NMgIp {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.ico-to-png_step__QjfMk p {
  color: #333333;
  line-height: 1.6;
  margin: 8px 0 0 0;
}

.ico-to-png_aboutSection__R_wmf {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ico-to-png_aboutSection__R_wmf h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.ico-to-png_toolDescription__WA_qA .ico-to-png_description__I3qd5 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
}

.ico-to-png_toolDescription__WA_qA .ico-to-png_aboutText__mZBML {
  color: #333333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ico-to-png_convertersWithLateralAds__BMVLg {
    display: block;
    padding: 0 15px;
  }

  .ico-to-png_lateralBanner__wVE_w {
    display: none;
  }

  .ico-to-png_convertersMainContent__fFs4p {
    padding: 15px;
  }

  .ico-to-png_inputMethods__sfTIE {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ico-to-png_title__XCrJL {
    font-size: 24px;
  }

  .ico-to-png_subtitle__K66Da {
    font-size: 16px;
  }

  .ico-to-png_converterSection__MEaEo,
  .ico-to-png_stepByStep__IFA_0,
  .ico-to-png_aboutSection__R_wmf {
    padding: 20px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .ico-to-png_convertersWithLateralAds__BMVLg {
    flex-direction: column;
    gap: 20px;
  }

  .ico-to-png_lateralBanner__wVE_w {
    width: 100%;
    height: 120px;
    margin: 0;
  }

  .ico-to-png_convertersMainContent__fFs4p {
    padding: 10px;
  }

  .ico-to-png_title__XCrJL {
    font-size: 20px;
  }

  .ico-to-png_subtitle__K66Da {
    font-size: 16px;
  }

  .ico-to-png_converterSection__MEaEo {
    padding: 20px;
  }

  .ico-to-png_conversionControls__1EH2B {
    flex-direction: column;
    align-items: center;
  }

  .ico-to-png_convertButton__opzzl,
  .ico-to-png_resetButton__vjyQk {
    width: 100%;
    max-width: 300px;
  }

  .ico-to-png_downloadItem__B32iY {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .ico-to-png_infoGrid__MFKnB {
    grid-template-columns: 1fr;
  }
}

