.apply-job .jobs-detail {
    padding: 2.5rem 1.5rem 1rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}


.apply-job .jobs-data .card {
    height: auto !important;
    padding: 1.75rem 1.5rem;


    border-radius: 1rem;
    border: 1px solid var(--color-grey-20, #F4F5F6);
    background: var(--White, #FFF);

}


.apply-job .company-detail {
    padding: 2.5rem 1.5rem 1rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.apply-job .company-share {
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.apply-job .btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}

.jobs-detail-box {
    margin-top: 3rem !important;
}

.company-profile img {
    width: 4rem;
    height: 4rem;
}

.btn-edit-pencil {
    display: flex;
    height: 28px;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 99999px;
    border: 1px solid var(--color-secondary, #13CB99);
    background: var(--color-secondary, #13CB99);
}

.pop-up-success .custom-close {
    background: none;
    /* Hapus background default */
    border: none;
    /* Hilangkan border */
    outline: none;
    /* Hilangkan outline */
    box-shadow: none;
    /* Hilangkan efek shadow */
    opacity: 1;
    /* Pastikan tetap terlihat */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up-success .box-close {
    width: 24px;
    height: 24px;
    background-color: var(--color-black);
    border-radius: 9999px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.pop-up-success .modal-content {
    border: 0;
}

.pop-up-success .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.pop-up-success .box-success-redirect {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pop-up-success.show~.modal-backdrop {
    background: rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(6px);
}

.pop-up-success .box-close i {
    font-size: 16px !important;
    color: var(--color-white);
}

.pop-up-success .custom-close::before {
    content: none;
    /* Hilangkan ikon bawaan */
}

.pop-up-success .modal-dialog {
    max-width: 638px !important;
}

.pop-up-success .modal-content {
    width: 100%;
    padding: 40px;
    border-radius: 24px;
}

.pop-up-success img {
    width: 300px;
    height: 269px;
}


.jobs-detail-box {
    width: 1280px !important;
}

.jobs-steps-box {
    width: 1024px !important;
}

.explore-box {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--Grey-10, #F6F6F6);
}


@media (max-width: 767px) {
    .company-profile img {
        width: 3rem;
        height: 3rem;
    }

    .custom-radio-green input[type="radio"] {
        width: 18px !important;
        height: 18px !important;
    }

    .custom-radio-green input[type="radio"]:checked::before {
        width: 11px !important;
        height: 11px !important;
    }

    .pop-up-success .modal-dialog {
        margin: 0.75rem;
    }

    .pop-up-success .modal-content {
        padding: 40px 24px;
    }

    .pop-up-success img {
        width: 200.743px;
        height: 180px;
    }

    .pop-up-success .box-success-redirect {
        flex-direction: column;
        width: 100%;
    }

    .pop-up-success .box-success-redirect button,
    .pop-up-success .box-success-redirect a {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .apply-job .jobs-data .card {
        padding: 1.5rem 1rem !important;
    }

    .apply-job .jobs-detail {
        padding: 2.5rem 1rem !important;
    }

    .apply-job .company-detail {
        padding: 2.5rem 1rem !important;
    }

    .jobs-detail-box {
        width: 100% !important;
        margin-top: 4rem !important;
    }


    /* .container .row {
        flex-direction: column;
    } */

    .jobs-data {
        order: -1;
    }
}

@media (min-width: 577px) and (max-width: 992px) {}

@media (min-width: 993px) {}