/* Custom layer for the pure PHP AdminLTE 4 backend. */
:root {
    --gp-border: #e5e7eb;
}

body {
    font-size: 14px;
}

.brand-image {
    width: 33px;
    height: 33px;
    margin-inline-end: .5rem;
}

.admin-user-icon {
    display: block;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.gp-login-page .login-logo a {
    color: #1f2937;
    text-decoration: none;
}

.gp-login-page .login-box-msg {
    color: #6b7280;
}

.gp-setup-box {
    width: 100%;
    max-width: 520px;
}

.quick-action {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 12px;
    border: 1px solid var(--gp-border);
    border-radius: 12px;
    color: #1f2937;
    background: #fff;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.quick-action:hover {
    color: #0d6efd;
    border-color: #b6d4fe;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
    text-decoration: none;
}

.quick-action i {
    font-size: 1.75rem;
}

.dashboard-notes li + li {
    margin-top: .45rem;
}

.report-table-wrap {
    min-height: 120px;
}

.report-table th {
    white-space: nowrap;
    background: #f8fafc;
}

.report-table td {
    vertical-align: middle;
}

.report-image-col {
    width: 80px;
}

.report-thumb {
    width: 60px;
    height: 60px;
    max-height: 60px;
    object-fit: contain;
    border: 1px solid var(--gp-border);
    border-radius: 8px;
    background: #fff;
    padding: 4px;
}

.report-sort-link {
    color: #1f2937;
    font-weight: 700;
    text-decoration: none;
}

.report-sort-link:hover {
    color: #0d6efd;
    text-decoration: none;
}

.app-content .card {
    border: 1px solid rgba(0, 0, 0, .075);
}

.callout {
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: .25rem solid #0dcaf0;
    background: #f8fafc;
    border-radius: .375rem;
}

.callout-info {
    border-left-color: #0dcaf0;
}

@media (max-width: 767.98px) {
    .card-header.d-flex {
        display: block !important;
    }

    .card-header .ms-auto {
        margin-left: 0 !important;
        margin-top: .35rem;
    }

    .pagination.float-end {
        float: none !important;
        justify-content: center;
    }

    .report-table {
        min-width: 980px;
    }
}

.sidebar-menu .nav-treeview .nav-link {
    padding-left: 2.2rem;
}

.sidebar-menu .nav-treeview .nav-icon {
    font-size: 0.9rem;
}

.small-box .small-box-icon {
    opacity: .35;
}

code {
    color: #d63384;
}
