.category-tree {
    list-style: none;
    padding-left: 0;
  }
  .category-tree li {
    margin-bottom: 5px;
  }
  .category-tree li > .category-toggle {
    cursor: pointer;
    margin-right: 5px;
    color: #007bff;
  }
  .category-tree .category-toggle.expanded::before {
    content: "\25BC"; /* Unicode character for down arrow */
  }
  .category-tree .category-toggle::before {
    content: "\25B6"; /* Unicode character for right arrow */
  }
  .category-tree .category-name {
    font-weight: bold;
    margin-right: 5px;
  }
  .category-tree .category-id {
    color: #6c757d;
    margin-right: 5px;
  }
  .category-tree .ps-category-id {
    color: #6c757d;
  }
  .category-tree .bg-success {
    background-color: #d4edda !important;
  }

.sort-indicator { margin-left: 5px; }

.flex-container2 {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
}
.flex-item2 {
  flex: 1; /* Ensure both columns take equal space */
  margin: 5px;
}
.centered-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full height */
  background: #FFF;
}
