.phpbb-ads-center {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.phpbb-ads-center > :first-child:not(script) {
	display: inline-block;
	max-width: 100%;
}

.phpbbad-slide-up {
	position: fixed;
	bottom: 0;
	width: 100%;
	transition: transform 0.3s;
	transform: translateY(100%);
}

.phpbbad-slide-up-center {
	text-align: center;
}

.phpbbad-slide-up-close {
	background-color: #ffffff;
	width: 30px;
	cursor: pointer;
}

.phpbb-ads-visual-demo {
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	background-color: #f0e68c;
	border: #ff0000 dashed 3px;
	color: #bc2a4d;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
}

.phpbb-ads-visual-demo-btn {
	text-align: center;
	width: 25%;
	margin: 0 auto !important;
	padding: 10px !important;
}

.phpbb-ads-button {
	font-family: system-ui, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	background: #e3e3e3;
	background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 100%);
	border: solid 1px #afafaf;
	box-shadow: inset 1px 1px 2px #ffffff;
	margin: 2px 0;
	padding: 3px 8px;
}

.phpbb-ads-button:link {
	color: #000000;
}

.phpbb-ads-button:link:hover {
	text-decoration: none;
}

.phpbb-ads-button:hover {
	border-color: #bc2a4d;
	color: #bc2a4d;
	cursor: pointer;
}

.phpbb-ads-button:active {
	background: #c3c3c3;
}

/* Custom */
/**CSS**/ 
/* .teamuptalk_ad_wrapper { 
	position: relative; 
} 
 
.teamuptalk_ad_wrapper img { 
	width: 100%; 
	height: 100%; 
} 
 
.teamuptalk_ad_wrapper a { 
	width: 100%; 
	height: 100%; 
	display: block; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
}  */


/* Container holding the image and the text */
.teamuptalk_ad_container {
	position: relative;
	text-align: center;
	color: white;
  }
  
  /* Bottom left text */
  .teamuptalk_ad_bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
  }
  
  /* Top left text */
  .teamuptalk_ad_top-left {
	position: absolute;
	top: 8px;
	left: 16px;
  }
  
  /* Top right text */
  .teamuptalk_ad_top-right {
	position: absolute;
	top: 8px;
	right: 16px;
  }
  
  /* Bottom right text */
  .teamuptalk_ad_bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
  }
  
  /* Centered text */
  .teamuptalk_ad_centered {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  .teamuptalk_ad_img {
	border-radius: 5px;
	width: 100%;
	height: 50%;
  }

  .teamuptalk_ad_h1 {
	width: 100%
  } 