/* ------- TOOLTIP --------  */

.tippy-box[data-theme~="startmining"] {
	border-radius: 4px;
	text-align: left;
	font-size: 12px;
	line-height: 1.1;
	font-weight: 400;
	background: #e6ecf1;
	padding: 10px 10px 10px 10px;
	color: #061929;

	.tooltip-content-title {
		margin: 0 0 12px 0;
		font-weight: 700;
		font-size: 18px;
	}
	ul {
		list-style: disc;
		padding-left: 16px;
		margin-bottom: 5px;
	}

	.tippy-arrow::before {
		color: #e6ecf1;
	}
}


.tooltip-icon {
	z-index: 10;
	position: relative;
	cursor: pointer;
	&:after {
		margin-left: 0;
		color: rgba(0, 183, 115, 0.6) !important;
	}
}
.tooltip-icon:hover .tooltip,
.tooltip-icon:focus .tooltip,
.tooltip.visible {
	opacity: 1;
	pointer-events: all;
}

.tooltip-icon:hover:after {
	color: rgba(0, 183, 115, 1);
}
/* ------- END -- TOOLTIP --------  */
