.cursor-pointer {
	cursor: pointer !important;
}
a {
	text-decoration: none;
}
::placeholder {
	font-weight: bold !important;
	opacity: 0.5 !important;
	color: #21252966 !important;
}
::-ms-input-placeholder {
	/* Edge 12-18 */
	font-weight: bold !important;
	opacity: 0.5 !important;
	color: #21252966 !important;
}
.form-group>label {
	font-weight: bold;
	margin: 0.6rem;
}
.center-table th,
.center-table th,
td {
	text-align: center;
}
.cnotvalid {
	border: 1px solid red !important;
}
.cisvalid {
	border: 1px solid green !important;
}
[type=email],
[type=number],
[type=tel],
[type=url] {
	direction: rtl;
}
.divider {
	border-bottom: 1px #c0b9b9 solid;
	border-top: 1px #ffffff solid;
	width: 100%;
	padding-top: 0.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}