
.moneycontrol-ui-add-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 60px;
	width: 60px;
	background-color: #1F5EA8;
	border-radius: 100%;
	z-index: 5;
	cursor: pointer;
}

.moneycontrol-ui-add-button:hover {
	background-color: #000000;
}

.moneycontrol-ui-add-button img {
	display: block;
	height: 32px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}