/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/yaml-to-json/yaml-to-json.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* YAML to JSON Converter Styles */

.yaml-to-json_yamlToJsonPage__7Q6qc {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.yaml-to-json_yamlToJsonMain__GDv9z {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.yaml-to-json_yamlToJsonConvertersMainContent__TmTBo {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.yaml-to-json_yamlToJsonTitle___jtdm {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.yaml-to-json_yamlToJsonSubtitle__9HJ4k {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.yaml-to-json_yamlToJsonConverterSection__Xtp0x {
  padding: 10px;
  margin: 0  0 60px 0;
}

.yaml-to-json_yamlToJsonInputArea__7ohSB {
  margin-bottom: 30px;
}

.yaml-to-json_yamlToJsonUploadSection__9y3o7 {
  margin-bottom: 30px;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr {
  max-width: 660px;
  min-width: 320px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 60px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr:hover {
  border-color: #4a90e2;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr.yaml-to-json_dragActive___LXEZ {
  border-color: #4a90e2;
  background: #f0f8ff;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr i {
  font-size: 48px;
  color: #696969;
  margin-bottom: 16px;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr p {
  margin: 0 auto 90px auto;
  color: #696969;
  font-size: 14px;
}

.yaml-to-json_yamlToJsonUploadArea__BBvwr span {
  font-size: 14px;
  color: #696969;
}

.yaml-to-json_yamlToJsonInputHeader__j7qw2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.yaml-to-json_yamlToJsonInputLabel__qgMQu {
  font-weight: 600;
  color: #374151;
  font-size: 16px;
}

.yaml-to-json_yamlToJsonHeaderButtons__nS0K_ {
  display: flex;
  gap: 10px;
}

.yaml-to-json_yamlToJsonExampleButton__Rydy2, .yaml-to-json_yamlToJsonClearButton__sNxSa {
  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;
}

.yaml-to-json_yamlToJsonExampleButton__Rydy2:hover, .yaml-to-json_yamlToJsonClearButton__sNxSa:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.yaml-to-json_yamlToJsonTextArea__7dfIc, .yaml-to-json_yamlToJsonJsonTextArea__vNh_I {
  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;
}

.yaml-to-json_yamlToJsonTextArea__7dfIc:focus, .yaml-to-json_yamlToJsonJsonTextArea__vNh_I:focus {
  outline: none;
  border-color: #3b82f6;
}

.yaml-to-json_yamlToJsonConvertButton__TCBf_ {
  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;
}

.yaml-to-json_yamlToJsonConvertButton__TCBf_: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);
}

.yaml-to-json_yamlToJsonConvertButton__TCBf_:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
}

.yaml-to-json_yamlToJsonResult__Cso6O {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.yaml-to-json_yamlToJsonOutputLabel__NnpGZ {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #374151;
  font-size: 16px;
}

.yaml-to-json_yamlToJsonActionButtons__YJ5ar {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.yaml-to-json_yamlToJsonCopyBtn__76Rod, .yaml-to-json_yamlToJsonDownloadBtn__T6bE1 {
  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;
}

.yaml-to-json_yamlToJsonCopyBtn__76Rod:hover, .yaml-to-json_yamlToJsonDownloadBtn__T6bE1:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.yaml-to-json_yamlToJsonStepByStep__c4vrV {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.yaml-to-json_yamlToJsonStepByStep__c4vrV h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.yaml-to-json_yamlToJsonStep__lW88z {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.yaml-to-json_yamlToJsonStepNumber__vkvY3 {
  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;
}


.yaml-to-json_yamlToJsonStep__lW88z p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.yaml-to-json_yamlToJsonAboutSection__eW8xI {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.yaml-to-json_yamlToJsonAboutSection__eW8xI h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.yaml-to-json_yamlToJsonToolDescription__esWpQ {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.yaml-to-json_yamlToJsonDescription__6jmfU, .yaml-to-json_yamlToJsonAboutText__Y21i9 {
  color: #363636;
  line-height: 30px;
}



@media (max-width: 768px) {
    
  .yaml-to-json_yamlToJsonMain__GDv9z {
    max-width: 96%;

}
}



