/* _content/ByUI/Pages/Fisler/FisPageSade.razor.rz.scp.css */
.bypage[b-q2cn6bpyoo] {
    height: 100%;
}

.welcome[b-q2cn6bpyoo] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
   
}

[b-q2cn6bpyoo] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-q2cn6bpyoo] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
        height: 80%;
    }

[b-q2cn6bpyoo] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-q2cn6bpyoo] {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-q2cn6bpyoo] {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-q2cn6bpyoo] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    justify-content: center;
    overflow-y: scroll;
}

[b-q2cn6bpyoo] .welcome-card {
    width: 60rem;
    height: 50rem;
   /* 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.1rem;
    text-decoration: none;
    position: relative;
}

    [b-q2cn6bpyoo] .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-q2cn6bpyoo] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-q2cn6bpyoo] .welcome-card .welcome-card-text {
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: darkcyan;
    }

    [b-q2cn6bpyoo] .welcome-card .welcome-card-text-cizgi {
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: underline;
        color: darkcyan;
    }

    [b-q2cn6bpyoo] .welcome-card .welcome-card-text-stok {
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: darkcyan;
    }

[b-q2cn6bpyoo] .sola {
    padding-left: 5px;
    text-align: left;
}

[b-q2cn6bpyoo] .saga {
    right: 5px;
    text-align: right;
}
[b-q2cn6bpyoo] .bordersiz {
    border:none; 
}
table.borderless td[b-q2cn6bpyoo], table.borderless th[b-q2cn6bpyoo] {
    border: none !important;
}
[b-q2cn6bpyoo] .welcome-card .welcome-card-text2 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
    color: darkred;
}

[b-q2cn6bpyoo] .icon-fill {
    fill: var(--bs-primary);
}

[b-q2cn6bpyoo] .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;
}

.alticizili[b-q2cn6bpyoo] {
    text-decoration: underline;
}
/* _content/ByUI/Pages/Index.razor.rz.scp.css */
.bypage[b-iorc8qfeeb] {
    height: 100%; 
}
.welcome[b-iorc8qfeeb] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:80px;
}

[b-iorc8qfeeb] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto; 
}

[b-iorc8qfeeb] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
    height:80%;
}

[b-iorc8qfeeb] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-iorc8qfeeb] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-iorc8qfeeb] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-iorc8qfeeb] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-iorc8qfeeb] .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-iorc8qfeeb] .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-iorc8qfeeb] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-iorc8qfeeb] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: darkcyan;
    }
    [b-iorc8qfeeb] .welcome-card .welcome-card-text2 {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset; 
        color: darkred;
    }

    [b-iorc8qfeeb] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-iorc8qfeeb] .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/ByUI/Pages/Testler/Counter.razor.rz.scp.css */
.bycard[b-zhrpnfieyx] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.counter-block[b-zhrpnfieyx] {
    margin: 1.5rem; 
    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;
    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;
}
  .counter-block:hover[b-zhrpnfieyx] {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
    .counter-block .counter-content[b-zhrpnfieyx] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-zhrpnfieyx] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-zhrpnfieyx] {
        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/ByUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-xl7zfxa1le] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-xl7zfxa1le] .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-xl7zfxa1le] .content {
    overflow: auto;
    justify-content: center;
}

[b-xl7zfxa1le] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-xl7zfxa1le] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
