.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;
}

[data-display-none] {
	display: none !important;
}

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

.sidebar-header-title {
	font-size: 13px !important;
}

.sidebar-nav-menu i {
	color: black;
}
