.iphoneheader { 
	background: #dbdbdb; 
	padding: 20px;
	box-sizing: border-box;
}

.iphone {
border-radius: 100px;
	-webkit-border-radius: 100px; 
-moz-border-radius: 100px;
	overflow:hidden; 
	margin-bottom: 15px;
}


.smscode {
	position: relative;
	background:var(--highlightcolor);
	color: #dbdbdb; 
	font-size: 11px;
	width: 350px;
	padding: 20px;
	margin-top: 10px;
	text-align: justify;
	-webkit-border-radius: 12px; 
-moz-border-radius: 12px;
	border-radius: 12px;
}
.smscode:after, .smscode:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.smscode:after {
	border-left-color: var(--highlightcolor);
	border-width: 10px;
	margin-top: -10px;
}
.smscode:before {
	border-left-color: var(--highlightcolor);
	border-width: 17px;
	margin-top: -17px;
}
		