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-etab-modal {
    display: flex;
    gap: 16px;
    text-align: left;
}

.op-col {
    flex: 1;
    min-width: 0;
}

.op-col-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.op-col-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.op-label {
    display: block;
    margin: 8px 0 4px;
    font-size: 13px;
    opacity: .85;
}

.op-input {
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}

.op-actions-bottom {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.op-btn {
    padding: 6px 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.swal2-close {
    font-size: 18px !important;
    color: #999 !important;
}

.swal2-close:hover {
    color: #666 !important;
}

#op-content {
    position: relative;
    width: 100%;
    min-height: 300px;
}

#op-content > .ap-section {
    position: absolute;
    inset: 0;
    width: 100%;
}