/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.fb-cover:before {
    display: none !important; /* Esto elimina la capa oscura por completo */
}

.avatar-wrapper:after,
.menu-thumbnails .thumbnail-img:before {
    display: none !important;
}

.progress-bar-striped {
    background-image: none !important; /* Elimina las rayas */
    background-size: initial !important;
}