/*IMAGE SHADOW EFFECT STARTS*/
.innobudsImgShadow-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .innobudsImgShadow-dropzone {
      width: 300px;
      height: 300px;
      border: 2px dashed #999;
      border-radius: 10px;
      margin: auto;
      position: relative;
      cursor: pointer;
      background: #fafafa;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      margin-bottom: 20px;
    }

    #innobudsImgShadowCanvas {
      display: none;
      max-width: 100%;
    }

    .innobudsImgShadow-controls label {
      display: block;
      margin-top: 10px;
      font-weight: bold;
    }

    .innobudsImgShadow-controls input[type=range],
    .innobudsImgShadow-controls input[type=color] {
      width: 100%;
          padding: 1px !important;
    }

    .innobudsImgShadow-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .innobudsImgShadow-buttons button {
      padding: 10px 20px;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background: #4caf50;
      color: white;
    }

    .innobudsImgShadow-buttons button:hover {
      background: #388e3c;
    }

    .innobudsImgShadow-reset {
      background: #d32f2f !important;
    }

    .innobudsImgShadow-container input[type="file"] {
      display: none;
    }
/*IMAGE SHADOW EFFECT ENDS*/


/*IMAGE POSTERIZE EFFECT STARTS*/

    .innobudsImgPoster-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgPoster-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgPoster-dropzone {
      min-height: 150px;
      border: 2px dashed #28a745;
      border-radius: 10px;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .innobudsImgPoster-dropzone input[type="file"] { display: none; }
    .innobudsImgPoster-dropzone.innobudsImgPoster-dragover {
      background: #e0ffe0;
      border-color: #1db954;
    }
    .innobudsImgPoster-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgPoster-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgPoster-controls {
      text-align: center;
      margin-top: 15px;
    }
    .innobudsImgPoster-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgPoster-slider {
      width: 200px;
      vertical-align: middle;
    }
    .innobudsImgPoster-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgPoster-buttons button {
      background: #28a745;
      color: #fff;
      font-size: 14px;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgPoster-buttons button:hover {
      background: #1c7c31;
    }

/*IMAGE POSTERIZE EFFECT ENDS*/

/*IMAGE BRIGHTNESS STARTS*/
.innobudsImgBright-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgBright-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgBright-dropzone {
      min-height: 150px;
    border: 2px dashed #28a745;
    border-radius: 10px;
    background: #f9f9f9;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s ease;
    }
    .innobudsImgBright-dropzone input[type="file"] { display: none; }
    .innobudsImgBright-dropzone.innobudsImgBright-dragover {
      background: #ffe0b2;
      border-color: #ff9800;
    }
    .innobudsImgBright-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgBright-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgBright-controls {
      text-align: center;
      margin-top: 15px;
    }
    .innobudsImgBright-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgBright-slider {
      width: 240px;
      vertical-align: middle;
    }
    .innobudsImgBright-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgBright-buttons button {
      background: #28a745;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgBright-buttons button:hover {
      background: #e68900;
    }
/*IMAGE BRIGHTNESS ENDS*/
/*IMAGE RGB CHANNEL SWAP STARTS*/

    .innobudsImgRGBSwap-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgRGBSwap-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgRGBSwap-options {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }
    .innobudsImgRGBSwap-options label {
      padding: 6px 12px;
      background: #007acc;
      color: #fff;
      border-radius: 5px;
      cursor: pointer;
    }
    .innobudsImgRGBSwap-options input[type="radio"] {
      display: none;
    }
    .innobudsImgRGBSwap-options input[type="radio"]:checked + span {
 background: green;
    color: #fff;
    padding: 6px 13px;
    }
    .innobudsImgRGBSwap-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      transition: 0.3s ease;
    }
    .innobudsImgRGBSwap-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgRGBSwap-dropzone.innobudsImgRGBSwap-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgRGBSwap-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgRGBSwap-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgRGBSwap-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgRGBSwap-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgRGBSwap-buttons button:hover {
      background: #005eaa;
    }
/*IMAGE RGB CHANNEL SWAP ENDS*/
/*IMAGE TO ASCII STARTS*/
.innobudsImgAscii-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgAscii-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgAscii-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      transition: 0.3s ease;
    }
    .innobudsImgAscii-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgAscii-dropzone.innobudsImgAscii-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgAscii-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgAscii-output {
      font-family: monospace;
      white-space: pre;
     background: #fff;
color: #000;
      padding: 15px;
      border-radius: 6px;
      overflow-x: auto;
      max-height: 400px;
    }
    .innobudsImgAscii-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgAscii-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgAscii-buttons button:hover {
      background: #005eaa;
    }
    /*IMAGE TO ASCII ENDS*/

    /*TXT TO PDF CONVERTER STARTS*/
    .innobudsTxtPdf-container {
      width: 100%;
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsTxtPdf-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsTxtPdf-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #000;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsTxtPdf-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsTxtPdf-container input, .innobudsTxtPdf-dropzone input[type="file"] {
      display: none;
    }

    textarea#innobudsTxtInput {
      width: 100%;
      height: 220px;
      font-family: monospace;
      font-size: 14px;
       color: #000;
      padding: 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsTxtPdf-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsTxtPdf-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsTxtPdf-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsTxtPdf-dropzone {
        font-size: 14px;
        padding: 30px 10px;
      }

      .innobudsTxtPdf-container h2 {
        font-size: 20px;
      }

      .innobudsTxtPdf-actions {
        flex-direction: column;
      }

      .innobudsTxtPdf-actions button {
        width: 100%;
      }
    }
    /*TXT TO PDF ENDS*/
    /*PDF TO TXT CONVERTER STARTS*/
    .innobudsPdfTxt-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfTxt-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfTxt-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #000;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfTxt-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfTxt-container input[type="file"] {
      display: none;
    }

    textarea#innobudsPdfTxtOutput {
      width: 100%;
      height: 220px;
      color: #000;
      font-family: monospace;
      font-size: 14px;
      padding: 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsPdfTxt-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsPdfTxt-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsPdfTxt-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsPdfTxt-dropzone {
        font-size: 14px;
        padding: 40px 10px;
      }

      .innobudsPdfTxt-container h2 {
        font-size: 20px;
      }

      .innobudsPdfTxt-actions {
        flex-direction: column;
      }

      .innobudsPdfTxt-actions button {
        width: 100%;
      }
    }
    /*PDF TO TXT CONVERTER ENDS*/

    /*PDF TO WORD CONVERTER STARTS*/
     .innobudsPdfWord-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfWord-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfWord-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfWord-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfWord-container input[type="file"] {
      display: none;
    }

    textarea#innobudsPdfWordOutput {
      width: 100%;
      height: 220px;
      font-family: monospace;
      font-size: 14px;
      padding: 12px;
      color: #000;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsPdfWord-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsPdfWord-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsPdfWord-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsPdfWord-dropzone {
        font-size: 14px;
        padding: 40px 10px;
      }

      .innobudsPdfWord-container h2 {
        font-size: 20px;
      }

      .innobudsPdfWord-actions {
        flex-direction: column;
      }

      .innobudsPdfWord-actions button {
        width: 100%;
      }
    }
    /*PDF TO WORD CONVERTER ENDS*/
    /*PDF TO IMAGE STARTS*/

    .innobudsPdfImg-container {
      max-width: 850px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfImg-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfImg-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfImg-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfImg-container input[type="file"] {
      display: none;
    }

    .innobudsPdfImg-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .innobudsPdfImg-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 160px;
      transition: background 0.3s;
    }

    .innobudsPdfImg-actions button:hover {
      background: #005fa3;
    }

    #innobudsPdfImgCanvases {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 20px;
    }

    .innobudsPdfImg-page {
      background: #fafafa;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }

    .innobudsPdfImg-pageBtns {
      margin-top: 10px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .innobudsPdfImg-container canvas {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    @media (max-width: 600px) {
      .innobudsPdfImg-actions {
        flex-direction: column;
      }

      .innobudsPdfImg-actions button {
        width: 100%;
      }
    }
    /*PDF TO IMAGE ENDS*/

    /*TXT TO IMAGE STARTS*/
    .innobudsTxttoImg-container {
      max-width: 850px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsTxttoImg-title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsTxttoImg-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsTxttoImg-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsTxttoImg-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }

    .innobudsTxttoImg-actions button,
    .innobudsTxttoImg-buttons button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 160px;
      transition: background 0.3s;
    }

    .innobudsTxttoImg-actions button:hover,
    .innobudsTxttoImg-buttons button:hover {
      background: #005fa3;
    }

    .innobudsTxttoImg-output {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .innobudsTxttoImg-lineBlock {
      background: #fafafa;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    .innobudsTxttoImg-buttons {
      margin-top: 10px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .innobudsTxttoImg-container canvas {
      width: 100%;
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    input#innobudsTxttoImgFile {
      display: none;
    }

    @media(max-width: 600px) {
      .innobudsTxttoImg-actions {
        flex-direction: column;
      }

      .innobudsTxttoImg-actions button {
        width: 100%;
      }
    }
    /*TXT TO IMAGE ENDS*/

    /*IMAGE FLIP STARTS*/
    .innobudsImgFlip-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgFlip-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgFlip-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      margin-bottom: 20px;
      transition: 0.3s ease;
      position: relative;
    }
    .innobudsImgFlip-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgFlip-dropzone.innobudsImgFlip-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgFlip-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgFlip-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgFlip-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgFlip-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgFlip-buttons button:hover {
      background: #005eaa;
    }
    /*IMAGE FLIP ENDS*/
    .innobudsPdfImg-pageBtns button
    {
      background: #007acc;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 160px;
    transition: background 0.3s;
    }

    /*REVERSE LIST STARTS*/

    .InnobudsReverseList-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsReverseList-container h2 {
      text-align: center;
      margin-bottom: 15px;
      font-size: 22px;
    }
    .InnobudsReverseList-textarea {
      width: 100%;
      height: 200px;
      resize: vertical;
      font-size: 14px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      color: #000;
      margin-bottom: 15px;
    }
    .InnobudsReverseList-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
    .InnobudsReverseList-buttons button {
      flex: 1 -1 48%;
      padding: 10px;
      font-size: 14px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .InnobudsReverseList-buttons button:hover {
      background-color: #0056b3;
    }
    @media (max-width: 480px) {
      .InnobudsReverseList-buttons button {
        flex: 1 1 100%;
      }
    }
    /*REVERSE LIST ENDS*/
    /*LIST RANDOMIZER STARTS*/

    .InnobudsListRandomizer-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsListRandomizer-container h2 {
      text-align: center;
      margin-bottom: 15px;
      font-size: 22px;
    }
    .InnobudsListRandomizer-textarea {
      width: 100%;
      height: 200px;
      color: #000;
      resize: vertical;
      font-size: 14px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      margin-bottom: 15px;
    }
    .InnobudsListRandomizer-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
    .InnobudsListRandomizer-buttons button {
      flex: 1 -1 48%;
      padding: 10px;
      font-size: 14px;
      background-color: #28a745;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .InnobudsListRandomizer-buttons button:hover {
      background-color: #1e7e34;
    }
    @media (max-width: 480px) {
      .InnobudsListRandomizer-buttons button {
        flex: 1 1 100%;
      }
    }
    /*LIST RANDOMIZER ENDS*/

    /*ADD TEXT EACH LINE STARTS*/
    .InnobudsAddText-container {
      max-width: 800px; margin: auto; background: #fff; padding: 20px;
      border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsAddText-container h2 {
      text-align: center; margin-bottom: 20px; font-size: 22px;
    }
    .InnobudsAddText-textarea {
      width: 100%; height: 200px; resize: vertical; font-size: 14px;
      padding: 10px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 20px;
    }
    .InnobudsAddText-section {
      margin-bottom: 15px;
    }
    .InnobudsAddText-section label {
      font-size: 14px; display: block; margin-bottom: 5px; text-align: left;color: #555;
    }
    .InnobudsAddText-section input[type="text"] {
      width: 100%; padding: 8px; font-size: 14px; 
      border: 1px solid #ccc; border-radius: 6px; margin-bottom: 10px;
    }
    .InnobudsAddText-checkboxes {
      margin-bottom: 10px;
    }
    .InnobudsAddText-checkboxes label {
      margin-right: 15px; font-size: 14px;
    }
    .InnobudsAddText-buttons {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    }
    .InnobudsAddText-buttons button {
      flex: 1 -1 48%; padding: 10px; font-size: 14px;
      background-color: #28a745; color: white; border: none;
      border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease;
    }
    .InnobudsAddText-buttons button:hover {
      background-color: #1e7e34;
    }
    .InnobudsAddText-tip {
      font-size: 13px; color: #555; margin-bottom: 10px;
    }
    .InnobudsAddText-textarea {color: #000;}
    @media (max-width: 480px) {
      .InnobudsAddText-buttons button {
        flex: 1 1 100%;
      }
    }
    /*ADD TEXT EACH LINE ENDS*/
    /*LIST SORT STARTS*/
    .InnobudsListSort-container {
      max-width: 800px; margin: auto; background: #fff; padding: 20px;
      border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsListSort-container h2 {
      text-align: center; margin-bottom: 20px; font-size: 22px;
    }
    .InnobudsListSort-textarea {
      color: #000;
      width: 100%; height: 200px; resize: vertical; font-size: 14px;
      padding: 10px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 20px;
    }
    .InnobudsListSort-section {
      margin-bottom: 15px;
    }
    .InnobudsListSort-section h4 {
      margin: 0 0 10px 0; font-size: 15px; color: #333;
    }
    .InnobudsListSort-options label {
      margin-right: 15px;
      font-size: 14px;
      text-align: left !important;
      color: #000;
    }
    .InnobudsListSort-buttons {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    }
    .InnobudsListSort-buttons button {
      flex: 1 -1 48%; padding: 10px; font-size: 14px;
      background-color: #007bff; color: white; border: none;
      border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease;
    }
    .InnobudsListSort-buttons button:hover {
      background-color: #0056b3;
    }
    @media (max-width: 480px) {
      .InnobudsListSort-buttons button {
        flex: 1 1 100%;
      }
    }
    /*LIST SORT ENDS*/

    /*REMOVE EXTRA WHITE SPACES STARTS*/
    .InnobudsRemovewhitespaceTxt-container {
      max-width: 800px; margin: auto; background: #fff; padding: 20px;
      border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsRemovewhitespaceTxt-container h2 {
      text-align: center; font-size: 22px; margin-bottom: 20px;
    }
    .InnobudsRemovewhitespaceTxt-container textarea {
      width: 100%; height: 150px; resize: vertical; font-size: 14px; color: #000;
      padding: 10px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 10px;
    }
    .InnobudsRemovewhitespaceTxt-drag {
      border: 2px dashed #ccc; border-radius: 6px; padding: 20px;
      text-align: center; color: #777; margin-bottom: 20px; background: #fafafa;
    }
    .InnobudsRemovewhitespaceTxt-drag.dragover {
      border-color: #007bff; background: #e9f5ff; color: #333;
    }
    .InnobudsRemovewhitespaceTxt-drag input[type="file"] { display: none; }
    .InnobudsRemovewhitespaceTxt-buttons {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    }
    .InnobudsRemovewhitespaceTxt-buttons button {
      padding: 10px 14px; font-size: 14px; background-color: #007bff;
      color: white; border: none; border-radius: 6px; cursor: pointer;
    }
    .InnobudsRemovewhitespaceTxt-buttons button:hover {
      background-color: #0056b3;
    }
    /*REMOVE EXTRA WHITE SPACES ENDS*/
    /*REMOVE EMPTY LINES STARTS*/
    .InnobudsRemoveEmptylines-container {
      max-width: 800px; margin: auto; background: #fff; padding: 20px;
      border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsRemoveEmptylines-container h2 {
      text-align: center; font-size: 22px; margin-bottom: 20px;
    }
    .InnobudsRemoveEmptylines-container textarea {
      width: 100%; height: 150px; resize: vertical; font-size: 14px; color: #000;
      padding: 10px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 10px;
    }
    .InnobudsRemoveEmptylines-drag {
      border: 2px dashed #ccc;
      border-radius: 6px;
      padding: 20px;
      text-align: center;
      color: #777;
      margin-bottom: 20px;
      background: #fafafa;
      position: relative;
    }
    .InnobudsRemoveEmptylines-drag.dragover {
      border-color: #007bff;
      background: #e9f5ff;
      color: #333;
    }
    .InnobudsRemoveEmptylines-drag p {
      margin: 0;
      font-size: 14px;
    }
    .InnobudsRemoveEmptylines-drag input[type="file"] {
      display: none;
    }
    .InnobudsRemoveEmptylines-buttons {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
      flex-direction: row;
    }
    .InnobudsRemoveEmptylines-buttons button {
      padding: 10px 14px; font-size: 14px;
      background-color: #007bff; color: white; border: none;
      border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease;
      white-space: nowrap;
    }
    .InnobudsRemoveEmptylines-buttons button:hover {
      background-color: #0056b3;
    }
    @media (max-width: 600px) {
      .InnobudsRemoveEmptylines-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      .InnobudsRemoveEmptylines-buttons button {
        width: 100%;
      }
    }
    /*REMOVE EMPTY LINES ENDS*/
    /*COUNT LINES STARTS*/
    .InnobudsCountlinestool-container {
      max-width: 800px; margin: auto; background: #fff; padding: 20px;
      border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .InnobudsCountlinestool-container h2 {
      text-align: center; font-size: 22px; margin-bottom: 20px;
    }
    .InnobudsCountlinestool-container textarea {
      width: 100%; height: 150px; resize: vertical; font-size: 14px; color: #000;
      padding: 10px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 10px;
    }
    .InnobudsCountlinestool-drag {
      border: 2px dashed #ccc;
      border-radius: 6px;
      padding: 20px;
      text-align: center;
      color: #777;
      margin-bottom: 20px;
      background: #fafafa;
      position: relative;
    }
    .InnobudsCountlinestool-drag.dragover {
      border-color: #007bff;
      background: #e9f5ff;
      color: #333;
    }
    .InnobudsCountlinestool-drag p {
      margin: 0;
      font-size: 14px;
    }
    .InnobudsCountlinestool-drag input[type="file"] {
      display: none;
    }
    .InnobudsCountlinestool-buttons {
      display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
      flex-direction: row;
    }
    .InnobudsCountlinestool-buttons button {
      padding: 10px 14px; font-size: 14px;
      background-color: #007bff; color: white; border: none;
      border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease;
      white-space: nowrap;
    }
    .InnobudsCountlinestool-buttons button:hover {
      background-color: #0056b3;
    }
    .InnobudsCountlinestool-output-count {
      font-size: 16px;
      text-align: center;
      margin-top: 10px;
      line-height: 30px;
      color: #333;
      font-weight: bold;
      white-space: pre-line;
    }
    @media (max-width: 600px) {
      .InnobudsCountlinestool-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      .InnobudsCountlinestool-buttons button {
        width: 100%;
      }
    }
    /*COUNT LINES ENDS*/
#innobudsImgPoster-dropzone input{display: none;}

/*EXCEL TO HTML CONVERTER*/
.innobudsExcelToHtml-container{
    max-width:900px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;
    box-shadow:0 6px 25px rgba(0,0,0,0.1);
  }
  .innobudsExcelToHtml-container h2,h3{text-align:center;color:#333;}
  .innobudsExcelToHtml-dropzone{
    border:2px dashed #999;padding:30px;text-align:center;margin:25px 0;border-radius:12px;
    background:#fafafa;color:#555;cursor:pointer;transition:0.3s;
  }
  .innobudsExcelToHtml-dropzone.dragover{background:#e6f7ff;border-color:#00aaff;}
  .innobudsExcelToHtml-actions{
    display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px;
  }
  .innobudsExcelToHtml-actions button,.innobudsExcelToHtml-actions select{
    border-radius:6px;padding:12px 20px;font-size:14px;cursor:pointer;min-width:140px;transition:0.3s;
  }
  .innobudsExcelToHtml-actions button{background:#28a745;color:white;border:none;}
  .innobudsExcelToHtml-actions button:hover{background:#1e7e34;}
  .innobudsExcelToHtml-actions select{border:1px solid #ccc;background:#fff;color:#333;}
  .innobudsExcelToHtml-output{
    width:100%;height:220px;padding:14px;font-family:monospace;font-size:14px;
    border:1px solid #ccc;border-radius:6px;resize:vertical;white-space:pre-wrap;margin-top:15px;
  }
  .innobudsExcelToHtml-preview{
    margin-top:20px;padding:15px;border-radius:10px;overflow:auto;max-height:400px;
    background:#fafafa;box-shadow:inset 0 0 5px rgba(0,0,0,0.05);border:1px solid #ddd;
  }
  @media(max-width:600px){
    .innobudsExcelToHtml-output{height:180px;}
    .innobudsExcelToHtml-actions{flex-direction:column;}
    .innobudsExcelToHtml-actions button,.innobudsExcelToHtml-actions select{width:100%;}
  }
/*EXCEL TO HTML CONVERTER ENDS*/

/*PDF TO HTML CONVERTER*/
/* Container */
    .innobudsPdfToHtml-container {
      max-width: 800px;
      margin: 30px auto;
      padding: 20px;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      font-family: "Segoe UI", Arial, sans-serif;
    }

    .innobudsPdfToHtml-container h2,
    .innobudsPdfToHtml-container h3 {
      text-align: center;
      color: #333;
    }

    /* Dropzone */
    .innobudsPdfToHtml-dropzone {
      border: 2px dashed #999;
      padding: 20px;
      text-align: center;
      margin: 20px 0;
      border-radius: 8px;
      background: #fafafa;
      color: #555;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsPdfToHtml-dropzone.innobudsPdfToHtml-dragover {
      background: #fff3cd;
      border-color: #ff9800;
    }

    /* Buttons */
    .innobudsPdfToHtml-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-top: 15px;
    }

    .innobudsPdfToHtml-actions button {
      background: #ff9800;
      color: white;
      border: none;
      padding: 10px 16px;
      font-size: 14px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 120px;
    }

    .innobudsPdfToHtml-actions button:hover {
      background: #e68900;
    }

    /* Output textarea */
    .innobudsPdfToHtml-output {
      width: 100%;
      height: 200px;
      padding: 10px;
      font-family: monospace;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      resize: vertical;
      white-space: pre-wrap;
      margin-top: 10px;
    }

    /* Preview styling */
    .innobudsPdfToHtml-preview {
      margin-top: 15px;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: auto;
      max-height: 400px;
      background: #fdfdfd;
      line-height: 1.6;
    }

    .innobudsPdfToHtml-page {
      padding: 15px;
      margin-bottom: 20px;
      border: 1px solid #eee;
      border-radius: 8px;
      background: #fafafa;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .innobudsPdfToHtml-page h4 {
      text-align: center;
      margin: 0 0 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ddd;
      color: #ff9800;
      font-family: "Segoe UI", Arial, sans-serif;
    }

    .innobudsPdfToHtml-page p {
      margin: 6px 0;
      padding: 4px 8px;
      background: #fff;
      border-left: 3px solid #ff9800;
      border-radius: 4px;
      font-size: 15px;
      color: #333;
    }

    @media (max-width: 600px) {
      .innobudsPdfToHtml-output {
        height: 160px;
      }
      .innobudsPdfToHtml-actions {
        flex-direction: column;
      }
      .innobudsPdfToHtml-actions button {
        width: 100%;
      }
    }
    /*PDF TO HTML CONVERTER ENDS*/

/*Image Vibrance Tool*/
.innobudsImgVib-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgVib-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgVib-dropzone {
      min-height: 150px;
      border: 2px dashed #007bff;
      border-radius: 10px;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .innobudsImgVib-dropzone input[type="file"] { display: none; }
    .innobudsImgVib-dropzone.innobudsImgVib-dragover {
      background: #e0f0ff;
      border-color: #007bff;
    }
    .innobudsImgVib-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgVib-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgVib-controls {
      text-align: center;
      margin-top: 15px;
    }
    .innobudsImgVib-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgVib-slider {
      width: 240px;
      vertical-align: middle;
    }
    .innobudsImgVib-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgVib-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgVib-buttons button:hover {
      background: #0056b3;
    }
/*Image Vibrance Ends*/
/*Image Zoomer*/
.innobudsImgZoom-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgZoom-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgZoom-dropzone {
      min-height: 150px;
      border: 2px dashed #007bff;
      border-radius: 10px;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .innobudsImgZoom-dropzone input[type="file"] { display: none; }
    .innobudsImgZoom-dropzone.innobudsImgZoom-dragover {
      background: #e0f0ff;
      border-color: #007bff;
    }
    .innobudsImgZoom-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgZoom-canvas {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 0 auto;
      background: #f9f9f9;
      cursor: grab;
    }
    .innobudsImgZoom-canvas:active {
      cursor: grabbing;
    }
    .innobudsImgZoom-controls {
      text-align: center;
      margin-bottom: 15px;
    }
    .innobudsImgZoom-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgZoom-slider {
      width: 240px;
      vertical-align: middle;
    }
    .innobudsImgZoom-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgZoom-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgZoom-buttons button:hover {
      background: #0056b3;
    }
/*Image Zoomer Ends*/
/*Image Glitch Effect*/
.innobudsGlitch-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsGlitch-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsGlitch-dropzone {
      min-height: 150px;
      border: 2px dashed #007bff;
      border-radius: 10px;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .innobudsGlitch-dropzone input[type="file"] { display: none; }
    .innobudsGlitch-dropzone.innobudsGlitch-dragover {
      background: #e0f0ff;
      border-color: #007bff;
    }
    .innobudsGlitch-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsGlitch-canvas {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 0 auto;
      background: #f9f9f9;
    }
    .innobudsGlitch-controls {
      text-align: center;
      margin-bottom: 15px;
    }
    .innobudsGlitch-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsGlitch-slider {
      width: 240px;
      vertical-align: middle;
    }
    .innobudsGlitch-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsGlitch-buttons button {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsGlitch-buttons button:hover {
      background: #0056b3;
    }
/*Image Glitch Effect Ends*/
.innobudsExcelToHtml-dropzone input[type="file"],
.innobudsPdfToHtml-dropzone input[type="file"]{display: none;}






