.form-check-input {
	clear: left;
}

.form-switch.form-switch-sm {
	margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
	height: 1rem;
	width: calc(1rem + 0.75rem);
	border-radius: 2rem;
}

.form-switch.form-switch-md {
	margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
	height: 1.5rem;
	width: calc(2rem + 0.75rem);
	border-radius: 3rem;
}

.form-switch.form-switch-lg {
	margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
	height: 2rem;
	width: calc(3rem + 0.75rem);
	border-radius: 4rem;
}

.form-switch.form-switch-xl {
	margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
	height: 2.5rem;
	width: calc(4rem + 0.75rem);
	border-radius: 5rem;
}

.text-b9 {
	color: #A4C434!important;
}

.bg-b9 {
	background-color: #A4C434!important;
}

.border-b9 {
	border-color: #A4C434!important;
}

.text-aqua-b9 {
	color: #1A9988!important;
}

.bg-aqua-b9 {
	background-color: #1A9988!important;
}

.border-aqua-b9 {
	border-color: #1A9988!important;
}

.text-dark-b9 {
	color: #434343!important;
}

.bg-dark-b9 {
	background-color: #434343!important;
}

.border-dark-b9 {
	border-color: #434343!important;
}

.email_table thead {
	display: none !important;
}

.email_table tr {
	cursor: pointer;
}

.email_table tr td {
	padding: 1rem .5rem !important;
}

.email_not_read {
	font-weight: 700;
}

.btn.dropdown-toggle.b9-email-info-btn{
	font-size: 1rem !important;
}