/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/converter/tiff-em-jpeg/tiff-to-jpeg.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* TIFF to JPEG Converter Styles */

.tiff-to-jpeg_tiffToJpegPage__crboC {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.tiff-to-jpeg_tiffToJpegMain__2aw8P {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tiff-to-jpeg_convertersMainContent__0lN4b {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
}

.tiff-to-jpeg_title__d6FAc {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.tiff-to-jpeg_subtitle__Es6DM {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.tiff-to-jpeg_converterSection__kJBhe {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.tiff-to-jpeg_converterSection__kJBhe h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.tiff-to-jpeg_inputMethods__P71IJ {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}

.tiff-to-jpeg_uploadArea__8789U {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #069cff;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}


.tiff-to-jpeg_uploadIcon__n_T5l {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.tiff-to-jpeg_uploadZone__9CH1F h4 {
  margin: 0 0 20px 0;
  color: #374151;
  font-weight: 600;
}

.tiff-to-jpeg_uploadArea__8789U:hover {
  border-color: #3b82f6;
  background-color: #f0f8ff;
}

.tiff-to-jpeg_uploadArea__8789U p {
  color: #363636;
  font-size: 14px;
  margin-bottom: 50px;
}

.tiff-to-jpeg_uploadPrompt__rdt3T {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tiff-to-jpeg_uploadText__9zaj_ {
  font-size: 20px;
  color: #363636;
}

.tiff-to-jpeg_uploadSubtext__4_V_j {
  font-size: 14px;
  color: #363636;
}

.tiff-to-jpeg_fileSelected__7l28I {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tiff-to-jpeg_fileIcon__FTyMJ {
  font-size: 36px;
}

.tiff-to-jpeg_fileName__lE0LN {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.tiff-to-jpeg_fileSize__Y4uh1 {
  color: #6b7280;
  font-size: 14px;
}

.tiff-to-jpeg_fileCount__blEVk {
  color: #6b7280;
  font-size: 12px;
  font-style: italic;
}

.tiff-to-jpeg_selectBtn__XXgrg {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tiff-to-jpeg_selectBtn__XXgrg:hover {
  background: #2563eb;
}

.tiff-to-jpeg_convertBtn__9R97T {
  width: 100%;
  background: #069cff;
  color: white;
  border: none;
  margin: 0 auto 10px auto;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tiff-to-jpeg_convertBtn__9R97T img,
.tiff-to-jpeg_downloadBtn__1hmYD img,
.tiff-to-jpeg_downloadAllBtn__j_erd img,
.tiff-to-jpeg_convertAnotherBtn__qZfdE img,
.tiff-to-jpeg_removeFileBtn__4IPBR img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.tiff-to-jpeg_convertBtn__9R97T:hover:not(:disabled) {
  background: #2563eb;
}

.tiff-to-jpeg_convertBtn__9R97T:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}


.tiff-to-jpeg_errorMessage__D6F_7 {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tiff-to-jpeg_errorMessage__D6F_7 i {
  color: #dc2626;
  font-size: 16px;
}

.tiff-to-jpeg_errorMessage__D6F_7 p {
  color: #dc2626;
  margin: 0;
  font-size: 14px;
}

.tiff-to-jpeg_selectedFiles__Y2kzp {
  margin-top: 24px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.tiff-to-jpeg_selectedFiles__Y2kzp h4 {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 16px;
}

.tiff-to-jpeg_fileItem__J9_pD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 8px;
  border: 1px solid #d1d5db;
}

.tiff-to-jpeg_fileItem__J9_pD span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-weight: 500;
  font-size: 14px;
}

.tiff-to-jpeg_removeFileBtn__4IPBR {
  background: #fffb09;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s ease;
}

.tiff-to-jpeg_removeFileBtn__4IPBR:hover {
  background: #ffb006;
}

.tiff-to-jpeg_convertedImages__likUe {
  margin: 20px 0;
}

.tiff-to-jpeg_convertedImageItem__jRvcU {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 8px;
  border: 1px solid #d1d5db;
}

.tiff-to-jpeg_imageInfo__69_u_ {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tiff-to-jpeg_fileName__lE0LN {
  font-weight: 500;
  color: #374151;
  font-size: 14px;
}

.tiff-to-jpeg_pageInfo__5dTck {
  font-size: 12px;
  color: #6b7280;
}

.tiff-to-jpeg_actionButtons__iO_Ss {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tiff-to-jpeg_downloadAllBtn__j_erd {
  background: #059669;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tiff-to-jpeg_downloadAllBtn__j_erd:hover {
  background: #047857;
}

.tiff-to-jpeg_convertAnotherBtn__qZfdE {
  background: #6b7280;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tiff-to-jpeg_convertAnotherBtn__qZfdE:hover {
  background: #4b5563;
}

.tiff-to-jpeg_fileInput__VMY_L {
  display: none;
}

.tiff-to-jpeg_dragActive__A7cJo {
  border-color: #3b82f6 !important;
  background-color: #eff6ff !important;
  transform: scale(1.02);
}

.tiff-to-jpeg_successMessage__WSpsg {
  background: #f0f9ff;
  border: 1px solid #069cff;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
}

.tiff-to-jpeg_successMessage__WSpsg > :first-child {
  font-size: 45px;
  color: #0ea5e9;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

.tiff-to-jpeg_successMessage__WSpsg img {
  filter: hue-rotate(200deg) brightness(1.2);
}

.tiff-to-jpeg_successMessage__WSpsg h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.tiff-to-jpeg_successMessage__WSpsg p {
  color: #0369a1;
  margin-bottom: 20px;
}

.tiff-to-jpeg_downloadBtn__1hmYD {
  background: #059669;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tiff-to-jpeg_downloadBtn__1hmYD:hover {
  background: #047857;
}


.tiff-to-jpeg_stepByStep__ir4km {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.tiff-to-jpeg_stepByStep__ir4km h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.tiff-to-jpeg_step__V_Twy {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.tiff-to-jpeg_stepNumber__BjbpK {
  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;
}

.tiff-to-jpeg_step__V_Twy p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.tiff-to-jpeg_aboutSection__5EAPz {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.tiff-to-jpeg_aboutSection__5EAPz h2 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.tiff-to-jpeg_toolDescription__TERH6 .tiff-to-jpeg_description__lPla2 {
  font-size: 16px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.tiff-to-jpeg_toolDescription__TERH6 .tiff-to-jpeg_aboutText__ta89d {
  color: #363636;
  line-height: 30px;
}




@media (max-width: 768px) {

  .tiff-to-jpeg_tiffToJpegMain__2aw8P {
  max-width: 96%;
  
}
  
}

