#surelywp_user_switching_switch_on a {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

#surelywp_user_switching_switch_on a span {
    margin-left: 4px;
}

#surelywp_user_switching_switch_on .down-arrow {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 10px;
}

#surelywp_user_switching_switch_on {
    text-align: center;
    margin-bottom: 0;
    box-shadow: var(--sc-shadow-small);
    text-transform: capitalize;
    display: inline-flex;
    position: fixed;
    bottom: -41px;
    padding: 0.5rem 2rem;
    left: 50px;
    font-size: 13px;
    z-index: 99999;
    width: auto;
    max-width: 300px;
    background-color: #ffffff;
    border: var(--sc-alert-border, var(--sc-input-border));
    border-top: 5px solid var(--sc-color-primary-500);
    border-radius: 0.375rem;
    align-items: center;
}

#surelywp_user_switching_switch_on.open {
    bottom: 0px !important;
}

.hidden {
    display: none;
}

#wpadminbar .quicklinks #wp-admin-bar-dashboard a:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: block;
    margin: 0px 13px 0px 8px;
    content: "";
    width: 140px;
}

.surecart_page_sc-orders .column-order .view,
.surecart_page_sc-subscriptions .column-customer .view {
    display: none;
}

.surecart_page_sc-orders .column-order:hover .view,
.surecart_page_sc-subscriptions .column-customer:hover .view {
    display: inline;
}