/*Write your custom css in this file.*/

.bookmarked-filter-button.active {
    background-color: #0077ff !important;
    border-color: #fff !important;
    color: #fff !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.task-description table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}

.task-description table th,
.task-description table td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}