/* _content/bueroTecApp/Pages/Login.razor.rz.scp.css */
.login-page[b-2z195e9mca] {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form[b-2z195e9mca] {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form button[b-2z195e9mca] {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: var(--line-border-fill);
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .form button:hover[b-2z195e9mca], .form button:active[b-2z195e9mca], .form button:focus[b-2z195e9mca] {
            background: var(--line-border-fill);
        }
/* _content/bueroTecApp/Shared/LoadingScreen.razor.rz.scp.css */
#overlay[b-mu7v8dc1l3] {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9fb; /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    overflow: hidden;
    opacity: 0.8;
}
/* _content/bueroTecApp/Shared/LoginLayout.razor.rz.scp.css */

.main[b-5qg2d1drab] {
    flex: 1;
}
/* _content/bueroTecApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-wbthzf55e8] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.portal[b-wbthzf55e8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-wbthzf55e8] {
    flex: 1;
}
.visible[b-wbthzf55e8] {
    visibility: visible;
}

.not-visible[b-wbthzf55e8] {
    visibility: hidden;
}

@media (min-width: 641px) {
    .page[b-wbthzf55e8] {
        flex-direction: row;
    }

    .sidebar[b-wbthzf55e8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wbthzf55e8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* _content/bueroTecApp/Shared/NavMenu.razor.rz.scp.css */



.navbar-toggler[b-awwqsnc6qg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar[b-awwqsnc6qg] {
    background-image: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 70%);
}

.navbar-brand[b-awwqsnc6qg] {
    font-size: 1.75rem;
}

.top-row[b-awwqsnc6qg] {
    background-color: rgba(196,0,0,1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(204,0,0,0.8);
    /*border-radius: 15px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;*/
}

    .top-row[b-awwqsnc6qg]  a, .top-row .btn-link[b-awwqsnc6qg] {
        /*white-space: nowrap;
        margin-left: 1.5rem;*/
    }

    .top-row a:first-child[b-awwqsnc6qg] {
        overflow: hidden;
        text-overflow: ellipsis;
        color:white;
    }

.oi[b-awwqsnc6qg] {
    width: 2.5rem;
    font-size: 2rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-awwqsnc6qg] {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-awwqsnc6qg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-awwqsnc6qg] {
        padding-bottom: 1rem;
    }

    .nav-item a[b-awwqsnc6qg] {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        color:#c40000;
    }
        .nav-item a.active .nav-title .nav-step-number[b-awwqsnc6qg] {
            /*background-color: rgba(196,0,0,1);
            border-radius: 15px;
            color: white;*/
            background: #c40000;
            color: #fff;
        }
        .nav-item a:hover .nav-title .nav-step-number[b-awwqsnc6qg] {
            background: #c40000;
            color: #fff;
        }
        .nav-item a.active .nav-title .nav-step-text[b-awwqsnc6qg] {
            color: #fff;
        }

.nav-title[b-awwqsnc6qg] {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

    .nav-title .nav-step-number[b-awwqsnc6qg] {
        width: 48px;
        height: 48px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #ebebeb;
        color: #999;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
        display:inline-flex;
    }

    .nav-title .nav-step-text[b-awwqsnc6qg] {
        font-weight: bold;
        color: #999;
    }

button:focus[b-awwqsnc6qg] {
    outline: 0;
}

.remove-flex[b-awwqsnc6qg]{
    display:unset;
    text-align:center;
}

.navbar-brand[b-awwqsnc6qg] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-awwqsnc6qg] {
        justify-content: space-between;
    }

    .top-row a[b-awwqsnc6qg], .top-row .btn-link[b-awwqsnc6qg] {
        margin-left: 0;
    }

    .navbar-brand[b-awwqsnc6qg] {
        font-size: 1.25rem;
    }

    .oi[b-awwqsnc6qg] {
        font-size: 1.25rem;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-awwqsnc6qg] {
        display: none;
    }

    .collapse[b-awwqsnc6qg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar[b-awwqsnc6qg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-awwqsnc6qg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
