
.fab {
	width: 80px;
	height: 80px;
	position: fixed;
	padding: 15px;
	font-size: 25pt;
	border-radius: 50%;
	z-index: 1000;
}

.fab > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fab-right-bottom{
	bottom: 20px;
	right: 20px;
}

.fab-left-bottom{
	bottom: 20px;
	left: 20px;
}

.fab-right-top{
	top: 20px;
	right: 20px;
}

.fab-left-top{
	top: 20px;
	left: 20px;
}


.usp-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0; 
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: none;
}

.usp-right-sheet-container {
	position: fixed;
	bottom: 0; 
	right: 0;
	width: 80%;
	height: calc(100% - 50px);
	z-index: 1001;
	background-color: white;
	display: none;
}

.usp-right-sheet-content {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

@media(max-width: 768px){
	.usp-right-sheet-container {
		width: 100%;
	}
}
