.footerswitch {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #8951E1;
    border-radius: 12px;
    filter: drop-shadow(0px 8px 20px rgba(156, 99, 244, 0.2)) !important;
    outline: none;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
}

.footerswitch a {
    color: white;
}

.footerswitch a {
    color: white;
    width: 100%;
    display: block;
    padding: 10px;
}

.footerswitch a:hover {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 12px;
}

p#user_switching_switch_on{
    display: none !important;
}