/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/json-to-yaml/json-to-yaml.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* JSON to YAML Converter Styles */

.json-to-yaml_jsonToYamlPage__m1Fpm {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.json-to-yaml_jsonToYamlMain__5MKz3 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


.json-to-yaml_jsonToYamlConvertersMainContent__cwzjA {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.json-to-yaml_jsonToYamlTitle__mlNdu {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.json-to-yaml_jsonToYamlSubtitle__FTv7_ {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.json-to-yaml_jsonToYamlConverterSection__SFVKX {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.json-to-yaml_jsonToYamlUploadSection__oP7f_ {
  margin-bottom: 30px;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR {
  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;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR.json-to-yaml_dragActive__ra94A {
  border-color: #3b82f6;
  background: #eff6ff;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR i {
  font-size: 40px;
  color: #dc3545;
  margin-bottom: 60px;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.json-to-yaml_jsonToYamlUploadArea__JB8yR span {
  font-size: 14px;
  color: #696969;
}

.json-to-yaml_jsonToYamlInputArea__lFn1y {
  margin-bottom: 30px;
}

.json-to-yaml_jsonToYamlInputHeader__Y3sfy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.json-to-yaml_jsonToYamlInputLabel__T_zdC {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.json-to-yaml_jsonToYamlInputSection__LZYBW {
  margin-bottom: 25px;
}

.json-to-yaml_jsonToYamlInputHeader__Y3sfy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.json-to-yaml_jsonToYamlInputLabel__T_zdC {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #374151;
  font-size: 16px;
}

.json-to-yaml_jsonToYamlHeaderButtons__oxUmJ {
  display: flex;
  gap: 10px;
}

.json-to-yaml_jsonToYamlExampleButton__MTRpL {
  padding: 8px 16px;
  background: #f59e0b;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.json-to-yaml_jsonToYamlExampleButton__MTRpL:hover {
  background: #d97706;
  transform: translateY(-1px);
}

.json-to-yaml_jsonToYamlClearButton__QihIv {
  padding: 8px 16px;
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.json-to-yaml_jsonToYamlClearButton__QihIv:hover {
  background: #dc2626;
  transform: translateY(-1px);
}

.json-to-yaml_jsonToYamlTextArea__m5krK, .json-to-yaml_jsonToYamlYamlTextArea__oKPRi {
  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;
}

.json-to-yaml_jsonToYamlTextArea__m5krK:focus, .json-to-yaml_jsonToYamlYamlTextArea__oKPRi:focus {
  outline: none;
  border-color: #3b82f6;
}

.json-to-yaml_jsonToYamlConvertButton__ROwek {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 25px 0;
}

.json-to-yaml_jsonToYamlConvertButton__ROwek:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.json-to-yaml_jsonToYamlConvertButton__ROwek:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.json-to-yaml_jsonToYamlOutputSection__gGGYr {
  padding: 25px;
  background: #f8fafc;
  border-radius: 16px;
  border: 2px dashed #cbd5e1;
  border-top: 1px solid #e5e7eb;
}

.json-to-yaml_jsonToYamlOutputLabel__VAv_N {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #374151;
  font-size: 16px;
}

.json-to-yaml_jsonToYamlActionButtons__9sFuQ {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.json-to-yaml_jsonToYamlCopyBtn__xlJcE, .json-to-yaml_jsonToYamlDownloadBtn__gm4wo {
  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;
}

.json-to-yaml_jsonToYamlCopyBtn__xlJcE:hover, .json-to-yaml_jsonToYamlDownloadBtn__gm4wo:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}



.json-to-yaml_stepByStep__Ejsyh {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.json-to-yaml_stepByStep__Ejsyh h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.json-to-yaml_step__Ub61N {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.json-to-yaml_stepNumber__QAmGL {
  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;
}

.json-to-yaml_step__Ub61N p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.json-to-yaml_aboutSection__ZBhM4 {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.json-to-yaml_aboutSection__ZBhM4 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.json-to-yaml_toolDescription__hPfTI .json-to-yaml_description__RH_uM {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.json-to-yaml_toolDescription__hPfTI .json-to-yaml_aboutText__fDQjx {
  color: #363636;
  line-height: 30px;
}





.json-to-yaml_jsonToYamlErrorMessage__xG_Is {
  background: #fee2e2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  
  .json-to-yaml_jsonToYamlMain__5MKz3 {
   max-width: 96%;
   
}

}

