#new_category_field{
    padding: 20px; 
    width: 500px;
    height: auto; 
    max-height: 80vh;
    overflow-y: auto;
}

#admin_subcategories_container{
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  margin-bottom: 8px;
}
    
    
