﻿#cookieConsent {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 25px 0;
	width: 100%;
	color: #fff;
	background-color: rgb(63, 83, 163) !important;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	z-index: 10;
}

	#cookieConsent button {
		border: 2px solid #fff;
		background-color: transparent;
		padding: 5px 15px;
		margin-left: 10px;
		color: #fff;
		font-weight: bold;
		transition: all .45s ease-in-out;
	}

		#cookieConsent button:hover {
			border: 2px solid #fff;
			background-color: #fff;
			color: rgb(63, 83, 163);
			font-weight: bolder;
		}
