/*
 * Auto-generated by tools/consolidate_project_css.php
 * Bundle: global.css
 */

/* === css/frontend/css/pages/layouts/app.css === */
.frontend-layouts-app-inline-001 {
    font-size: 16px;
    color: #ef4444;
}

.frontend-layouts-app-inline-002 {
    margin-top: 8px;
    color: #991b1b;
    font-weight: 500;
}

.frontend-layouts-app-inline-003 {
    font-size: 16px;
    color: #10b981;
}

.frontend-layouts-app-inline-004 {
    margin-top: 8px;
    color: #065f46;
    font-weight: 500;
}

.frontend-layouts-app-inline-005 {
    font-size: 16px;
    color: #f59e0b;
}

.frontend-layouts-app-inline-006 {
    margin-top: 8px;
    color: #92400e;
    font-weight: 500;
}

.frontend-layouts-app-inline-007 {
    font-size: 16px;
    color: #3b82f6;
}

.frontend-layouts-app-inline-008 {
    margin-top: 8px;
    color: #1e40af;
    font-weight: 500;
}

.frontend-layouts-app-inline-009 {
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
}

.frontend-layouts-app-inline-010 {
    margin-bottom: 5px;
}

/* === admin/assets/css/components/admin/layout.css === */
body.admin-shell {
    margin: 0;
    background: #f3f6fb;
    color: #1f2937;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.admin-layout {
    min-height: 100vh;
}

.admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1045;
    width: 280px;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
}

.admin-sidebar.is-open {
    transform: translateX(0);
}

.admin-sidebar__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #111827;
    color: #d1d5db;
    box-shadow: 0 1.25rem 2.5rem rgba(17, 24, 39, 0.22);
}

.admin-sidebar__header,
.admin-sidebar__footer {
    padding: 1.5rem;
}

.admin-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar__brand {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.admin-sidebar__close {
    padding: 0;
    color: #9ca3af;
    font-size: 1.5rem;
    text-decoration: none;
}

.admin-sidebar__close:hover,
.admin-sidebar__close:focus {
    color: #fff;
}

.admin-sidebar__nav {
    flex: 1;
    gap: 0.35rem;
    padding: 1rem 0.75rem;
    overflow-y: auto;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    color: #d1d5db;
    font-size: 0.95rem;
    font-weight: 500;
}

.sidebar-link:hover,
.sidebar-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-link.active {
    background-color: #2563eb;
    color: #fff;
}

.sidebar-icon {
    width: 1.25rem;
    text-align: center;
    color: #9ca3af;
}

.sidebar-link.active .sidebar-icon {
    color: inherit;
}

.admin-sidebar__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #6b7280;
    font-size: 0.78rem;
}

.admin-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background: rgba(15, 23, 42, 0.45);
}

.admin-sidebar-backdrop.is-visible {
    display: block;
}

.admin-content {
    min-height: 100vh;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

.admin-topbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.admin-topbar__eyebrow {
    margin: 0 0 0.2rem;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-topbar__title,
.admin-page-header__title,
.admin-panel__title {
    color: #111827;
    font-weight: 700;
}

.admin-topbar__title {
    margin: 0;
    font-size: 1.25rem;
}

.admin-topbar__meta {
    margin: 0;
    color: #94a3b8;
    font-size: 0.75rem;
}

.admin-topbar__user {
    margin: 0;
    color: #374151;
    font-size: 0.95rem;
    font-weight: 600;
}

.admin-topbar__account {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: 1rem;
    border-radius: 0.75rem;
}

.admin-main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.admin-page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-page-header__title {
    margin: 0;
    font-size: 1.75rem;
}

.admin-page-header__subtitle,
.admin-panel__text {
    margin: 0.35rem 0 0;
    color: #6b7280;
}

.admin-stat-card {
    border-radius: 1rem;
}

.admin-stat-card__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    font-size: 1.2rem;
}

.admin-stat-card__label {
    margin: 0 0 0.2rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-stat-card__value {
    margin: 0;
    color: #111827;
    font-size: 1.75rem;
    font-weight: 700;
}

.admin-stat-card__change {
    margin: 0.3rem 0 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.admin-stat-card__change span {
    color: #9ca3af;
    font-weight: 500;
}

.admin-stat-card__change.is-positive {
    color: #059669;
}

.admin-stat-card__change.is-negative {
    color: #e11d48;
}

.admin-panel__title {
    margin: 0;
    font-size: 1.1rem;
}

.admin-panel__placeholder {
    margin-top: 1rem;
    padding: 1.25rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.9rem;
    color: #94a3b8;
    text-align: center;
}

.admin-notification-list {
    margin-top: 1rem;
    display: grid;
    gap: 0.9rem;
    color: #4b5563;
}

.admin-notification-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.admin-notification-list__dot {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.35rem;
    flex-shrink: 0;
    border-radius: 50%;
}

.admin-notification-list__dot.is-blue {
    background: #3b82f6;
}

.admin-notification-list__dot.is-green {
    background: #10b981;
}

.admin-notification-list__dot.is-amber {
    background: #f59e0b;
}

@media (min-width: 992px) {
    .admin-sidebar {
        transform: none;
    }

    .admin-content {
        margin-left: 280px;
    }
}

@media (max-width: 991.98px) {
    body.admin-sidebar-open {
        overflow: hidden;
    }
}

/* === admin/assets/css/components/admin/app.css === */
body {
    font-family: 'Mona Sans', sans-serif;
}

/* jQuery Validation Styles */
.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-valid {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.98-.98-.98-.98-.98.98.98.98zm1.98-1.98L3.3 4.75l.98-.98.98.98-.98.98z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #28a745;
}

/* SweetAlert2 Toast Customization */
.swal2-toast {
    font-family: 'Mona Sans', sans-serif !important;
}

/* Standardized Error Message Styles - Applied to ALL frontend forms */
.jq-error-msg,
.error,
.err-msg,
.form-error,
.invalid-feedback {
    color: #dc3545 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    padding: 5px 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Error styling for invalid fields */
.field-error,
.is-invalid {
    border-color: #dc3545 !important;
}

/* Global Form Loader */
#form-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#form-loader .loader-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#form-loader .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5fc7f2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#form-loader .loader-text {
    color: #060f48;
    font-weight: 600;
    font-size: 16px;
}

/* Button loading state */
.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

/* Ensure error containers are visible */
.jq-error-msg[style*="display: none"] {
    display: none !important;
}

.jq-error-msg:not([style*="display: none"]) {
    display: block !important;
}

.components-admin-app-inline-001 {
    font-size: 16px;
    color: #ef4444;
}

.components-admin-app-inline-002 {
    margin-top: 8px;
    color: #991b1b;
    font-weight: 500;
}

.components-admin-app-inline-003 {
    font-size: 16px;
    color: #10b981;
}

.components-admin-app-inline-004 {
    margin-top: 8px;
    color: #065f46;
    font-weight: 500;
}

.components-admin-app-inline-005 {
    font-size: 16px;
    color: #f59e0b;
}

.components-admin-app-inline-006 {
    margin-top: 8px;
    color: #92400e;
    font-weight: 500;
}

.components-admin-app-inline-007 {
    font-size: 16px;
    color: #3b82f6;
}

.components-admin-app-inline-008 {
    margin-top: 8px;
    color: #1e40af;
    font-weight: 500;
}

.components-admin-app-inline-009 {
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
}

.components-admin-app-inline-010 {
    margin-bottom: 5px;
}



@media (min-width: 1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1540px !important;
    }
}

