#ic5-main-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 6;
}

#ic5-main-container, #headerrow, .copyright-txt, .fixed-floater > span {
    /* padding-left: 250px; -- animated in javascript-ic5.js */
    box-sizing: border-box;
}

.fixed-floater > span {
    padding-left: 250px;
}

#ic5-main-container .fixed-floater {
    margin-left: -125px;
}

#ic5-main-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#ic5-main-menu::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 2px;
}

#ic5-main-menu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.7);
}

.menu-container {
    width: 250px;
    text-align: left;
    display: inline-block;
}

.leftmenu ul {
    display: block;
}

.leftmenu li {
    display: block;
    position: relative;
}

.leftmenu li a {
    float: none;
    display: block;
}

.leftmenu ul.ddsubmenustyle, .leftmenu .ddsubmenustyle ul {
    left: auto;
    top: auto;
    position: relative;
    visibility: visible;
    height: 0;
    overflow-y: hidden;
    margin: 0;
}

.leftmenu .ddsubmenustyle li a {
    font-weight: 400;
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 13px;
    line-height: 50px;
}

.leftmenu .ddsubmenustyle li.open > a {
    font-weight: 600;
}

.leftmenu .ddsubmenustyle div, .leftmenu .ddsubmenustyle {
    z-index: auto;
}

.leftmenu .arrow {
    position: absolute;
    height: 60px;
    width: 65px;
    right: 0;
    top: 0;
    visibility: visible;
    left: auto;
    background: none;
    margin: 0;
}

.leftmenu .arrow:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.leftmenu .arrow::after {
    content: "\25BE";
    position: absolute;
    right: 28px;
    top: 12px;
    font-size: 24px;
}

.leftmenu li.open > .arrow::after {
    top: 13px;
    content: "\25B4";
}

.leftmenu .ddsubmenustyle .arrow {
    height: 50px;
}

.leftmenu .ddsubmenustyle .arrow:after {
    top: 8px;
}

.leftmenu .ddsubmenustyle li.open > .arrow:after {
    top: 9px;
}