#gdpr-popup .popup-overlay{background: rgba(0,0,0,0.75);position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999999;}
#gdpr-popup .popup-wrapper{min-height: 60px;width: 100%;position: fixed;top: 0;left: 0;background: #fff;border-top: 1px solid #efefef;box-shadow:0 0 25px #ccc;}
#gdpr-popup .popup-wrapper.top{top: 0;left: 0;}
#gdpr-popup .popup-wrapper.bottom{bottom: 0;top: auto;left: 0;}
#gdpr-popup .popup-wrapper.center{bottom: 0;top: 0;right: 0;left: 0;margin: auto;max-width: 80%;width: 600px;height: 400px;max-height: 80vh;text-align: center;}
#gdpr-popup .popup-title{padding: 15px 25px;text-transform: uppercase;display:none;}
#gdpr-popup .popup-content{padding: 5px;font-size:11px;line-height:1.25;font-family:Arial,sans-serif;}
#gdpr-popup .popup-content p {margin:5px 0 0;}
@media(min-width:768px){
	#gdpr-popup .popup-content{padding:15px 25px}
}

#gdpr-popup a > .glyphicon {transition: all .5s;}
#gdpr-popup a.collapsed > .glyphicon {transform:rotate(180deg);}

#gdpr-popup button {	background: #40b6d9;	border: 1px solid #40b6d9; color:white;transition:color .5s, background-color .5s;padding:5px 10px;font-weight:bold;}
#gdpr-popup button:hover {background:transparent;color:#40b6d9}