table.dataTable thead th {
  font-size: .9rem;
    line-height: 1.45rem;}

.dt-buttons button.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 43.567em;
    margin-right: 1.167em;
    margin-bottom: 0.333em;
    padding: 0.2em 0.4em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.3em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
}

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    border: 1px solid #c0d2f0;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    margin-left: 5px;
    height: auto;
    width: auto;
    display: inline;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 0;
    border: 0;
    border-radius: unset;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0;}
.pagination .page-item .page-link{margin-left: 2px;}

.btn-secondary {
    color: #212529;
    background-color: #ffe600;
    border-color: #ffe600;
}