 #check_in{
            text-align: center;
                font-size: 17px;
                font-weight: bold;
                color: forestgreen;

        }
 #last_check_out{
                    text-align: center;
                        font-size: 17px;
                        font-weight: bold;
                        color: rgb(233, 10, 10);

                }
                .unread {
    font-weight: bold !important;
}

.read {
    font-weight: normal !important;
}
                                .pagination {
                                    display: flex;
                                    justify-content: center;
                                    list-style-type: none;
                                }
                
                                .pagination .page-item {
                                    margin: 0 5px;
                                }
                
                                .pagination .page-link {
                                    padding: 0.5rem 0.75rem;
                                    cursor: pointer;
                                }