.empregador-dialog .form-control {
    border-radius: 10px;
}

.empregador-dialog .corp-shell {
    position: relative;
    z-index: 1;
}

.empregador-dialog .corp-card,
.empregador-dialog .corp-footer {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.termos-scroll {
    max-height: 250px;
    overflow-y: auto;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.5;
}

.termos-scroll h1,
.termos-scroll h2,
.termos-scroll h3 {
    margin-top: 12px;
    font-size: 16px;
}

.control-label.required:after {
    content: "";
}

.termos-scroll p {
    margin: 0 0 10px;
}

.termos-scroll ul {
    padding-left: 18px;
}

.termos-scroll li {
    margin-bottom: 6px;
}

.corp-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
}

.corp-header {
    max-width: 1280px;
    margin: 0 auto 20px;
    padding: 0 24px;
}

.corp-title {
    margin: 0;
    color: #162033;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.corp-subtitle {
    margin: 0;
    color: #778398;
    font-size: 15px;
}

.corp-card {
    max-width: 1180px;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 1px solid #e5ebf3;
    border-radius: 20px;
    background: transparent;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.corp-card-body {
    padding: 12px 24px 24px;
}

.corp-section {
    margin-bottom: 22px;
}

.corp-section:last-child {
    margin-bottom: 0;
}

.corp-section-title {
    margin: 0 0 14px;
    color: #253246;
    font-size: 16px;
    font-weight: 700;
}

.corp-form-row {
    margin-left: -8px;
    margin-right: -8px;
}

.corp-form-row>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.form-group {
    margin-bottom: 16px;
}

.control-label {
    display: block;
    margin-bottom: 8px;
    color: #2c3550;
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #d7deea;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    color: #233041;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

textarea.form-control {
    min-height: 140px;
    height: auto;
    padding-top: 12px;
    resize: vertical;
}

.form-control:focus {
    border-color: #2f89c7;
    box-shadow: 0 0 0 3px rgba(47, 137, 199, 0.12);
}

.input-group .form-control {
    border-right: none;
    border-radius: 12px 0 0 12px;
}

.input-group-addon {
    border: 1px solid #d7deea;
    border-left: none;
    border-radius: 0 12px 12px 0;
    background: #fff;
    color: #778398;
    cursor: pointer;
}

.help-block {
    margin: 6px 0 0;
    color: #7b8798;
    font-size: 12px;
    line-height: 1.4;
}

.help-block.text-danger {
    color: #d9534f;
}

.corp-counter {
    margin-top: 8px;
    color: #8b97a8;
    font-size: 12px;
    text-align: right;
}

.corp-choice-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
}

.corp-choice-group .btn {
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
}

.corp-upload-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 20px;
}

.corp-logo-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 280px;
    min-height: 220px;
    overflow: hidden;
    border: 1px dashed #d7deea;
    border-radius: 18px;
    background: #f8fafc;
}

.corp-logo-preview img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.corp-upload-actions {
    -ms-flex: 1;
        flex: 1;
    min-width: 260px;
}

.custom-file-upload {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 999px;
    background: #de7a1a;
    box-shadow: 0 8px 20px rgba(222, 122, 26, 0.3);
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

.custom-file-upload:hover,
.custom-file-upload:focus {
    background: #c96a16;
    color: #fff !important;
}

.corp-terms {
    margin-top: 12px;
    padding: 18px 20px;
    border: 1px solid #e5ebf3;
    border-radius: 16px;
    background: #f8fbff;
}

.corp-terms-title {
    margin: 0 0 10px;
    color: #2c3550;
    font-size: 14px;
    font-weight: 700;
}

.corp-terms-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 14px;
}

