.loader {
width: 10%;
height: 10%;
border: 5px solid #FFF;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/* .dt-paging{
float: right !important;
} */

.pagination {
margin-top: 1.25rem !important;
margin-bottom: 1.5rem !important;
float: right !important;
}

.dt-info {
margin-top: 1rem !important;
margin-bottom: 0.1rem !important;
float: left !important;
}

/* .dt-search {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important;
} */

.logo-siap{
width: 25% !important;
height: 25% !important;
}
