.btn-guia-controlada {
    background-color: #0eae31;
    color: #ffffff !important;
    border-color: #0bac31;
}

.btn-guia-controlada:hover {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #ffffff !important;
}



.btn-guia-aprobada {
    background-color: #de9958;
    color: #ffffff !important;
    border-color: #de9958;
}


.btn-guia-aprobada:hover {
    background-color: #e28c3b;
    border-color: #e28c3b;
    color: #ffffff !important;
}

.btn-purple {
    background-color: #2563eb;
    border-color: #2563eb;
    color: white;
}

.bps-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid currentColor;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
}

.bps-status-badge i {
    font-size: 1rem;
    line-height: 1;
}

.bps-status-badge.bg-label-secondary {
    background-color: #ebeef0 !important;
    color: #435971 !important;
}
