@import 'PokemonisshoniZA.Client.r5m5bo02xj.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Chatbot/Chatbot.razor.rz.scp.css */
.floating-pane[b-ymq1an2fzo] {
    position: fixed;
    padding-top: 1em;
    width: 25rem;
    height: 35rem;
    right: 3rem;
    bottom: 3rem;
    border: 0.0625rem solid silver;
    border-radius: 0.5rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-family: "Segoe UI", arial, helvetica;
    animation: slide-in-from-right-b-ymq1an2fzo 0.3s ease-out;
    z-index: 2;
}

@keyframes slide-in-from-right-b-ymq1an2fzo {
    0% {
        transform: translateX(30rem);
    }
    100% {
        transform: translateX(0);
    }
}

.hide-chatbot[b-ymq1an2fzo] {
    border: none;
    background-color: #B4B4B8;
    color: white;
    position: absolute;
    top: 0.25rem;
    right: 0.18rem;
    border-radius: 0.55rem;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatbot-input[b-ymq1an2fzo] {
    margin-top: auto;
    display: flex;
    position: relative;
    border: 0.125rem solid #f4f0f4;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem 0.75rem;
    gap: 0.3rem;
    height: 3.5rem;
    align-items: stretch;
    flex-shrink: 0;
}

    .chatbot-input textarea[b-ymq1an2fzo] {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        resize: none;
        font-weight: 400;
        font-family: "Segoe UI", arial, helvetica;
        font-size: 16px;
    }

    .chatbot-input button[b-ymq1an2fzo] {
        width: 6.25rem;
        height: 3.125rem;
        border-radius: 0.5rem;
        border-width: 0;
        cursor: pointer;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0.6rem 0.8rem;
        text-align: center;
    }

.chatbot-chat[b-ymq1an2fzo] {
    overflow-y: scroll;
    height: 100%;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
}

    .chatbot-chat .message[b-ymq1an2fzo] {
        padding: 0.5rem 1rem;
        border-radius: 1.25rem;
        max-width: 85%;
        display: inline-block;
        white-space: break-spaces;
        overflow-x: clip;
        margin-bottom: 0.75rem;
        margin-top: 0.25rem;
    }

    .chatbot-chat .message-assistant[b-ymq1an2fzo] {
        background-color: #f4f0f4;
        margin-right: auto;
    }

    .chatbot-chat .message-user[b-ymq1an2fzo] {
        background-color: #102c57;
        margin-left: auto;
        color: white;
    }

    .chatbot-chat[b-ymq1an2fzo]  img {
        max-height: 10rem;
    }

    .thinking[b-ymq1an2fzo] {
        color: gray;
        font-style: italic;
        animation: fade-in-and-out-b-ymq1an2fzo 1s infinite;
        padding: 0;
        margin: 0;
        padding-left: 0.6rem;
        font-size: 90%;
    }

@keyframes fade-in-and-out-b-ymq1an2fzo {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.2;
    }
}
/* /Components/Chatbot/ShowChatbotButton.razor.rz.scp.css */
.show-chatbot[b-v7gpubxysf] {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 1;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-image: url('chat.png');
    background-size: contain;
    width: 4.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f3;
    transition: transform ease-out 0.2s;
    border: 2px solid transparent;
    display: block;
}

    .show-chatbot:hover[b-v7gpubxysf] {
        border-color: #49b4fe;
        cursor: pointer;
        transform: scale(1.2);
        box-shadow: 0 2px 7px 2px rgba(0,0,0,0.4);
    }

    .show-chatbot:active[b-v7gpubxysf] {
        transform: scale(1.1);
        transition: transform ease-out 0.01s;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2t20tdm8cw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2t20tdm8cw] {
    flex: 1;
}

.sidebar[b-2t20tdm8cw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2t20tdm8cw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2t20tdm8cw]  a, .top-row[b-2t20tdm8cw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2t20tdm8cw]  a:hover, .top-row[b-2t20tdm8cw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2t20tdm8cw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2t20tdm8cw] {
        justify-content: space-between;
    }

    .top-row[b-2t20tdm8cw]  a, .top-row[b-2t20tdm8cw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2t20tdm8cw] {
        flex-direction: row;
    }

    .sidebar[b-2t20tdm8cw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2t20tdm8cw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2t20tdm8cw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2t20tdm8cw], article[b-2t20tdm8cw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2t20tdm8cw] {
    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-2t20tdm8cw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/OfficialMatch/OfficalMatchRoster.razor.rz.scp.css */

.page-links[b-dnm541e5ap] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

    .page-links[b-dnm541e5ap]   a {
        display: flex;
        padding: 12px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        background: #F7F7F7;
        color: #000;
        text-decoration: none;
    }

.page-links[b-dnm541e5ap]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}
/* /Components/PKHome/HomeTrainerRank.razor.rz.scp.css */

.page-links[b-ryu0paf1g0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

    .page-links[b-ryu0paf1g0]   a {
        display: flex;
        padding: 12px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        background: #F7F7F7;
        color: #000;
        text-decoration: none;
    }

.page-links[b-ryu0paf1g0]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}
/* /Components/Team/PublicTeamList.razor.rz.scp.css */

.page-links[b-fyd7usb4n3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

[b-fyd7usb4n3] a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}

    .page-links[b-fyd7usb4n3]  a.active-page {
        color: #F7F7F7;
        background-color: #000;
    }


/*.page-links a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}
*/
