/* _content/WebPastActivities/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-007ajazooh] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-007ajazooh] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-007ajazooh] .content {
    overflow: auto;
}

[b-007ajazooh] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-007ajazooh] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/WebPastActivities/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-911crv5agm] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-911crv5agm] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-911crv5agm] {
    text-align: center;
    height: 32px;
}

.logo-text[b-911crv5agm] {
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
}

[b-911crv5agm] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-911crv5agm] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 5px;
}

.pointer img[b-911crv5agm] {
    cursor: pointer;
}

.selected img[b-911crv5agm] {
    border: 2px solid white;
}

[b-911crv5agm] .menu {
    background-color: inherit;
}

    [b-911crv5agm] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-911crv5agm] .menu-item {
    color: var(--bs-white);
}

[b-911crv5agm] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-911crv5agm] .home-icon {
    background-image: url("images/home.svg");
}

[b-911crv5agm] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-911crv5agm] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-911crv5agm] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-911crv5agm] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-911crv5agm] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-911crv5agm] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-911crv5agm] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-911crv5agm]  .layout-item {
    display: block;
}

#sidebar.expanded[b-911crv5agm]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-911crv5agm] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-911crv5agm] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-911crv5agm]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-911crv5agm] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-911crv5agm]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-911crv5agm] {
        text-align: inherit;
    }

    [b-911crv5agm] .menu-button-container {
        display: block;
    }

    [b-911crv5agm] .layout-item {
        display: none;
    }

    [b-911crv5agm] .footer {
        display: none;
    }
}
/* _content/WebPastActivities/Components/Pages/Download.razor.rz.scp.css */
.welcome[b-kaa8qb2ry6] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-kaa8qb2ry6] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-kaa8qb2ry6] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-kaa8qb2ry6] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-kaa8qb2ry6] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-kaa8qb2ry6] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-kaa8qb2ry6] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-kaa8qb2ry6] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-kaa8qb2ry6] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-kaa8qb2ry6] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-kaa8qb2ry6] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-kaa8qb2ry6] .icon-fill {
    fill: var(--bs-primary);
}

[b-kaa8qb2ry6] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.price[b-kaa8qb2ry6] {
    font-size: 50px;
    color: orange;
}

.period[b-kaa8qb2ry6] {
}
/* _content/WebPastActivities/Components/Pages/Features.razor.rz.scp.css */
.content-block[b-ctu7lpmeb8] {
    padding: 1.5rem;
    border-radius: 1rem;
    gap: 1.5rem;
    background: rgba(var(--bs-body-color-rgb), 0.05);
    max-width: 1020px;
}

    .content-block img[b-ctu7lpmeb8] {
        width: 100%;
        max-width: 1000px;
        max-height: 800px;
    }

.welcome[b-ctu7lpmeb8] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ctu7lpmeb8] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-ctu7lpmeb8] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-ctu7lpmeb8] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-ctu7lpmeb8] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-ctu7lpmeb8] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-ctu7lpmeb8] .welcome-cards {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ctu7lpmeb8] .welcome-card {
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    text-decoration: none;
    gap: 1.5rem;
    position: relative;
    padding: 1.5rem;
    padding-top: 5px;
    margin-bottom: 20px;
}

    [b-ctu7lpmeb8] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ctu7lpmeb8] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        padding-bottom: 10px;
    }

    [b-ctu7lpmeb8] .welcome-card img {
        width: 100%;
        max-height: 800px;
    }

[b-ctu7lpmeb8] .icon-fill {
    fill: var(--bs-primary);
}

[b-ctu7lpmeb8] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* _content/WebPastActivities/Components/Pages/Index.razor.rz.scp.css */
.welcome[b-63k344s30l] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-63k344s30l] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-63k344s30l] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-63k344s30l] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-63k344s30l] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-63k344s30l] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-63k344s30l] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-63k344s30l] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-63k344s30l] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-63k344s30l] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-63k344s30l] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-63k344s30l] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-63k344s30l] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/WebPastActivities/Components/Pages/Prices.razor.rz.scp.css */
.welcome[b-02pxtawyh6] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-02pxtawyh6] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-02pxtawyh6] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-02pxtawyh6] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-02pxtawyh6] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-02pxtawyh6] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-02pxtawyh6] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-02pxtawyh6] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-02pxtawyh6] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-02pxtawyh6] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-02pxtawyh6] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-02pxtawyh6] .icon-fill {
    fill: var(--bs-primary);
}

[b-02pxtawyh6] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.price[b-02pxtawyh6] {
    font-size: 50px;
    color: orange;
}

.period[b-02pxtawyh6] {
}
