#dinput input{border: 1px solid#000;}
/*M TO KM*/
.InnobudsKmtoMeter-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsKmtoMeter-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsKmtoMeter-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsKmtoMeter-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsKmtoMeter-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsKmtoMeter-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsKmtoMeter-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsKmtoMeter-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsKmtoMeter-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsKmtoMeter-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsKmtoMeter-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsKmtoMeter-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsKmtoMeter-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsKmtoMeter-inputs { flex-direction: column; }
    }
/*M TO KM ENDS*/


/*m to cm*/
.InnobudsMtoCm-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsMtoCm-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsMtoCm-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsMtoCm-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsMtoCm-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsMtoCm-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsMtoCm-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsMtoCm-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsMtoCm-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsMtoCm-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsMtoCm-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsMtoCm-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsMtoCm-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsMtoCm-inputs { flex-direction: column; }
    }
    /*m to cm ends*/

    /*Inch to cm converter*/
    .InnobudsInchToCm-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .InnobudsInchToCm-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
      text-align: center;
    }
    /* Tabs */
    .InnobudsInchToCm-tabs {
      display: flex;
      border-bottom: 2px solid #ddd;
      margin-bottom: 20px;
    }
    .InnobudsInchToCm-tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
      color: #555;
      transition: background 0.3s;
    }
    .InnobudsInchToCm-tab.active {
      background: #007bff;
      color: #fff;
      border-radius: 6px 6px 0 0;
    }
    /* Inputs */
    .InnobudsInchToCm-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    .InnobudsInchToCm-field {
      flex: 1;
      min-width: 200px;
    }
    .InnobudsInchToCm-field label {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .InnobudsInchToCm-field input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }
    /* Buttons */
    .InnobudsInchToCm-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .InnobudsInchToCm-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .InnobudsInchToCm-buttons button:hover {
      background: #0056b3;
    }
    /* Result */
    .InnobudsInchToCm-result {
      margin-top: 20px;
      text-align: center;
      font-size: 1.1em;
      color: #333;
      font-weight: bold;
    }
    @media (max-width: 500px) {
      .InnobudsInchToCm-inputs { flex-direction: column; }
    }
    /*Inch to cm ends*/


    /*Heic to jpg*/

    .innobudsHeicJpgTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicJpgTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicJpgTool-dropzone {
      border: 2px dashed #007bff;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicJpgTool-dropzone:hover {
      background: #eaf4ff;
    }
    .innobudsHeicJpgTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicJpgTool-dropzone input {
      display: none;
    }
    .innobudsHeicJpgTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicJpgTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicJpgTool-btn:hover {
      background: #0056b3;
    }
    .innobudsHeicJpgTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicJpgTool-container {
        padding: 16px;
      }
      .innobudsHeicJpgTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to jpg ends*/


    /*heic to png starts*/

    .innobudsHeicPngTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicPngTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicPngTool-dropzone {
      border: 2px dashed #28a745;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicPngTool-dropzone:hover {
      background: #eaffea;
    }
    .innobudsHeicPngTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicPngTool-dropzone input {
      display: none;
    }
    .innobudsHeicPngTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicPngTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #28a745;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicPngTool-btn:hover {
      background: #1e7e34;
    }
    .innobudsHeicPngTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicPngTool-container {
        padding: 16px;
      }
      .innobudsHeicPngTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to png ends*/

    /*heic to pdf converter*/

    .innobudsHeicPdfTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicPdfTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicPdfTool-dropzone {
      border: 2px dashed #007bff;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicPdfTool-dropzone:hover {
      background: #e9f2ff;
    }
    .innobudsHeicPdfTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicPdfTool-dropzone input {
      display: none;
    }
    .innobudsHeicPdfTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicPdfTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicPdfTool-btn:hover {
      background: #0056b3;
    }
    .innobudsHeicPdfTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicPdfTool-container {
        padding: 16px;
      }
      .innobudsHeicPdfTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to pdf ends*/

    /*heic to webp converter*/
    .innobudsHeicWebpTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicWebpTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicWebpTool-dropzone {
      border: 2px dashed #20c997;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicWebpTool-dropzone:hover {
      background: #e9fff4;
    }
    .innobudsHeicWebpTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicWebpTool-dropzone input {
      display: none;
    }
    .innobudsHeicWebpTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicWebpTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #20c997;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicWebpTool-btn:hover {
      background: #159a74;
    }
    .innobudsHeicWebpTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicWebpTool-container {
        padding: 16px;
      }
      .innobudsHeicWebpTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to webp ends*/

    /*heic to bmp starts*/

    .innobudsHeicBmpTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicBmpTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicBmpTool-dropzone {
      border: 2px dashed #007bff;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicBmpTool-dropzone:hover {
      background: #eaf3ff;
    }
    .innobudsHeicBmpTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicBmpTool-dropzone input {
      display: none;
    }
    .innobudsHeicBmpTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicBmpTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicBmpTool-btn:hover {
      background: #0056b3;
    }
    .innobudsHeicBmpTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicBmpTool-container {
        padding: 16px;
      }
      .innobudsHeicBmpTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to bmp ends*/

    /*heic to tiff*/
    .innobudsHeicTiffTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicTiffTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicTiffTool-dropzone {
      border: 2px dashed #6f42c1;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicTiffTool-dropzone:hover {
      background: #f4eaff;
    }
    .innobudsHeicTiffTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicTiffTool-dropzone input {
      display: none;
    }
    .innobudsHeicTiffTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicTiffTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #6f42c1;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicTiffTool-btn:hover {
      background: #563298;
    }
    .innobudsHeicTiffTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicTiffTool-container {
        padding: 16px;
      }
      .innobudsHeicTiffTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to tiff ends*/

    /*heic to gif starts*/

    .innobudsHeicGifTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicGifTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicGifTool-dropzone {
      border: 2px dashed #ff6f61;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicGifTool-dropzone:hover {
      background: #fff5f4;
    }
    .innobudsHeicGifTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicGifTool-dropzone input {
      display: none;
    }
    .innobudsHeicGifTool-preview img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicGifTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #ff6f61;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicGifTool-btn:hover {
      background: #e25446;
    }
    .innobudsHeicGifTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicGifTool-container {
        padding: 16px;
      }
      .innobudsHeicGifTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to gif ends*/

    /*heic to ico converter*/
    .innobudsHeicIcoTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicIcoTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicIcoTool-dropzone {
      border: 2px dashed #f39c12;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicIcoTool-dropzone:hover {
      background: #fff9f0;
    }
    .innobudsHeicIcoTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicIcoTool-dropzone input {
      display: none;
    }
    .innobudsHeicIcoTool-preview img {
      width: 100%;
      height: auto;
      max-height: 200px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicIcoTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #f39c12;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicIcoTool-btn:hover {
      background: #d98c0e;
    }
    .innobudsHeicIcoTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicIcoTool-container {
        padding: 16px;
      }
      .innobudsHeicIcoTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to ico converter*/

    /*heic to avif converter*/
    .innobudsHeicAvifTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .innobudsHeicAvifTool-container h2 {
      margin-bottom: 16px;
      color: #333;
    }
    .innobudsHeicAvifTool-dropzone {
      border: 2px dashed #1abc9c;
      padding: 24px;
      margin-bottom: 16px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicAvifTool-dropzone:hover {
      background: #f0fffa;
    }
    .innobudsHeicAvifTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicAvifTool-dropzone input {
      display: none;
    }
    .innobudsHeicAvifTool-preview img {
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: contain;
      border-radius: 6px;
      margin-bottom: 12px;
      border: 1px solid #ddd;
    }
    .innobudsHeicAvifTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #1abc9c;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicAvifTool-btn:hover {
      background: #16a085;
    }
    .innobudsHeicAvifTool-error {
      color: red;
      font-size: 14px;
      margin-top: 8px;
    }
    @media (max-width: 520px) {
      .innobudsHeicAvifTool-container {
        padding: 16px;
      }
      .innobudsHeicAvifTool-dropzone {
        padding: 18px;
      }
    }
    /*heic to avif converter ends*/
    /*heic to asciiart starts*/
    .innobudsHeicAsciiTool-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0,0,0,0.1);
      text-align: center;
    }
    .innobudsHeicAsciiTool-container h2 {
      margin-bottom: 12px;
      color: #333;
    }
    .innobudsHeicAsciiTool-dropzone {
      border: 2px dashed #6f42c1;
      padding: 22px;
      margin-bottom: 14px;
      background: #fff;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.3s;
    }
    .innobudsHeicAsciiTool-dropzone:hover {
      background: #f7f0ff;
    }
    .innobudsHeicAsciiTool-dropzone p {
      margin: 0;
      color: #555;
      font-size: 16px;
    }
    .innobudsHeicAsciiTool-dropzone input {
      display: none;
    }
    .innobudsHeicAsciiTool-controls {
      text-align: left;
      margin: 12px 0;
    }
    .innobudsHeicAsciiTool-ascii {
      background: #000;
      color: #0f0;
      font-family: monospace;
      white-space: pre;
      text-align: left;
      font-size: 8px;
      padding: 10px;
      border-radius: 6px;
      overflow-x: auto;
      margin-top: 10px;
      line-height: 6px;
      min-height: 120px;
    }
    .innobudsHeicAsciiTool-btn {
      display: inline-block;
      padding: 10px 18px;
      margin: 6px 4px 0;
      background: #6f42c1;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s;
    }
    .innobudsHeicAsciiTool-btn:hover {
      background: #563099;
    }
    .innobudsHeicAsciiTool-slider {
      width: 100%;
      margin: 10px 0 14px;
    }
    .innobudsHeicAsciiTool-error {
      color: red;
      font-size: 14px;
      margin-top: 6px;
    }
    .innobudsHeicAsciiTool-label {
      display: block;
      margin: 6px 0 4px;
      font-size: 14px;
      color: #555;
    }
    .innobudsHeicAsciiTool-select {
      padding: 6px;
      border-radius: 4px;
      border: 1px solid #ccc;
      font-size: 14px;
      width: 100%;
      box-sizing: border-box;
    }
    /* heic to ascii ends*/
    
    
