*>.intro-y:nth-child(1) {
    z-index: 49;
    opacity: 0;
    position: relative;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.table {
    width: 100%;
    text-align: left;
}

.table th {
    font-weight: 500;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table.table--sm th {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table.table--sm td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table-report:not(.table-report--bordered) {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.table-report:not(.table-report--bordered) td {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 20px 3px 20px #0000000b;
}

.table-report:not(.table-report--bordered) td:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.table-report:not(.table-report--bordered) td:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.table-report:not(.table-report--bordered) td.table-report__action {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.table-report:not(.table-report--bordered) td.table-report__action:before {
    content: "";
    width: 1px;
    height: 2rem;
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.datatable-wrapper .dataTables_length select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 15px;
    background-position: center right 0.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    background-repeat: no-repeat;
    padding-right: 2rem;
}

.datatable-wrapper .dataTables_filter {
    margin-left: auto;
}

@media (max-width: 639px) {
    .datatable-wrapper .dataTables_filter {
        width: 100%;
        margin-left: 0;
        margin-top: 0.75rem;
    }
    .datatable-wrapper .dataTables_filter input {
        width: 10rem;
    }
}

.datatable-wrapper .dataTables_filter input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    margin-left: 0.5rem;
}

.datatable-wrapper .dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.datatable-wrapper .dataTables_paginate {
    margin-left: auto;
}

@media (max-width: 639px) {
    .datatable-wrapper .dataTables_paginate {
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem;
    }
    .datatable-wrapper .dataTables_paginate .paginate_button.previous {
        margin-left: 0;
    }
}

.datatable-wrapper .datatable {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100% !important;
}

@media (max-width: 639px) {
    .datatable-wrapper .datatable {
        margin-left: -0.75rem;
    }
}

.datatable-wrapper .datatable thead tr th {
    border-top-width: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.datatable-wrapper .datatable tbody tr {
    --bg-opacity: 1;
    /* background-color: #edf2f7;
        background-color: rgba(237, 242, 247, var(--bg-opacity)); */
}

.datatable-wrapper .datatable tbody tr:nth-child(even) {
    background-color: transparent;
}

.datatable-wrapper .datatable tbody tr:last-child td {
    border-bottom-width: 1px;
}

.datatable-wrapper .datatable tbody tr td.child .dtr-title {
    font-weight: 500;
}

.datatable-wrapper .datatable tbody tr td.child .dtr-data {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    padding-bottom: 1rem;
}

.datatable-wrapper .dataTables_info {
    display: flex;
    align-items: center;
}

@media (max-width: 639px) {
    .datatable-wrapper .dataTables_info {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0 !important;
    }
}

.datatable-wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
    margin-left: auto !important;
}

.datatable-wrapper .dataTables_paginate span {
    display: flex;
}

.datatable-wrapper .dataTables_paginate .paginate_button {
    min-width: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    margin-left: 0.5rem;
}

.datatable-wrapper .dataTables_paginate .paginate_button.current {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    font-weight: 500;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}

/* .datatable-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,
.datatable-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
    position: relative;
    padding-left: 4rem;
}

.datatable-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
.datatable-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-size: 80%;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1.25rem;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
} */

figure.table table thead tr th {
    background-color: #142457!important;
}


