@import '_content/Helpers/Helpers.84zu0uzgqk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y9alw5729f] {
    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-y9alw5729f] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Přepínač jazyka v navigaci */
.gk-lang[b-am562x5eon] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 100px;
}

.gk-lang-item[b-am562x5eon] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 5px 9px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #B9BAC1;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
}

.gk-lang-item:hover[b-am562x5eon] {
    color: #FFFFFF;
}

.gk-lang-item.is-active[b-am562x5eon] {
    background: #F2B61C;
    color: #16171B;
}

@media (max-width: 860px) {
    .gk-lang[b-am562x5eon] {
        margin-left: 0;
        margin-top: 10px;
        align-self: flex-start;
    }
}
