#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
    z-index: 999;
    border-radius: 0;
    height: 100%;
    background: rgb(117 117 117 / 77%);
    backdrop-filter: blur(5px);
    display: none;
  }

#center-cookie img{
    width: 80%;
    max-width: 400px;
    height: auto;
}

#center-cookie h1{
    color: #646363;
    margin: 0 !important;
	text-align: center;
	font-family: 'pf_handbook_probold';
    font-weight: normal;
	font-size: 275%;
}

#center-cookie button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 15px;
    font-size: 95%;
    margin-top: 0px;
    background: #01883c;
    border: 1px solid;
    border-color: #01883c;
    border-radius: 7px;
    color: #FFF;
    font-family: Trebuchet MS;
}

#center-cookie{
	color: #ffffff;
    width: 67%;
    margin-left: 15%;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    margin-top: 20vh;
    line-height: 1.5;
    padding: 2% 2% 4.5% 2%;
}


#center-cookie a, a:hover, a:visited {
    text-decoration: underline;
    color: #6a6a6a;
}

#center-cookie p{
    color: #6a6a6a;
    font-size: 100%;
    font-family: Trebuchet MS;
    line-height: 1.6;
    text-align: center;
    font-size: 80%;
}

.btn{
    white-space: normal !important;
}

@media only screen and (max-width: 1050px) {
	
	#center-cookie {
    	color: #ffffff;
    	width: 76%;
    	margin-left: 10%;
    	background-color: #ffffff;
    	border-radius: 25px;
    	text-align: center;
    	margin-top: 10vh;
    	line-height: 1.5;
    	padding: 2% 2% 4.5% 2%;
	}
}