.aplly_btn_wrp a{
	display: inline-block;
}
.aplly_btn_wrp .aplly_btn{
	display: flex;
	background-color: #0c61b5;
	color: #ffffff;
	padding: 7px 0;
	width: 200px;
	font-size: 16px;
	font-weight: 600;
	gap: 15px;
	justify-content: center;
	border-radius: 10px;
	align-items: center;
	margin: 5px 0;
	position: relative;
}
.aplly_btn_wrp .aplly_btn i{
	position: absolute;
	right: 20px;
}
.aplly_btn_wrp .aplly_btn:hover{
	background-color: #176ec4;
}
.aplly_btn_wrp .aplly_btn:hover i{
	right: 15px;
}
.aplly_btn_wrp .aplly_closed{
	display: inline-flex;
	color: #0c61b5;
	padding: 7px 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	align-items: center;
	margin: 5px 0;
	cursor: default;
	text-align: left;
}