/*.modal-jd .modal-dialog.modal-dialog-centered.jd {
    min-width: 75rem;
}*/
    .modal-jd modal-dialog.modal-dialog-centered.jd .modal-header {
        border: none;
    }
.modal-jd .modal-header h5.clr-light-blue {
    font-size: 14px;
    font-weight: 600;
}
.modal-jd .modal-body {
    height: 75vh;
    overflow: auto;
}
.modal-jd .header-modal {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 600;
}
.modal-jd .clr-light-blue {
    font-weight:600;
    color: #1c1c1c;
}
.modal-jd .req-for.d-flex {
    gap: 2rem;
}
.modal-jd .req-for span {
    font-weight: 600;
}
    .modal-jd .req-for span.d-block {
        font-weight: 400;
        color: #676a6c;
        margin-top: 2px;
    }
.modal-jd label {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #1c1c1c;
    font-size: 13px;
}
.modal-jd ul.skills, .modal-jd ul.Qualification {
    display: flex;
    gap: 1rem;
    list-style-type: none;
    padding-left: 0rem;
    margin-top: 10px;
}
.modal-jd li.tags-list {
    border: 1px solid;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
}
.modal-jd i.fa.fa-times.ml-2 {
    cursor: pointer;
}