@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/KTDesk.Shared/KTDesk.Shared.muwpquwour.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main layout area styles */

main[b-v3pretzwr7] {
    flex: 1;
    overflow-x: hidden;
    height: auto;
}

/* Blazor error UI */
#blazor-error-ui[b-v3pretzwr7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-v3pretzwr7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-ct3ptmhyqq]  .nav-link {
    color: var(--black);
    background: none;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem;
    width: 100%;
}

.nav-link[b-ct3ptmhyqq], .nav-item[b-ct3ptmhyqq] { font-size: var(--extraSmallText) !important; }

.nav-item[b-ct3ptmhyqq]  a.active {
    background-color: var(--primary);
    color: var(--white);
}

.nav-item[b-ct3ptmhyqq]  a.active:hover {
    background-color: var(--primary);
    color: var(--white);
}

.nav-item[b-ct3ptmhyqq]  .nav-link:hover { color: var(--primary); }

.nav-scrollable[b-ct3ptmhyqq] { display: none; }

.navbar-toggler:checked ~ .nav-scrollable[b-ct3ptmhyqq] { display: block; }

@media (min-width: 641px) {
    .nav-scrollable[b-ct3ptmhyqq] {
        display: block;
        height: 90vh;
        overflow-y: auto;
    }
}

.ktSidebarNav[b-ct3ptmhyqq] {
    overflow: auto;                  
    max-height: 100dvh;              
    scrollbar-gutter: stable;        
    overscroll-behavior: contain;     
    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;           
    scrollbar-color: var(--kt-scrollbar-thumb, #b9bfc7) transparent;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z1k0h3qndf],
.components-reconnect-repeated-attempt-visible[b-z1k0h3qndf],
.components-reconnect-failed-visible[b-z1k0h3qndf],
.components-pause-visible[b-z1k0h3qndf],
.components-resume-failed-visible[b-z1k0h3qndf],
.components-rejoining-animation[b-z1k0h3qndf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-retrying[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-failed[b-z1k0h3qndf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z1k0h3qndf] {
    display: block;
}


#components-reconnect-modal[b-z1k0h3qndf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-z1k0h3qndf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-z1k0h3qndf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-z1k0h3qndf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-z1k0h3qndf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-z1k0h3qndf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-z1k0h3qndf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-z1k0h3qndf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-z1k0h3qndf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-z1k0h3qndf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-z1k0h3qndf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-z1k0h3qndf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-z1k0h3qndf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-z1k0h3qndf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-z1k0h3qndf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-z1k0h3qndf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z1k0h3qndf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z1k0h3qndf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-z1k0h3qndf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.ktTopMenu[b-ejrbi7l77i] {
    position: sticky;
    width: 100%;
    grid-area: header;
    top: 0;
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0px 4px 9.4px 0px rgba(0,0,0,0.20);
    z-index: 1000;
}
/* /Components/Layout/WithoutMenuLayout.razor.rz.scp.css */
main[b-e31a6xxdc5] {
    min-height: calc(100dvh - var(--header-h));
    height: unset;
}

.ktMainContainer[b-e31a6xxdc5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    overflow: hidden;
}

#blazor-error-ui[b-e31a6xxdc5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-e31a6xxdc5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Companies/Index.razor.rz.scp.css */
/* Długie ciągi wpisane przez biuro nie mogą rozpychać modala administracyjnego. */
.ktAdminPublicProfileValue[b-i1ecrfkbrk] {
    overflow-wrap: anywhere;
}
/* /Components/Shared/HtmlEditor.razor.rz.scp.css */
.kt-editor-link-button[b-5hnh9l2zth] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.kt-editor-link-button-active[b-5hnh9l2zth] {
    color: var(--bs-primary, #0d6efd) !important;
}

.kt-editor-link-panel[b-5hnh9l2zth] {
    align-items: end;
    background: var(--bs-tertiary-bg, #f8f9fa);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    box-sizing: border-box;
    clear: both;
    display: grid;
    gap: 0.5rem 0.625rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr) max-content;
    margin: 0.5rem 0 0;
    max-width: 100%;
    min-width: 0;
    padding: 0.55rem;
    width: 100%;
}

.kt-editor-link-field label[b-5hnh9l2zth] {
    color: var(--bs-secondary-color, #6c757d);
    display: block;
    font-size: 0.76rem;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kt-editor-link-field input[b-5hnh9l2zth] {
    box-sizing: border-box;
    min-height: 31px;
    min-width: 0;
    width: 100%;
}

.kt-editor-link-actions[b-5hnh9l2zth] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
    min-width: max-content;
    white-space: nowrap;
}

.kt-editor-link-actions button[b-5hnh9l2zth] {
    align-items: center;
    display: inline-flex;
    float: none;
    height: 31px;
    justify-content: center;
    padding: 0.25rem 0.65rem;
    width: auto !important;
}

.kt-editor-link-actions button svg[b-5hnh9l2zth] {
    flex: 0 0 auto;
}

.kt-editor-link-actions .btn-primary[b-5hnh9l2zth] {
    background-color: var(--bs-primary, #0d6efd) !important;
    border: 1px solid var(--bs-primary, #0d6efd) !important;
    color: #fff !important;
}

.kt-editor-link-actions .btn-primary:hover[b-5hnh9l2zth],
.kt-editor-link-actions .btn-primary:focus[b-5hnh9l2zth] {
    background-color: var(--bs-primary-dark, #0b5ed7) !important;
    border-color: var(--bs-primary-dark, #0a58ca) !important;
    color: #fff !important;
}

.kt-editor-link-actions .btn-outline-secondary[b-5hnh9l2zth] {
    background-color: transparent !important;
    border: 1px solid var(--bs-secondary, #6c757d) !important;
    color: var(--bs-body-color, #212529) !important;
}

.kt-editor-link-error[b-5hnh9l2zth] {
    color: var(--bs-danger, #dc3545);
    font-size: 0.78rem;
    grid-column: 1 / -1;
}

@media (max-width: 991.98px) {
    .kt-editor-link-panel[b-5hnh9l2zth] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .kt-editor-link-actions[b-5hnh9l2zth] {
        grid-column: 1 / -1;
        justify-content: flex-end;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .kt-editor-link-panel[b-5hnh9l2zth] {
        grid-template-columns: 1fr;
    }

    .kt-editor-link-actions[b-5hnh9l2zth] {
        justify-content: flex-start;
    }
}
