body.customers_delivery_notes_edit {
  main.main-content.section {
    padding-left: 15px;
    padding-right: 15px;

    .container {
      padding-left: 10px;
      padding-right: 10px;

      .edit-delivery-note-products .col-cart {
        width: 90px;
      }
    }
  }
}

.no-link-style {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
}

.no-link-style:hover {
  opacity: 0.8;
}

/* Hacemos que los inputs dentro de tabulator ocupen todo el espacio */
.delivery-notes-carts {
  .tabulator-cell input, .tabulator-col-content input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    text-align: center;
  }

  .tabulator-col-content, .tabulator-col-title-holder, .tabulator-col-title {
    height: 100%;
  }

  .tabulator-cell:has(input), .tabulator-col-content:has(input) {
    padding: 0 !important;
  }

  /* Modificamos el padding del botón de la cabecera de los carros */
  .tabulator-header .tabulator-header-popup-button {
    padding-left: 0 !important;
    padding-right: 4px !important;
  }

  .js-readonly-input {
    user-select: none;
    cursor: default;
  }
}
