.titleContainer { display: flex; flex-direction: row; align-items: center; justify-content: center; padding-left: 6%; padding-right: 6%; cursor: pointer; } .logo { border-radius: 50%; margin-right: 8px; height: 50px; width: 50px; } .title { color: ghostwhite; font-size: 1.5rem; font-weight: 600; } .dropdown { border: none !important; outline: none !important; box-shadow: none !important; } .dropdown:focus, .dropdown:active, .dropdown:hover { border: none !important; outline: none !important; box-shadow: none !important; } /* Override any potential global styles */ .dropdown * { outline: none !important; box-shadow: none !important; }