@keyframes dtb-spinner {
    100% { transform: rotate(360deg); }
}

div.dataTables_wrapper { position: relative; }

div.dt-buttons { position: initial; }

div.dt-buttons .dt-button {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dt-button-info {
    background-color: white;
    border: 2px solid #111;
    border-radius: 3px;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 21;
}

div.dt-button-info h2 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin: 0;
    padding: 0.5em;
}

div.dt-button-info > div { padding: 1em; }

div.dtb-popover-close {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 22px;
    z-index: 2003;
}

button.dtb-hide-drop { display: none !important; }

div.dt-button-collection-title {
    font-size: 0.9em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0.3em 0 0.5em;
    text-align: center;
}

div.dt-button-collection-title:empty { display: none; }

span.dt-button-spacer {
    display: inline-block;
    margin: 0.5em;
    white-space: nowrap;
}

span.dt-button-spacer.bar {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 0.5em;
    vertical-align: middle;
}

span.dt-button-spacer.bar:empty {
    height: 1em;
    padding-left: 0;
    width: 1px;
}

div.dt-button-collection span.dt-button-spacer {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-align: center;
    width: 100%;
}

div.dt-button-collection span.dt-button-spacer:empty {
    height: 0;
    width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
    padding-left: 0;
}

div.dt-button-collection {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0.5rem;
    position: absolute;
    width: 218px;
    z-index: 2001;
}

div.dt-button-collection div.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    min-width: 100%;
    padding: 0;
    position: relative;
    z-index: 2002;
}

div.dt-button-collection.fixed {
    background-color: white;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-left: -75px;
    position: fixed;
    top: 50%;
}

div.dt-button-collection.fixed.two-column { margin-left: -200px; }

div.dt-button-collection.fixed.three-column { margin-left: -225px; }

div.dt-button-collection.fixed.four-column { margin-left: -300px; }

div.dt-button-collection.fixed.columns { margin-left: -409px; }

@media screen and (max-width: 1024px) {
    div.dt-button-collection.fixed.columns { margin-left: -308px; }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.fixed.columns { margin-left: -203px; }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.fixed.columns { margin-left: -100px; }
}

div.dt-button-collection.fixed > :last-child {
    max-height: 100vh;
    overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
    display: block !important;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

div.dt-button-collection.two-column { width: 400px; }

div.dt-button-collection.two-column > :last-child {
    -moz-column-count: 2;
    column-count: 2;
    padding-bottom: 1px;
}

div.dt-button-collection.three-column { width: 450px; }

div.dt-button-collection.three-column > :last-child {
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom: 1px;
}

div.dt-button-collection.four-column { width: 600px; }

div.dt-button-collection.four-column > :last-child {
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 1px;
}

div.dt-button-collection .dt-button { border-radius: 0; }

div.dt-button-collection.columns { width: auto; }

div.dt-button-collection.columns > :last-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    padding-bottom: 1px;
    width: 818px;
}

div.dt-button-collection.columns > :last-child .dt-button {
    flex: 0 1;
    margin: 0;
    min-width: 200px;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child { justify-content: space-between; }

div.dt-button-collection.columns.dtb-b3 .dt-button { flex: 1 1 32%; }

div.dt-button-collection.columns.dtb-b2 .dt-button { flex: 1 1 48%; }

div.dt-button-collection.columns.dtb-b1 .dt-button { flex: 1 1 100%; }

@media screen and (max-width: 1024px) {
    div.dt-button-collection.columns > :last-child { width: 612px; }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.columns > :last-child { width: 406px; }

    div.dt-button-collection.columns.dtb-b3 .dt-button { flex: 0 1 32%; }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.columns > :last-child { width: 200px; }
}

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after { display: none; }

div.dt-button-collection .btn-group { flex: 1 1 auto; }

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) { min-width: 200px; }

div.dt-button-collection div.dt-btn-split-wrapper { width: 100%; }

