.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;
}

.wpbm-loading {
    display: flex;
    flex-direction: row;
    
}
.wpbm-loading .v-progress-circular {
    margin-right:10px !important;
}

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

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

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

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

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

.wpbm-header {
    padding-top: 20px;
}

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

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