.corp-terms-links a {
    color: #de7a1a;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

.corp-terms-links a:hover {
    color: #c96a16;
}

.empregador-dialog.termos-empresa .corp-switch input:checked+.corp-switch-slider {
    background-color: #de7a1a !important;
}

.empregador-dialog .corp-save-btn {
    background: linear-gradient(90deg, #e9901b, #cc480b) !important;
    border: none !important;
}

.empregador-dialog .corp-save-btn:hover,
.empregador-dialog .corp-save-btn:focus {
    background: linear-gradient(90deg, #e9901b, #cc480b) !important;
}

.corp-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    padding: 18px 20px;
    border: 1px solid #e5ebf3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.corp-footer-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
}

.corp-footer-text {
    color: #435065;
    font-size: 14px;
    font-weight: 600;
}

.corp-footer .btn-group .btn {
    min-width: 70px;
    border-radius: 999px !important;
    font-weight: 600;
}

.corp-save-btn {
    min-height: 46px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #5CC9B5, #5fa8d3);
    box-shadow: 0 8px 20px rgba(92, 201, 181, 0.30);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.corp-save-btn:hover,
.corp-save-btn:focus {
    background: linear-gradient(90deg, #4db7a3, #4a95c2);
}

.corp-save-btn:disabled,
.corp-save-btn[disabled] {
    background: #5cc9b5 !important;
    opacity: 0.5;
    filter: grayscale(30%);
    box-shadow: none;
    cursor: not-allowed;
}

.empregador-dialog.termos-empresa .corp-save-btn:disabled,
.empregador-dialog.termos-empresa .corp-save-btn[disabled] {
    background: linear-gradient(90deg, #f3d3b8, #eab07c) !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none;
    cursor: not-allowed;
}

.corp-switch {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    width: 52px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.corp-switch input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.corp-switch-slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #d7deea;
    box-shadow: inset 0 0 0 1px #c8d2e2;
    transition: .25s ease;
}

.corp-switch-slider:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
    transition: .25s ease;
}

.corp-switch input:checked+.corp-switch-slider {
    background: #2f89c7;
}

.corp-switch input:checked+.corp-switch-slider:before {
    transform: translateX(24px);
}

.corp-switch-text {
    min-width: 34px;
    color: #435065;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.tab-content {
    background-color: transparent;
}

.corp-card p {
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .corp-page {
        padding: 24px 0;
    }

    .corp-card-head,
    .corp-card-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .corp-upload-grid {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .corp-logo-preview {
        -ms-flex: none;
            flex: none;
        width: 100%;
    }

    .corp-footer {
        -ms-flex-align: stretch;
            align-items: stretch;
    }

    .corp-footer-left,
    .corp-footer-right {
        width: 100%;
    }

    .corp-footer-right .corp-save-btn {
        width: 100%;
    }

    .ibox-footer.text-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 16px;
        margin-top: 20px;
        padding: 18px 20px;
        border: 1px solid #e5ebf3;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
        text-align: left;
    }

    .ibox-footer.text-right .control-label {
        margin: 0;
        color: #435065;
        font-size: 14px;
        font-weight: 600;
    }

}

.empregador-dialog .corp-page {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.empregador-dialog .empregador-register-bg {
    background: url('../../../../content/images/bg06.png') no-repeat center center;
    background-size: cover;
    background-color: #0b86c5;
    min-height: calc(100vh - 50px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -32px;
    margin-bottom: -22px;
    padding-top: 32px;
    padding-bottom: 48px;
}

.empregador-dialog,
.empregador-dialog .empresa-page,
.empregador-dialog .corp-page {
    width: 100%;
}

.empregador-dialog select.form-control {
    -moz-appearance: none;
    appearance: none;

    height: 34px;
    padding: 6px 34px 6px 10px;
    border: 1px solid #d7deea;
    border-radius: 12px;
    background-color: #fff;

    /* so a setinha */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' fill='none' stroke='%236b778c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");

    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;

    box-shadow: none;
}

.corp-card-head {
    padding: 20px 24px 8px;
    text-align: center;
}


.corp-card-title {
    margin: 0 0 4px;
    text-align: center;
}

.corp-card-desc {
    margin: 6px 0 0;
    color: #7b8798;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.corp-card hr {
    margin: 8px 0 10px;
}

.corp-card-head p {
    margin-bottom: 0;
}

.empregador-dialog .corp-footer {
    max-width: 1180px;
    margin: 0 auto 20px;
}

.empregador-dialog .empresa-dashboard-tabset > .nav-tabs,
.empregador-dialog .empresa-dashboard-tabset > ul.nav-tabs {
    display: none;
}

.empregador-dialog .ralaway {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    float: none;
}

.empregador-dialog .empresa-dashboard-page {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 200px);
    margin-top: 0;
    padding: 14px 0 48px;
    overflow: visible;
    background: #f6f9fc;
}

.empregador-dialog .empresa-dashboard-page::before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    transform: none;
    pointer-events: none;
    z-index: -1;
}

.empregador-dialog .empresa-dashboard-tabs-shell {
    max-width: 1680px;
    margin: 0 auto 14px;
    padding: 0 15px;
}

.empregador-dialog .empresa-dashboard-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px 0 0;
}

.empregador-dialog .empresa-dashboard-tab {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 15px;
    border: 1px solid rgba(210, 222, 237, 0.92);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #52647f;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 26px rgba(15, 41, 78, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.empregador-dialog .empresa-dashboard-tab:hover,
.empregador-dialog .empresa-dashboard-tab:focus {
    transform: translateY(-1px);
    border-color: #d4e1f2;
    background: rgba(255, 255, 255, 0.96);
    color: #52647f;
    outline: none;
}

.empregador-dialog .empresa-dashboard-tab.is-active {
    border-color: #1564e8;
    background: linear-gradient(135deg, #1564e8 0%, #0d4da8 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(21, 100, 232, 0.22);
}

.empregador-dialog .empresa-dashboard-tab.is-active:hover,
.empregador-dialog .empresa-dashboard-tab.is-active:focus,
.empregador-dialog .empresa-dashboard-tab--home.is-active,
.empregador-dialog .empresa-dashboard-tab--warm.is-active {
    border-color: #1564e8;
    background: linear-gradient(135deg, #1564e8 0%, #0d4da8 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(21, 100, 232, 0.22);
}

.empregador-dialog .empresa-overview-card {
    padding: 0 !important;
    border-radius: 24px;
    overflow: hidden;
    height: auto;
    border: 1px solid rgba(220, 230, 243, 0.95);
    box-shadow: 0 18px 42px rgba(15, 41, 78, 0.08);
}

.empregador-dialog .empresa-overview-card:hover {
    transform: none;
    box-shadow: 0 14px 34px rgba(15, 41, 78, 0.08);
}

.empregador-dialog .empresa-overview-card__cover {
    height: 96px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 48%),
        linear-gradient(135deg, #2a76e5 0%, #0d4da8 100%);
}

.empregador-dialog .empresa-overview-card__edit {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(9, 49, 120, 0.16);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.empregador-dialog .empresa-overview-card__edit:hover,
.empregador-dialog .empresa-overview-card__edit:focus {
    color: #fff !important;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.empregador-dialog .empresa-overview-card__body {
    padding: 0 22px 24px;
}

.empregador-dialog .empresa-overview-card__logo-frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: min(100%, 260px);
    height: 142px;
    margin: -38px auto 18px;
    padding: 18px;
    border: 1px solid #dfe8f4;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 16px 32px rgba(15, 41, 78, 0.12);
}

.empregador-dialog .empresa-overview-card__logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.empregador-dialog .empresa-overview-card__status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.empregador-dialog .empresa-overview-pill {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.empregador-dialog .empresa-overview-pill--danger {
    background: #ef5a70;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(239, 90, 112, 0.2);
}

.empregador-dialog .empresa-overview-card__identity {
    text-align: center;
}

.empregador-dialog .empresa-overview-card__identity h2 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #163e6e;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    word-break: break-word;
}

.empregador-dialog .empresa-overview-card__identity p {
    margin: 10px 0 0;
    color: #6a7d95;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.empregador-dialog .empresa-overview-card__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 22px;
}

.empregador-dialog .empresa-overview-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.empregador-dialog .empresa-overview-btn:hover,
.empregador-dialog .empresa-overview-btn:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.empregador-dialog .empresa-overview-btn--primary {
    width: auto;
    min-width: 210px;
    max-width: 100%;
    background: #1564e8;
    border-color: #1564e8;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(21, 100, 232, 0.18);
}

.empregador-dialog .empresa-overview-btn--primary:hover,
.empregador-dialog .empresa-overview-btn--primary:focus {
    background: #0d4da8;
    border-color: #0d4da8;
    color: #fff !important;
}

.empregador-dialog .empresa-overview-btn--secondary {
    min-width: 140px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #fff;
    border-color: #d8e3f0;
    color: #506081 !important;
    font-size: 12px;
    font-weight: 700;
}

.empregador-dialog .empresa-overview-btn--secondary:hover,
.empregador-dialog .empresa-overview-btn--secondary:focus {
    border-color: #9fc1f5;
    color: #1564e8 !important;
}

.empregador-dialog .empresa-overview-section {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e7eef7;
    text-align: left;
}

.empregador-dialog .empresa-overview-section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 14px;
}

.empregador-dialog .empresa-overview-section__header h3 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1b3557;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.empregador-dialog .empresa-overview-list {
    display: -ms-grid;
    display: grid;
    gap: 12px;
}

.empregador-dialog .empresa-overview-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e4edf7;
    border-radius: 16px;
    background: #f8fbff;
}

.empregador-dialog .empresa-overview-item__copy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18px 1fr;
        grid-template-columns: 18px 1fr;
    gap: 12px;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    color: #42546c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
}

.empregador-dialog .empresa-overview-item__copy i {
    margin-top: 2px;
    color: #1564e8;
}

.empregador-dialog .empresa-overview-item__actions {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.empregador-dialog .empresa-overview-icon-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #d8e3f0;
    border-radius: 12px;
    background: #fff;
    color: #1564e8;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.empregador-dialog .empresa-overview-icon-btn:hover,
.empregador-dialog .empresa-overview-icon-btn:focus {
    transform: translateY(-1px);
    border-color: #9fc1f5;
    box-shadow: 0 10px 22px rgba(15, 41, 78, 0.08);
}

.empregador-dialog .empresa-overview-icon-btn--danger {
    color: #d64545;
}

.empregador-dialog .empresa-overview-empty {
    padding: 14px 16px;
    border: 1px dashed #d4e0f1;
    border-radius: 16px;
    background: #f8fbff;
    color: #7a8ea6;
    font-size: 14px;
    text-align: left;
}

.empregador-dialog .dash-spotlight-card {
    min-height: 98px !important;
    padding: 22px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1564e8 0%, #1d6ceb 100%) !important;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(21, 100, 232, 0.22);
}

.empregador-dialog .dash-balance-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 24px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(21, 100, 232, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
    border: 1px solid #cfe0f7;
    box-shadow: 0 20px 42px rgba(21, 100, 232, 0.14);
}

.empregador-dialog .dashboard-grid--hero,
.empregador-dialog .dashboard-grid--metrics,
.empregador-dialog .dashboard-grid--actions,
.empregador-dialog .dashboard-grid--share,
.empregador-dialog .dash-modern-container.col-lg-12 {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
}

.empregador-dialog .dashboard-right-shell {
    padding: 28px 30px 30px;
    border: 1px solid rgba(227, 235, 246, 0.92);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(15, 41, 78, 0.05);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.empregador-dialog .dashboard-right-shell .dashboard-grid--hero,
.empregador-dialog .dashboard-right-shell .dashboard-grid--metrics,
.empregador-dialog .dashboard-right-shell .dashboard-grid--actions,
.empregador-dialog .dashboard-right-shell .dashboard-grid--share {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--credits {
    -ms-flex-order: 1;
        order: 1;
}

.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--topo,
.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--topo-full {
    -ms-flex-order: 2;
        order: 2;
}

.empregador-dialog .dashboard-grid--hero {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
}

.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--credits,
.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--topo,
.empregador-dialog .dashboard-grid--hero .dashboard-grid__item--topo-full {
    grid-column: 1 / -1 !important;
}

.empregador-dialog .dash-balance-card__content {
    width: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}

.empregador-dialog .dash-balance-card__summary {
    -ms-flex: 1 1 240px;
        flex: 1 1 240px;
    min-width: 0;
}

.empregador-dialog .dash-balance-card__summary--main {
    text-align: left;
}

.empregador-dialog .dash-balance-card__panel {
    -ms-flex: 1 1 270px;
        flex: 1 1 270px;
    min-width: 0;
}

.empregador-dialog .dash-balance-card__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.empregador-dialog .dash-modern-btn--full {
    width: auto;
    min-height: 40px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 9px 16px;
    font-size: 12px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: none;
}

.empregador-dialog .dash-modern-btn--dark {
    background: #0f2744;
    border: 1px solid #0f2744;
    color: #ffffff !important;
}

.empregador-dialog .dash-modern-btn--ghost {
    background: #ffffff;
    border: 1px solid #dbe5f1;
    color: #0f2744 !important;
}

.empregador-dialog .dash-modern-btn--primary-alt {
    background: #1564e8;
    border: 1px solid #1564e8;
    color: #ffffff !important;
}

.empregador-dialog .dash-modern-btn--dark[disabled],
.empregador-dialog .dash-modern-btn--dark.disabled,
.empregador-dialog .dash-modern-btn--primary-alt[disabled],
.empregador-dialog .dash-modern-btn--primary-alt.disabled {
    opacity: 1;
    color: #ffffff !important;
}

.empregador-dialog .dash-modern-btn--dark:hover,
.empregador-dialog .dash-modern-btn--dark:focus,
.empregador-dialog .dash-modern-btn--dark:active {
    background: #0f2744 !important;
    border-color: #0f2744 !important;
    color: #ffffff !important;
}

.empregador-dialog .dash-modern-btn--primary-alt:hover,
.empregador-dialog .dash-modern-btn--primary-alt:focus,
.empregador-dialog .dash-modern-btn--primary-alt:active {
    background: #1564e8 !important;
    border-color: #1564e8 !important;
    color: #ffffff !important;
}

.empregador-dialog .dash-modern-btn--ghost:hover,
.empregador-dialog .dash-modern-btn--ghost:focus,
.empregador-dialog .dash-modern-btn--ghost:active {
    background: #ffffff !important;
    border-color: #dbe5f1 !important;
    color: #0f2744 !important;
}

.empregador-dialog .dash-modern-btn--dark:hover,
.empregador-dialog .dash-modern-btn--dark:focus,
.empregador-dialog .dash-modern-btn--ghost:hover,
.empregador-dialog .dash-modern-btn--ghost:focus,
.empregador-dialog .dash-modern-btn--primary-alt:hover,
.empregador-dialog .dash-modern-btn--primary-alt:focus {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: none;
}

.empregador-dialog .metric-card {
    min-height: 98px;
    height: auto;
    padding: 15px 17px;
    border-radius: 18px;
    border: 1px solid #ecf1f8;
    box-shadow: 0 10px 22px rgba(15, 41, 78, 0.05);
}

.empregador-dialog .metric-content {
    padding-right: 0;
}

.empregador-dialog .metric-card .dash-modern-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #96a8c3 !important;
    text-transform: uppercase;
}

.empregador-dialog .metric-card .dash-modern-subtitle {
    max-width: none;
    font-size: 13px;
}

.empregador-dialog .hard-soft-title {
    margin-bottom: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.empregador-dialog .hard-soft-copy {
    margin-top: 0 !important;
    padding-top: 2px;
    line-height: 1.6;
}

.empregador-dialog .metric-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
}

.empregador-dialog .dashboard-share-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid #ecf1f8;
    box-shadow: 0 10px 22px rgba(15, 41, 78, 0.05);
}

.empregador-dialog .dashboard-share-card__copy {
    -ms-flex: 1 1 260px;
        flex: 1 1 260px;
    min-width: 240px;
    text-align: left;
}

.empregador-dialog .dashboard-share-card__copy h4 {
    margin: 0;
    color: #0f2744;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.empregador-dialog .dashboard-share-card__copy p {
    margin: 4px 0 0;
    color: #718096;
    font-size: 12px;
    line-height: 1.5;
}

.empregador-dialog .dashboard-share-card__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.empregador-dialog .social-btn--icon {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 11px;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0;
    box-shadow: none;
}

.empregador-dialog .dash-spotlight-card .dash-modern-title,
.empregador-dialog .dash-balance-card .dash-modern-title,
.empregador-dialog .dash-action-card .dash-modern-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.empregador-dialog .dash-spotlight-card > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 18px;
    width: 100%;
}

.empregador-dialog .dash-spotlight-card .fa-2x.fa-paper-plane {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
}

.empregador-dialog .dash-spotlight-card .dash-modern-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
}

.empregador-dialog .dash-spotlight-card .dash-modern-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
}

.empregador-dialog .dash-spotlight-card__cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.empregador-dialog .dash-balance-card__summary--main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
}

