@import '_content/Poligraf.WebApp.SharedComponents/Poligraf.WebApp.SharedComponents.bundle.scp.css';
@import 'Poligraf.WebApp.Client.bundle.scp.css';

/* _content/Poligraf.WebApp/Components/Layout/FooterLayout.razor.rz.scp.css */
.reveal-footer[b-p13st8mie3] {
    height: 60vh;
    min-height: 480px
}

@media (max-width: 767px) {
    .reveal-footer[b-p13st8mie3] {
        height: 50vh;
        min-height: 480px
    }
}

.social-media-list[b-p13st8mie3] {
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767px) {
    .social-media-list[b-p13st8mie3] {
        flex-direction: row;
    }
}
/* _content/Poligraf.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xbv8td8czp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xbv8td8czp] {
    flex: 1;
}

.sidebar[b-xbv8td8czp] {
    background-image: linear-gradient(180deg, #212529 0%, #1e1e1e 70%);
}

.top-row[b-xbv8td8czp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 66px;
    display: flex;
    align-items: center;
}

    .top-row[b-xbv8td8czp]  a, .top-row[b-xbv8td8czp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xbv8td8czp]  a:hover, .top-row[b-xbv8td8czp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xbv8td8czp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xbv8td8czp] {
        justify-content: space-between;
    }

    .top-row[b-xbv8td8czp]  a, .top-row[b-xbv8td8czp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xbv8td8czp] {
        flex-direction: row;
    }

    .sidebar[b-xbv8td8czp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xbv8td8czp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xbv8td8czp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xbv8td8czp], article[b-xbv8td8czp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xbv8td8czp] {
    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-xbv8td8czp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Poligraf.WebApp/Components/Layout/NavBar.razor.rz.scp.css */
.navbar-toggler[b-fjdzkstd88] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-fjdzkstd88] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.nav-toggle[b-fjdzkstd88] {
    display: none;
}

.navbar-toggler:checked ~ .nav-toggle[b-fjdzkstd88] {
    display: block;
    /*margin-bottom: 0.5rem;*/
}

@media (min-width: 641px) {
    .navbar-toggler[b-fjdzkstd88] {
        display: none;
    }

    .nav-toggle[b-fjdzkstd88] {
        display: none;
    }
}

.nav-link[b-fjdzkstd88]{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
/* _content/Poligraf.WebApp/Components/Layout/NavBarBrand.razor.rz.scp.css */
.custom-navbar-brand[b-0qo6x3jdu8] {
    font-size: 1.1rem;
}
/* _content/Poligraf.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-h24vv5upld] {
    font-size: 1.1rem;
}

.top-row[b-h24vv5upld] {
    height: 66px;
    background-color: rgba(0,0,0,0.4);
}

.nav-item[b-h24vv5upld] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h24vv5upld] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h24vv5upld] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h24vv5upld]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-h24vv5upld]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-h24vv5upld]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.navbar-toggler[b-h24vv5upld] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-h24vv5upld] {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-h24vv5upld] {
            display: block;
        }

.nav-scrollable[b-h24vv5upld] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h24vv5upld] {
        display: none;
    }

    .nav-scrollable[b-h24vv5upld] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 66px);
        overflow-y: auto;
    }
}
/* _content/Poligraf.WebApp/Components/Pages/Builder.razor.rz.scp.css */
.accordion-button[b-srn35lgs48] {
    border-image-width: 0px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.2rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

    .accordion-button:focus[b-srn35lgs48] {
        box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0);
    }

    .accordion-button:not(.collapsed)[b-srn35lgs48] {
        color: #0086ff;
        background-color: #CCE7FF;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
/* _content/Poligraf.WebApp/Components/Pages/Home.razor.rz.scp.css */
.typed-cursor[b-992y012hg9] {
    opacity: 1;
    /* -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;*/
    animation: blink-b-992y012hg9 0.7s infinite;
    font-weight: 700;
    /*color: black;*/
}

@keyframes blink-b-992y012hg9 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
*/
.typed-text[b-992y012hg9] {
    font-size: 4rem;
    font-weight: 500;
}

@media (max-width: 640px) {
    .typed-text[b-992y012hg9] {
        font-size: 2.5rem;
    }
}

.large-button[b-992y012hg9] {
    font-weight: 700;
    box-shadow: none;
    background-color: #7f00ff;
    border-color: #7f00ff;
    font-size: 3rem;
    line-height: normal;
    padding: 0.1rem 2rem 0.5rem;
}

@media (max-width: 640px) {
    .large-button[b-992y012hg9] {
        font-size: 2rem;
        padding: 0.1rem 1.5rem 0.5rem;
    }
}

.accordion-button[b-992y012hg9] {
    border-image-width: 0px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.2rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

    .accordion-button:focus[b-992y012hg9] {
        box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0);
    }

    .accordion-button:not(.collapsed)[b-992y012hg9] {
        color: #0086ff;
        background-color: #CCE7FF;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }

.youtube[b-992y012hg9] {
    width: 560px;
    height: 315px;
}

@media (max-width: 640px) {
    .youtube[b-992y012hg9] {
        width: 88vw;
        height: calc((88vw / 16) * 9);
    }
}

.auto-element-list[b-992y012hg9] {
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 767px) {
    .auto-element-list[b-992y012hg9] {
        flex-direction: column;
        gap: 0px;
    }
}
