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

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

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

.swal2-confirm {
	margin-right: 5px;
}
.button-wrapper-horizontal {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 0.3rem;
}

.disable-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
