img.kofiimg {
	display: initial !important;
	vertical-align: middle;
	height: 13px !important;
	width: 20px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: none;
	margin-top: 0;
	margin-right: 5px !important;
	margin-left: 0 !important;
	margin-bottom: 3px !important;
	content: url('https://storage.ko-fi.com/cdn/cup-border.png')
}

.kofiimg:after {
	vertical-align: middle;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	margin-top: 0;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 4px !important;
	content: url('https://storage.ko-fi.com/cdn/whitelogo.svg')
}

.btn-container {
	display: inline-block !important;
	white-space: nowrap;
	min-width: 160px
}

span.kofitext {
	color: gold !important;
	letter-spacing: -0.15px !important;
	text-wrap: none;
	vertical-align: middle;
	line-height: 33px !important;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px rgba(34, 34, 34, 0.05);
}

.kofitext a {
	color: gold !important;
	text-decoration: none !important;
}

.kofitext a:hover {
	background-color: #585858 !important;
	text-decoration: none
}

a.kofi-button {
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	line-height: 36px !important;
	min-width: 150px;
	display: inline-block !important;
	padding: 10px 15px !important;
	text-align: center !important;
	border-radius: 7px;
	background-color: #181818;
	border-color: #585858;
	border-radius: 8px;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	overflow-wrap: break-word;
	vertical-align: middle;
	font-family: 'Quicksand', Helvetica, Century Gothic, sans-serif !important;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal !important;
	font-size: 16pt !important;
}

a.kofi-button:visited {
	color: #181818 !important;
	text-decoration: none !important
}

a.kofi-button:hover {
	background-color: #585858 !important;
	text-decoration: none !important
}

a.kofi-button:active {
	color: #303030 !important;
	text-decoration: none !important
}

.kofitext img.kofiimg {
	height: 15px !important;
	width: 22px !important;
	display: initial;
	animation: kofi-wiggle 3s infinite;
}

@keyframes kofi-wiggle {
	0% {
		transform: rotate(0) scale(1)
	}

	60% {
		transform: rotate(0) scale(1)
	}

	75% {
		transform: rotate(0) scale(1.12)
	}

	80% {
		transform: rotate(0) scale(1.1)
	}

	84% {
		transform: rotate(-10deg) scale(1.1)
	}

	88% {
		transform: rotate(10deg) scale(1.1)
	}

	92% {
		transform: rotate(-10deg) scale(1.1)
	}

	96% {
		transform: rotate(10deg) scale(1.1)
	}

	100% {
		transform: rotate(0) scale(1)
	}
}