/* _content/CandidaturasOnline/Pages/Index.razor.rz.scp.css */
/* Coded with love by Mutiullah Samim */
body[b-e7chcczqzb],
html[b-e7chcczqzb] {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #60a3bc !important;
}

.encher[b-e7chcczqzb] {
    padding-top: 7rem !important;
}

.user_card[b-e7chcczqzb] {
    height: 480px;
    width: 400px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: linear-gradient( 0deg, rgb(5, 39, 103) 0%, #330647 60%) !important;
    /*#f39c12;*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container[b-e7chcczqzb] {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #7f7f7f;
    padding: 10px;
    text-align: center;
}

.brand_logo[b-e7chcczqzb] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /*border: 2px solid white;*/
}

.form_container[b-e7chcczqzb] {
    margin-top: 100px;
}

.login_btn[b-e7chcczqzb] {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}

    .login_btn:focus[b-e7chcczqzb] {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container[b-e7chcczqzb] {
    padding: 0 2rem;
}

.input-group-text[b-e7chcczqzb] {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    height: 31px;
    width: 40px;
}

.input_user[b-e7chcczqzb],
.input_pass:focus[b-e7chcczqzb] {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-e7chcczqzb]::before {
    background-color: #c0392b !important;
}
.links[b-e7chcczqzb]{
    padding-top:10px;
    color:white!important;
    font-size:small;
    height:20px;
}
/* _content/CandidaturasOnline/Pages/NovoRegisto.razor.rz.scp.css */
.botoes[b-kh7bxtz4t9] {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 150px;*/
}
img.logo[b-kh7bxtz4t9] {
    max-width: 150px;
    max-height: 150px;
    padding: 20px;
    margin: auto;
}
/* _content/CandidaturasOnline/Pages/Processo.razor.rz.scp.css */
h2[b-t66a6z6i0o] {
    margin: 20px 0 0 0;
}
/* _content/CandidaturasOnline/Pages/RegistoJaExistente.razor.rz.scp.css */
img.logo[b-1uj1xsu0ig]

{
    max-width: 200px;
    max-height: 200px;
    padding: 20px;
    margin: auto;
}
/* _content/CandidaturasOnline/Pages/RegistoSucesso.razor.rz.scp.css */
img.logo[b-4wwe4zspcv] {
    max-width: 150px;
    max-height: 150px;
    padding: 20px;
    margin: auto;
}
/* _content/CandidaturasOnline/Shared/MainLayout.razor.rz.scp.css */
.page[b-59u6r9s1iq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-59u6r9s1iq] {
    flex: 1;
}

.sidebar[b-59u6r9s1iq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-59u6r9s1iq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-59u6r9s1iq]  a, .top-row .btn-link[b-59u6r9s1iq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-59u6r9s1iq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-59u6r9s1iq] {
        display: none;
    }

    .top-row.auth[b-59u6r9s1iq] {
        justify-content: space-between;
    }

    .top-row a[b-59u6r9s1iq], .top-row .btn-link[b-59u6r9s1iq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-59u6r9s1iq] {
        flex-direction: row;
    }

    .sidebar[b-59u6r9s1iq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-59u6r9s1iq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-59u6r9s1iq], article[b-59u6r9s1iq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CandidaturasOnline/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dzctjl3r4w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dzctjl3r4w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dzctjl3r4w] {
    font-size: 1.1rem;
}

.oi[b-dzctjl3r4w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dzctjl3r4w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dzctjl3r4w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dzctjl3r4w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dzctjl3r4w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dzctjl3r4w]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dzctjl3r4w]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dzctjl3r4w] {
        display: none;
    }

    .collapse[b-dzctjl3r4w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
