.elementorJobsTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: start;

    color: #0D456B;
    font-size: 0.9em;
}

.elementorJobsTable th,
.elementorJobsTable td {
    padding: 15px;
}

.elementorJobsTable th {
    background: #9D599F;
    color: #ffffff;
    border: none;
    text-align: start;
    vertical-align: top;
}

.elementorJobsTable th {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}

.elementorJobsTable th:first-of-type {
    width: 55%;
    min-width: 55%;
    max-width: 55%;
}

.elementorJobsTable th select {
    display: block;
    border: none;
    margin: 5px 0 2px 0;
    height: 1.8em;
    color: #54585b;
    width: 100%;
    padding: 0 0 0 .5em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 0.9rem;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2354585B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .35rem center;
    background-size: 1em;
}

.elementorJobsTable td {
    border: 1px solid #f5f5f5;
}

.elementorJobsTable td.empty {
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}

.elementorJobsTable td a,
.elementorJobsTable table a {
    display: block;
    color: #0D456B !important;
}
