.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;

    /* só 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;
    background:
        linear-gradient(rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 0.94)),
        url('../../../../content/images/bg-avaliacao.png') center / cover no-repeat;
    background-attachment: fixed;
    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));
    }
}

@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%;
    }
}

/*# sourceMappingURL=empregador-dialog-0a8334e312.css.map */
