/* _content/WebAppLister.Web/Pages/Index.cshtml.rz.scp.css */
.main[b-vvb1bav5k0] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.application-list[b-vvb1bav5k0] {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-evenly;
}

.application[b-vvb1bav5k0] {
    transition: transform .2s;
}

.application:hover[b-vvb1bav5k0] {
    transform: scale(1.15);
}

.application > a[b-vvb1bav5k0] {
    color: var(--softek-primary-blue);
    display: flex;
    flex-direction: column;
}

.application > a > img[b-vvb1bav5k0] {
    width: 10rem;
    height: 10rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.application > a > h2[b-vvb1bav5k0] {
    max-width: 15rem;
    font-weight: 500;
    line-height: 1.2;
}
/* _content/WebAppLister.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

nav a[b-mz1j2gh846] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 1.25rem;
}


footer[b-mz1j2gh846] {
    border-top: 1px solid var(--border-color);
    color: var(--text-light);
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

nav[b-mz1j2gh846] {
    background-color: var(--softek-primary-blue);
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 48px;
}

main[b-mz1j2gh846] {
    padding-bottom: 1rem;
}

.softek-logo[b-mz1j2gh846] {
    height: 25px;
    vertical-align: middle;
}
