.cookie-consent-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.cookie-consent-banner button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.cookie-consent-banner button:hover {
    background-color: #218838;
}
.cookie-consent-banner .btn-primary {
    background-color: #0ab285;
    border-color: #0ab285;
}
.cookie-consent-content {
	text-align: center;
}
.cookie-consent-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 1.2;
}
.cookie-consent-footer {
	margin: 20px 0 0 0;
}
.cookie-consent-btn {
	background: #fff;
	border: 1px solid #000;
	padding: 8px 25px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cookie-consent-btn:hover {
	background: #eee;
}
.cookies-consent-ybox .insertYboxAjaxHere {
	padding-top: 13px;
}
.cookies-consent-ybox .closeYbox {
	display: none;
}
.yBoxFrame{
    max-width: 800px;
}