@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/RR.web/Pages/Counter.razor.rz.scp.css */
.counter-block[b-tj0dl9xrct] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-tj0dl9xrct] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-tj0dl9xrct] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-tj0dl9xrct] {
        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/RR.web/Pages/Index.razor.rz.scp.css */
.welcome[b-530ea4zzoc] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-530ea4zzoc] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-530ea4zzoc] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-530ea4zzoc] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-530ea4zzoc] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-530ea4zzoc] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-530ea4zzoc] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-530ea4zzoc] .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-530ea4zzoc] .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-530ea4zzoc] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-530ea4zzoc] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-530ea4zzoc] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-530ea4zzoc] .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/RR.web/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-2lyger0u11] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-2lyger0u11] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-2lyger0u11] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-2lyger0u11] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-2lyger0u11] {
        font-size: inherit;
    }
}
/* _content/RR.web/Shared/LoginLayout.razor.rz.scp.css */
.page[b-s1vyvlarf8] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-s1vyvlarf8] .page-layout,
[b-s1vyvlarf8] .page-layout > .dxbl-gridlayout-root,
[b-s1vyvlarf8] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-s1vyvlarf8] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-s1vyvlarf8] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-s1vyvlarf8] .fit-width {
    max-width: 100%;
}

[b-s1vyvlarf8] .mw-1100 {
    max-width: 1100px;
}
/* _content/RR.web/Shared/MainLayout.razor.rz.scp.css */
.page[b-5kaov1pj35] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-5kaov1pj35] .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-5kaov1pj35] .content {
    overflow: auto;
}

[b-5kaov1pj35] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-5kaov1pj35] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/RR.web/Shared/NavMenu.razor.rz.scp.css */
#sidebar[b-qe0f1hv0r0] {
    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-qe0f1hv0r0] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-qe0f1hv0r0] {
    text-align: center;
}

[b-qe0f1hv0r0] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-qe0f1hv0r0] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-qe0f1hv0r0] .menu {
    background-color: inherit;
}

    [b-qe0f1hv0r0] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-qe0f1hv0r0] .menu-item {
    color: var(--bs-white);
}

[b-qe0f1hv0r0] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-qe0f1hv0r0] .home-icon {
    background-image: url("images/home.svg");
}

[b-qe0f1hv0r0] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-qe0f1hv0r0] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-qe0f1hv0r0] .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-qe0f1hv0r0] .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-qe0f1hv0r0] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-qe0f1hv0r0] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-qe0f1hv0r0] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-qe0f1hv0r0]  .layout-item {
    display: block;
}

#sidebar.expanded[b-qe0f1hv0r0]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-qe0f1hv0r0] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-qe0f1hv0r0] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-qe0f1hv0r0]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-qe0f1hv0r0] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-qe0f1hv0r0]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-qe0f1hv0r0] {
        text-align: inherit;
    }

    [b-qe0f1hv0r0] .menu-button-container {
        display: block;
    }

    [b-qe0f1hv0r0] .layout-item {
        display: none;
    }

    [b-qe0f1hv0r0] .footer {
        display: none;
    }
}
