.loc{
    list-style-image: url('../../Images/Profile/loc.png');
}

@media (min-width: 991.98px){

    .stat{
        width: 30%; 
    }

   

    .img-session{
        width: 50px;
        height: 50px;
    }
}

a{
    text-decoration: none;
}

.profile-item {
    color: #334155; /* Default text color */
    transition: background-color 0.3s;
}

.profile-item:hover {
    background-color: #E1E5F2; /* Hover background color */
}

.btn-result {
    border-color: #083862;
    border-style: solid;
    border-width: 0.1vw;
    color: #083862;
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-result:hover {
    background-color: #083862;
    color: white;
}

.btn-result img{
    transition: filter 0.3s ease;
    filter: invert(0) brightness(0);
}

.btn-result img:hover{
    filter: invert(1) brightness(1);
}

.spann{
    border-radius: 2vw;
    color: #FF838C;
    background-color: #FF838C33;
}

@media (min-width: 991.98px){
    .spann{
        width: 10%;
    }
}

@media (max-width: 992px){
    .spann{
        width: 30%;
    }
}
