/* Theme Name: Spoclub Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of spoclub
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: spoclub
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  spoclub-child
*/


table.dataTable {
        width: 100% !important;
        border-collapse: collapse;
    }
    table.dataTable th, table.dataTable td {
        padding: 8px;
        text-align: left;
    }

.col-title,
td.col-title {
  width: 40%;
}
    .col-amount,
td.col-amount {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  white-space: nowrap;
}

.col-date,
td.col-date {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  white-space: nowrap;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.top-dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
select:not([size]):not([multiple]) {
    padding: 5px 32px 5px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 32px;
    padding: 0px 4px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
}