.tablenav-pages .page-numbers {
    display: inline-block;
    padding: 0.3em 0.5em;
    margin: 0 2px;
    text-decoration: none;
    color: #007cba;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.tablenav-pages .page-numbers.current {
    background-color: #007cba;
    color: #fff;
    border-color: #007cba;
}

.tablenav-pages .page-numbers:hover {
    background-color: #f4f4f4;
}

.tablenav-pages .page-numbers.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Style the table */
table.belair-config {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Style the table headers */
  table.belair-config th {
    background-color: #b4c9d1ab;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  /* Style the table cells */
  table.belair-config td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  table + table {
    border-top: 5px solid #b4c9d1ab; /* add a 1px solid border to the top of the second table */
  }

  /* Alternate row background color */
  table.belair-config tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .centered-text {
    text-align: center; /* move the text to the center */
    font-weight: bold; /* make the text bold */
    font-size: 20px; /* increase the font size */
  }
  .save-config {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
  }
  .smaller {
    width: 30%;
  }
  .bigger {
    width: 70%;
  }