html, body {
	height: 100%;
}

a{
	text-decoration: none;
}
#react {
	height: 100%;
}

.react-card-back {
    z-index: 3;
}

.slick-list{
	cursor: grab;
}

.slick-dots li{
	margin: 0 !important;
}

.hide{
	display: none !important;
}

@media (max-width: 961px) {
	.grecaptcha-badge{
		bottom: 75px !important
	}
}

.alert{
	width: 100%;
	background: red;
	height: 20px
}
