.gradient-custom{
    background:linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
}
.fs-20{
    font-size: 20px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.w-20{
    width: 20%;
}
.w-80{
    width: 80%;
}
.bg_custom{
    background-color:#fafbfb;
}
.single_profile img{
    height: 315px;
}
#sidebar .sub_sidebar{
    min-height: 95vh;
}
@media(max-width:767.98px){
    #sidebar{
        position: absolute;
        z-index: 99;
    }
}