

.file-drop-area {
    border: 2px dashed var(--bs-gray);
    border-radius: 0.5rem;
    padding: 3rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-drop-area:hover, .file-drop-area.active {
    border-color: var(--bs-blue);
    background-color: rgba(13, 110, 253, 0.05);
}

.language-selector {
    min-width: 120px;
}

.file-item {
    transition: all 0.2s ease;
}

.file-item:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

.rename-rule {
    background-color: var(--bs-gray-100);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.preview-text {
    color: var(--bs-blue);
    font-weight: 500;
}

.loading-spinner {
    display: none;
    width: 2rem;
    height: 2rem;
}

[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

[dir="rtl"] .form-check-input {
    margin-right: -1.5em;
    margin-left: 0;
}
