.job-add-form {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 40px;
    position: absolute;
    right: 0px;
    top: 33%;
}

.status {
    appearance: none;
    outline: none;
    width: max-content !important;
    text-align: center;
    padding: 5px;
    font-size: 10px !important;
    border-radius: 50vw;
}

td {
    text-transform: capitalize !important;
}


.draft {
    background-color: rgba(235, 0, 235, 0.4);
    color: purple;
}

.open {
    background-color: rgba(0, 235, 137, 0.4);
    color: green;
    font-size: auto !important;
}

.canceled {
    background-color: rgba(235, 0, 0, 0.4);
    color: red;
}

.Publish {
    background-color: rgba(0, 0, 235, 0.4);
    color: blue;
}

.onhold {
    background-color: rgba(235, 0, 235, 0.4);
    color: purple;
}

.deleted {
    background-color: rgba(128, 128, 128, 0.4);
    color: black;
}


.open {
    appearance: none;
    outline: none;
    width: max-content !important;
    text-align: center;
    border-radius: 50vw;
    background-color: rgba(0, 235, 137, 0.4);
    color: green;
}

.close {
    appearance: none;
    outline: none;
    width: max-content !important;
    text-align: center;
    padding: .3rem .6rem;
    border-radius: 50vw;
    background-color: rgba(219, 33, 33, 0.4);
    color: red;
}

.hold {
    appearance: none;
    outline: none;
    width: max-content !important;
    text-align: center;
    padding: .3rem .6rem;
    border-radius: 50vw;

    background-color: rgba(64, 224, 208, 0.4);
    color: rgb(39, 189, 174);
}





@media screen and (min-width: 660px) {

    .rwd-table th,
    .rwd-table td {
        padding: 8px !important;
    }


}


th {
    padding: 10px 5px !important;
    text-align: left !important;
    background-color: teal !important;
    color: white !important;
    border: 1px solid #ddd !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}

td {
    padding: 20px !important;
    text-align: left !important;
    border: 1px solid #ddd !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}

td,
tr {
    font-size: auto;
    border: 1px solid #ddd !important;

}

.action {
    border: none !important;

}

.filter-div {
    background-color: #ddd;
    margin: 15px;
    min-height: 200px;
}

.filter-div-title {
    font-size: 25px;
    font-weight: 600;
    color: #014e4e;
    padding: 10px;
    margin: 5px;
}

.filter-form {
    margin: auto auto;
}

.form-input-button {
    font-size: 15px;
    padding: 8px 10px;
    border: 0px;
    border-radius: 2px;
    width: 100%;
    background-color: #014e4e;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group {
    display: inline-block;
    width: 15%;
    text-align: left;
    padding: 5px;
    margin: 0px 25px;
}

.form-input-label {
    font-size: 15px;
    font-weight: 600;
    color: #014e4e;
}

.form-input-text {
    font-size: 15px;
    padding: 8px 10px;
    border: 0px;
    border-radius: 2px;
    width: 100%;
}

.container-table {
    width: 100%;
    margin: 20px 0;
}

.job-title-header {
    cursor: pointer;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.job-title {
    padding: 10px;
}

.rwd-table {
    width: 95%;
    border-collapse: collapse;
}

.rwd-table th,
.rwd-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.rwd-table th {
    background-color: #f2f2f2;
    text-align: left;
}

.rwd-table tr:nth-child(even) {
    background-color: #f9f9f9;
}