.panel38_1
{
	height: 60px;
	background: linear-gradient(90deg, rgba(147,99,0,1) 0%, rgba(247,194,88,1) 49%, rgba(147,99,0,1) 100%);
}

.panel38_1 *
{
	font-size: initial;
}

.p38Parent
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	
}

.p38Right
{
	background-color: #fde428;
	color: #022d5a;
	font-size: 15px;
	font-family: 'Vazir';
	
	
	
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 3px;
}

.p38Left
{
	color: #014ea0;
	font-size: 15px;
	font-family: 'Vazir';
}