/* _content/SetPlayList.Api/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d9o2es6fo5] {
    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-d9o2es6fo5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.custom-panel[b-d9o2es6fo5] {
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius-xl);
    border: 1px solid var(--bs-border-color);
    scroll-behavior: smooth;
}

aside .custom-panel[b-d9o2es6fo5] {
    top: 1.5rem;
    max-height: calc(100vh - 3rem);
}
/* _content/SetPlayList.Api/Components/Pages/Home.razor.rz.scp.css */
.service-card[b-01yx3116rv] {
    background: var(--bs-secondary-bg);
    height: 176px;
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.2s ease-in-out;
}

    .service-card:hover[b-01yx3116rv] {
        transform: translateY(-5px);
    }

    .service-card h3[b-01yx3116rv] {
        color: var(--bs-heading-color);
    }

    .service-card p[b-01yx3116rv] {
        color: var(--bs-body-color);
        line-height: 1.6;
    }

.skill-card[b-01yx3116rv] {
    border-radius: 12px;
    width: 150px;
    background: var(--bs-secondary-bg);
    min-width: 150px;
    height: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .skill-card:hover[b-01yx3116rv] {
        transform: translateY(-5px);
    }

.skill-icon-image[b-01yx3116rv] {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}
/* _content/SetPlayList.Api/Components/Pages/ProfileCard.razor.rz.scp.css */
.profile-image[b-9pawf51vqi] {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
}
