.toolcontainer {
        font-family: "Poppins", Sans-serif;
        color: #494949;
        margin: 0px 50px 50px 50px;
      }

      label h6 {
        border-left: 3px solid #f37021;
        padding-left: 10px;
        margin-top: 20px;
      }

      label p {
        font-size: 12px;
        margin-bottom: 10px;
      }

      .field-container {
        display: flex;
        flex-direction: column;
      }

      input[type="text"] {
        font-size: 13px !important;
        color: #797979;
        padding: 10px;
        border: 1px solid #d6d6d6 !important;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
      }
      textarea {
        font-size: 13px !important;
        color: #797979;
        border: 1px solid #d6d6d6 !important;
        border-radius: 10px;
      }

      /* Style for the error message */
      .error-message {
        color: red;
        font-size: 14px;
        padding-left: 10px;
        font-weight: 400;
      }

   
      #url::placeholder {
        color: #e4e4e4; /* Change this to the desired color */
      }
      #exact_anchor_class::placeholder {
        color: #e4e4e4; /* Change this to the desired color */
      }
      #exact_anchor_text::placeholder {
        color: #e4e4e4; /* Change this to the desired color */
      }
      #name_xpath::placeholder {
        color: #e4e4e4;
      }
      #email_xpath::placeholder {
        color: #e4e4e4;
      }
      #website_xpath::placeholder {
        color: #e4e4e4;
      }
      #location_xpath::placeholder {
        color: #e4e4e4;
      }

      .submit-button {
        display: flex;
        width: fit-content;
        height: fit-content;
        background-color: #075dba !important;
        color: white !important;
        font-size: 12px;
        padding: 8px 30px;
        margin-top: 20px;
        border: none !important;
        border-radius: 3px;
        cursor: pointer;
      }

      /* Add styles for the spinner */
      .spinner {
        display: none;
        margin-left: 6px;
        /* Initially hidden */
      }

      /* Style for the disabled button */
      .submit-button[disabled] {
        cursor: not-allowed;
      }

      .response-table {
        color: #525358 !important;
        font-size: 13px !important;
        border-radius: 10px;
        margin-top: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 20px 2px;
      }
      .response-table tbody,
      td,
      tfoot,
      th,
      thead,
      tr {
        border: none !important;
      }

      .response-table table tbody > tr:nth-child(odd) > td,
      table tbody > tr:nth-child(odd) > th {
        background-color: #f6f8fc !important;
      }