.oya-theme-dropdown-toggle {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.oya-theme-dropdown-toggle__icon {
    width: 1.25rem;
    text-align: center;
}

html.night-mode .dropdown-menu-account .oya-theme-dropdown-toggle:hover,
.dropdown-menu-account .oya-theme-dropdown-toggle:hover {
    color: #991b1b !important;
    background-color: #e8f7f7;
}
