@tailwind base;
@tailwind components;
@tailwind utilities;

.material-symbols-rounded {
  @apply align-middle;
}

.breadcrumb-list li:not(:last-child)::after {
  @apply inline-block mx-2 w-4 h-4 align-middle;
  content: url(/assets/breadcrumb_divider-df2e965579f5333e4d903fb4ebf21167386ad1167485cc2a71a9dcad67e6184d.svg);
}

.breadcrumb-strip {
  background-image: url(/assets/breadcrumb_strip-8808f189c9ba1966806ce8ccef49b27cf9fe92a2393b7d5888eba6a85cf36a20.svg);
  background-size: 100% 100%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
