table {
    font-size: 1.2rem;
    border-collapse: collapse;
    text-align: center;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
    margin: 2rem 0;
}

th,
td:first-child {
    padding: 10px 20px;
}

td a {
    text-decoration: none;
}


.custom_td {
    background: #0952af;
    color: #fff;
}


th,
td {
    border-style: solid;
    border-color: #000000;
}

.custom_td {
    border: 1px solid black;
}

tr td {
    background: #fff;
    border: 1px solid black;
}

th:first-child,
td:first-child {
    text-align: left;
    text-align: center;
}


.main_container{
    display: flex;
    justify-content: center;
}

/* .book_table_block {
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.26);
    border-radius: 1rem;
} */

.in_progress{
    font-size: 0.85rem;
    color: #696969;
    text-align: center;
}


@media (max-width: 768px) {
    .main_container {
        margin-top: 5rem;
    }

}

