.button__loader-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	color: #141631;
}

.button__disabled {
	color: rgba(255, 255, 255, 0) !important;
}