.empregador-dialog .dash-balance-card__summary--main::before {
    content: "\f07a";
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1564e8 0%, #0d4da8 100%);
    color: #ffffff;
    font: normal normal normal 18px/1 FontAwesome;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    box-shadow: 0 14px 24px rgba(21, 100, 232, 0.22);
}

.empregador-dialog .dash-balance-card .dash-modern-title {
    margin: 0 0 6px;
    color: #9aabc1 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.empregador-dialog .dash-balance-card .dash-modern-value {
    display: inline-block;
    margin-right: 8px;
    color: #0f2744;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.empregador-dialog .dash-balance-card .dash-modern-subtitle {
    display: inline;
    color: #556987 !important;
    font-size: 15px;
}

.empregador-dialog .dash-action-card {
    min-height: 220px;
    padding: 28px 26px;
    border-radius: 22px;
    border: 1px solid #ecf1f8;
    box-shadow: 0 12px 24px rgba(15, 41, 78, 0.05);
}

.empregador-dialog .dash-action-card__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #edf3fb;
    color: #90a5c2 !important;
    font-size: 26px !important;
}

.empregador-dialog .dash-action-card:not(.dash-action-card--chat):hover .dash-action-card__icon,
.empregador-dialog .dash-action-card:not(.dash-action-card--chat):focus .dash-action-card__icon {
    background: #e8f0ff;
    color: #1564e8 !important;
}

.empregador-dialog .dash-action-card--chat {
    border: 0;
    box-shadow: 0 18px 30px rgba(7, 162, 146, 0.18);
}

