.myConnection{
    padding-top: 30px;
    .leftSec {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        display: block;
        box-shadow: 0px 3px 10px $st-boxshadow-secondary;

        li {
            border-bottom: 1px solid $st-border-primary;
            display: block;
            margin: 0;
            
            .listconn{
                // margin-left: 30px;
                a{
                    color: $st-heading-primary!important;
                    display: flex;
                    font-size: $st-font16;
                    padding: 20px;
                    font-weight: 400;
                    background-color: inherit !important;
                    border: 0;
                    .workicon{
                        margin: 0 8px 0 0;
                        svg{
                            font-size: 1.2rem;
                            color: #B76C6C;                            
                        }
                    }
                    &:hover {
                        color: $st-text-primary;
                    }
                    &.active {
                        color: $st-text-third!important;
                        font-weight: 700;
                        background-color: inherit !important;
                        border: 0;
                    } 
                }
            }
            &:last-child {
                border-bottom: none;
            }
        }
        @media #{$xxsmall} {
            margin-bottom: 30px;
        }
    }
    .rightSec {
        background: #ffffff;
        border-radius: 8px;
        .secWrapper {
            position: relative;
            top: 0;
            .secHeader {
                display: block;
                width: 100%;
                border-bottom:1px solid rgba(0, 0, 0, 0.2);
                padding: 20px;
                svg {
                    font-size: 1.2rem;
                    color: #B76C6C;
                    margin: 0 10px 0 0;
                }
                h2 {
                    font-size: $st-font20;
                    font-weight: 600;
                    margin: 0;
                    padding: 0;
                    color: #000000;
                    display: inline-block;
                }
                .righticon {
                    float:right;
                }
            }
            .secBody {
                padding: 20px;
                .profilenav {
                    background: #fff;
                    border-radius: 0 0 20px 20px;
                    max-height: 285px;
                    overflow-y: auto;
                    margin: 0;
                    padding: 0;
                    display: inline;
                    width: 100%;
                    li {
                        margin: 0;
                        width: 100%;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        border-bottom: 1px solid #ccc;
                        padding: 15px 0 15px 0;
                        a {
                            display: flex;
                            width: 100%;
                            border-top: 0;
                            font-size: 15px;
                            color: #555555;
                            padding: 0px;

                        }
                        &:first-child {
                            padding: 0 0 15px 0;
                        }
                        &:last-child {
                           border-bottom: none;
                           padding: 15px 0 0 0;
                        }
                    }

                }
            }
            @media #{$xxsmall} {
                margin-bottom: 30px;
            }
        }
    }

    .dashboardwrapper{
        top: 0;
        .connections{
            .groups{
                padding: 20px;
                h2{
                    font-size: 20px!important;
                }
                svg{
                    font-size: 1.2rem;
                    color: #B76C6C;
                }
            }
            .groupinfo {
                padding: 20px;
                .profilenav {
                    padding: 0 12px 0 12px;
                    display: block;
                    width: 100%;
                    li {
                        margin: 0;
                        width: 100%;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        border-bottom: 1px solid #ccc;
                        padding: 15px 0 15px 0;
                        &:first-child {
                            padding: 0 0 15px 0;
                        }
                        &:last-child {
                            border-bottom: 0;
                            padding: 15px 0 0 0;
                        }
                    }
                }
                .PostHeadWrap {
                    .userImg {
                        margin: 0 8px 0 0;
                    }
                    .userInfo {
                        svg {
                            color: #C5C4C4;
                        }
                    }
                }
            }
            
        }     
       
    }
    .righticon{
        top: -68px!important;
        .buttonWrap{
            display: flex;
            text-align: center;
            margin: 0;
            .socialbtn {
                padding: 6px 12px;
                margin: 0 8px 0 0;
                border: 1px solid #0097bd;
                font-weight: 500;
                font-size: 1rem;
                color: #0097bd;
                border-radius: 8px;
                float: left;
                background: #ffffff;
                width: 50%;
            }
        }
    }
    .noConnections {
        display: flex;
        align-items: center;
        justify-self: center;
        flex-direction: column;
        p {
            color: $st-text-secondary;
        }
    }
 
}