.page-perfil-configuracion .container[role="main"] {
    margin-top: 140px !important;
}

@media (max-width: 991px) {
    body.page-perfil-configuracion .container[role="main"] {
        margin-top: 140px !important;
    }
}

.page-perfil-configuracion.listado .container[role="main"] {
    padding-top: 0 !important;
}

.page-perfil-configuracion .btn.btn-edit-password {
    gap: 8px;
    background: #ef7e21 !important;
}
.page-perfil-configuracion .btn.btn-edit-section {
    background: #ef7e21 !important;
}
.page-perfil .tabpanels-user .form-section-header .actions .btn-edit-section {
    padding-inline: 22px;
}
.page-perfil-configuracion .btn.btnSaltar {
    background: #ef7e21 !important;
}
.page-perfil-configuracion .btn:hover {
    cursor: pointer;
}
.page-perfil-configuracion .btn:hover {
    cursor: pointer !important;
}

/* PALETA COLORES BTN */
.page-perfil-configuracion:has(#menuMiembro.premium ) .btn.btn-edit-password {
    gap: 8px;
    background: #e82962 !important;
}
.page-perfil-configuracion:has(#menuMiembro.premium ) .btn.btn-edit-section {
    background: #e82962 !important;
}
.page-perfil-configuracion:has(#menuMiembro.premium ) .tabpanels-user .form-section-header .actions .btn-edit-section {
    padding-inline: 22px;
}
.page-perfil-configuracion:has(#menuMiembro.premium ) .btn.btnSaltar {
    background: #e82962 !important;
}
.page-perfil-configuracion:has(#menuMiembro.premium ) .nav-pills .nav-link.active {
    border-bottom: 3px solid #e82962;
    color: #e82962 ;
}

.page-perfil-configuracion:has(#menuMiembro.premium ) .header-perfil:after {
    background-color: #6d515a;
}

/* PALETA COLORES BTN USUARIO NORMAL */
body:not(.invitado):has(.normal) .btn.btn-edit-password {
    background-color: #59C033 !important;
}
body:not(.invitado):has(.normal)  .btn.btn-edit-section  {
    background-color: #59C033 !important;
}

body:not(.invitado):has(.normal) .btn.btn-edit-password {
    gap: 8px;
    background: #59C033 !important;
}
body:not(.invitado):has(.normal) .btn.btn-edit-section {
    background: #59C033 !important;
}

body:not(.invitado):has(.normal) .btn.btnSaltar {
    background: #59C033 !important;
}
body:not(.invitado):has(.normal) .nav-pills .nav-link.active {
    border-bottom: 3px solid #59C033;
    color: #59C033 ;
}

body:not(.invitado):has(.normal) .header-perfil:after {
    background-color: #316d1b;
}
