.jobcard-header {
    /* border: solid 1px #e5e7eb; */
    padding: 15px 20px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    text-align: center;
    background-color: #5800af;
}

.jobcard-header-yellow {
    background-color: #ffd046;
}

.jobcard-header-yellow h3 {
    color: #000 !important;
}

.jobcard-header h3 {
    font-size: 15px;
    font-weight: bold;
    margin:0px;
    color: #fff;
}

.jobcard-body {
    border: solid 1px #e5e7eb;
    padding: 25px 25px;
    min-height: 420px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 30px;
}

.jobcard-body p {
    font-size: 14px;
}

.jobcard-body ul li {
    font-size: 14px;
}

.btn-action-job {
    font-size: 13px !important;
    font-weight: bold I !important;
}