/* Add your custom styles here */

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
}

#allToolsDropdown {
    z-index: 20; /* Ensure the dropdown is above other content */
    background-color: white; /* Fallback in case Tailwind class is not applied */
    border: 1px solid #e5e7eb; /* Fallback border */
}
