/* _content/GdeWeb/Components/Layout/ErrorComponent.razor.rz.scp.css */
/* Card */
.card-nft[b-x4nnev7i3j] {
    user-select: none;
    width: 90%;
    max-width: 480px;
    text-align: center;
    padding: 45px 35px;
    /*margin: 5rem auto;*/
    border: 1px solid rgba(255, 255, 255, 0.3); /*#ffffff22*/
    background-color: rgba(112, 100, 233, 0.2); /*#35316f;*/
    background: linear-gradient(0deg, rgba(112, 100, 233, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%); /*linear-gradient(0deg, #35316f 0%, rgba(17, 0, 32, 0.5) 100%);*/
    box-shadow: 0 7px 20px 5px rgba(112, 100, 233, 0.3);
    border-radius: 0.7rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    overflow: hidden;
    transition: 0.5s all;
    /*color: rgba(0, 0, 0, 0.7);*/
}

    .card-nft img[b-x4nnev7i3j] {
        width: 75px;
    }

    .card-nft h2[b-x4nnev7i3j] {
        font-size: 35px;
        font-weight: 600;
        margin-top: 20px;
    }

    .card-nft p[b-x4nnev7i3j] {
        font-size: 17px;
        margin: 5px auto;
        max-width: 330px;
    }

    .card-nft .links img[b-x4nnev7i3j] {
        width: 40px;
        border-radius: 50px;
        margin: 10px 5px;
        transition: background 0.5s;
        cursor: pointer;
    }

        .card-nft .links img:hover[b-x4nnev7i3j] {
            background: #ff01cf;
        }

    .card-nft .btn[b-x4nnev7i3j] {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        background: #fff;
        color: #ff01cf;
        padding: 10px 30px;
        border-radius: 30px;
        margin: 30px 0 10px;
    }

    .card-nft .btn-gradient[b-x4nnev7i3j] {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        background-color: transparent;
        background: linear-gradient(94deg, #dd00ac 10.66%, #7130c3 53.03%, #410093 96.34%, rgba(255, 0, 238, 0.26) 191.41%, rgba(255, 59, 212, 0) 191.43%);
        color: #fff;
        text-shadow: var(--shadow-light);
        padding: 10px 30px;
        border-radius: 30px;
        margin: 30px 0 10px;
        transition-duration: 300ms;
        transition: 0.4s;
        cursor: pointer;
    }

    .card-nft [b-x4nnev7i3j]::before {
        position: fixed;
        content: "";
        box-shadow: 0 0 100px 40px rgba(255, 255, 255, 0.3); /*#ffffff08*/
        top: -10%;
        left: -100%;
        transform: rotate(-45deg);
        height: 60rem;
        transition: 0.7s all;
    }

    .card-nft:hover[b-x4nnev7i3j] {
        border: 1px solid rgba(255, 255, 255, 0.5); /*#ffffff44*/
        box-shadow: 0 7px 50px 10px rgba(112, 100, 233, 0.4); /*#000000aa*/
        transform: scale(1.05); /*scale(1.015);*/
        filter: brightness(1.3); /*brightness(1.3);*/
    }

        .card-nft:hover [b-x4nnev7i3j]::before {
            filter: brightness(0.5); /*brightness(0.5);*/
            top: -100%;
            left: 200%;
        }
/* _content/GdeWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r6x3f5jxdb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r6x3f5jxdb] {
    flex: 1;
}

.sidebar[b-r6x3f5jxdb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r6x3f5jxdb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r6x3f5jxdb]  a, .top-row[b-r6x3f5jxdb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r6x3f5jxdb]  a:hover, .top-row[b-r6x3f5jxdb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r6x3f5jxdb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r6x3f5jxdb] {
        justify-content: space-between;
    }

    .top-row[b-r6x3f5jxdb]  a, .top-row[b-r6x3f5jxdb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r6x3f5jxdb] {
        flex-direction: row;
    }

    .sidebar[b-r6x3f5jxdb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r6x3f5jxdb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r6x3f5jxdb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r6x3f5jxdb], article[b-r6x3f5jxdb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r6x3f5jxdb] {
    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-r6x3f5jxdb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
