.user-area-container .welcome {
    border: 0; 
}

.img-user-box-style{
    margin: 0;
}

.text-list-style{
    padding: 21.5px 0 21.5px 10px;
    border-left: 4px solid #fff;
    transition: .1s ease;
}


.text-list-style:hover{
    border-left: 4px solid #21385F;
    transition: .3s ease;
}

.text-list-style.active{
    border-left: 4px solid #21385F;
}

.text-list-style.active a{
    font-weight: bold;
    color: #21385F !important;
}

.text-list-style a{
    text-decoration: none;
    color: #7b7b7b;
}

.text-list-style a:focus{
    color: #21385F !important;
}

.text-list-style a:hover{
    color: #21385F !important;
}

.text-list-style:hover a{
    color: #21385F !important;
}

.text-list-style-leave a{
    color: #7B7B7B;
    text-decoration: none;
    font-weight: bold;
}

.options-user-area {
    margin-top: 20px;
}

body {
    padding-top: 135px;
}

@media (max-width: 991px) {
    .img-user-box-style {
        width: 100%;
    }
}