/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:09:01 */
.cky-consent-container {
	left: 0 !important;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	
	&.cky-hide {
		display: none;
	}
}

.cky-consent-bar {
	max-width: 500px;
	border-radius: 0 !important;
	
	.cky-btn {
		border-radius: 0 !important;
	}
}