* {
	outline: 0 !important;
}

body {
	padding-top: 1rem;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;

	direction: rtl !important;
	font-family: "vazir" !important;
	text-align: justify !important;
	color: white;

	background-image: url("/images/bg/1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.rtl {
	direction: rtl !important;
}

.ltr {
	direction: ltr !important;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none !important;
	color: rgb(255, 255, 255);
}

a:hover {
	color: rgb(212, 212, 204);
}

.card, .btn, .card-header, .img-thumbnail, .dropdown-menu, .badge, input, textarea, select {
	border-radius: 0 !important;
}

.custom-radio, .custom-checkbox, .custom-control-label::before {
	border-radius: 0 !important;
}

.card, footer {
	background-color: rgba(0, 0, 0, 0.7);
}

.card-body p {
	margin-bottom: 0 !important;
}

.card-header {
	border-right-style: solid;
	border-right-color: #007BFF;
	border-right-width: 8px;
}

.table th, td {
	vertical-align: middle !important;
}

.tooltip {
	font-family: "vazir" !important;
}

.far, .fas, .fab {
	vertical-align: middle;
}

.fa-thumbtack, .fa-star {
	color: #F7C203;
}

.fa-li {
	right: -2em;
}

.fa-ul {
    margin-right: 0;
    padding-right: 25px;
}

#loading {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	color: #007BFF;
}

textarea {
	background: transparent url("/images/textarea-bg.png") repeat scroll right top;
	line-height: 18px !important;
	padding: 0 33px !important;
	resize: none;
	text-align: justify;
}

::placeholder {
	direction: rtl !important;
}

::-webkit-input-placeholder {
	direction: rtl !important;
}

::-ms-input-placeholder {
	direction: rtl !important;
}

h5 a {
	font-style: normal;
}

/* چشمک زن */
.blink {
	animation-name: blinker;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}

@keyframes blinker {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
/* چشمک زن */

/* تقویم هجری شمسی */
#calendar {
	width: 80%;
	background: white;
	user-select: none;
	border-style: solid;
	border-color: #e74c3c;
	border-width: 2px;
}

#year {
	height: 50px;
	background: #e74c3c;
}

#day p, #year p {
	font-size: 1.5rem;
	font-weight: bold;
}

#month p {
	font-size: 2rem;
	font-weight: bold;
}
/* تقویم هجری شمسی */

/* صفحه بندی */
.page-link {
	color: black;
	width: 40px;
	text-align: center;
	border-radius: 0 !important;
}

.page-item.active .page-link {
	background-color: #343A40;
	border-color: #343A40;
}

.page-link:hover {
	color: black;
}
/* صفحه بندی */

/* رایچت */
.raychat_main_button {
	border-radius: 50% !important;
	height: 50px !important;
    width: 50px !important;
	opacity: 0.5 !important;
}
.raychat_main_button:hover {
	opacity: 1 !important;
}
/* رایچت */