div.dt-button-collection button.dt-btn-split-drop-button {
    background-color: white;
    border: none;
    border-radius: 0px;
    color: #212529;
    margin-left: 0px !important;
    width: 100%;
}

div.dt-button-collection button.dt-btn-split-drop-button:focus {
    border: none;
    border-radius: 0px;
    outline: none;
}

div.dt-button-collection button.dt-btn-split-drop-button:hover { background-color: #e9ecef; }

div.dt-button-collection button.dt-btn-split-drop-button:active { background-color: #007bff !important; }

div.dt-button-background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        margin-bottom: 0.5em;
        text-align: center;
        width: 100%;
    }

    div.dt-buttons a.btn { float: none; }
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing { color: rgba(0, 0, 0, 0.2); }

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
    -moz-animation: dtb-spinner 1500ms infinite linear;
    -ms-animation: dtb-spinner 1500ms infinite linear;
    -o-animation: dtb-spinner 1500ms infinite linear;
    -webkit-animation: dtb-spinner 1500ms infinite linear;
    animation: dtb-spinner 1500ms infinite linear;
    border: 2px solid #282828;
    border-left-color: transparent;
    border-radius: 50%;
    border-right-color: transparent;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 16px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

div.dt-buttons div.btn-group { position: initial; }

div.dt-btn-split-wrapper button.dt-btn-split-drop {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

div.dt-btn-split-wrapper:active:not(.disabled) button, div.dt-btn-split-wrapper.active:not(.disabled) button {
    background-color: #5a6268;
    border-color: #545b62;
}

div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

div.dt-btn-split-wrapper:active:not(.disabled) button:hover, div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group { border-radius: 4px !important; }

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child { border: 1px solid #6c757d; }

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper { border: none; }

div.dt-button-collection div.btn-group { border-radius: 4px !important; }

div.dt-button-collection div.btn-group button { border-radius: 4px; }

div.dt-button-collection div.btn-group button:last-child {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:first-child {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:last-child:first-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child { border: 1px solid #6c757d; }

div.dt-button-collection div.btn-group div.dt-btn-split-wrapper { border: none; }

span.dt-button-spacer.bar:empty { height: inherit; }

div.dt-button-collection span.dt-button-spacer {
    padding-left: 1rem !important;
    text-align: left;
}

@media screen and (max-width: 767px) {
    div.dt-buttons { margin-bottom: 0; }
}

div.dataTables_wrapper .dt-button-collection {
    border: 0;
    border-radius: 0.375rem;
    padding: 0.5rem 0;
    width: auto;
}

div.dataTables_wrapper .dt-button-collection > div[role=menu] { text-align: left; }

.dt-button-collection { margin-top: 0.2rem; }

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) { min-width: 8rem; }

.dt-down-arrow { display: none; }

div.dt-button-collection .dt-button { border-radius: 0.375rem; }

.light-style div.dataTables_wrapper .dt-button-collection { background-color: #fff; }

.light-style .dataTable a:not([href]):not([tabindex]) { color: #28c76f; }

.light-style .dt-button-info { box-shadow: 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4); }

.light-style .dt-button-collection .dropdown-item { padding: 0.42rem 1rem; }

.dark-style div.dataTables_wrapper .dt-button-collection { background-color: #2f3349; }

.dark-style div.dataTables_wrapper .dt-button-collection > div[role=menu] { box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55); }

.dark-style .dataTable a:not([href]):not([tabindex]) { color: #28c76f; }

.dark-style .dt-button-info { box-shadow: 0 0.31rem 1.25rem 0 rgba(0, 0, 0, 0.4); }

.dark-style .dt-button-collection .dropdown-item { padding: 0.42rem 1rem; }

.dt-button-info {
    border-radius: 0.375rem !important;
    border-width: 0 !important;
}

.dt-button-info h2 { font-size: 1.375rem !important; }

.dt-buttons { position: relative; }

[dir=rtl] .dt-buttons .dt-button-collection .dropdown-item { text-align: right; }

.dt-buttons.btn-group button {
    border-color: transparent;
    border-radius: 0.375rem !important;
}