.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-head {
    padding: 22px 24px 10px;
}

.corp-card-title {
    margin: 0;
    color: #1f2b3d;
    font-size: 20px;
    font-weight: 700;
}

.corp-card-desc {
    margin: 6px 0 0;
    color: #7b8798;
    font-size: 14px;
}

.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: #2f89c7;
    box-shadow: 0 8px 20px rgba(47, 137, 199, 0.22);
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

.custom-file-upload:hover,
.custom-file-upload:focus {
    background: #2673a8;
    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: #2f89c7;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

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

.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;
    }
.corp-card p {
    margin: 0 0 5px;
}
}
.empregador-dialog .corp-page {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.empregador-dialog .empregador-register-bg {
    background: url('../../../../content/images/bg05.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;
}

/*# sourceMappingURL=empregador-dialog-1ebfee687a.css.map */
