

    h2 {
        color: #9D2449;
    }
    .page-link.active { 
          color: #9D2449;
    }
    .bs-pagination-color{ 
          color: #9D2449;
    }
    .table thead {
        background-color: #9D2449;
        color: white;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #fdf7f5;
    }

    .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #fffefb;
    }

    .dataTables_filter input {
        border: 2px solid #B38E5D;
        border-radius: .375rem;
        padding: .3rem .6rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background-color: #B38E5D !important;
        color: white !important;
        border: none;
        margin: 2px;
        border-radius: .375rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background-color: #9D2449 !important;
        font-weight: bold;
    }

    .dataTables_length select {
        border: 2px solid #B38E5D;
        border-radius: .375rem;
        padding: .3rem .6rem;
    }

    .dataTables_info {
        color: #5c3b3b;
    }