/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/bmp-to-png/bmp-to-png.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* BMP to PNG Converter Styles */

.bmp-to-png_bmpToPngPage__iNOtA {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.bmp-to-png_bmpToPngMain__rWVpr {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bmp-to-png_horizontalBanner__ddrFq {
  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;
}

.bmp-to-png_lateralBanner__YTV0p {
  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;
}

.bmp-to-png_convertersMainContent__EhSL2 {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px;
}

.bmp-to-png_title__r7u4r {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.bmp-to-png_subtitle__50G_n {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.bmp-to-png_converterSection__2YvlN {
  border-radius: 9px;
  padding: 32px;
  margin-bottom: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bmp-to-png_converterSection__2YvlN h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.bmp-to-png_inputMethods__NVyVe {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}

.bmp-to-png_uploadArea__LkSg4 {
  max-width: 660px;
  min-width: 360px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.bmp-to-png_uploadArea__LkSg4:hover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}

.bmp-to-png_uploadArea__LkSg4 p {
  color: #363636;
  font-size: 14px;
  margin-bottom: 10px;
}

.bmp-to-png_selectBtn__Ytq8k {
  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;
}

.bmp-to-png_selectBtn__Ytq8k:hover {
  background: #2563eb;
}

.bmp-to-png_errorMessage__D16fj {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bmp-to-png_errorMessage__D16fj i {
  color: #dc2626;
  font-size: 16px;
}

.bmp-to-png_errorMessage__D16fj p {
  color: #dc2626;
  margin: 0;
  font-size: 14px;
}

.bmp-to-png_fileList__fHthA {
  margin-top: 20px;
}

.bmp-to-png_fileList__fHthA h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 12px;
}

.bmp-to-png_fileItem__eCl9h {
  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;
}

.bmp-to-png_fileItem__eCl9h span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-weight: 500;
}

.bmp-to-png_removeBtn__Hy6SA {
  background: #ef4444;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.3s ease;
}

.bmp-to-png_removeBtn__Hy6SA:hover {
  background: #dc2626;
}

.bmp-to-png_convertBtn__5PMZI {
  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;
}

.bmp-to-png_convertBtn__5PMZI:hover:not(:disabled) {
  background: #2563eb;
}

.bmp-to-png_convertBtn__5PMZI:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.bmp-to-png_successMessage__ELwII {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.bmp-to-png_successMessage__ELwII i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.bmp-to-png_successMessage__ELwII h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.bmp-to-png_successMessage__ELwII p {
  color: #0369a1;
  margin-bottom: 20px;
}

.bmp-to-png_downloadBtn__RkL1G {
  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;
}

.bmp-to-png_downloadBtn__RkL1G:hover {
  background: #047857;
}

.bmp-to-png_stepByStep__4R5xt {
  background: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bmp-to-png_stepByStep__4R5xt h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.bmp-to-png_step__81Gyt {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.bmp-to-png_stepNumber__Tpxgp {
  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;
}

.bmp-to-png_step__81Gyt p {
  color: #333333;
  line-height: 1.6;
  margin: 8px 0 0 0;
}

.bmp-to-png_aboutSection__cJq6m {
  background: white;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bmp-to-png_aboutSection__cJq6m h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.bmp-to-png_toolDescription__eIu2Q {
  color: #363636;
  line-height: 26px;
}

.bmp-to-png_description__wvieG {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.bmp-to-png_aboutText__TbJqW {
  color: #333333;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .bmp-to-png_convertersWithLateralAds__B58Ac {
    display: block;
    padding: 0 15px;
  }

  .bmp-to-png_lateralBanner__YTV0p {
    display: none;
  }

  .bmp-to-png_convertersMainContent__EhSL2 {
    padding: 15px;
  }

  .bmp-to-png_inputMethods__NVyVe {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bmp-to-png_title__r7u4r {
    font-size: 24px;
  }

  .bmp-to-png_subtitle__50G_n {
    font-size: 16px;
  }

  .bmp-to-png_converterSection__2YvlN,
  .bmp-to-png_stepByStep__4R5xt,
  .bmp-to-png_aboutSection__cJq6m {
    padding: 20px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .bmp-to-png_convertersWithLateralAds__B58Ac {
    flex-direction: column;
    gap: 20px;
  }

  .bmp-to-png_lateralBanner__YTV0p {
    width: 100%;
    height: 120px;
    margin: 0;
  }

  .bmp-to-png_convertersMainContent__EhSL2 {
    padding: 10px;
  }

  .bmp-to-png_title__r7u4r {
    font-size: 20px;
  }

  .bmp-to-png_subtitle__50G_n {
    font-size: 16px;
  }

  .bmp-to-png_converterSection__2YvlN {
    padding: 20px;
  }

  .bmp-to-png_conversionControls__9whR6 {
    flex-direction: column;
    align-items: center;
  }

  .bmp-to-png_convertButton__0tVpN,
  .bmp-to-png_resetButton__2h_HE {
    width: 100%;
    max-width: 300px;
  }

  .bmp-to-png_downloadItem__QXM82 {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .bmp-to-png_infoGrid__dzUNo {
    grid-template-columns: 1fr;
  }
}

