.theme-table #example {
    min-width: 100% !important;
}
table.dataTable thead th,
table.dataTable tfoot th,
.theme-table th {
    font-weight: 600;
}
.theme-table table tbody {
    width: 100%;
}
.theme-table table {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}
.theme-table {
    overflow-x: auto;
}
.theme-scroll {
    overflow-x: auto;
}
.theme-table .dt-length,
.theme-table .dt-search,
div.dt-container .dt-info {
    font-size: 14px;
    color: #818181 !important;
}
div.dt-container .dt-input,
div.dt-container .dt-search input {
    border: 1px solid #dbdbdb;
}
.theme-table .dt-length {
    display: flex;
    align-items: center;
    gap: 7px;
}
.theme-table input:focus,
.theme-table select:focus {
    outline: none;
}
.theme-table td {
    font-size: 14px;
    color: #747474;
    border-bottom: 1px solid #e7e7e7 !important;
}
.theme-table tr:hover>* {
    background: rgba(0, 0, 0, 0.02);
}
.theme-table td,
.theme-table th {
    text-align: left;
    vertical-align: middle;
    border: 1px solid;
    padding: 15px 20px !important;
    border: none;
    white-space: nowrap;
}
.theme-table th {
    padding-right: 25px !important;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
}
.theme-table .dataTables_info,
.theme-table .dataTables_paginate {
    font-size: 14px;
    text-align: left;
    margin-top: 10px !important;
    padding: 0;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #e5e5e5;
}
.theme-table tr:last-child td {
    border: none !important;
}
table thead tr th {
    border-bottom: 1px solid #e7e7e7;
}
.theme-table .dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    margin-top: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: sticky;
    right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #ebebeb;
    border-radius: 5px;
    color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 5px;
    background: transparent;
    color: var(--green800) !important;
    border-color: var(--green800);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: var(--green800);
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
}
.theme-table .dataTables_length,
.theme-table .dataTables_info {
    left: 0;
    color: #747474;
}
.theme-table .dataTables_filter {
    right: 0;
}
.theme-table td .badge {
    vertical-align: middle;
}
.theme-table input[type="number"] {
    min-width: 100px;
}
table.dataTable.no-footer {
    border: 0;
}
table.dataTable thead .sorting_asc {
    background-image: url(/static/veloce/images/icons/sort_asc.png) !important;
}
table.dataTable thead .sorting_desc {
    background-image: url(/static/veloce/images/icons/sort_desc.png) !important;
}
table.dataTable thead .sorting {
    background-image: url(/static/veloce/images/icons/sort_both.png);
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 9px;
    font-size: 14px;
}
.sticky-table .dataTables_wrapper {
    width: fit-content;
    transform: translate(0);
    padding-bottom: 10px;
}
.dataTables_scrollBody table thead {
    display: none;
}
div.dt-container select.dt-input{
    padding: 20px;
}
div.dt-container select.dt-input {
    padding: 5px 10px;
}
div.dt-container .dt-paging .dt-paging-button,div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    padding: 2px 10px;
    min-width: auto;
    font-size: 14px;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: none !important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    background: #6d6d6d;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--green500);
    color: #fff !important;
}

/* responsive css */
@media only screen and (max-width: 767px) {
    .theme-table .dataTables_info {
        float: left !important;
    }
    .theme-table .dataTables_paginate {
        font-size: 12px;
    }
    .theme-table th {
        font-size: 12px;
    }
    .theme-table .dataTables_length,
    .theme-table .dataTables_filter {
        width: auto;
    }
    .theme-table .dataTables_length {
        float: left;
    }
    .theme-table .dataTables_filter {
        float: right;
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .theme-table .dataTables_info {
        float: none !important;
    }
    .dataTables_wrapper .dataTables_paginate {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .theme-table .dataTables_filter {
        width: 100%;
    }
    .theme-table .dataTables_filter input {
        width: 100%;
    }
    .theme-table .dataTables_filter label {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .theme-table,
    .borrow-form {
        padding: 15px 10px;
    }
    .theme-table .dataTables_info,
    .theme-table .dataTables_length {
        float: none !important;
        text-align: center;
    }
    .theme-table .dataTables_length,
    .logo .h1title .subtitle,
    .logo .h1title .badge {
        display: none;
    }
    .dataTables_wrapper .dataTables_length select {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_filter input,
    .dataTables_wrapper .dataTables_length select {
        padding: 10px;
    }
    .dataTables_wrapper .dataTables_paginate {
        flex-direction: column;
    }
    .dataTables_wrapper .dataTables_paginate span {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        display: block;
        font-size: 14px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        padding: 10px;
        min-width: 100px;
    }
}