.path-profile main > div.mb-3,
.path-profile  .page__content-top{
    margin: 0 !important;
}
.path-profile  .page__content{
    background-attachment: fixed;
    background-image: url('/themes/custom/akisplatform/assets/img/se-profile-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.path-profile  .page__content::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* capa gris/oscura */
    z-index: 0;
}
.path-profile .profile,
.path-profile .profile-form{
    position: relative;
    z-index: 1;
}
/*Lateral izquierda*/
.profile .se-profile__left {
    background-color: #488366F0;
}
.profile .se-profile__menu{
    padding: 1rem;
}
.profile .se-profile__picture{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.profile .se-profile__picture img{
    background-color: white;
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    /* object-fit: scale-down; */
    border-radius: 50%;
}
.profile .se-profile__name{
    color: white;
    line-height: normal;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile .se-profile__name::before {
    content: unset;
}
.profile .se-profile__nav ul{
    padding: 0;
    list-style: none;
}
.profile .se-profile__nav ul li{
    margin-bottom: 0.15rem;
}
.se-profile__nav #abrir-mensajeria{
    position: static;
}
.profile .se-profile__linknav{
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    padding: 0.5rem;
}
.profile .nav-pills {
    gap: 0.05rem;
}
.profile .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #54595F;
}
.profile .se-profile__linknav:hover{
    background-color: #54595F;
}

/*Lateral derecho*/
.profile .se-profile__right {
    background-color: #FFFFFF9C;
    padding: 1.5rem;
}
.profile .se-profile__group {
    padding: 1rem;
    position: relative;
    height: 100%;
    background-color: white;
    border-radius: 0.5rem;
}

/* .profile .se-profile__data,
.profile .se-profile__profession{
    background-color: white;
    border-radius: 0.5rem;
} */

.profile .se-profile__data__main dl div{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.4rem;
}
.profile .se-profile__data__main dd{
    margin: 0;
}
.profile .se-profile__data__main img{
    width: 2rem;
    /* height: 2rem;
    object-fit: cover;
    border-radius: 50%; */
}
.profile .se-profile__profession__type {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.profile .se-profile__profession__agr{
    margin-bottom: 0.5rem;
}
.profile .se-profile__profession__agr i{
    color: #488366F0;
}
.profile .se-profile__profession__cv a{
    background: #488366F0;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem; 
}
.profile .se-profile__scope{
    background-color: #F2F2F3;
    border-radius: 0.5rem 0 0 0.5rem;
}
.profile .se-profile__scope__region,
.profile .se-profile__scope__work{
    position: relative;
}
.profile .se-profile__scope__region .se-profile__edit,
.profile .se-profile__scope__work .se-profile__edit{
    top: 0;
    right: 0; 
}
.profile .se-profile__scope__subtitle{
    margin-left: 0.5rem;
    color: #003300;
    font-weight: 400;
}
.profile .se-profile__letter{
    background-color: white;
    border-radius: 0 0.5rem 0.5rem 0;
    height: 100%;
}

.profile .se-profile__edit{
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background-color: #FFC821;
    color: #000000;
    border-radius: 50%;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
}

/*Formulario de edicion*/
.step-block{
    scroll-margin-top: 4rem;
}

/*favoritos*/
.profile .se-profile--favorite {
    background: white;
    margin-top: 1.5rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 0.5rem;
}
.profile .se-profile--favorite .se-profile__wrapper {
    display: flex;
    gap: 1.5rem;
}
.profile .se-profile--favorite .se-profile__picture {
    min-width: max-content;
}
.profile .se-profile--favorite .se-profile__name {
    color: #444444;
}
.profile .se-profile--favorite .se-profile__letter {
    height: auto;
}
.profile .se-profile--favorite .se-profile__actions {
    display: flex;
}

