﻿
.btn-hoverable {
    transition: transform .2s;
    animation: ease-in;
}

    .btn-hoverable:hover {
        transform: scale(1.25);
        color: #61B585 !important;
    }

.dataTables_wrapper button {
    border: none !important;
    color: rgba(13, 143, 69, 1) !important;
}

.dark-only .btn-hoverable {
    color: white !important;
}

body.dark-only .dataTables_wrapper table.dataTable tbody td, body.dark-only .dataTables_wrapper table.dataTable tbody th {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.dark-only .dataTables_wrapper .dataTables_length,
body.dark-only .dataTables_wrapper .dataTables_filter,
body.dark-only .dataTables_wrapper .dataTables_info,
body.dark-only .dataTables_wrapper .dataTables_processing,
body.dark-only .dataTables_wrapper .dataTables_paginate,
body.dark-only .dataTables_wrapper .dataTables_paginate * {
    color: rgba(255, 255, 255, 0.7) !important;
}
