/* _content/HindrikesDev/Components/Button.razor.rz.scp.css */
button[b-kdetf3a91h] {
    background-color: var(--primary);
    height: 40px;
    border: 0;
    padding: 10px 20px 10px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--textcolor);
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}
    button:hover[b-kdetf3a91h] {
        background-color: var(--secondary);
    }
/* _content/HindrikesDev/Components/Layout/EmptyLayout.razor.rz.scp.css */
div[b-zzzj6uh01h] {
    padding: 0;
    margin: 0;
    font-family: Roboto;
    color: black;
    background-color: white !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height:100%;
    position:absolute;
}
/* _content/HindrikesDev/Components/Layout/MainLayout.razor.rz.scp.css */
.header[b-9awkbt7p0z] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 75px;
}



.footer[b-9awkbt7p0z] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 0px;
    background: var(--secondaryBackground);
    width: 100%;
    height: 70px;
    position: relative;
    bottom: 0px;
    margin-top: 50px;
}

.social-icon[b-9awkbt7p0z] {
    width: 25px;
    height: 30px;
}

#blazor-error-ui[b-9awkbt7p0z] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-9awkbt7p0z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HindrikesDev/Components/Menu.razor.rz.scp.css */
.menu[b-61sezzb8lm] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    font-weight: bold;
    background: var(--secondaryBackground);
    width: 100%;
    height: 40px;
}

    .menu a[b-61sezzb8lm] {
        color: white;
        text-decoration: none;
    }

        .menu a:hover[b-61sezzb8lm] {
            color: var(--secondary);
        }

[b-61sezzb8lm] button {
    display: none;
    border-radius: 0 !important;
    position: absolute;
    right: 0px;
    top: 75px;
}

.more-menu[b-61sezzb8lm] {
    padding:10px 0 10px 0;
    display: none;
    position: absolute;
    top: 115px;
    right: 0px;
    width: 200px;
    height: auto;
    gap:10px;
    background: var(--secondaryBackground);
    flex-direction: column;
}

[b-61sezzb8lm] .more-menu a.active {
    display: block;
    border: 0;
    color: white;
    background-color: var(--secondary);
}

.open[b-61sezzb8lm] {
    display: flex !important;
}

@media screen and (max-width: 724px) {
    [b-61sezzb8lm] button {
        display: block;
    }
        [b-61sezzb8lm] .menu .menu-item {
        display: none;
    }

        [b-61sezzb8lm] .menu-item.always {
            display: block;
        }

    [b-61sezzb8lm] .more-menu.open .menu-item {
        display: block !important;
    }
}
/* _content/HindrikesDev/Components/MenuItem.razor.rz.scp.css */
[b-zz3dp8bpro] a {
    display:block;
    color: white;
    height: 20px;
    padding: 8px;
}

[b-zz3dp8bpro] .active {
    border-color:white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

[b-zz3dp8bpro] a:hover {
    background-color: var(--secondary);
}
/* _content/HindrikesDev/Components/Pages/AllApps.razor.rz.scp.css */
.appstore[b-cfe7hne1j4] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
/* _content/HindrikesDev/Components/Pages/Apps/CatchLogger/About.razor.rz.scp.css */
.appstore[b-rnc2ho7kv6] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
/* _content/HindrikesDev/Components/Pages/Apps/MyTrailVault/About.razor.rz.scp.css */
.appstore[b-0byemlepqe] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
/* _content/HindrikesDev/Components/Pages/Home.razor.rz.scp.css */
.app-list[b-9oj37090lz] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top:20px;
}

.app-card[b-9oj37090lz] {
    display: flex;
    background: var(--secondaryBackground);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 1.5rem;
    align-items: flex-start;
    gap: 2rem;
    transition: box-shadow 0.2s;
    color: var(--textcolor);
}

.app-card:hover[b-9oj37090lz] {
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
}

.app-card img[b-9oj37090lz] {
    width: 120px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    flex-shrink: 0;
    background: #fff;
}

.app-info[b-9oj37090lz] {
    flex: 1;
}

.app-info h2[b-9oj37090lz] {
    margin-top: 0;
    color: white;
    font-size: 1.5rem;
    text-align: left;
}

.app-info p[b-9oj37090lz] {
    color: var(--textcolor);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

.app-info a[b-9oj37090lz] {
    color: var(--linkcolor);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s;
}

.app-info a:hover[b-9oj37090lz] {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 700px) {
    .app-card[b-9oj37090lz] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .app-card img[b-9oj37090lz] {
        margin: 0 auto;
    }
}
