/*Add here all your CSS customizations*/

.menu-icon-container {
    position: relative;
    display: inline-block;
}

    .menu-icon-container .badge1 {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
    }

/* Search Results List */
.search-results-list {
    max-width: 100%;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #CCC;
    font-size: 22.4px;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}


.widget-twitter-profile .profile-info .profile-picture {
    float: none;
    margin-right: 0px;
    position: relative;
}

.widget-twitter-profile .profile-info .profile-picture img {
    display: unset !important; 
    width: 150px;
    height: 150px;
    margin: -50px 0;
    border: 4px solid #fff;
    border-radius: 100px;
}

.widget-twitter-profile .profile-info .profile-account {
    float: none;
    margin-top: 70px;
}


/* Variante personalizada para el permiso de gestión */
.form-check-input {
    cursor: pointer;
}

.form-check-input.perGestion {
    background-color: white;
    border-color: white;
}

    .form-check-input.perGestion:checked {
        background-color: darkred;
        border-color: red;
    }

/* Variante personalizada mostrar otros permisos */
.form-check-input.special {
    background-color: lightyellow;
    border-color: orange;
}

    .form-check-input.special:checked {
        background-color: green;
        border-color: lime;
    }


/* Magnific Popup */
.mfp-bg,
.mfp-wrap {
    z-index: 10000 !important;
}

/* SweetAlert2 */
.swal2-container {
    z-index: 11000 !important;
}

/* PNotify */
.ui-pnotify {
    z-index: 12000 !important;
}

/* popover Ayudas en practicas */
.popover {
    z-index: 1050 !important; /* debajo de SweetAlert y PNotify, pero visible sobre el contenido */
}

body.swal2-shown {
    padding-right: 0 !important; /* Evita que SweetAlert2 meta padding */
}