/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/image-to-pdf/image-to-pdf.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* Image to PDF Converter Styles */

.image-to-pdf_imageToPdfPage__J2x__ {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.image-to-pdf_imageToPdfMain__2qx2l {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  
}

.image-to-pdf_convertersMainContent__6mD76 {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.image-to-pdf_title___8J8B {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.image-to-pdf_subtitle__xTiwu {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.image-to-pdf_converterSection__KhFqE {
  padding: 20px 10px;
  margin-bottom: 50px;
  
}

.image-to-pdf_inputMethods__qigfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.image-to-pdf_uploadMethod__5ePZW h3,
.image-to-pdf_textareaMethod__1Giez h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 60px;
  text-align: center;
}

.image-to-pdf_uploadArea__2eebw {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0  auto 30px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.image-to-pdf_uploadArea__2eebw:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.image-to-pdf_uploadIcon__det7t {
  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__det7t i {
  font-size: 28px;
}

.image-to-pdf_uploadArea__2eebw h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 60px;
}

.image-to-pdf_uploadArea__2eebw p {
   color: #363636;
  font-size: 14px;
  margin: 0 0 30px 0;
}

.image-to-pdf_imageTextarea__bZyUN {
  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: 30px;
}

.image-to-pdf_imageTextarea__bZyUN:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.image-to-pdf_convertBtn__AcGKQ {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.image-to-pdf_convertBtn__AcGKQ:hover:not(:disabled) {
  background: #2563eb;
}

.image-to-pdf_convertBtn__AcGKQ:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.image-to-pdf_imagePreview__sGOr5 {
  max-width: 660px;
  min-width: 320px;
  margin: 0 auto 10px auto;
}

.image-to-pdf_imagePreview__sGOr5 h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.image-to-pdf_imageGrid__6ZNH5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 20px;
}

.image-to-pdf_imageGridItem___4vNe {
  position: relative;
  overflow: hidden;
}

.image-to-pdf_previewImage__a6L0O {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important;
  object-position: center !important;
}

.image-to-pdf_imageInfo__qM6mG {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
}

.image-to-pdf_imageName__jp8Nk {
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1;
  margin-right: 8px;
}

.image-to-pdf_removeBtn__4HuLI {
  background: #ef4444;
  color: white;
  border: none;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-to-pdf_removeBtn__4HuLI:hover {
  background: #dc2626;
}

.image-to-pdf_successMessage__s7FV0 {
  background: #f0f9ff;
  padding: 10px;
  text-align: center;
 
}

.image-to-pdf_successMessage__s7FV0 i {
  font-size: 36px;
  color: #0ea5e9;
  margin: 0 auto;
}

.image-to-pdf_successMessage__s7FV0 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0c4a6e;
  margin: 10px auto;
}

.image-to-pdf_successMessage__s7FV0 p {
  color: #0369a1;
  margin-bottom: 30px;
}

.image-to-pdf_downloadBtn__T1_Ft {
  background: #096900;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.image-to-pdf_downloadBtn__T1_Ft:hover {
  background: #0fb600;
}

.image-to-pdf_stepByStep__Tx4OJ {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.image-to-pdf_stepByStep__Tx4OJ h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.image-to-pdf_step__5OTax {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
}

.image-to-pdf_stepNumber__KMVoT {
  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__5OTax p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.image-to-pdf_aboutSection__E39w0 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.image-to-pdf_aboutSection__E39w0 h2 {
  font-size: 20px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.image-to-pdf_toolDescription__UeDDw .image-to-pdf_description__9xxGS {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.image-to-pdf_toolDescription__UeDDw .image-to-pdf_aboutText__IuffG {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {
  
  .image-to-pdf_imageToPdfMain__2qx2l {
  max-width: 96%;
  
  
  }
}

