#delivery-location-page {
	height: 100%;
	width: 100%;
}

#delivery-location-page .page-title {
	font-size: 20px;
	font-family: "Noto Sans Hebrew,Bold";
	margin-top: 5px;
	margin-bottom: 5px;
}

#delivery-location-page .main-button {
	font-family: "Noto Sans Hebrew,Regular";
	font-size: 16px;
	width: 120px;
	padding: 4px 10px;
}


#delivery-location-page .send-text {
	font-family: "Noto Sans Hebrew,Regular";
	font-size: 16px;
}

#delivery-location-page .form-group {
	margin-bottom: 5px;
}

#map {
	height: calc(100% - 135px); 
	min-height: 100px;
	margin-left: -15px;
	margin-right: -15px;
}


#delivery-location-page .data-updated-before {
	font-size: 20px;
	font-family: "Noto Sans Hebrew,Bold";
	color: #ff0000;
}