#user-switcher-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#user-switcher-modal-loader {
    position: absolute;
}
.us_floating-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    z-index: 2;
}

