/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/xml-to-json/xml-to-json.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* XML to JSON Converter Styles */

.xml-to-json_xmlToJsonPage__AS4wm {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.xml-to-json_xmlToJsonMain__lsKO0 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.xml-to-json_xmlToJsonHorizontalBanner__yPJEo {
  max-width: 728px;
  height: 90px;
  margin: 0 auto 20px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}

.xml-to-json_xmlToJsonLateralBanner__OxhqF {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 600px;
  display: flex;
  flex-direction: column;
  margin: 180px 0 0 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  flex-shrink: 0;
}

.xml-to-json_xmlToJsonConvertersWithLateralAds__apyaZ {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 990px;
  gap: 10px;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: center;
}

.xml-to-json_xmlToJsonConvertersMainContent__AriQI {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px;
}

.xml-to-json_xmlToJsonTitle__XkX0K {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.xml-to-json_xmlToJsonSubtitle__3ciZ4 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.xml-to-json_xmlToJsonConverterSection__4WKxa {
  padding: 10px;
  margin: 0  0 60px 0;
}

.xml-to-json_xmlToJsonUploadSection__zKUzU {
  margin-bottom: 30px;
}

.xml-to-json_xmlToJsonUploadArea__04I_L {
  max-width: 660px;
  min-width: 360px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.xml-to-json_xmlToJsonUploadArea__04I_L:hover {
  border-color: #4a90e2;
}

.xml-to-json_xmlToJsonUploadArea__04I_L.xml-to-json_dragActive__8d4Lb {
  border-color: #4a90e2;
  background: #f0f8ff;
}

.xml-to-json_xmlToJsonUploadArea__04I_L i {
  font-size: 48px;
  color: #696969;
  margin-bottom: 16px;
}

.xml-to-json_xmlToJsonUploadArea__04I_L p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.xml-to-json_xmlToJsonUploadArea__04I_L span {
  font-size: 14px;
  color: #696969;
}

.xml-to-json_xmlToJsonInputHeader__Wj8Kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.xml-to-json_xmlToJsonInputLabel__PMZL7 {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.xml-to-json_xmlToJsonHeaderButtons__v1hmH {
  display: flex;
  gap: 10px;
}

.xml-to-json_xmlToJsonExampleButton__GLcxC, .xml-to-json_xmlToJsonClearButton__yl8jn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  background: white;
  color: #374151;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.xml-to-json_xmlToJsonExampleButton__GLcxC:hover, .xml-to-json_xmlToJsonClearButton__yl8jn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.xml-to-json_xmlToJsonTextArea__04uCo, .xml-to-json_xmlToJsonJsonTextArea__enfHi {
  max-width: 660px;
  min-width: 100%;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.xml-to-json_xmlToJsonTextArea__04uCo:focus, .xml-to-json_xmlToJsonJsonTextArea__enfHi:focus {
  outline: none;
  border-color: #3b82f6;
}

.xml-to-json_xmlToJsonConvertButton__t3QGC {
  width: 100%;
  padding: 15px 30px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.xml-to-json_xmlToJsonConvertButton__t3QGC:hover:not(:disabled) {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.xml-to-json_xmlToJsonConvertButton__t3QGC:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
}

.xml-to-json_xmlToJsonResult__LSOJ9 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.xml-to-json_xmlToJsonOutputLabel__pA76T {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #374151;
  font-size: 16px;
}

.xml-to-json_xmlToJsonActionButtons__V9HXx {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.xml-to-json_xmlToJsonCopyBtn__df5eh, .xml-to-json_xmlToJsonDownloadBtn__VCNw7 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #3b82f6;
  background: white;
  color: #3b82f6;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
}

.xml-to-json_xmlToJsonCopyBtn__df5eh:hover, .xml-to-json_xmlToJsonDownloadBtn__VCNw7:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.xml-to-json_xmlToJsonStepByStep__OieAU {
  background: white;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.xml-to-json_xmlToJsonStepByStep__OieAU h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.xml-to-json_xmlToJsonStep__GaMou {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.xml-to-json_xmlToJsonStepNumber__UIffk {
  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;
}

.xml-to-json_xmlToJsonStep__GaMou p {
  color: #333333;
  line-height: 1.6;
  margin: 8px 0 0 0;
}

.xml-to-json_xmlToJsonAboutSection__bs5y2 {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.xml-to-json_xmlToJsonAboutSection__bs5y2 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.xml-to-json_xmlToJsonToolDescription__iL__R .xml-to-json_xmlToJsonDescription__mEe2_ {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 500;
}

.xml-to-json_xmlToJsonToolDescription__iL__R .xml-to-json_xmlToJsonAboutText__UY0Rk {
  color: #333333;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .xml-to-json_xmlToJsonHorizontalBanner__yPJEo {
    display: none;
  }
  
  .xml-to-json_xmlToJsonConvertersWithLateralAds__apyaZ {
    flex-direction: column;
    align-items: center;
  }
  
  .xml-to-json_xmlToJsonLateralBanner__OxhqF {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 20px 0;
    flex-direction: row;
  }
  
  .xml-to-json_xmlToJsonConvertersMainContent__AriQI {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .xml-to-json_xmlToJsonPage__AS4wm {
    padding: 70px 0 0 0;
  }
  
  .xml-to-json_xmlToJsonConvertersWithLateralAds__apyaZ {
    padding: 0 15px;
  }
  
  .xml-to-json_xmlToJsonConvertersMainContent__AriQI {
    padding: 15px;
  }
  
  .xml-to-json_xmlToJsonConverterSection__4WKxa {
    padding: 20px;
  }
  
  .xml-to-json_xmlToJsonTitle__XkX0K {
    font-size: 20px;
  }
  
  .xml-to-json_xmlToJsonSubtitle__3ciZ4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .xml-to-json_xmlToJsonActionButtons__V9HXx {
    flex-direction: column;
  }
  
  .xml-to-json_xmlToJsonCopyBtn__df5eh, .xml-to-json_xmlToJsonDownloadBtn__VCNw7 {
    width: 100%;
    justify-content: center;
  }
  
  .xml-to-json_xmlToJsonInputHeader__Wj8Kv {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .xml-to-json_xmlToJsonHeaderButtons__v1hmH {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .xml-to-json_xmlToJsonHeaderButtons__v1hmH {
    flex-direction: column;
    width: 100%;
  }
  
  .xml-to-json_xmlToJsonExampleButton__GLcxC, .xml-to-json_xmlToJsonClearButton__yl8jn {
    width: 100%;
    justify-content: center;
  }
}

