/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-j6rpxjt16p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j6rpxjt16p] {
    flex: 1;
}

.sidebar[b-j6rpxjt16p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j6rpxjt16p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j6rpxjt16p]  a, .top-row[b-j6rpxjt16p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j6rpxjt16p]  a:hover, .top-row[b-j6rpxjt16p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j6rpxjt16p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j6rpxjt16p] {
        justify-content: space-between;
    }

    .top-row[b-j6rpxjt16p]  a, .top-row[b-j6rpxjt16p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j6rpxjt16p] {
        flex-direction: row;
    }

    .sidebar[b-j6rpxjt16p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j6rpxjt16p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j6rpxjt16p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j6rpxjt16p], article[b-j6rpxjt16p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j6rpxjt16p] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-j6rpxjt16p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-goqjjf72y0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-goqjjf72y0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-goqjjf72y0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-goqjjf72y0] {
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.bi[b-goqjjf72y0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-flag-icon[b-goqjjf72y0] {
    display: inline-block;
    width: 1.75rem;  
    height: 0.875rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-canada-flag-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9600 4800'%3E%3Cpath fill='%23f00' d='m0 0h2400l99 99h4602l99-99h2400v4800h-2400l-99-99h-4602l-99 99H0z'/%3E%3Cpath fill='%23fff' d='m2400 0h4800v4800h-4800zm2490 4430-45-863a95 95 0 0 1 111-98l859 151-116-320a65 65 0 0 1 20-73l941-762-212-99a65 65 0 0 1-34-79l186-572-542 115a65 65 0 0 1-73-38l-105-247-423 454a65 65 0 0 1-111-57l204-1052-327 189a65 65 0 0 1-91-27l-332-652-332 652a65 65 0 0 1-91 27l-327-189 204 1052a65 65 0 0 1-111 57l-423-454-105 247a65 65 0 0 1-73 38l-542-115 186 572a65 65 0 0 1-34 79l-212 99 941 762a65 65 0 0 1 20 73l-116 320 859-151a95 95 0 0 1 111 98l-45 863z'/%3E%3C/svg%3E");
}

.bi-house-door-fill-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-briefcase-fill-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M11 3v-2h-6v2h-5v12h16v-12h-5zM10 3h-4v-1h4v1z'/%3E%3C/svg%3E");
}

.bi-custom-plane-fill-nav-menu[b-goqjjf72y0] {
    transform: scale(1.2); 
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%20fill%3D'white'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M12.25%208.719l-0.469%200.469%204%200.344%202.406-2.406c0.375-0.375%201.063-0.938%202.063-1.563s1.656-0.813%201.906-0.563c0.688%200.688%200%202.031-2.063%204.063l-2.375%202.375%200.344%204%200.469-0.438c0.375-0.406%200.781-0.406%201.094-0.094%200.375%200.375%200.219%200.906-0.531%201.656l-0.75%200.781%200.375%202.688%200.531-0.563c0.344-0.375%200.719-0.375%201.063-0.063%200.375%200.375%200.313%200.844-0.188%201.344l-1.125%201.125c0.438%203%200.5%204.688%200.156%205.031-0.156%200.125-0.375%200.25-0.688%200.313-0.281%200.031-0.531%200-0.688-0.125-0.125-0.156-0.313-0.719-0.5-1.688-0.219-1-0.75-2.688-1.688-5.063-0.906-2.406-1.563-3.75-1.875-4.094-0.125-0.125-0.313-0.125-0.531%200-0.219%200.094-1%200.75-2.25%201.969-1.25%201.25-2.406%202.25-3.5%203.031-0.031%200.188%200.063%200.813%200.219%201.844s0.219%201.719%200.188%201.969c-0.063%200.25-0.313%200.594-0.719%201-0.219%200.219-0.375%200.344-0.531%200.375-0.406-0.406-1.031-1.719-1.875-3.875-2.344-1.031-3.625-1.688-3.875-1.938%200-0.125%200.125-0.313%200.344-0.531%200.406-0.406%200.75-0.656%201.031-0.688%200.25-0.063%200.906%200.031%201.938%200.219%201.031%200.156%201.656%200.219%201.875%200.219%200.75-1.125%202.156-2.781%204.344-4.969%200.625-0.688%200.813-1.125%200.594-1.344-0.313-0.344-1.688-0.969-4.063-1.875-2.406-0.906-4.063-1.5-5.063-1.688-1-0.219-1.563-0.375-1.688-0.531-0.156-0.125-0.188-0.375-0.125-0.688%200.031-0.313%200.156-0.531%200.313-0.688%200.313-0.313%202-0.281%205.031%200.156l1.094-1.125c0.5-0.469%200.969-0.531%201.344-0.156%200.344%200.313%200.313%200.688-0.031%201.031l-0.563%200.531%202.688%200.375%200.75-0.719c0.75-0.75%201.281-0.906%201.656-0.531%200.344%200.344%200.313%200.688-0.063%201.094z'%2F%3E%3C%2Fsvg%3E");
}

.bi-file-text-fill-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-text-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}


.bi-plus-square-fill-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-goqjjf72y0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-goqjjf72y0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-goqjjf72y0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-goqjjf72y0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-goqjjf72y0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-goqjjf72y0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-goqjjf72y0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-goqjjf72y0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-goqjjf72y0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-goqjjf72y0] {
        display: none;
    }

    .nav-scrollable[b-goqjjf72y0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/FAQ.razor.rz.scp.css */
.source-link[b-ci6zmxqb2a] {
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}

.source-link:hover[b-ci6zmxqb2a] {
    text-decoration: underline;
}
/* /Pages/Home.razor.rz.scp.css */
.stat-change[b-lvd9n22pit] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.stat-comparison-period[b-lvd9n22pit] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

.bi-caret-up-fill-stat[b-lvd9n22pit] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23198754' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bi-caret-down-fill-stat[b-lvd9n22pit] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc3545' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
