/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 11:51:32 */
/* Alternative: Use a link in the footer! */

/* [cmplz-revoke-link text="Don't want non-functional cookies? Revoke your settings!"] */

/* You can also add some CSS to force the settings button for all devices. */

@media (max-width: 768px) {
#cmplz-manage-consent .cmplz-manage-consent {
    /* display: unset; */
    bottom: -5px!important;
	display: block;
}
}

.cmplz-btn
{
	-webkit-transition: all 1.5s ease !important;
    -moz-transition: all 1.5s ease !important;
  	-o-transition: all 1.5s ease !important;
  	transition: all 1.5s ease !important;
}

.cmplz-btn:hover
{
	background-color:var(--hex-corp-accent-color) !important;
	border: 1px solid var(--hex-corp-accent-color) !important;
}

#cmplz-manage-consent button:hover
{
	color:var(--hex-corp-white) !important;
}