.cookiePopup 								{position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background-color:#fff; max-width:700px; min-width:300px; max-height:550px; overflow:auto; padding:20px; border-radius:8px; box-shadow:0 2px 10px rgba(0, 0, 0, 0.2); z-index:1000;}
.scrollable-content 				{overflow-y:auto; overflow-x:hidden; font-size:15px;}
.tab 												{display: none;}
.tab.active 								{display: block;}
.tab-buttons 								{overflow: hidden;background-color: #fff;}
.tab-buttons button 				{background-color:inherit; float:left; border:none; outline:none; cursor: pointer; padding:10px 20px; transition:0.3s;}
.tab-buttons button:hover 	{background-color: #ddd;}
.tab-buttons button.active 	{background-color:#eee;}
