body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f9;
  }
  
  .container-json {
    max-width: 1200px;
    margin: auto;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .flex-container > div {
    flex: 1;
    min-width: 300px;
    max-width: 48%;
  }
  
  textarea {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: monospace;
  }
  
  /* button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  } */
  
  .tabs {
    display: flex;
    margin-bottom: 10px;
  }
  
  .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #f4f4f9;
    margin-right: 2px;
  }
  
  .tab.active {
    background: linear-gradient(45deg, #090929, #538b9a); color: white;
    border-bottom: none;
    border-radius: 30px;;
  }
  
  .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    background: #f5fdff;
    height: 350px;
    overflow-y: auto;
  }
  
  ul.tree {
    list-style: none;
    padding-left: 20px;
  }
  
  ul.tree li {
    margin: 5px 0;
  }
  
  .toggle {
    cursor: pointer;
    color: blue;
    font-weight: bold;
  }
  
  .key {
    color: green;
  }
  
  .value {
    color: darkblue;
  }
  
  .error {
    color: red;
    margin-top: 5px;
  }
  
  .info-section {
    margin-top: 40px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
  }
  
  .info-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color:#090929 !important;
  }
  
  .info-section p,
  .info-section ul {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .info-section ul {
    list-style: disc;
    padding-left: 20px;
  }
  
  @media (max-width: 768px) {
    .flex-container {
      flex-direction: column;
    }
  
    .flex-container > div {
      max-width: 100%;
    }
  }
  
  .custom-home-btn:hover .btn-icon {
    background-color: #e0e0e0;
    color: #003d80;
    transform: scale(1.1);
}
.custom-home-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #007bff;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.custom-home-btn:hover .btn-icon {
    background-color: #e0e0e0;
    color: #003d80;
    transform: scale(1.1);
}
.formatter-tab {
 border-radius: 20px;border-color: #090929;border-width: 1px;
}
.ft-mt {
  margin-top:10px;
}
.ft-mt-27 {
  margin-top: 27px;;
}

.dw-btn {
  background: linear-gradient(45deg, #090929, #538b9a); color: white;
  border-bottom: none;
  border-radius: 30px;
  margin-top: 7px;
  width: 32px;
  height: 32px;
}

.btn-div {
  text-align: right;
}