.table > tbody > tr > * {
  vertical-align: middle;
}

table {
  font-size: 12px;
}

.uppercase {
  text-transform: uppercase;
}

.right-align {
  text-align: right;
}

.negative-value {
  color: red;
}

    /* Center the content vertically and horizontally */
    .centered-box {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      font-size: 12px;

      /* Adjust this value if needed */
  }

  /* Add box styling */
  .registration-box {
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .select2-results__option {
    font-size: 12px; /* Adjust the font size as needed */
  }
  .select2-selection__rendered {
      font-size: 12px; /* Adjust the font size as needed */
  }