.dataTables_wrapper>div {
    float: left;
    margin: 0 0 15px 15px;
}

.dataTables_wrapper>div+div {
    float: right;
    margin: 0 15px 15px 0;
}

.dataTables_paginate {
    float: right;
    position: fixed;
    z-index: 55555;
    height: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--theme-color);
    color: white !important;
    padding: 2px 10px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--theme-color);
    color: white !important;
    padding: 2px 10px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: rgba(19, 56, 83, 0.2);
    color: white;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 100;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--theme-color);
    color: white;

}

.dataTables_wrapper .dataTables_paginate a {

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    margin-top: 00px;
    line-height: 20px;
    color: white;
    font-weight: 100;
    font-size: 0.8em;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none !important;

}

.dataTables_paginate>a+a {
    margin-left: -1px;
    cursor: pointer;
}

.dataTables_paginate>a:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.dataTables_paginate>a:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.dataTables_paginate>a:hover {
    background-color: #B436E3;
}


.dataTables_paginate>a span {
    display: none
}

.dataTables_wrapper .dataTables_filter {
    border-radius: 3px;
    padding: 0px;
    position: fixed;
    color: inherit;
    z-index: 5555555;
    left: 35%;
    top: 15px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--theme-color);
    width: 300px;
    border-radius: 5px;
    background: white;
    padding: 6px;
}

.dataTables_wrapper .dataTables_length {
    border-radius: 3px;
    padding: 5px;
    position: fixed;
    color: inherit;
    left: 22%;
    z-index: 555;
    top: 8%;
    display: none;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid var(--theme-color);
    width: 120px;
    height: 30px;

    background: white;
}

.dataTables_info {
    position: fixed;
    border-radius: 5px;
    font-size: 0.8em;
    z-index: 5555;
    margin: 0px;
}

.paginations {}

.paggignationNumber ul {
    display: flex;
    position: absolute;

}

.paggignationNumber li {
    list-style: none;


}

li.page-item {
    background-color: white;
    padding: 5px 10px;
    border: 1px solid rgba(139, 109, 85, 0.6);
    margin: 0px 2px;
    font-size: 0.7em;
    border-radius: 5px;
}

.paginations li.disabled {
    background-color: rgba(139, 109, 85, 0.1);
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0px 2px;
}

.paginations li.active {
    background-color: rgba(139, 109, 85, 1);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0px 2px;
}

li.active a.page-link {
    color: white;
}

li a.page-link {
    color: var(--theme-color);
}

.pagginationComp {
    position: absolute;
    width: 100%;
    bottom: 15px;
    background-color: transparent;
    z-index: 5555;
    right: 00px;
}

.pagginationComp h6 {
    margin: 0px;
    padding-top: 7px;
    font-size: 0.7em;
}

.paggignationNumber {
    bottom: 0px;
}