﻿.well .well-sidebar {
    width: 215px;
    height: inherit;
}

    .well .well-sidebar ul {
        margin-bottom: 31px;
        font-size: 14px;
        font-weight: 600;
        padding-left: 0;
        list-style: none;
        color: #5f6368;
        border-left: 2px solid #d8d8d8;
        width: 200px;
    }

        .well .well-sidebar ul li {
            width: 200px;
            margin-left: -32px;
            padding-left: 32px;
            padding-right: 15px;
            border-top-right-radius: 23px;
            border-bottom-right-radius: 23px;
            -webkit-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }

            .well .well-sidebar ul li:hover {
                background-color: #e4eefd;
                overflow: visible;
                width: fit-content;
                position: sticky;
                z-index: 5000;
            }

                .well .well-sidebar ul li:hover a {
                    border-left: 2px solid #4185f4;
                    color: #4185f4;
                    text-decoration: none;
                    overflow: visible;
                    text-overflow: unset;
                    width: fit-content;
                    min-width: inherit;
                }

            .well .well-sidebar ul li.active {
                background-color: #e4eefd;
            }

                .well .well-sidebar ul li.active a {
                    border-left: 2px solid #4185f4;
                    color: #4185f4;
                    text-decoration: none;
                }

            .well .well-sidebar ul li a {
                text-overflow: ellipsis;
                width: 155px;
                overflow: hidden;
                white-space: nowrap;
                display: inline-block;
                display: block;
                margin-left: -2px;
                padding: 7px 0px 4px 18px;
                border-left: 2px solid transparent;
            }

.well .well-body {
    width: 100%;
    height: inherit;
}

.well .well-content {
    margin-top: 15px;
    display: flex;
}

@media (max-width:1024px) {
    .well .well-content {
        margin-top: 15px;
        display: block;
    }

    .well .well-sidebar {
        width: 100%;
        height: inherit;
    }

        .well .well-sidebar ul li a {
            text-overflow: unset;
            overflow:visible;
            margin-left: -2px;
            padding: 7px 0px 4px 18px;
            border-left: 2px solid transparent;
        }

        .well .well-sidebar ul li:hover {
            background-color: #e4eefd;
            overflow: visible;
            width: 100%;
            position: sticky;
            z-index: 5000;
        }

        .well .well-sidebar ul li.active {
            background-color: #e4eefd;
            width: 100%
        }

            .well .well-sidebar ul li.active a {
                width: 100%
            }

        .well .well-sidebar ul {
            display: list-item;
            margin-bottom: 31px;
            font-size: 14px;
            font-weight: 600;
            padding-left: 0;
            list-style: none;
            color: #5f6368;
            border-left: 2px solid #d8d8d8;
            width: 100%;
        }

            .well .well-sidebar ul li {
                overflow: visible;
                width: 100%;
                text-overflow: unset;
            }
}
