#adminGroupReport tr th{
    color:#fff;
}
#adminGroupReport{
    display: none;
}

#adminGroupReport_wrapper .dt-paging-button.current {
    background: #7b4284;
    border-color: #7b4284;
    color: #fff !important;
}

#adminGroupReport_wrapper .dt-paging-button:hover{
    background:#BB9EC0;
    border-color:#BB9EC0;
    color:#fff !important;
}
.loading-overlay {
    display: none;
    margin: auto;
    border: 6px solid #BB9EC0;
    border-radius: 50%;
    border-top: 6px solid #7B4284;
    width: 50px;
    height: 50px;
    animation: spinner 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 150px;
}
@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
