  .alt_butonlar {
	  position: fixed;
	  width: 100%;
	  max-width: 400px;
	  height: 50px;
	  bottom: 0;
	  right: 0;
	  display: flex;
	  border: 1px solid #1F4B3F;
	  z-index: 999;
}

.alt_butonlar > div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid white;
	background-color: #9C7518; /* ArkaPlan Rengi Şuanda Kurumsal Renktedir */
	text-align: center;
	padding: 10px;
}

.alt_butonlar > div:last-child {
	border-right: none;
}

.alt_butonlar a {
	text-decoration: none;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px; /* Metin ve ikon arasındaki boşluk */
	flex-direction: row-reverse; /* İkonu sola, metni sağa almak için */
}

.alt_butonlar img {
	height: 24px;
}

.alt_butonlar .ara, .alt_butonlar .wp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.alt_butonlar .ara span, .alt_butonlar .wp span {
	font-size: 14px;
	color: white;
}

@media only screen and (max-width: 600px) {
	.alt_butonlar {
		max-width: 100%;
	}
}
