#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
    z-index: 10000;
    border-radius: 0;
    height: 100%;
    background: rgb(117 117 117 / 77%);
    backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    display: none;
	text-align: center;
  }

#center-cookie img{

    height: auto;
    
}

#center-cookie h1{
	font-family: 'Roboto Condensed', sans-serif !important;
    color: #990000;
    margin: 0 !important;
	text-align: center;
	width: 100%;
}

#center-cookie button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 15px;
    font-size: 125%;
    margin-top: 20px;
    background: #499e0c;
    border: 1px solid;
    border-color: #499e0c;
    border-radius: 7px;
    color: #FFF;
}

#center-cookie{
    color: #ffffff;
    width: min-content;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    margin-top: 10vh;
    line-height: 1.5;
    padding: 3%;
    display: inline-block;
	min-width: 30%;
}


#center-cookie a, #center-cookie a:hover, #center-cookie a:visited {
    text-decoration: underline;
    color: #000000;
    margin-top: 10px !important;
    display: inline-block;
}

#center-cookie p{
	color: #6a6a6a;
	    font-size: 90%;
	    text-align: center;
	    margin: 0;
}

.btn{
    white-space: normal !important;
}