.app-sidebar {
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 40px;
    float: left;
    height: 100%;
    background: #444;
}

    .app-sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 80px;
    }

        .app-sidebar ul li {
            text-align: center;
            border-bottom: 1px solid #e8e8e8;
        }

            .app-sidebar ul li a {
                text-decoration: none;
                font-size: 17px;
                color: white;
                display: block;
                height: 40px;
                line-height: 40px;
            }

                .app-sidebar ul li a:hover {
                    color: white;
                    background: #606061;
                }

            .app-sidebar ul li .active-link span {
                color: white;
            }

                .app-sidebar ul li .active-link span .app-sidebar .active-link {
                    background: #606061;
                }

                .app-sidebar ul li .active-link span .active-link span.icon1 {
                    opacity: 0.4;
                }

                .app-sidebar ul li .active-link span span.txt {
                    font-size: 12px;
                    visibility: hidden;
                    display: none;
                }

            .app-sidebar ul li span {
                color: white;
            }

            .app-sidebar ul li .product-logo {
                height: 50px;
                padding: 15px 5px;
            }

    .app-sidebar .last-menu-item a {
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: block;
        border: none !important;
    }

        .app-sidebar .last-menu-item a:hover {
            color: white;
            background: #606061;
        }

    .app-sidebar .last-menu-item {
        position: absolute;
        bottom: 119px !important;
        left: -1px !important;
    }

.workflow-diagram-icon {
    margin-top: 60px;
    font-size: 17px;
    color: white;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
}

    .workflow-diagram-icon img {
        height: 17px;
    }

    .workflow-diagram-icon .workflow-diagram-icon:hover {
        color: white;
        background: #606061;
    }

.workflow-diagram:hover {
    color: white;
    background: #606061;
}

.app-sidebar .active-link {
    background: #606061;
    border-left: 3px solid #007ac9;
}

.app-sidebar ul li {
    border-bottom: none !important;
}

.icon1, .icon2 {
    font-size: 16px !important;
    opacity: 1;
}

.icon1 {
    margin-left: -12px;
    opacity: 0.4;
    padding: 17px 5px 23px 5px !important;
}

.icon2 {
    margin: -22px 0 0 0;
    clear: both;
    display: block;
    opacity: 1 !important;
}

.multiMenuIcons:hover span {
    color: #0072c6 !important;
    opacity: 1 !important;
}

    .multiMenuIcons:hover span.icon1 {
        color: #aeafaf !important;
    }

.my-tooltip {
    position: relative;
}

.my-tooltip-translate {
    color: #212529 !important;
}

.my-tooltip-text {
    position: absolute;
    left: 50px;
    top: 3px;
    color: #212529 !important;
    width: auto;
    text-align: start;
    align-content: center;
    font-size: 14px;
    padding: .5rem .75rem;
    opacity: 1;
    visibility: hidden;
    display: block;
    max-width: 150px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
}

.my-tooltip:hover .my-tooltip-text {
    visibility: visible;
}

span.my-tooltip-text:hover {
    display: none;
}

.my-tooltip-text::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -10px;
    top: 10px;
}

.my-tooltip-text::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -11px;
    top: 10px;
    filter: drop-shadow(0 -0.1 0.1 rgba(0, 0, 0, .3));
}
