.box-hiring {
    display: flex;
    height: 60px;
    padding: 12px 18px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #F9F9F9;
}

.box-hiring-2 {
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #F9F9F9;
}



.box-hiring i {
    font-size: 16px;
}

.box-hiring .drag-hiring {
    color: var(--color-grey-50);
}

.edit-hiring {
    padding: 0.5rem;
    color: #2F363D;
    border-radius: 4px;
    background: #F8F8F8;
}

.trash-hiring {
    padding: 0.5rem;
    color: #DF5254;
    border-radius: 4px;
    background: #FFEDEE;
}

.box-features {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
}

.company img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 69999.305px;
    border: 0.35px solid var(--color-grey-30, #EFEFEF);
}

.about-company-2 .company-logo {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 9999px;
}

.vector-cc {
    width: 250px;
    height: 186.305px;
}

.icon-24 {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.fs-14 {
    font-size: 14px;
}

.new-rounded {
    border-radius: 9999px;
}

.employer {
    display: flex;
    justify-content: center;
}

body.modal-open {
    overflow: hidden;
}

.dz-button{
    border: none;
    background-color: transparent;
}

@media (max-width: 767px) {
    .wrapper-input-group {
        padding: var(--padding-xl) var(--padding-md);
    }
    .wrapper-input-button {
        margin-top: var(--padding-xs);
    }
    .wrapper-input-button .btn {
        width: calc(50% - 0.5rem);
    }

    .wrapper-button-modal-footer {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: .5rem;
    }

    .wrapper-button-modal-footer button {
        width: 100%;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0;
        content: none !important; /* Menghapus ikon default */
    }
    .breadcrumb-item+.breadcrumb-item {
        padding: 0;
    }
}