body {
	font-family: Poppins, arial;
}

.modal-backdrop {
	opacity: 0 !important;
}

.dropdown-menu {
	max-height: 300px;
	overflow-y: scroll;
}

.responsive-iframe {
	width: 100%;
	height: 100%;
	min-height: 75vh;
}

.cTwoRight th:nth-child(n+2), .cTwoRight td:nth-child(n+2) {
	text-align: right;
}