.tblf {
    font-size: 12px !important;
}

.sidebar .nav .nav-item.active {
    position: relative;
     z-index: 1;
}


.sidebar .nav .nav-item.active::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translateY(-20px);
    z-index: 99999;
    box-shadow: 10px 10px 0px 3px #EFF0F5;
}
.sidebar .nav .nav-item.active::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    bottom: 0px;
    transform: translateY(20px);
    z-index: 99999;
    box-shadow: 16px -10px 0px 3px #EFF0F5;
}
