#webcrumbs .mr-2 {
    margin-right: 8px;
}
#webcrumbs .inline-block {
    display: inline-block;
}
#webcrumbs .flex {
    display: flex;
}
#webcrumbs .h-4 {
    height: 16px;
}
#webcrumbs .w-4 {
    width: 16px;
}
#webcrumbs .flex-row {
    flex-direction: row;
}
#webcrumbs .items-center {
    align-items: center;
}
#webcrumbs .justify-between {
    justify-content: space-between;
}
#webcrumbs .gap-4 {
    gap: 16px;
}
#webcrumbs .rounded-md {
    border-radius: 18px;
}
#webcrumbs .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#webcrumbs .px-4 {
    padding-left: 16px;
    padding-right: 16px;
}
#webcrumbs .py-2 {
    padding-bottom: 8px;
    padding-top: 8px;
}
#webcrumbs .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
#webcrumbs .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webcrumbs .transition-colors {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#webcrumbs .duration-300 {
    transition-duration: 0.3s;
}
#webcrumbs {
    font-family: Open Sans !important;
    font-size: 16px !important;
}
#webcrumbs .hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}