.empregador-dialog .dash-action-card__icon--chat {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.empregador-dialog .dash-action-card__cta-pill {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 28px;
    padding: 6px 14px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.empregador-dialog .dash-action-card .dash-modern-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.empregador-dialog .dash-action-card .dash-modern-subtitle {
    color: #5b708f;
    font-size: 13px;
    line-height: 1.65;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.empregador-dialog .dash-action-card .dash-modern-value {
    margin: 8px 0 6px;
    font-size: 46px !important;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .empregador-dialog .dashboard-grid--metrics {
        -ms-grid-columns: (minmax(0, 1fr))[4];
            grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.pessoa-vaga-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(320px, 1.15fr) minmax(260px, 0.95fr) auto;
        grid-template-columns: minmax(320px, 1.15fr) minmax(260px, 0.95fr) auto;
    -ms-flex-align: center;
        align-items: center;
    column-gap: 22px;
    margin-bottom: 0;
    padding: 18px 34px 14px;
    border: 1px solid #edf2f8;
    border-bottom: none;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 46, 90, 0.04);
}

.pessoa-vaga-header__intro {
    min-width: 0;
}

.pessoa-vaga-header__eyebrow {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #1967e5;
    text-transform: uppercase;
}

.pessoa-vaga-header__title {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.16;
    color: #1a2f52;
    letter-spacing: -0.02em;
}

.pessoa-vaga-header__subtitle {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #637188;
    max-width: 500px;
}

.pessoa-vaga-header__opportunity {
    min-width: 0;
    margin-top: 4px;
    padding-left: 24px;
    border-left: 1px solid #edf2f8;
}

.pessoa-vaga-header__label {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #1967e5;
    text-transform: uppercase;
}

.pessoa-vaga-header__opportunity-title {
    margin: 0;
    max-width: 320px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #223251;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.pessoa-vaga-header__aside {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas:
        "primary"
        "share";
    row-gap: 4px;
    -ms-flex-align: end;
        align-items: end;
    justify-self: end;
    min-width: 0;
}

.pessoa-vaga-header__primary-actions {
    grid-area: primary;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 14px;
    min-width: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pessoa-vaga-header__metric {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: 276px;
    min-height: 46px;
    padding: 4px 12px;
    border: 1px solid #e7eef8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 46, 90, 0.04);
}

.pessoa-vaga-header__metric-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 13px;
    background: #eef4ff;
    color: #1564E8;
    font-size: 19px;
}

.pessoa-vaga-header__metric-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    min-width: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.pessoa-vaga-header__metric-value {
    display: inline-block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #1564E8;
}

.pessoa-vaga-header__metric-label {
    display: inline-block;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    color: #6f7f95;
}

.pessoa-vaga-header__action-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 6px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d4e2f3;
    border-radius: 16px;
    background: #ffffff;
    color: #1564E8;
    font-size: 12px;
    font-weight: 600;
    box-shadow: none;
    white-space: nowrap;
}

.pessoa-vaga-header__action-toggle:hover,
.pessoa-vaga-header__action-toggle:focus {
    background: #f4f8ff;
    border-color: #1564E8;
    color: #1564E8;
}

.pessoa-vaga-header__share {
    grid-area: share;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding-left: 14px;
    border-left: 1px solid #edf2f8;
    min-width: 0;
    justify-self: end;
}

.pessoa-vaga-header__share-label {
    max-width: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #233759;
}

.pessoa-vaga-header__share-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px;
}

.pessoa-vaga-header__share-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(16, 46, 90, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pessoa-vaga-header__share-button:hover,
.pessoa-vaga-header__share-button:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(16, 46, 90, 0.16);
}

.pessoa-vaga-header__share-button--facebook {
    background: #1877f2;
}

.pessoa-vaga-header__share-button--linkedin {
    background: #0a66c2;
}

.pessoa-vaga-header__share-button--whatsapp {
    background: #25d366;
}

.pessoa-vaga-header__share-button--copy {
    background: #ffffff;
    color: #607289;
    border: 1px solid #dbe5f0;
    box-shadow: none;
}

.pessoa-vaga-header__share-button--copy:hover,
.pessoa-vaga-header__share-button--copy:focus {
    color: #45607f;
    box-shadow: 0 4px 12px rgba(16, 46, 90, 0.08);
}

.pessoa-vaga-board {
    margin-top: 0;
    border: 1px solid #edf2f8;
    border-top: none;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 8px 24px rgba(16, 46, 90, 0.04);
    overflow: hidden;
    background: #ffffff;
}

.pessoa-vaga-board .ibox-content {
    padding: 0 34px 24px;
    background: transparent;
}

.pessoa-vaga-pipeline {
    --pipeline-track-gap: 6px;
    --pipeline-track-padding-y: 8px;
    --pipeline-track-padding-x: 14px;
    --pipeline-track-radius: 22px;
    --pipeline-track-scroll-padding: 16px;
    --pipeline-scrollbar-height: 7px;
    --pipeline-scrollbar-track-margin: 16px;
    --pipeline-stage-item-gap: 6px;
    --pipeline-stage-min-height: 35px;
    --pipeline-stage-padding-y: 4px;
    --pipeline-stage-padding-right: 10px;
    --pipeline-stage-padding-left: 8px;
    --pipeline-stage-gap: 7px;
    --pipeline-icon-size: 22px;
    --pipeline-icon-font-size: 12px;
    --pipeline-label-font-size: 11px;
    --pipeline-count-min-width: 23px;
    --pipeline-count-height: 20px;
    --pipeline-count-padding-x: 6px;
    --pipeline-count-font-size: 11px;
    --pipeline-connector-size: 21px;
    --pipeline-connector-display: inline-flex;
    margin-bottom: 20px;
}

.pessoa-vaga-pipeline__track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: safe center;
        justify-content: safe center;
    gap: var(--pipeline-track-gap);
    padding: var(--pipeline-track-padding-y) var(--pipeline-track-padding-x);
    border: 1px solid #cbdfff;
    border-radius: var(--pipeline-track-radius);
    background: #ffffff;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: var(--pipeline-track-scroll-padding);
    scrollbar-width: thin;
    scrollbar-color: #aebbd0 #f4f7fb;
}

.pessoa-vaga-pipeline__track::-webkit-scrollbar {
    height: var(--pipeline-scrollbar-height);
}

.pessoa-vaga-pipeline__track::-webkit-scrollbar-track {
    margin: 0 var(--pipeline-scrollbar-track-margin);
    border-radius: 999px;
    background: #f4f7fb;
}

.pessoa-vaga-pipeline__track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #aebbd0;
}

.pessoa-vaga-pipeline__track::-webkit-scrollbar-thumb:hover {
    background: #99a9c1;
}

.pessoa-vaga-pipeline__stage-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: var(--pipeline-stage-item-gap);
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.pessoa-vaga-pipeline__stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    min-height: var(--pipeline-stage-min-height);
    padding: var(--pipeline-stage-padding-y) var(--pipeline-stage-padding-right) var(--pipeline-stage-padding-y) var(--pipeline-stage-padding-left);
    border: 1px solid #e5edf8;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(18, 50, 94, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    gap: var(--pipeline-stage-gap);
}

.pessoa-vaga-pipeline__stage:hover,
.pessoa-vaga-pipeline__stage:focus {
    border-color: #bcd3f7;
    box-shadow: 0 5px 14px rgba(18, 50, 94, 0.08);
}

.pessoa-vaga-pipeline__stage--active {
    border-color: #1564E8;
    box-shadow: 0 6px 16px rgba(21, 100, 232, 0.09);
}

.pessoa-vaga-pipeline__stage--active .pessoa-vaga-pipeline__stage-icon {
    background: #edf4ff;
}

.pessoa-vaga-pipeline__stage-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: var(--pipeline-icon-size);
    height: var(--pipeline-icon-size);
    margin: 0;
    border-radius: 999px;
    font-size: var(--pipeline-icon-font-size);
    background: #f2f5fa;
    color: #8590a2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.pessoa-vaga-pipeline__stage-icon--0 {
    color: #a9b2bf;
}

.pessoa-vaga-pipeline__stage-icon--1 {
    color: #1564E8;
}

.pessoa-vaga-pipeline__stage-icon--2 {
    color: #7c3aed;
}

.pessoa-vaga-pipeline__stage-icon--3 {
    color: #16a34a;
}

.pessoa-vaga-pipeline__stage-icon--4 {
    color: #14b8a6;
}

.pessoa-vaga-pipeline__stage-icon--5 {
    color: #f59e0b;
}

.pessoa-vaga-pipeline__stage-icon--6 {
    color: #2563eb;
}

.pessoa-vaga-pipeline__stage-icon--7 {
    color: #ef476f;
}

.pessoa-vaga-pipeline__stage-label {
    display: inline-block;
    font-size: var(--pipeline-label-font-size);
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #2b3f57;
    white-space: nowrap;
}

.pessoa-vaga-pipeline__stage-count {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: var(--pipeline-count-min-width);
    height: var(--pipeline-count-height);
    margin-top: 0;
    margin-left: 2px;
    padding: 0 var(--pipeline-count-padding-x);
    border-radius: 999px;
    background: #f1f4f9;
    color: #5d6d82;
    font-size: var(--pipeline-count-font-size);
    font-weight: 700;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.pessoa-vaga-pipeline__stage--active .pessoa-vaga-pipeline__stage-count {
    background: #1564E8;
    color: #ffffff;
}

.pessoa-vaga-pipeline__connector {
    display: var(--pipeline-connector-display);
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: var(--pipeline-connector-size);
    height: var(--pipeline-connector-size);
    -ms-flex: 0 0 var(--pipeline-connector-size);
        flex: 0 0 var(--pipeline-connector-size);
    border: 1px solid #e4ebf5;
    border-radius: 999px;
    background: #ffffff;
    color: #415674;
    box-shadow: 0 2px 7px rgba(16, 46, 90, 0.07);
}

.pessoa-vaga-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 14px;
}

.pessoa-vaga-toolbar__search-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.pessoa-vaga-toolbar__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
}

