/* stylelint-disable declaration-no-important */

#wdm-edwiserreports {
    #activeusersblock {
        .dropdown-menu {
            .dropdown-item.custom {
                background: #fff;
            }
        }
        .refresh {
            cursor: pointer;
        }
        .refresh.refresh-spin {
            cursor: pointer;
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }
    }
}

.siteoverview-modal-tables {
    .tabs .tab:not(.active) {
        display: none;
    }
}
