.vuetify-datatable table td,
.vuetify-datatable table th {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}


.vuetify-datatable table td {
    font-size: 0.95rem !important;
    height: 55px !important;
}

.vuetify-datatable button {
    background-color: unset !important;
    color: rgba(0, 0, 0, .54) !important;
    border: none !important;
}

.vuetify-datatable input {
    border: none !important;
}

.vuetify-datatable .v-data-footer__select {
    display: none;
}

.vuetify-datatable tbody tr:hover {
    cursor: pointer;
}

.opportunity-header {
    background: rgb(196, 23, 24);
    background: linear-gradient(90deg, rgba(196, 23, 24, 1) 0%, rgba(135, 41, 42, 1) 15%, rgba(80, 33, 33, 1) 100%);
    padding-top: 30px;
    padding-bottom: 70px;
}

.opportunity-header h1 {
    font-weight: 900;
    color: white;
}

.opportunity-header p {
    color: white;
}

.opportunity-header button {
    margin-top: 30px;
}

.apply-form input,
.opportunities-table input {
    border: none !important;
    padding: 4px !important;
    background-color: transparent !important;
}

.wp-boondmanager.submit-button {
    background-color: #3F00EF !important;
    color: white;
}

.opportunity-content h2 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.unsolicited-application {
    margin-top: 20px;
}

.opportunities-table {
    margin-top: 10px !important;
}