/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/imagem-em-pdf/image-to-pdf.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* Image to PDF Converter Styles */

.image-to-pdf_imageToPdfPage__SyhZm {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.image-to-pdf_imageToPdfMain__Intg4 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.image-to-pdf_convertersMainContent__MfW6R {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.image-to-pdf_title__CkZ7f {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.image-to-pdf_subtitle__mywuN {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.image-to-pdf_converterSection__Y9tS7 {
  padding: 20px 10px;
  margin-bottom: 50px; 
}

.image-to-pdf_inputMethods__31PPR {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.image-to-pdf_uploadMethod__q6P95 h3,
.image-to-pdf_textareaMethod__EzcBm h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 60px;
  text-align: center;
}

.image-to-pdf_uploadArea__r1A2J {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.image-to-pdf_uploadArea__r1A2J:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.image-to-pdf_uploadIcon__2lTbX {
  width: 50px;
  height: 50px;
  margin: 0 auto 60px auto;
  background: #1e6dec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.image-to-pdf_uploadIcon__2lTbX i {
  font-size: 28px;
}

.image-to-pdf_uploadArea__r1A2J h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 60px;
}

.image-to-pdf_uploadArea__r1A2J p {
   color: #363636;
  font-size: 14px;
  margin: 0 0 30px 0;
}

.image-to-pdf_imageTextarea__87wzc {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 2px solid #bbbbbb;
  border-radius: 9px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  margin-bottom: 20px;
}

.image-to-pdf_imageTextarea__87wzc:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.image-to-pdf_convertBtn__OqJi3 {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.image-to-pdf_convertBtn__OqJi3:hover:not(:disabled) {
  background: #2563eb;
}

.image-to-pdf_convertBtn__OqJi3:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.image-to-pdf_imagePreview__1ofIl {
  margin-top: 30px;
}

.image-to-pdf_imagePreview__1ofIl h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.image-to-pdf_imageGrid__xykW7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 30px;
}

.image-to-pdf_imageGridItem__CatgI {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.image-to-pdf_imageGridItem__CatgI:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.image-to-pdf_previewImage__wbW71 {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
  display: block;
}

.image-to-pdf_imageInfo__daWch {
  padding: 8px;
  background: #f9fafb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-to-pdf_imageName__r1x4u {
  font-size: 12px;
  color: #4b5563;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  margin-right: 8px;
}

.image-to-pdf_removeBtn__pQs7f {
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 5px;
  right: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.image-to-pdf_removeBtn__pQs7f:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.image-to-pdf_successMessage__0bY0q {
  background: #f0f9ff;
  border: 1px solid #0ea5e9;
  border-radius: 9px;
  padding: 10px;
  text-align: center;
  margin-top: 24px;
}

.image-to-pdf_successMessage__0bY0q svg {
  color: #0ea5e9;
  margin-bottom: 16px;
}

.image-to-pdf_successMessage__0bY0q h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.image-to-pdf_successMessage__0bY0q p {
  color: #0369a1;
  margin-bottom: 20px;
}

.image-to-pdf_downloadBtn__oGEy7 {
  background: #059669;
  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;
}

.image-to-pdf_downloadBtn__oGEy7:hover {
  background: #047857;
}

.image-to-pdf_addMoreBtn__S_lG8 {
  width: 100%;
  background: #6b7280;
  color: white;
  border: none;
  padding: 10px 20px;
  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: 6px;
  margin-bottom: 20px;
}

.image-to-pdf_addMoreBtn__S_lG8:hover {
  background: #4b5563;
}

.image-to-pdf_stepByStep___nz7c {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.image-to-pdf_stepByStep___nz7c h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.image-to-pdf_step__14fVG {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.image-to-pdf_stepNumber__3G7PP {
  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;
}

.image-to-pdf_step__14fVG p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.image-to-pdf_aboutSection__OIz78 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.image-to-pdf_aboutSection__OIz78 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.image-to-pdf_toolDescription__FWpI7 .image-to-pdf_description__MrcCv {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.image-to-pdf_toolDescription__FWpI7 .image-to-pdf_aboutText__5StOI {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {
  
  .image-to-pdf_imageToPdfMain__Intg4 {
  max-width: 96%;
  
  
  }

  .image-to-pdf_imageGrid__xykW7 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }

  .image-to-pdf_previewImage__wbW71 {
    height: 120px !important;
  }
}

