.swal2-popup {
	font-size: 1.4rem !important;
}

.swal2-container {
	zoom: 1;
}

.btn-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 7rem;
	right: 3rem;
	background: linear-gradient(to bottom right, #000000, #000000);
	color: #ffffff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.btn-float:hover {
	color: white;
	box-shadow: 0px 0px 8px rgb(74, 128, 245);
}

.my-float {
	margin-top: 20px;
	font-size: 15pt;
}

.font-weight-bold {
	font-weight: bold;
}

.sidebar-nav-alert {
	float: right;
	line-height: inherit;
	margin-left: 4px;
}

.dataTable thead tr th {
	font-size: 13px;
}

.modal-preview-print .modal-dialog {
	width: 50%;
}

iframe.print-preview {
	padding: 1.5rem;
	width: 100%;
	height: 70vh;
}
