.ui-backend {
    min-height: 100vh;
    max-height: 200vh;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    left: -215px;
    width: 215px;
    z-index: 9998;
    -webkit-box-shadow: 1px 0px 12px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 0px 12px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 0px 12px 0px rgba(0, 0, 0, 0.35);
    padding: 150px 00px 20px 0px;
}
.ui-backend .ui-welcome {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
}
.ui-backend .ui-welcome span {
    font-size: 30px;
    line-height: 40px;
}
.ui-backend ul li {
    border-bottom: 1px solid #e2e2e2;
}
.ui-backend ul li .fa {
    padding-right: 10px;
}
.ui-backend ul li a {
    padding: 10px 30px 10px 20px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #707070;
}
.ui-backend ul li a:hover,
.ui-backend ul li a.current {
    background-color: #df0101;
    color: white;
}
.ui-backend ul {
    margin-top: 50px;
}
.slidebutton {
    position: absolute;
    text-align: center;
    padding-top: 25px;
    top: 392px;
    left: 215px;
    height: 56px;
    width: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #CC0000;
    z-index: 9996;
    cursor: pointer;
}
.slidebutton span {
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}
#overlay-ui {
    position: absolute;
    z-index: 9997;
    width: 100%;
    min-height: 100vh;
    max-height: 200vh;
    background-color: white;
    opacity: 0.8;
    left: -100%;
}
#slideclick {
    cursor: pointer;
}