/*!
 * Bootstrap rtl v4.1.1
 * Copyright 2018 The Pencode Group
 */

body {
	padding: 0;
	margin: 0;
	direction: rtl;
	text-align: right;
}

.navbar-nav {
	padding-left: 0;
	padding-right: 0;
}

a:hover {
	text-decoration: none;
}

.ltr {
	direction: ltr;
	text-align: left;
}

.page-item:first-child .page-link {
    margin-left: 0;
	border-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item:last-child .page-link {
    margin-left: 0;
	border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