.pessoa-vaga-toolbar__controls--actions {
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.pessoa-vaga-toolbar__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

.pessoa-vaga-toolbar__button:hover,
.pessoa-vaga-toolbar__button:focus {
    color: inherit;
}

.pessoa-vaga-toolbar__button--primary {
    background: #1564E8;
    border-color: #1564E8;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(21, 100, 232, 0.14);
}

.pessoa-vaga-toolbar__button--primary:hover,
.pessoa-vaga-toolbar__button--primary:focus {
    background: #1258cd;
    border-color: #1258cd;
    color: #ffffff;
}

.pessoa-vaga-toolbar__button--secondary {
    background: linear-gradient(135deg, #18b77b 0%, #109665 100%);
    border-color: #18b77b;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(24, 183, 123, 0.14);
}

.pessoa-vaga-toolbar__button--secondary:hover,
.pessoa-vaga-toolbar__button--secondary:focus {
    background: linear-gradient(135deg, #109665 0%, #0d865b 100%);
    border-color: #109665;
    color: #ffffff;
}

.pessoa-vaga-toolbar__button--outline {
    background: #ffffff;
    border-color: #d4e2f3;
    color: #1564E8;
}

.pessoa-vaga-toolbar__button--outline:hover,
.pessoa-vaga-toolbar__button--outline:focus,
.pessoa-vaga-toolbar__button--outline-active {
    background: #f4f8ff;
    border-color: #1564E8;
    color: #1564E8;
}

.pessoa-vaga-filter-action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 9px;
    min-width: 70px;
    height: 34px;
    margin: 0;
    padding: 0 14px;
    border-radius: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
    text-decoration: none !important;
}

.pessoa-vaga-filter-actions-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
}

.pessoa-vaga-filter-actions-group--aligned {
    margin-top: 28px;
}

.pessoa-vaga-filter-actions-group .pessoa-vaga-filter-action {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    min-width: 0;
}

.pessoa-vaga-filter-actions-group .pessoa-vaga-filter-action + .pessoa-vaga-filter-action {
    margin-left: 0;
}

.pessoa-vaga-filter-action + .pessoa-vaga-filter-action {
    margin-left: 10px;
}

.pessoa-vaga-filter-action:hover,
.pessoa-vaga-filter-action:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.pessoa-vaga-filter-action .fa {
    font-size: 14px;
    line-height: 1;
}

.pessoa-vaga-filter-action--secondary {
    border: 1px solid #d8e0f0;
    background: #ffffff;
    color: #506081 !important;
}

.pessoa-vaga-filter-action--secondary:hover,
.pessoa-vaga-filter-action--secondary:focus {
    border-color: #9fc1f5;
    color: #1564E8 !important;
}

.pessoa-vaga-filter-action--primary {
    border: 1px solid #1564E8;
    background: #1564E8;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(21, 100, 232, 0.18);
}

.pessoa-vaga-filter-action--primary:hover,
.pessoa-vaga-filter-action--primary:focus {
    background: #0f57cf;
    border-color: #0f57cf;
    color: #ffffff !important;
}

.pessoa-vaga-toolbar__search {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 560px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #d9e3ef;
    border-radius: 14px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pessoa-vaga-toolbar__search:focus-within {
    border-color: #93b9fb;
    box-shadow: 0 0 0 3px rgba(21, 100, 232, 0.08);
}

.pessoa-vaga-toolbar__search .form-control {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    height: 40px;
    border: 0;
    border-radius: 0 14px 14px 0;
    padding: 0 16px 0 10px;
    font-size: 14px;
    background: transparent;
    box-shadow: none;
}

.pessoa-vaga-toolbar__search .btn {
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 14px 0 0 14px;
    background: transparent;
    color: #4f6e94;
    box-shadow: none;
}

.pessoa-vaga-toolbar__search .form-control:focus,
.pessoa-vaga-toolbar__search .btn:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.pessoa-vaga-toolbar__button--filter {
    min-width: 104px;
    padding: 0 18px;
}

@media (min-width: 992px) {
    .pessoa-vaga-toolbar > .col-md-7.col-lg-7 {
        padding-right: 22px;
    }

    .pessoa-vaga-toolbar > .col-md-5.col-lg-5 {
        padding-left: 22px;
    }
}

.pessoa-vaga-toolbar__summary {
    min-height: 34px;
    margin: 0 0 10px;
    cursor: pointer;
    width: 100%;
}

.pessoa-vaga-toolbar__summary small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #41556f;
}

.pessoa-vaga-toolbar__summary .label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    margin-left: 0 !important;
    border-radius: 9px;
    background: #eef5ff !important;
    color: #1967e5 !important;
    font-size: 11px;
    font-weight: 700;
}

.pessoa-vaga-toolbar > .col-md-12 > .pessoa-vaga-toolbar__summary {
    display: none;
}

.pessoa-vaga-order-row {
    margin-bottom: 10px;
}

.pessoa-vaga-order-row__chip,
.pessoa-vaga-order-row .label,
.pessoa-vaga-order-row a.label,
.pessoa-vaga-order-row .label.label-default,
.pessoa-vaga-order-row a.label.label-default {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid #d8e0ea;
    border-radius: 9px;
    background: #f3f6f9 !important;
    color: #6e8198 !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}

.pessoa-vaga-order-row__chip--active,
.pessoa-vaga-order-row .label.label-success,
.pessoa-vaga-order-row a.label.label-success {
    border-color: #d7e6ff;
    background: #eef5ff !important;
    color: #1967e5 !important;
}

.pessoa-vaga-order-row a.label:hover,
.pessoa-vaga-order-row a.label:focus,
.pessoa-vaga-order-row a.label.label-default:hover,
.pessoa-vaga-order-row a.label.label-default:focus,
.pessoa-vaga-order-row .label.label-default:hover,
.pessoa-vaga-order-row .label.label-default:focus {
    background: #edf2f7 !important;
    border-color: #cfd8e3;
    color: #5f748d !important;
    text-decoration: none;
}

.pessoa-vaga-order-row a.label.label-success:hover,
.pessoa-vaga-order-row a.label.label-success:focus,
.pessoa-vaga-order-row .label.label-success:hover,
.pessoa-vaga-order-row .label.label-success:focus {
    background: #e7f1ff !important;
    border-color: #c9ddff;
    color: #1967e5 !important;
    text-decoration: none;
}

.pessoa-vaga-order-row__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #41556f;
    line-height: 1;
}

.pessoa-vaga-order-row__page-size {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 8px;
    min-height: 28px;
}

.pessoa-vaga-order-row__chip .fa {
    line-height: 1;
}

.pessoa-vaga-order-row__page-size select {
    min-width: 84px;
    min-height: 34px;
    padding: 4px 8px;
    border: 1px solid #d9e3ef;
    border-radius: 10px;
}

