
.opModal[data-v-6b3a5754] {
    width: 90vw;
}
.sameAsCheckbox[data-v-6b3a5754] {
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid black;
    position: relative;
}
.sameAsCheckbox.active[data-v-6b3a5754]::after {
        content: '✓';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.table tbody tr td[data-v-6b3a5754] {
    cursor: pointer;
}
.table tbody tr:hover td[data-v-6b3a5754],
    .table tbody tr.active td[data-v-6b3a5754] {
        background: #2c0b59;
        color: white;
}


.disabled[data-v-03bfa457] {
    cursor: not-allowed!important;
    pointer-events: none;
    opacity: .2;
}

