/* _content/Biulix.Empregador.WebApp/Components/Authentication/Pages/Login.razor.rz.scp.css */
@font-face {
    font-family: 'Aptos';
    src: url(../fonts/aptos.ttf?v=TSAEtO-HaOP_b8Wu1DnhP4ww8HE)
}

[b-uufsdfyaar] .valid.modified:not([type=checkbox]) {
    outline: none !important;
}

[b-uufsdfyaar] .invalid{
    outline: none !important;
}

[b-uufsdfyaar] .validation-message{
    background-color: red !important;
    border-radius: 12px !important;
    font-family: 'Aptos' !important;
    color: white !important;
    padding: 15px;
    margin-top: 4px;
}

.login-page[b-uufsdfyaar] {
    height: 100vh;
    margin: 0;
} 

.login-background[b-uufsdfyaar] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("images/background.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: auto;
    z-index: -1;
}

.login-page-content[b-uufsdfyaar]{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-container[b-uufsdfyaar] {
    background-color: white;
    border-radius: 45px;
    padding: 6px;
    margin-top: 15px; 
    margin-bottom: 15px;
}

.login-form[b-uufsdfyaar]{
    padding: 1% 5% 2% 6%;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
    color: white;
    width: 532px;
}

.login-form .title[b-uufsdfyaar]{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.334;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    margin-left: -26px;
    font-family: 'Aptos';
}

.radio-container[b-uufsdfyaar]{
    padding: 15px 0px;
    margin: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.radio-item[b-uufsdfyaar]{
    position: relative;
    display: flex;
    align-items: center;
    width: 420px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.radio-input[b-uufsdfyaar]{
    width: 16px; 
    height: 16px;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-appearance: none; 
    appearance: none;
    position: relative;
    padding: 2px;
}

.radio-input:not(.radio-input:disabled)[b-uufsdfyaar]{
    cursor: pointer;
}



.radio-input:checked[b-uufsdfyaar]{
    position: relative;
}

.radio-input:checked[b-uufsdfyaar]::before {
    content: "";
    position: absolute;
    width: 8px; 
    height: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.radio-label[b-uufsdfyaar]{
    margin-left: 8px;
    font-family: 'Aptos';
    font-size: var(--font-size-small);
    font-weight: 400;
    max-height: auto;
}

.radio-item:has(.radio-input:disabled)[b-uufsdfyaar] {
    opacity: 0.2;
}

.form-inputs[b-uufsdfyaar]{
    margin: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-group[b-uufsdfyaar]{
    margin-top: 8px;
    margin-bottom: 4px;
    position: relative;
    align-items: center;
    width: 420px;
    height: 52px;
    border-radius: 25px;
    padding: 16.5px 14px; 
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.1s ease, border-width 0.2s ease;
}

.input-group:has(.input-content:hover)[b-uufsdfyaar]{
    border: 1px solid rgba(255, 255, 255, 1); 
}

.input-group:has(.input-content:focus)[b-uufsdfyaar] {
    border: 2px solid rgba(255, 255, 255, 1); 
}

[b-uufsdfyaar] .input-content{
    width: 100% !important; 
    border: 0px !important;
    background-color: transparent !important;
    text-decoration: none !important;
    color: white !important;
    height: 19px !important;
}

[b-uufsdfyaar] .input-content:focus{
    border: 0px none !important;
    text-decoration: none !important;
    box-shadow: 0 0 0 0 !important;
    outline: none !important;
}

[b-uufsdfyaar] .input-content:-webkit-autofill,
[b-uufsdfyaar] .input-content:-webkit-autofill:hover,
[b-uufsdfyaar] .input-content:-webkit-autofill:focus,
[b-uufsdfyaar] .input-content:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important; 
    -webkit-text-fill-color: white !important; 
    transition: background-color 5000s ease-in-out 0s; 
}

[b-uufsdfyaar] .input-label{
    border-radius: 15px !important;
    position: absolute !important;
    background-color: #3782F9 !important;
    transition: all 0.1s ease !important;
    pointer-events: none !important;
    display: inline-block !important;
    padding: 0px 5px !important;
    font-size: 14px;
    line-height: 13px;
    transform-origin: top left !important; 
    top: 19.5px !important; 
    left: 14px !important; 
}

[b-uufsdfyaar] .input-content:focus ~ .input-label,
.input-content:not(:placeholder-shown) ~ .input-label[b-uufsdfyaar]
{
    transform: translateY(-27px) scale(0.65) !important;
    padding: 0px 5px !important;
    font-size: var(--font-size-small) !important;
}

[b-uufsdfyaar] .show-ornot-button
{
    position: absolute;
    right: 14px;
    cursor: pointer;
    width: 24px;
    transition: all 0.3s ease;
    z-index: 10;
}

[b-uufsdfyaar] .show-ornot-button i {
    cursor: pointer;
    color: white;
    font-size: 24px;
}


.form-submit-container[b-uufsdfyaar]{
    margin: 15px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.submit-component[b-uufsdfyaar]{
    width: 420px;
    height: 54px;
}

.submit-button[b-uufsdfyaar]{
    position: relative;
    align-items: center;
    width: 100%;
    font-family: 'Aptos';
    font-weight: bold;
    font-size: 16px;
    color: #125DDB;
    padding: 12px;
    border-radius: 30px;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

.submit-button:hover[b-uufsdfyaar]{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
}

.form-helper[b-uufsdfyaar]{
    font-family: 'Aptos';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-small);
    text-align: center;
    cursor: pointer;
}
.form-helper a[b-uufsdfyaar] {
    text-decoration: none !important;
    color: white;
}

.login-footer[b-uufsdfyaar]{
    padding: 15px;
    width: 100%;
}

.rodape[b-uufsdfyaar]{
    background-color: white;
    color: rgba(0, 0, 0, 0.7);
    padding: 0px 30px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.rodape-info[b-uufsdfyaar]{
    font-size: 14px;
    font-family: 'Aptos';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 12.5px;
}

.rodape-info div[b-uufsdfyaar],p[b-uufsdfyaar]{
    margin: 0px;
}

.rodape-info span[b-uufsdfyaar]{
    font-size: 16px;
    color: black;
}

.rodape-info div[b-uufsdfyaar]{
    height: 55px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    word-wrap: break-word;
    margin-right: 220px;
}

.rodape-info p[b-uufsdfyaar]{
    max-height: 20px;
}

.rodape-links-and-apps[b-uufsdfyaar]{
    padding: 15px 0px;
    gap: 15px;
    width: 40%;
}

.rodape-links[b-uufsdfyaar]{
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 9px;
}

.social-media-icon[b-uufsdfyaar] {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-decoration: none;
}

@media (min-width: 1441px) {
    .login-background[b-uufsdfyaar] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100vh;
    }
}

@media (max-width: 1400px) {
    .rodape-info div[b-uufsdfyaar]{
        margin-right: 100px;
    }
}

@media (max-width: 1200px) {
    .rodape-info div[b-uufsdfyaar]{
        margin-right: 0px;
    }
}

@media (max-width: 1000px) {
    .rodape[b-uufsdfyaar]{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 360px;
        gap: 15px;
    }

    .rodape-info[b-uufsdfyaar]{
        text-align: center;
        gap: 20px;
        width: 80%;
    }

    .rodape-info div[b-uufsdfyaar]{
        line-height: 1.5;
    }

    .rodape-links-and-apps[b-uufsdfyaar]{
        width: 60%;
        gap: 15px;
    }

    .rodape-links[b-uufsdfyaar]{
        justify-content: center;
    }

    .login-background[b-uufsdfyaar] {
        height: 110vh;
    }
}

@media (min-width: 1990px ){
    .login-form[b-uufsdfyaar]{
        padding: 1% 2.5% 2% 3%;
    }
}

@media (min-width: 3980px){
    .login-form[b-uufsdfyaar]{
        padding: 1% 2% 2% 2.5%;
    }
}
/* _content/Biulix.Empregador.WebApp/Components/Common/Labels/Standards/LabelFloatingGroup.razor.rz.scp.css */
.floating-label-group[b-m57pwcr9mp] {
    position: relative;
}

[b-m57pwcr9mp] input:focus~label,
[b-m57pwcr9mp] input:not(:placeholder-shown)~label {
    top: -0.7rem;
    left: 1rem;
    transform: none;
    font-size: 0.70rem;
    background: #F5FAFF;
    padding: 0 0.3rem;
}

[b-m57pwcr9mp] label {
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 9px;
    transition: all 0.2s;
}
/* _content/Biulix.Empregador.WebApp/Components/Common/Labels/Standards/LabelFloatingSelect.razor.rz.scp.css */
.floating-label-select-group[b-0gxt4yikcc] {
    position: relative;
}

.floating-label-select-group .floating-label[b-0gxt4yikcc] {
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 9px;
    transition: all 0.2s;
    color: #000;
}

.floating-label-select-group .floating-label.active[b-0gxt4yikcc] {
    top: -0.7rem;
    left: 1rem;
    transform: none;
    font-size: 0.70rem;
    background: #F5FAFF;
    padding: 0 0.3rem;
}
/* _content/Biulix.Empregador.WebApp/Components/Common/Menus/MenuNavbar.razor.rz.scp.css */
img[b-pod3xyqxll] {
    height: 50px;
}

nav[b-pod3xyqxll] {
    border: solid 2px var(--color-primary);
    border-radius: 45px;
    padding: 0px 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

img[b-pod3xyqxll] {
    height: 50px;
}

.menu[b-pod3xyqxll] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
    top: -6px;
}

.menu-itens[b-pod3xyqxll] {
    display: flex;
}

.user-name[b-pod3xyqxll] {
    font-size: 20px;
    margin-left: 40px;
    position: relative;
    top: 10px;
    text-decoration: none !important;
    text-align: center;
    right: 24px;
}

.navbar-toggler[b-pod3xyqxll] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: rgb(101, 132, 255);
    position: relative;
    top: 4px;
    right: -163px;
    border: 1px solid rgba(101, 132, 255, 0.3);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28101, 132, 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 #E5F0FF;
}

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

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

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

.dropbtn[b-pod3xyqxll] {
    background-color: #3498db;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.dropdown[b-pod3xyqxll] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-pod3xyqxll] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 34px;
    right: -17px;
}

.dropdown-content a[b-pod3xyqxll] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover[b-pod3xyqxll] {
    background-color: #f1f1f1;
}

.dropdown[b-pod3xyqxll] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-header[b-pod3xyqxll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--color-primary);
    border-radius: 45px;
    padding: 1px 10px;
    background-color: #F5FAFF;
    width: 180px;
    position: static;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-selected[b-pod3xyqxll] {
    flex: 1;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.dropdown-arrow[b-pod3xyqxll] {
    margin-left: 5px;
    font-size: 0.6rem;
    color: var(--color-primary);
}

.dropdown-header:hover[b-pod3xyqxll] {
    background-color: #f0f0f0;
}

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

    .nav-scrollable[b-pod3xyqxll] {
        display: block;
    }
}
/* _content/Biulix.Empregador.WebApp/Components/Common/Overlays/Loader.razor.rz.scp.css */
.overlay[b-a2nbeo97cf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* _content/Biulix.Empregador.WebApp/Components/Common/Titles/CustomTitle.razor.rz.scp.css */
.empregador-titulo[b-36mcn0drjs] {
    color: var(--color-primary);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: -6px;
    text-transform: uppercase;
}
/* _content/Biulix.Empregador.WebApp/Components/Empregadores/Pages/Cadastrar.razor.rz.scp.css */
.main-title[b-3dr5p32823] {
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.titles-size[b-3dr5p32823] {
    font-size: 18px;
}

.condicao-um[b-3dr5p32823] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.radio-select[b-3dr5p32823] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
}

.radio-select:checked[b-3dr5p32823]::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: #007BFF;
    border-radius: 50%;
}

.fade-content[b-3dr5p32823] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.fade-content.show[b-3dr5p32823] {
    max-height: 1000px;
    opacity: 1;
}

.header-box[b-3dr5p32823] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.lamp[b-3dr5p32823] {
    position: absolute;
    right: 12px;
    top: 28%;
    transform: translateY(-50%);
}
/* _content/Biulix.Empregador.WebApp/Components/Empregadores/Pages/Listar.razor.rz.scp.css */
.new-content p[b-4pghc6wckh] {
    color: var(--color-primary);
    font-size: 16px;
}

table[b-4pghc6wckh] {
    border-collapse: separate;
    border-spacing: 0;
    width: max-content; /* Aumenta largura conforme conteúdo */
    max-width: 100%;
    margin: 7px auto 15px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.85rem;
    margin-top: -2px;
}


th[b-4pghc6wckh],
td[b-4pghc6wckh] {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

th[b-4pghc6wckh] {
    background-color: #E5F0FF;
    color: black;
    text-align: center;
}


tr:nth-child(even)[b-4pghc6wckh] {
    background-color: #f9f9f9;
}

td:first-child[b-4pghc6wckh],
th:first-child[b-4pghc6wckh] {
    width: 60px;
}

th:nth-child(2)[b-4pghc6wckh],
td:nth-child(2)[b-4pghc6wckh] {
    width: 77px !important;
}

th:nth-child(3)[b-4pghc6wckh],
td:nth-child(3)[b-4pghc6wckh] {
    width: 50px !important;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th:nth-child(4)[b-4pghc6wckh],
td:nth-child(4)[b-4pghc6wckh] {
    width: 146px !important;
    max-width: 250px;
    text-align: center;
}

th:nth-child(10)[b-4pghc6wckh],
td:nth-child(10)[b-4pghc6wckh] {
    width: 130px !important;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    text-align: center;
}

th[b-4pghc6wckh],
td[b-4pghc6wckh] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

thead tr:first-child th:first-child[b-4pghc6wckh] {
    border-top-left-radius: 8px;
}

thead tr:first-child th:last-child[b-4pghc6wckh] {
    border-top-right-radius: 8px;
}

tbody tr:last-child td:first-child[b-4pghc6wckh] {
    border-bottom-left-radius: 8px;
}

tbody tr:last-child td:last-child[b-4pghc6wckh] {
    border-bottom-right-radius: 8px;
}

@media (max-width: 768px) {
    table[b-4pghc6wckh] {
        font-size: 0.75rem;
    }

    th[b-4pghc6wckh],
    td[b-4pghc6wckh] {
        padding: 4px 6px;
    }
}
/* _content/Biulix.Empregador.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
header[b-s4j72fqy9n] {
    background-color: var(--color-primary);
    padding: 15px;
}

.header-container[b-s4j72fqy9n] {
    background-color: white;
    border-radius: 45px;
    padding: 6px;
    width: 100%;
}

main[b-s4j72fqy9n] {
    margin: 15px 0px;
}

#blazor-error-ui[b-s4j72fqy9n] {
    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-s4j72fqy9n] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Biulix.Empregador.WebApp/Components/ProcessosSeletivos/Pages/PainelDePs.razor.rz.scp.css */
.new-title[b-g8a2tu0ube] {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.new-content p[b-g8a2tu0ube] {
    color: var(--color-primary);
    font-size: 16px;
}
