/* Manga Single - Upload Chapter */
#uploadChapterForm .form-group {
    text-align: right;
}
#uploadChapterForm .form-group > div {
    margin-bottom: 5px;
}
#uploadChapterForm .extra {
    text-align: right;
}
div#responseMessage {
    text-align: right;
}

/* Manga Single - Upload Chapter modal*/
#invalidFilesModal h3, 
#invalidFilesModal p {
    text-align: right;
}
/* User Settings - Add Manga */
.custom-file-label::after {
    content: "إختيار ملف" !important;
}

/* Components - Manga Unit */
.original.card-lg .unit .inner .info>ul {
    text-align: right;
}

/* Search Results - Filters */
#filters>div:last-child>div .dropdown .dropdown-menu.c3 li {
    float: right !important;
}
/* Search Results - Content */
.original.card-lg > p {
    text-align: right;
}










#invalidFilesModal {
    direction: ltr;
}
#invalidFilesModal div {
    text-align: left;
}





.upload-chapter-container .image-name {
    direction: ltr;
}







