div.dataTables_wrapper {
    position: relative;
}

div.dataTables_processing {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    z-index: 10;
    font-weight: 600;
}

#op-tournois-content {
    position: relative;
    width: 100%;
    min-height: 300px;
}

#op-tournois-content > .op-subsection {
    position: absolute;
    inset: 0;
    width: 100%;
}

.op-btn {
    padding: 6px 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.op-label {
    display: block;
    margin: 8px 0 4px;
    font-size: 13px;
    opacity: .85;
}

.op-badge {
    display: inline-block;
    min-width: 28px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .06);
    font-weight: 700;
}

.op-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .06);
}