main > .container {
    padding: 70px 15px 20px;
}

body {
    background:
        radial-gradient(circle at top right, rgba(18, 110, 130, 0.10), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #eef4f7 100%);
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view th > a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: inherit;
    text-decoration: none;
}

.grid-view th > a:hover,
.grid-view th > a:focus {
    text-decoration: underline;
}

/* add sorting icons to gridview sort links */
.grid-view a.asc:after,
.grid-view a.desc:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 0;
    background: transparent;
    flex-shrink: 0;
}

.grid-view a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

.grid-view a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.pagination {
    gap: 0.35rem;
    flex-wrap: wrap;
}

.pagination .page-link {
    border-radius: 0.5rem;
    min-width: 2.5rem;
    text-align: center;
    padding: 0.45rem 0.8rem;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0.5rem;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.hero-card,
.feature-card,
.summary-panel {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(14, 84, 102, 0.08);
    box-shadow: 0 18px 35px rgba(16, 46, 56, 0.08);
}

.hero-card {
    padding: 2rem;
}

.feature-card,
.summary-panel {
    padding: 1.5rem;
}

.eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: #d8eef2;
    color: #0a5969;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .78rem;
}

.atlas-dashboard .lead {
    max-width: 44rem;
}

.activo-fijo-index,
.activo-fijo-view,
.activo-fijo-create,
.activo-fijo-update,
.activo-fijo-import,
.activo-evento-form,
.activo-baja-form,
.activo-dashboard,
.activo-reportes,
.activo-categoria-index,
.activo-categoria-update {
    font-size: 1.02rem;
}

.activo-fijo-index h1,
.activo-fijo-view h1,
.activo-fijo-create h1,
.activo-fijo-update h1,
.activo-fijo-import h1,
.activo-evento-form h1,
.activo-baja-form h1,
.activo-dashboard h1,
.activo-reportes h1,
.activo-categoria-index h1,
.activo-categoria-update h1 {
    font-size: 1.95rem;
    font-weight: 700;
}

.activo-fijo-index .text-muted,
.activo-fijo-view .text-muted,
.activo-fijo-create .text-muted,
.activo-fijo-update .text-muted,
.activo-fijo-import .text-muted,
.activo-evento-form .text-muted,
.activo-baja-form .text-muted,
.activo-dashboard .text-muted,
.activo-reportes .text-muted,
.activo-categoria-index .text-muted,
.activo-categoria-update .text-muted {
    font-size: 0.98rem;
}

.activo-fijo-form .form-label,
.activo-evento-form .form-label,
.activo-baja-form .form-label,
.activo-categoria-update .form-label,
.activo-fijo-import .form-label,
.activo-dashboard .form-label {
    font-size: 0.98rem;
    font-weight: 600;
}

.activo-fijo-form .form-control,
.activo-fijo-form .form-select,
.activo-evento-form .form-control,
.activo-evento-form .form-select,
.activo-baja-form .form-control,
.activo-baja-form .form-select,
.activo-categoria-update .form-control,
.activo-categoria-update .form-select,
.activo-fijo-import .form-control,
.activo-fijo-import .form-select,
.activo-dashboard .form-control,
.activo-dashboard .form-select {
    font-size: 1rem;
    padding: 0.6rem 0.8rem;
}

.activo-fijo-index .table,
.activo-fijo-view .table,
.activo-fijo-import .table,
.activo-dashboard .table,
.activo-reportes .table,
.activo-categoria-index .table {
    font-size: 0.98rem;
}

.activo-fijo-index .table > :not(caption) > * > *,
.activo-fijo-view .table > :not(caption) > * > *,
.activo-fijo-import .table > :not(caption) > * > *,
.activo-dashboard .table > :not(caption) > * > *,
.activo-reportes .table > :not(caption) > * > *,
.activo-categoria-index .table > :not(caption) > * > * {
    padding: 0.7rem 0.8rem;
}

.activo-fijo-view .detail-view th,
.activo-fijo-view .detail-view td {
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.activo-fijo-view .list-group-item,
.activo-dashboard .list-group-item {
    font-size: 1rem;
    padding: 0.9rem 1rem;
}

.activo-dashboard .card-body .fs-4 {
    font-size: 1.85rem !important;
}

@media (max-width: 767px) {
    .activo-fijo-index,
    .activo-fijo-view,
    .activo-fijo-create,
    .activo-fijo-update,
    .activo-fijo-import,
    .activo-evento-form,
    .activo-baja-form,
    .activo-dashboard,
    .activo-reportes,
    .activo-categoria-index,
    .activo-categoria-update {
        font-size: 0.98rem;
    }

    .activo-fijo-index h1,
    .activo-fijo-view h1,
    .activo-fijo-create h1,
    .activo-fijo-update h1,
    .activo-fijo-import h1,
    .activo-evento-form h1,
    .activo-baja-form h1,
    .activo-dashboard h1,
    .activo-reportes h1,
    .activo-categoria-index h1,
    .activo-categoria-update h1 {
        font-size: 1.65rem;
    }

    .activo-fijo-index .table,
    .activo-fijo-view .table,
    .activo-fijo-import .table,
    .activo-dashboard .table,
    .activo-reportes .table,
    .activo-categoria-index .table {
        font-size: 0.94rem;
    }
}
