/* LicenciasMIG - estilos generales */

:root {
    --mig-primary: #0d6efd;
    --mig-success: #198754;
    --mig-warning: #ffc107;
    --mig-danger:  #dc3545;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.bg-gradient-mig {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

.border-start-4 {
    border-left-width: 4px !important;
}

.card {
    border: 1px solid rgba(0,0,0,.06);
}

.navbar-brand i {
    margin-right: .25rem;
}

.table thead th {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #495057;
}

.table td {
    vertical-align: middle;
}

.btn-icon {
    padding: .25rem .5rem;
    line-height: 1;
}

.badge-estado {
    font-size: .75rem;
    padding: .35em .6em;
}

.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
}

#paginacion .page-link {
    cursor: pointer;
}

.text-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
    font-size: .85em;
}
