/* certipro-multicustomer.css */
.certipro-multicustomer-menu {
    position: relative;
}

.switch-user-menu {
    position: relative;
    display: inline-block;
}

.switch-user-menu span {
    cursor: pointer;
}

.switch-user-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
}

.switch-user-dropdown a {
    /* color: black; */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.switch-user-dropdown a:hover {
    background-color: #f1f1f1;
}

.switch-user-menu:hover .switch-user-dropdown {
    display: block;
}

#toplevel_page_certipro-multicustomer img{
    width: 24px;
    margin: 0;
    padding-top: 6px;
}
