.select-right {
    text-align: right; /* Aligns text to the right */
    text-align-last: right; /* Ensures the selected item is also right-aligned */
    direction: rtl; /* Switches text direction to right */
    padding-right: 33px; /* Moves text slightly left */
}


#uploaded-files-preview .file-preview {
    background-color: #f8f9fa;
    margin-right: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

#uploaded-files-preview .file-preview span {
    font-weight: bold;
    font-size: 14px;
}

#uploaded-files-preview .file-preview button {
    border: none;
    background: transparent;
    color: red;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}