/*Yaml to json converter*/
.innobudsYAMLtoJSON_container{max-width:800px;margin:40px auto;padding:20px;background:#f5f5f5;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,0.1)}.innobudsYAMLtoJSON_title{text-align:center;font-size:24px;margin-bottom:20px;color:#2c3e50}.innobudsYAMLtoJSON_dropzone{border:2px dashed #bbb;border-radius:8px;padding:30px;text-align:center;color:#888;cursor:pointer;margin-bottom:15px;background:#fff;transition:.2s}.innobudsYAMLtoJSON_dropzone.dragover{border-color:#3498db;background:#ecf6ff;color:#3498db}.innobudsYAMLtoJSON_textarea,.innobudsYAMLtoJSON_output{width:100%;height:200px;padding:10px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc;font-family:monospace;background-color:#fff;resize:vertical;box-sizing:border-box}.innobudsYAMLtoJSON_controls{text-align:center;margin:10px 0 20px 0}.innobudsYAMLtoJSON_btn{display:inline-block;padding:10px 15px;margin:5px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:.2s}.innobudsYAMLtoJSON_btn:hover{background-color:#2980b9;transform:scale(1.03)}.innobudsYAMLtoJSON_hidden{display:none}@media(max-width:600px){.innobudsYAMLtoJSON_container{margin:20px;padding:15px}.innobudsYAMLtoJSON_title{font-size:20px}.innobudsYAMLtoJSON_textarea,.innobudsYAMLtoJSON_output{height:150px;font-size:14px}.innobudsYAMLtoJSON_btn{width:100%;margin:8px 0;font-size:15px}}
.innobudsYAMLtoJSON_container input{display:none;} #innobudsYAMLtoJSON_input, #innobudsYAMLtoJSON_output{font-size: 14px !important;color : #000;}
/*Yaml to json ends*/

/*yaml to xml converter*/
.innobudsYAMLtoXML_container{max-width:800px;margin:40px auto;padding:20px;background:#f5f5f5;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,0.1)}.innobudsYAMLtoXML_title{text-align:center;font-size:24px;margin-bottom:20px;color:#2c3e50}.innobudsYAMLtoXML_dropzone{border:2px dashed #bbb;border-radius:8px;padding:30px;text-align:center;color:#888;cursor:pointer;margin-bottom:15px;background:#fff;transition:.2s}.innobudsYAMLtoXML_dropzone.dragover{border-color:#3498db;background:#ecf6ff;color:#3498db}.innobudsYAMLtoXML_textarea,.innobudsYAMLtoXML_output{width:100%;height:200px;padding:10px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc;font-family:monospace;background-color:#fff;resize:vertical;box-sizing:border-box}.innobudsYAMLtoXML_controls{text-align:center;margin:10px 0 20px 0}.innobudsYAMLtoXML_btn{display:inline-block;padding:10px 15px;margin:5px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:.2s}.innobudsYAMLtoXML_btn:hover{background-color:#2980b9;transform:scale(1.03)}.innobudsYAMLtoXML_hidden{display:none}@media(max-width:600px){.innobudsYAMLtoXML_container{margin:20px;padding:15px}.innobudsYAMLtoXML_title{font-size:20px}.innobudsYAMLtoXML_textarea,.innobudsYAMLtoXML_output{height:150px;font-size:14px}.innobudsYAMLtoXML_btn{width:100%;margin:8px 0;font-size:15px}}
.innobudsYAMLtoXML_container input{display:none;} #innobudsYAMLtoXML_input, #innobudsYAMLtoXML_output{font-size: 14px !important;color : #000;}
/*yaml to xml converter ends*/

/*yaml to csv converter*/
.innobudsYAMLtoCSV_container{max-width:800px;margin:40px auto;padding:20px;background:#f5f5f5;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,0.1)}.innobudsYAMLtoCSV_title{text-align:center;font-size:24px;margin-bottom:20px;color:#2c3e50}.innobudsYAMLtoCSV_dropzone{border:2px dashed #bbb;border-radius:8px;padding:30px;text-align:center;color:#888;cursor:pointer;margin-bottom:15px;background:#fff;transition:.2s}.innobudsYAMLtoCSV_dropzone.dragover{border-color:#3498db;background:#ecf6ff;color:#3498db}.innobudsYAMLtoCSV_textarea,.innobudsYAMLtoCSV_output{width:100%;height:200px;padding:10px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc;font-family:monospace;background-color:#fff;resize:vertical;box-sizing:border-box}.innobudsYAMLtoCSV_controls{text-align:center;margin:10px 0 20px 0}.innobudsYAMLtoCSV_btn{display:inline-block;padding:10px 15px;margin:5px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:.2s}.innobudsYAMLtoCSV_btn:hover{background-color:#2980b9;transform:scale(1.03)}.innobudsYAMLtoCSV_hidden{display:none}@media(max-width:600px){.innobudsYAMLtoCSV_container{margin:20px;padding:15px}.innobudsYAMLtoCSV_title{font-size:20px}.innobudsYAMLtoCSV_textarea,.innobudsYAMLtoCSV_output{height:150px;font-size:14px}.innobudsYAMLtoCSV_btn{width:100%;margin:8px 0;font-size:15px}}
.innobudsYAMLtoCSV_container input{display:none;} #innobudsYAMLtoCSV_input, #innobudsYAMLtoCSV_output{font-size: 14px !important;color : #000;}
/*yaml to csv converter ends*/

/*yaml to xlsx converter starts*/
.innobudsYAMLtoXLSX_container{max-width:800px;margin:40px auto;padding:20px;background:#f5f5f5;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,0.1)}.innobudsYAMLtoXLSX_title{text-align:center;font-size:24px;margin-bottom:20px;color:#2c3e50}.innobudsYAMLtoXLSX_dropzone{border:2px dashed #bbb;border-radius:8px;padding:30px;text-align:center;color:#888;cursor:pointer;margin-bottom:15px;background:#fff;transition:.2s}.innobudsYAMLtoXLSX_dropzone.dragover{border-color:#3498db;background:#ecf6ff;color:#3498db}.innobudsYAMLtoXLSX_textarea,.innobudsYAMLtoXLSX_output{width:100%;height:200px;padding:10px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc;font-family:monospace;background-color:#fff;resize:vertical;box-sizing:border-box}.innobudsYAMLtoXLSX_controls{text-align:center;margin:10px 0 20px 0}.innobudsYAMLtoXLSX_btn{display:inline-block;padding:10px 15px;margin:5px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:.2s}.innobudsYAMLtoXLSX_btn:hover{background-color:#2980b9;transform:scale(1.03)}.innobudsYAMLtoXLSX_hidden{display:none}@media(max-width:600px){.innobudsYAMLtoXLSX_container{margin:20px;padding:15px}.innobudsYAMLtoXLSX_title{font-size:20px}.innobudsYAMLtoXLSX_textarea,.innobudsYAMLtoXLSX_output{height:150px;font-size:14px}.innobudsYAMLtoXLSX_btn{width:100%;margin:8px 0;font-size:15px}}
.innobudsYAMLtoXLSX_container input{display:none;} #innobudsYAMLtoXLSX_input, #innobudsYAMLtoXLSX_output{font-size: 14px !important;color : #000;}
/*yaml to xlsx converter ends*/