.logo {
    width: 100px;
    border-radius: 50% !important;
}
.client-logo {
    width: 60px;
    border-radius: 50% !important;
}
.text-justify {
    text-align: justify;
}
.job-table thead > tr > th {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.job-table tbody > tr > td {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.job-form .form-control,
.job-form .form-select {
    border-radius: 0;
}

.job-card {
    border-radius: 0;
}
.job-card .card-header {
    border-radius: 0;
    background-color: #d1e7dd;
}
.job-card .card-body.job-body {
    padding: 0;
}