.empregador-profissoes-primary-button {
    background: #1564E8;
    border: 1px solid #1564E8;
    color: #ffffff;
    padding: 10px 20px;
    min-height: 40px;
    font-weight: 600;
    border-radius: 8px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0 2px 6px rgba(21, 100, 232, 0.18);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.empregador-profissoes-primary-button:hover,
.empregador-profissoes-primary-button:focus {
    background: #1156c7;
    border-color: #1156c7;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(21, 100, 232, 0.22);
}

.empregador-profissoes-primary-button:active {
    background: #0e49a9;
    border-color: #0e49a9;
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(21, 100, 232, 0.18);
}

.empregador-profissoes-filter-switcher {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.empregador-profissoes-filter-pill {
    padding: 8px 16px;
    min-height: 34px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid transparent;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.empregador-profissoes-filter-pill--active {
    background: #1564E8;
    border-color: #1564E8;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(21, 100, 232, 0.18);
}

.empregador-profissoes-filter-pill--active:hover,
.empregador-profissoes-filter-pill--active:focus {
    background: #1156c7;
    border-color: #1156c7;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(21, 100, 232, 0.22);
}

.empregador-profissoes-filter-pill--active:active {
    background: #0e49a9;
    border-color: #0e49a9;
    color: #ffffff;
}

.empregador-profissoes-filter-pill--inactive {
    background: #e2e8f0;
    border-color: #e2e8f0;
    color: #4a5568;
    box-shadow: none;
}

.empregador-profissoes-filter-pill--inactive:hover,
.empregador-profissoes-filter-pill--inactive:focus {
    background: #d6deea;
    border-color: #d6deea;
    color: #334155;
}

@media (max-width: 767px) {
    .pessoa-vaga-header {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px 18px;
    }

    .pessoa-vaga-header__title {
        font-size: 22px;
    }

    .pessoa-vaga-header__subtitle {
        font-size: 13px;
    }

    .pessoa-vaga-header__opportunity {
        padding-left: 0;
        border-left: 0;
    }

    .pessoa-vaga-header__aside {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .pessoa-vaga-header__metric,
    .pessoa-vaga-header__share {
        width: 100%;
    }

    .pessoa-vaga-header__metric {
        min-width: 0;
        padding: 14px 16px;
        margin-right: 0;
        border-radius: 18px;
    }

    .pessoa-vaga-header__metric-icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 21px;
    }

    .pessoa-vaga-header__metric-body {
        gap: 10px;
    }

    .pessoa-vaga-header__metric-value {
        font-size: 32px;
    }

    .pessoa-vaga-header__metric-label {
        font-size: 15px;
        white-space: normal;
    }

    .pessoa-vaga-header__share {
        padding-left: 0;
        border-left: 0;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

    .pessoa-vaga-header__action-toggle {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .pessoa-vaga-board .ibox-content {
        padding: 0 18px 20px;
    }

    .pessoa-vaga-pipeline {
        --pipeline-track-gap: 6px;
        --pipeline-track-padding-y: 8px;
        --pipeline-track-padding-x: 8px;
        --pipeline-track-radius: 16px;
        --pipeline-stage-item-gap: 6px;
        --pipeline-stage-min-height: 33px;
        --pipeline-stage-padding-y: 3px;
        --pipeline-stage-padding-right: 8px;
        --pipeline-stage-padding-left: 7px;
        --pipeline-stage-gap: 6px;
        --pipeline-icon-size: 20px;
        --pipeline-icon-font-size: 11px;
        --pipeline-label-font-size: 10px;
        --pipeline-count-min-width: 21px;
        --pipeline-count-height: 18px;
        --pipeline-count-padding-x: 6px;
        --pipeline-count-font-size: 11px;
        --pipeline-connector-display: none;
    }

    .pessoa-vaga-toolbar__search-actions,
    .pessoa-vaga-toolbar__controls {
        margin-bottom: 12px;
    }

    .pessoa-vaga-toolbar__search-actions,
    .pessoa-vaga-toolbar__controls,
    .pessoa-vaga-toolbar__search {
        max-width: none;
        margin-left: 0;
    }

    .pessoa-vaga-toolbar__search-actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .pessoa-vaga-toolbar__button {
        width: 100%;
    }

    .pessoa-vaga-toolbar__summary small {
        font-size: 13px;
    }

    .pessoa-vaga-order-row__page-size {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .pessoa-vaga-header {
        -ms-grid-columns: minmax(280px, 1fr) minmax(220px, 0.9fr);
            grid-template-columns: minmax(280px, 1fr) minmax(220px, 0.9fr);
        row-gap: 18px;
    }

    .pessoa-vaga-header__aside {
        grid-column: 1 / -1;
    }

    .pessoa-vaga-pipeline__track {
        -ms-flex-pack: center;
            justify-content: center;
        padding-right: 12px;
    }
}

@media (max-width: 1579px) {
    .pessoa-vaga-header {
        column-gap: 14px;
        padding: 14px 22px 12px;
    }

    .pessoa-vaga-header__aside {
        row-gap: 4px;
    }

    .pessoa-vaga-header__primary-actions {
        gap: 12px;
    }

    .pessoa-vaga-header__eyebrow {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .pessoa-vaga-header__title {
        font-size: 22px;
        line-height: 1.14;
    }

    .pessoa-vaga-header__subtitle {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.35;
    }

    .pessoa-vaga-header__opportunity {
        margin-top: 2px;
        padding-left: 18px;
    }

    .pessoa-vaga-header__label {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .pessoa-vaga-header__opportunity-title {
        font-size: 12px;
        line-height: 1.35;
    }

    .pessoa-vaga-header__metric {
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        min-width: 260px;
        min-height: 42px;
        padding: 3px 10px;
        gap: 7px;
    }

    .pessoa-vaga-header__metric-icon {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .pessoa-vaga-header__metric-body {
        gap: 7px;
    }

    .pessoa-vaga-header__metric-value {
        font-size: 24px;
    }

    .pessoa-vaga-header__metric-label {
        font-size: 13px;
    }

    .pessoa-vaga-header__action-toggle {
        min-height: 42px;
        padding: 0 12px;
        font-size: 11px;
    }

    .pessoa-vaga-header__share {
        gap: 6px;
        margin-top: 6px;
        padding-left: 10px;
    }

    .pessoa-vaga-header__share-label {
        font-size: 11px;
    }

    .pessoa-vaga-header__share-actions {
        gap: 4px;
    }

    .pessoa-vaga-header__share-button {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .pessoa-vaga-pipeline__track {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        row-gap: 8px;
        overflow-x: visible;
        overflow-y: visible;
        scrollbar-width: none;
    }

    .pessoa-vaga-pipeline__track::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .pessoa-vaga-header__aside {
        justify-self: stretch;
    }

    .pessoa-vaga-header__primary-actions {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .pessoa-vaga-header__metric {
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        min-width: 260px;
    }

    .pessoa-vaga-header__share {
        justify-self: start;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 991px) {
    .pessoa-vaga-header {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 8px;
    }

    .pessoa-vaga-header__opportunity {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 991px) {
    .empregador-dialog .empresa-dashboard-page::before {
        background-attachment: scroll;
    }

    .empregador-dialog .empresa-overview-card__identity h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .empregador-dialog .empresa-dashboard-page {
        padding-bottom: 32px;
    }

    .empregador-dialog .empresa-dashboard-tabs-shell {
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .empregador-dialog .empresa-dashboard-tabs {
        gap: 10px;
    }

    .empregador-dialog .empresa-dashboard-tab {
        min-height: 34px;
        padding: 7px 13px;
        font-size: 11px;
    }

    .empregador-dialog .empresa-overview-card__body {
        padding: 0 18px 20px;
    }

    .empregador-dialog .empresa-overview-card__logo-frame {
        width: min(100%, 228px);
        height: 128px;
        margin-top: -34px;
    }

    .empregador-dialog .empresa-overview-card__identity h2 {
        font-size: 30px;
    }

    .empregador-dialog .empresa-overview-section__header {
        -ms-flex-align: center;
            align-items: center;
    }

    .empregador-dialog .empresa-overview-btn--secondary {
        width: auto;
    }

    .empregador-dialog .empresa-overview-item {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .empregador-dialog .empresa-overview-item__actions {
        width: 100%;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }

    .empregador-dialog .dashboard-share-card {
        padding: 16px;
    }

    .empregador-dialog .dashboard-share-card__copy {
        min-width: 0;
    }

    .empregador-dialog .dashboard-share-card__actions {
        width: 100%;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .empregador-dialog .dash-balance-card {
        padding: 18px;
    }

    .empregador-dialog .dash-balance-card__content {
        gap: 14px;
    }

    .empregador-dialog .dash-balance-card__summary,
    .empregador-dialog .dash-balance-card__panel {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
    }

    .empregador-dialog .dash-balance-card__actions {
        -ms-flex-pack: start;
            justify-content: flex-start;
        gap: 8px;
    }

    .empregador-dialog .dash-modern-btn--full {
        width: 100%;
    }

    .empregador-dialog .dash-spotlight-card > div {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .empregador-dialog .dash-action-card {
        min-height: auto;
    }

    .empregador-dialog .dashboard-right-shell {
        padding: 16px 14px 18px;
        border-radius: 24px;
    }

    .empregador-dialog .dashboard-right-shell .dashboard-grid--hero,
    .empregador-dialog .dashboard-right-shell .dashboard-grid--metrics,
    .empregador-dialog .dashboard-right-shell .dashboard-grid--actions,
    .empregador-dialog .dashboard-right-shell .dashboard-grid--share {
        max-width: 100%;
    }
}

.buscar-pessoa-page--encontre {
    padding: 0 6px 24px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-layout {
    margin-bottom: 0;
    border: 1px solid #edf2f8;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 46, 90, 0.04);
    overflow: hidden;
}

.buscar-pessoa-page--encontre .buscar-pessoa-layout__header {
    padding: 22px 34px 0;
    border-bottom: 0;
    background: transparent;
}

.buscar-pessoa-page--encontre .buscar-pessoa-layout__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a2f52;
}

.buscar-pessoa-page--encontre .buscar-pessoa-layout__content {
    padding: 14px 34px 30px;
}

.buscar-pessoa-page--encontre .pessoa-vaga-toolbar {
    margin-bottom: 18px;
}

.buscar-pessoa-page .buscar-pessoa-toolbar__summary {
    margin-bottom: 8px;
    line-height: 1.2;
}

.buscar-pessoa-page .buscar-pessoa-toolbar__summary small {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    margin: 0;
    line-height: 1.2;
}

.buscar-pessoa-page--encontre .buscar-pessoa-toolbar__sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 0;
}

.buscar-pessoa-page--encontre .buscar-pessoa-toolbar__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
}

.buscar-pessoa-page--encontre .pessoa-vaga-toolbar__search {
    max-width: none;
}

.buscar-pessoa-page--encontre .pessoa-vaga-toolbar__search-actions {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.buscar-pessoa-page--encontre .pessoa-vaga-toolbar__summary .buscar-pessoa-topbar__tag {
    min-height: 26px;
    padding: 4px 10px;
    margin-left: 0 !important;
    border-radius: 9px;
    background: #eef5ff !important;
    color: #1967e5 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.buscar-pessoa-page--encontre .pessoa-vaga-pipeline {
    margin: 0 0 18px;
}

.buscar-pessoa-page.col-md-9 .pessoa-vaga-pipeline__track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    row-gap: 8px;
    overflow-x: visible;
    overflow-y: visible;
    scrollbar-width: none;
}

.buscar-pessoa-page.col-md-9 .pessoa-vaga-pipeline__track::-webkit-scrollbar {
    display: none;
}

.buscar-pessoa-page--encontre .pessoa-vaga-order-row {
    margin-top: 6px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 18px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__summary-wrap {
    padding-top: 8px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    color: #415674;
    font-size: 14px;
    line-height: 1.5;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__tag {
    margin-left: 0 !important;
    border-radius: 999px;
    background: #edf4ff;
    color: #1564e8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 12px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__toggle-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #cfe0fb;
    border-radius: 999px;
    background: #ffffff;
    color: #1564e8;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(21, 100, 232, 0.08);
    text-decoration: none;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__toggle:hover,
.buscar-pessoa-page--encontre .buscar-pessoa-topbar__toggle:focus {
    border-color: #9fc1fb;
    background: #f7fbff;
    color: #0f57cb;
    text-decoration: none;
}

.buscar-pessoa-page--encontre .buscar-pessoa-topbar__toggle--secondary {
    color: #5f728a;
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters {
    margin-bottom: 8px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters__panel {
    margin: 0;
    padding: 20px 18px 0;
    border: 1px solid #dfeafb;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters .control-label.small {
    color: #58708f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.buscar-pessoa-filters .form-control,
.buscar-pessoa-filters .ui-select-bootstrap > .ui-select-match > .btn {
    height: 34px;
    min-height: 34px;
    border: 1px solid #d7e4f7;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
    color: #29415f;
    line-height: 20px;
}

.buscar-pessoa-filters .ui-select-bootstrap > .ui-select-match > .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 6px 10px;
}

.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap {
    height: 34px;
    min-height: 34px;
    padding: 4px 10px;
    border: 1px solid #d7e4f7;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
    color: #29415f;
    box-sizing: border-box;

    /* TESTE
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    */
}

.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap .ui-select-match {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 0;
    height: auto;
    min-height: 24px;
    margin: 0;
    line-height: 1;
    vertical-align: top;
}

.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    height: 24px;
    margin: 0 4px 0 0;
    padding: 0 8px;
    line-height: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 999px;
}

.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .close {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    margin-right: 6px;
    line-height: 1;
}

.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap .ui-select-search {
    float: none !important;
    display: inline-block;
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
    height: 24px !important;
    min-height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.buscar-pessoa-filters .form-control:focus,
.buscar-pessoa-filters .ui-select-bootstrap > .ui-select-match > .btn:focus,
.buscar-pessoa-filters .ui-select-bootstrap.open > .ui-select-match > .btn,
.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap.focus,
.buscar-pessoa-filters .ui-select-multiple.ui-select-bootstrap.open {
    border-color: #93b9fb !important;
    box-shadow: 0 0 0 3px rgba(21, 100, 232, 0.08);
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 8px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters__action {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters__action--secondary {
    border-color: #d6e1f3;
    background: #ffffff;
    color: #68809b;
}

.buscar-pessoa-page--encontre .buscar-pessoa-filters__action--primary {
    border-color: #1564e8;
    background: #1564e8;
    color: #ffffff;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages {
    margin-top: 20px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #d7e6ff;
    border-radius: 26px;
    background: #ffffff;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__stage {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 14px;
    border: 1px solid #e2ebf8;
    border-radius: 999px;
    background: #ffffff;
    color: #314a68;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(18, 50, 94, 0.05);
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__stage:hover,
.buscar-pessoa-page--encontre .buscar-pessoa-stages__stage:focus {
    border-color: #bcd3f7;
    background: #f8fbff;
    color: #163b69;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__stage--active {
    border-color: #1564e8;
    background: #f8fbff;
    color: #1564e8;
    box-shadow: 0 8px 18px rgba(21, 100, 232, 0.1);
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__label {
    white-space: nowrap;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__count {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eff4fb;
    color: #617389;
    font-size: 12px;
    font-weight: 700;
}

.buscar-pessoa-page--encontre .buscar-pessoa-stages__stage--active .buscar-pessoa-stages__count {
    background: #1564e8;
    color: #ffffff;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk {
    margin: 18px 0 4px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk__button {
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk__button--move {
    background: linear-gradient(135deg, #74a1f1 0%, #5d8ee6 100%);
    color: #ffffff;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk__button--broadcast {
    background: linear-gradient(135deg, #70d7bc 0%, #54c59d 100%);
    color: #ffffff;
}

.buscar-pessoa-page--encontre .buscar-pessoa-bulk__button[disabled] {
    opacity: 0.7;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order {
    margin-top: 6px;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 8px;
    text-align: left;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order__label {
    color: #29415f;
    font-size: 15px;
    font-weight: 700;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order__chip {
    margin-left: 0 !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid #d4e0f3;
    border-radius: 999px;
    background: #ffffff;
    color: #70849c;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order__chip--active {
    border-color: #c3d9ff;
    background: #edf4ff;
    color: #1564e8;
}

.buscar-pessoa-page--encontre .buscar-pessoa-order__chip--clear {
    color: #6f8197;
}

.buscar-pessoa-page--encontre .buscar-pessoa-state-alert {
    margin-top: 10px;
    margin-bottom: 0;
    border: 1px solid #d7e6ff;
    border-radius: 18px;
    background: #f7fbff;
    color: #3c5b7d;
}

.buscar-pessoa-page .buscar-pessoa-listing {
    margin-top: 20px;
}

.buscar-pessoa-page .buscar-pessoa-listing__table-shell {
    padding: 0 12px 12px;
    border: 1px solid #dfe9f8;
    border-radius: 26px;
    background: linear-gradient(180deg, #fdfefe 0%, #f8fbff 100%);
}

.buscar-pessoa-page .buscar-pessoa-table__page-size {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
}

.pessoa-vaga-board .buscar-pessoa-listing__table-shell {
    padding: 0 12px 12px;
    border: 1px solid #dfe9f8;
    border-radius: 26px;
    background: linear-gradient(180deg, #fdfefe 0%, #f8fbff 100%);
}

.pessoa-vaga-board .buscar-pessoa-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__head > th {
    padding: 4px 14px;
    border-top: 0;
    border-bottom: 0;
    background: #ffffff !important;
    color: #29415f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: middle;
}

.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td {
    padding: 18px 14px !important;
    border-top: 1px solid #e7eef8 !important;
    border-bottom: 1px solid #e7eef8 !important;
    background: #ffffff !important;
    vertical-align: middle !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td:first-child {
    border-left: 1px solid #e7eef8 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td:last-child {
    border-right: 1px solid #e7eef8 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__row:hover > td,
.pessoa-vaga-board .buscar-pessoa-table > tbody > .buscar-pessoa-table__row.success > td {
    background: #f8fbff !important;
    border-color: #d6e4fb !important;
}

.buscar-pessoa-page .buscar-pessoa-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__head > th {
    padding: 4px 14px;
    border-top: 0;
    border-bottom: 0;
    background: #ffffff !important;
    color: #29415f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: middle;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__head > th select {
    min-width: 88px;
    height: 34px;
    margin-left: 8px;
    padding: 0 12px;
    border: 1px solid #d6e1f4;
    border-radius: 14px;
    background: #ffffff;
    color: #29415f;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td {
    padding: 18px 14px !important;
    border-top: 1px solid #e7eef8 !important;
    border-bottom: 1px solid #e7eef8 !important;
    background: #ffffff !important;
    vertical-align: middle !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td:first-child {
    border-left: 1px solid #e7eef8 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__row > td:last-child {
    border-right: 1px solid #e7eef8 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__row:hover > td,
.buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__row.info > td {
    background: #f8fbff !important;
    border-color: #d6e4fb !important;
}

.buscar-pessoa-page .buscar-pessoa-table__select {
    width: 44px;
    text-align: center;
}

.buscar-pessoa-page .buscar-pessoa-table td h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #314a68;
    line-height: 1.4;
}

.buscar-pessoa-page .buscar-pessoa-table .text-muted {
    color: #71859c;
}

.buscar-pessoa-page .pessoa-summary {
    gap: 0.42rem;
    padding: 0.45rem 0.35rem;
}

.buscar-pessoa-page .pessoa-summary-name {
    color: #1d3857;
    font-size: 1.05rem;
}

.buscar-pessoa-page .pessoa-summary-status {
    color: #59718e;
}

.buscar-pessoa-page .pessoa-actions-cell {
    padding-right: 0.9rem !important;
}

.buscar-pessoa-page .pessoa-action-card,
.buscar-pessoa-page .pessoa-action-icon {
    border-radius: 14px;
}

.buscar-pessoa-page .buscar-pessoa-pagination {
    padding: 8px 0 2px;
}

.buscar-pessoa-page .buscar-pessoa-pagination .pagination {
    margin: 14px 0 0;
}

.buscar-pessoa-page .buscar-pessoa-pagination .pagination > li > a,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > li > span {
    border-color: #d4e0f3;
    border-radius: 12px;
    color: #4b6481;
    margin: 0 3px;
}

.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > a,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > span,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > a:hover,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > span:hover,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > a:focus,
.buscar-pessoa-page .buscar-pessoa-pagination .pagination > .active > span:focus {
    border-color: #1564e8;
    background: #1564e8;
    color: #ffffff;
}

.buscar-pessoa-page .buscar-pessoa-empty-state {
    padding: 20px 16px 6px;
    color: #627892;
}

@media (max-width: 1199px) {
    .buscar-pessoa-page--encontre .buscar-pessoa-layout__content {
        padding: 18px 20px 24px;
    }

    .buscar-pessoa-page--encontre .buscar-pessoa-toolbar__sidebar,
    .buscar-pessoa-page--encontre .pessoa-vaga-toolbar__controls--actions {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    }
}

@media (max-width: 1500px) and (min-width: 768px) {
    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions {
        gap: 8px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions .btn-group {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        min-width: 0;
    }

    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions .pessoa-vaga-toolbar__button {
        width: auto;
        min-width: 0;
        gap: 6px;
        padding: 0 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions .pessoa-vaga-toolbar__button .fa,
    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions .pessoa-vaga-toolbar__button .caret {
        font-size: 12px;
    }
}

@media (max-width: 1360px) {
    .pessoa-vaga-toolbar > .col-md-7.col-lg-7,
    .pessoa-vaga-toolbar > .col-md-5.col-lg-5 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .buscar-pessoa-page--encontre .pessoa-vaga-toolbar__search-actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .pessoa-vaga-toolbar__controls--actions,
    .buscar-pessoa-page.col-md-9 .pessoa-vaga-toolbar__controls--actions {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .pessoa-vaga-toolbar__controls--actions > .btn-group,
    .pessoa-vaga-toolbar__controls--actions > .pessoa-vaga-toolbar__button {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        min-width: 0;
    }

    .pessoa-vaga-toolbar__button,
    .pessoa-vaga-filter-action {
        gap: 6px;
        font-size: 13px;
    }

    .pessoa-vaga-toolbar__button {
        padding: 0 14px;
    }

    .pessoa-vaga-toolbar__button .fa,
    .pessoa-vaga-toolbar__button .caret,
    .pessoa-vaga-filter-action .fa {
        font-size: 12px;
    }

    .pessoa-vaga-filter-action {
        padding: 0 12px;
    }

    .pessoa-vaga-toolbar__button--filter {
        min-width: 96px;
        padding: 0 14px;
    }

    .pessoa-vaga-header__action-toggle {
        gap: 5px;
        padding: 0 12px;
        font-size: 11px;
    }

    .buscar-pessoa-filters > .col-xs-12 > .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .buscar-pessoa-filters > .col-xs-12 > .row > .form-group {
        float: none;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .buscar-pessoa-filters > .col-xs-12 > .row > .pessoa-vaga-filter-actions-group {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-top: 6px;
    }

    .pessoa-vaga-filter-actions-group--aligned {
        margin-top: 6px;
    }
}

@media (max-width: 1120px) {
    .buscar-pessoa-filters > .col-xs-12 > .row > .form-group {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .buscar-pessoa-page--encontre .buscar-pessoa-layout__header {
        padding: 20px 20px 0;
    }

    .buscar-pessoa-page--encontre .buscar-pessoa-layout__title {
        font-size: 18px;
    }

    .buscar-pessoa-page--encontre .buscar-pessoa-filters__panel {
        padding: 18px 14px 0;
        border-radius: 20px;
    }

    .buscar-pessoa-page--encontre .pessoa-vaga-order-row__page-size {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 12px;
    }

    .buscar-pessoa-page .buscar-pessoa-listing__table-shell {
        padding: 0 10px 10px;
        border-radius: 22px;
    }

    .buscar-pessoa-filters > .col-xs-12 > .row > .form-group {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .buscar-pessoa-page--encontre {
        padding: 0 0 18px;
    }

    .buscar-pessoa-page--encontre .buscar-pessoa-layout__content {
        padding: 16px 14px 20px;
    }

    .buscar-pessoa-page--encontre .pessoa-vaga-toolbar__button,
    .buscar-pessoa-page--encontre .pessoa-vaga-filter-action {
        width: 100%;
    }

    .buscar-pessoa-page--encontre .buscar-pessoa-toolbar__filters,
    .buscar-pessoa-page--encontre .pessoa-vaga-toolbar__controls--actions,
    .buscar-pessoa-page--encontre .pessoa-vaga-filter-actions-group {
        width: 100%;
    }

    .buscar-pessoa-page--encontre .pessoa-vaga-toolbar__search-actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .buscar-pessoa-page--encontre .pessoa-vaga-order-row__page-size {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .buscar-pessoa-filters > .col-xs-12 > .row > .form-group {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
    }

    .buscar-pessoa-page .buscar-pessoa-table {
        border-spacing: 0 8px;
    }

    .buscar-pessoa-page .buscar-pessoa-table > tbody > .buscar-pessoa-table__head > th {
        font-size: 13px;
    }
}

/*# sourceMappingURL=empregador-dialog-170c4a7be3.css.map */
