.user-menu {
    background: #fff;
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
    box-shadow: -5px 0 10px 0 rgba(0,0,0,.1);
    color: #000;
    cursor: pointer;
    height: 110px;
    padding: .5rem;
    position: fixed;
    right: 0px;
    top: 200px;
    transition: all .1s ease-in-out;
    width: 54px;
    z-index: 1;
}

.user-menu-option {
    color: #1863de;
    margin-bottom: .5rem;
    height: 93px;
    background: #edf2f5;
    border-radius: .2rem;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

a.user-menu-option, a:hover.user-menu-option {
    text-decoration: none;
}
