body {
 font-family: 'Open Sans', sans-serif;
}
#map {
	width: 100%;
	height: 100vh;
}
.h5, h5 {
    font-weight: 600;
}
.controls {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.arrow-buttons {
	display: grid;
	grid-template-columns: 0fr 0fr 0fr;
	grid-gap: 5px;
	justify-content: center;
}

.HowToUse {
	display: flex;
	justify-content: center;
}

.arrow-btn {
	width: 50px;
	height: 50px;
	font-size: 25px;
	border: 1px solid #ced4da;
	background: #e7e7e7;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-btn:hover {
	background: #dee2e6;
}

#log {
	height: 150px;
	overflow-y: auto;
	font-size: 14px;
	border: 1px solid #ced4da;
	background: #f8f9fa;
}

.pay-donat {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

.pay-donat a {
	margin-top: 0px;
	text-decoration: none;
	color: black;
	font-weight: 500;
}

button.btn.btn-primary.w-100.mb-3 {
	justify-content: center;
	background: #018b04;
	border-color: #018b04;
	    padding: 10px 5px;
    border-radius: 0;
}
.form-control.myformcontrol{
	border-radius: 0;
	line-height: 1.7;
}
.by {
	transition: transform 0.3s ease, background-color 0.3s ease;
	color: gray;
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
}

.by2:hover {
	transform: scale(1.1);
}

.by:hover {
	transform: scale(1.1);
}

.by2 {
	transition: transform 0.3s ease, background-color 0.3s ease;
	color: gray;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

label.form-label {
	font-size: 15px;
	color: #504e54;
}

button.btn.btn-primary {
	font-size: 14px;
	align-items: center;
	display: flex;
	background-color: #018b04;
	border: #018b04 1px;
}