.b-radius {
    border-radius: 20px !important;
}

.transparent-login {
    opacity: 0.6 !important;
}

#fondohome {
    background-image: url('../img/fondoAlt2.jpeg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.nav-sidebar .nav-link.l1 {
    font-weight: 700;
}

.nav-sidebar .nav-link.l2 {
    padding-left: 1.8rem;
}

.nav-sidebar .nav-link p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-sidebar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffc107;
}

.erp-header {
    background: linear-gradient(130deg, #0d815a 0%, #0b5e52 100%);
    border-bottom: 8px solid #343a40;
    color: #fff;
    padding: 0.9rem 0;
}

.erp-header__title {
    font-weight: 700;
    margin: 0;
}

.erp-breadcrumb .breadcrumb-item,
.erp-breadcrumb .breadcrumb-item a,
.erp-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.erp-header__actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.erp-header__actions .btn {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .erp-header__title {
        font-size: 1.4rem;
    }

    .erp-header__actions {
        width: 100%;
    }
}