.drag-drop-container {
    border: 1px dashed #0168fa;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.drag-drop-container.drag-drop-active {
    background-color: #e8f0fe;
    border-color: #0053d4;
}

#erpExcelFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

#erpColumnsTable tr.erp-row-deleted {
    text-decoration: line-through;
    opacity: 0.5;
    background-color: #f8d7da;
}

#erpColumnsTable .erp-col-yn {
    min-width: 64px;
    width: auto;
    display: inline-block;
}
