/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/excel-to-json/excel-to-json.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* Excel to JSON Converter Styles */

.excel-to-json_excelToJsonPage__kzkxm {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.excel-to-json_excelToJsonMain__lPNjE {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.excel-to-json_convertersMainContent__nLWTm {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.excel-to-json_title__hDAqM {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.excel-to-json_subtitle__TZdpN {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.excel-to-json_converterSection__WTx_I {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.excel-to-json_converterSection__WTx_I h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.excel-to-json_inputArea__WYbhy {
  margin-bottom: 30px;
}

.excel-to-json_uploadArea__5jni0 {
  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;
}

.excel-to-json_uploadArea__5jni0:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.excel-to-json_uploadArea__5jni0.excel-to-json_dragActive__9_deF {
  border-color: #3b82f6;
  background: #eff6ff;
}

.excel-to-json_fileInput__FvKvC {
  display: none;
}

.excel-to-json_uploadPrompt__LpVpu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.excel-to-json_uploadIcon__8GM2X {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin: 0 auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.excel-to-json_uploadText__X_ub6 {
  font-size: 18px;
  color: #363636;
}

.excel-to-json_uploadSubtext__TvZJ4 {
  font-size: 14px;
  color: #363636;
}

.excel-to-json_fileSelected__H4PBl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.excel-to-json_fileIcon__573tK {
  font-size: 36px;
}

.excel-to-json_fileName__PGsDh {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.excel-to-json_fileSize__AZegI {
  color: #6b7280;
  font-size: 14px;
}

.excel-to-json_convertBtn__mjjA_ {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.excel-to-json_convertBtn__mjjA_:hover:not(:disabled) {
  background: #2563eb;
}

.excel-to-json_convertBtn__mjjA_:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.excel-to-json_converting__YHoCj {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #6b7280;
  font-size: 16px;
  gap: 10px;
}

.excel-to-json_converting__YHoCj i {
  font-size: 20px;
  color: #3b82f6;
}

.excel-to-json_result__Q2vqU {
  text-align: center;
  padding: 30px;
  border-top: 2px solid #f3f4f6;
}

.excel-to-json_jsonContainer__4qFIP {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 6px;
  max-height: 400px;
  overflow-y: auto;
  text-align: left;
}

.excel-to-json_jsonPreview__A12x3 {
  background: #1f2937;
  color: #f9fafb;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.4;
  overflow-x: auto;
  white-space: pre-wrap;
}

.excel-to-json_resultInfo__3m6Fk {
  margin-bottom: 20px;
}

.excel-to-json_resultName__s7sfU {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.excel-to-json_actionButtons__fGqeJ {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.excel-to-json_downloadBtn__G4203,
.excel-to-json_resetBtn__oW28w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.excel-to-json_downloadBtn__G4203 {
  background: #3b82f6;
  color: white;
}

.excel-to-json_downloadBtn__G4203:hover {
  background: #2563eb;
}

.excel-to-json_resetBtn__oW28w {
  background: #6b7280;
  color: white;
}

.excel-to-json_resetBtn__oW28w:hover {
  background: #4b5563;
}


.excel-to-json_stepByStep__K72U2 {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.excel-to-json_stepByStep__K72U2 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.excel-to-json_step__Io9gD {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.excel-to-json_stepNumber__dSPNx {
  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;
}

.excel-to-json_step__Io9gD p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.excel-to-json_aboutSection__PNwyg {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.excel-to-json_aboutSection__PNwyg h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.excel-to-json_toolDescription__0FSdU .excel-to-json_description__6q5gS {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.excel-to-json_toolDescription__0FSdU .excel-to-json_aboutText__UK2_u {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {

  .excel-to-json_excelToJsonMain__lPNjE {
  max-width: 96%;
}

}

