.rtl-dir {
	direction:rtl;
}
.input-group-text {
	margin-right: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.form-control {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-check .form-check-input {
	float:right;
	margin-right:-1.5em;
}
.form-check {
	padding-right:1.5em;
	padding-left:0px;
}
.error-msg {
	color:#ee1616;
}