`.tabel {
    text-align: center;
    vertical-align: middle;
}

th {
    text-align: center;
    padding: 8px 0xp !important;
}

tr ul {
    list-style: " ";
    overflow: hidden;
    margin: 0;
}

tr ul li {
    margin: 10px;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d9d4cc;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -7px px;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.input-group-btn {
    display: contents
}

.input-group {
    display: flex !important;
    flex-direction: row-reverse;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    position: relative;
    transform: translate(0, 0);
    z-index: 22222222222222222;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: flex;
    vertical-align: middle;
    justify-content: end;
}

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: var(--main-color);
    border-color: #8c8c8c;
}

.pagination {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 0em;
}



.row {
    flex-direction: row-reverse;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: transparent !important;
    padding: 0em;
}

#example_filter label,
.dataTables_length label {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    height: 100%;
}

#example_filter label input {
    margin-right: 5px
}

.dataTables_length label select {
    padding: 0px 5px 0px 18px !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: left 5px center;
    margin-right: 5px
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 100;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(170, 150, 121, .3);
    color: var(--bs-table-striped-color);
}

.modal label {
    display: block
}

.modal input {
    display: block;
    width: 100%;
    margin: 5px 0px;
    border: 1px solid #ddd;
    padding: 4px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.form-control {
    display: inline-block;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0;
    text-align: center
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: rgb(166 145 123);
    color: #ffffff;
}

@media screen and (max-width:720px) {
    tr.parent {
        position: relative
    }


}
