/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .side-nav-ultimate-menu-wrapper {
    position: fixed;
    width: 340px;
    top: 50%;
    z-index: 100;
 }

 .side-nav-ultimate-menu {
    position: fixed;
 }

 .side-nav-ultimate-menu-item {
    left: 0px;
    /* font-size: 30px; */
    height: 40px;
    width: 1000px;
    list-style: none;
    position: relative;
    font-weight: 500;
    margin-left: 0px;
    transition: left 0.5s ease-in-out;
    margin-bottom: 1px;
    line-height: 40px;
    z-index: 10000;
    padding-left: 5px;
    /* background-color: red; */
    /* color: white; */
 }
 
 .menu-item-icon {
   font-size: 30px !important;
   line-height: 40px;
   padding-right: 20px;
   padding-left: 7px;
   padding-top: 5px;
   /* color: white; */
 }

 .side_nav_link_is_set:hover {
   cursor: pointer;
 }