/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-jpeg/bmp-to-jpeg.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* BMP to JPEG Converter Styles */

.bmp-to-jpeg_bmpToJpegPage__51oYt {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.bmp-to-jpeg_bmpToJpegMain__FtZg1 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.bmp-to-jpeg_convertersMainContent__Ehk04 {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.bmp-to-jpeg_title__kcMfM {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.bmp-to-jpeg_subtitle__GwT78 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.bmp-to-jpeg_converterSection__HPYmu {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.bmp-to-jpeg_inputArea__2qRzk {
  max-width: 660px;
  margin: 0 auto 30px auto;
}

.bmp-to-jpeg_uploadArea__ZL_Mj {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.bmp-to-jpeg_uploadArea__ZL_Mj:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.bmp-to-jpeg_uploadArea__ZL_Mj.bmp-to-jpeg_dragActive___DvuW {
  border-color: #3b82f6;
  background: #eff6ff;
}

.bmp-to-jpeg_fileInput__IOvpu {
  display: none;
}

.bmp-to-jpeg_uploadPrompt__Nnr_e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.bmp-to-jpeg_uploadIcon__RX6DT {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bmp-to-jpeg_uploadText__SUGzN {
  font-size: 18px;
  color: #363636;
}

.bmp-to-jpeg_uploadSubtext__F97Fk {
  font-size: 14px;
  color: #363636;
}

.bmp-to-jpeg_fileSelected__aKRvn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.bmp-to-jpeg_fileIcon__i1_l3 {
  font-size: 36px;
}

.bmp-to-jpeg_fileName__MGqbG {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.bmp-to-jpeg_fileSize__NjQWJ {
  color: #6b7280;
  font-size: 14px;
}

.bmp-to-jpeg_optionsContainer__su94Z {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.bmp-to-jpeg_optionGroup__Mghec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bmp-to-jpeg_optionLabel__jGj0v {
  font-weight: 600;
  color: #374151;
  font-size: 14px;
}

.bmp-to-jpeg_compressionControls__Dxl53 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bmp-to-jpeg_compressionSlider__4aj3W {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
  outline: none;
}

.bmp-to-jpeg_compressionSlider__4aj3W::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bmp-to-jpeg_compressionSlider__4aj3W::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bmp-to-jpeg_compressionValue__W08Ve {
  font-size: 12px;
  color: #6b7280;
}

.bmp-to-jpeg_optionNote__gR0R4 {
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}

.bmp-to-jpeg_convertBtn__If2R7 {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bmp-to-jpeg_convertBtn__If2R7:hover:not(:disabled) {
  background: #2563eb;
}

.bmp-to-jpeg_convertBtn__If2R7:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.bmp-to-jpeg_converting__xRc3N {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #6b7280;
  font-size: 16px;
  gap: 10px;
}

.bmp-to-jpeg_converting__xRc3N i {
  font-size: 20px;
  color: #3b82f6;
}

.bmp-to-jpeg_result__3kWtQ {
  text-align: center;
  padding: 30px;
  border-top: 2px solid #f3f4f6;
}

.bmp-to-jpeg_imageContainer__XlN6i {
  margin: 0 auto 10px auto;
  padding: 0;
  background: #f9fafb;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bmp-to-jpeg_previewImage__7NdGT {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.bmp-to-jpeg_resultInfo__TxJvm {
  margin-bottom: 20px;
}

.bmp-to-jpeg_resultName__s1tnx {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.bmp-to-jpeg_fileDetails__t2Jy1 {
  margin-top: 8px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #6b7280;
}

.bmp-to-jpeg_actionButtons__klygG {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.bmp-to-jpeg_downloadBtn__uAPZE,
.bmp-to-jpeg_resetBtn__F_7da {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bmp-to-jpeg_downloadBtn__uAPZE {
  background: #3b82f6;
  color: white;
}

.bmp-to-jpeg_downloadBtn__uAPZE:hover {
  background: #2563eb;
}

.bmp-to-jpeg_resetBtn__F_7da {
  background: #6b7280;
  color: white;
}

.bmp-to-jpeg_resetBtn__F_7da:hover {
  background: #4b5563;
}

.bmp-to-jpeg_hiddenCanvas__Li3kT {
  display: none;
}

.bmp-to-jpeg_errorMessage__ZgvGE {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bmp-to-jpeg_errorMessage__ZgvGE i {
  color: #dc2626;
  font-size: 16px;
}

.bmp-to-jpeg_errorMessage__ZgvGE p {
  color: #dc2626;
  margin: 0;
  font-size: 14px;
}

.bmp-to-jpeg_stepByStep__Wl6Ap {
  background: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bmp-to-jpeg_stepByStep__Wl6Ap h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.bmp-to-jpeg_step__qT_yi {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.bmp-to-jpeg_stepNumber__sylVV {
  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-jpeg_step__qT_yi p {
  color: #333333;
  line-height: 1.6;
  margin: 8px 0 0 0;
}

.bmp-to-jpeg_aboutSection___FW_w {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bmp-to-jpeg_aboutSection___FW_w h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.bmp-to-jpeg_toolDescription__2g9GQ .bmp-to-jpeg_description__zhlas {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
}

.bmp-to-jpeg_toolDescription__2g9GQ .bmp-to-jpeg_aboutText__FvRIJ {
  color: #333333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .bmp-to-jpeg_convertersWithLateralAds__mVv_x {
    display: block;
    padding: 0 15px;
  }

  .bmp-to-jpeg_lateralBanner__ISoap {
    display: none;
  }

  .bmp-to-jpeg_convertersMainContent__Ehk04 {
    padding: 15px;
  }

  .bmp-to-jpeg_title__kcMfM {
    font-size: 24px;
  }

  .bmp-to-jpeg_subtitle__GwT78 {
    font-size: 16px;
  }

  .bmp-to-jpeg_converterSection__HPYmu,
  .bmp-to-jpeg_stepByStep__Wl6Ap,
  .bmp-to-jpeg_aboutSection___FW_w {
    padding: 20px;
  }
}
