body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}


.cookie-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 550px;
    min-width: 200px;
    padding: 0px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000001;
}

#cookie-modal p{
	font-size: 1em;
	line-height: 1.8;
}

.cookie-content {
    #margin: 0 auto;
	font: 12px/1.35 Arial,Helvetica,sans-serif;
    line-height: 1.35;
	color: #363636;
}

.text-area {
    margin-bottom: -15px;
    padding: 15px;
}

#area1 {
    text-align: center;
	color: #363636;
	font-weight: 400;
	font-size: 34px;
	background-color: white;
	padding: 25px;
	padding-bottom: 35px;
}

#area2 {
    background-color: #f4f5f8;
	color: #363636;
	 line-height: 2;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

#area3 {
    
	text-align: center;
	color: #363636;
	padding: 25px;
	background-color: white;
	
	
}

#accept-cookie {
    background-color: #000000;
    color: white;
    border: none;
	margin-top: 25px;
	margin-bottom: 25px;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
	text-transform: none;
    display: inline-block;
    font: 14px/1.35 Arial,Helvetica,sans-serif;
    cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	width: 35%;
	min-width: 100px;
}

#cookie-modal a:link {
  color: #363636 !important;
  text-decoration: underline;
}

#cookie-modal a:visited {
    color: #363636 !important;
  text-decoration: underline;
}

#cookie-modal a:hover {
    color: #363636 !important;
  text-decoration: underline;
}

#cookie-modal a:active {
    color: #363636 !important;
  text-decoration: underline;
}