/* Routes */
.easymap-element svg [id^=route] {
	display: none;
}

.easymap-element svg [id^=route] > * {
/*	opacity: 0.3;*/
	opacity: 1;
}

.loc-to,
.loc-from {
	padding: 4px 6px;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-right: 10px;
}

.easymap-routes-panel {
	background-color: #f2f2f299;
	box-shadow: none;
	box-sizing: border-box;
	color: #2f3434;
	position: relative;
	top: 0;
	left: 0;
	margin: 6px 0;
	transition: width 0.2s, height 0.2s;
	padding-bottom: 40px;
	width: 100%;
	height: 120px;
	border-radius: 12px;
}

.easymap-routes-panel.easymap-closed {
	width: 28px;
	height: 28px;
	padding: 0;
}

.easymap-routes-panel.easymap-closed > *:not(.easymap-routes-submit) {
	display: none;
}

.easymap-routes-panel.easymap-closed .easymap-routes-submit {
	background-size: 16px 16px !important;
	margin: 0;
}

.easymap-routes-panel small {
	border: 2px solid #231f20;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin-top: 8px;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	float: left;
	display: block;
}

.easymap-routes-select:first-child small {
	border-radius: 50%;
	transform: rotate(0deg);
}

.easymap-routes-select.filled small {
	background-color: #231F20;
	transition: background-color 0.2s;
}

.easymap-routes-select.filled:hover:not(.fixed) small {
	background-color: transparent;
	border-radius: 50%;
	transform: none;
	border: none;
}

.easymap-routes-select.filled:hover:not(.fixed) small:after {
	font-size: 15px;
	font-weight: bold;
	line-height: 8px;
	content: '\d7';
}

.easymap-routes-select.filled.fixed .easymap-routes-loc { color: #888; }
.easymap-routes-select.filled.fixed small {
	background-color: #888;
	border-color: #888;
}

.easymap-routes-close {
	color: #888;
	cursor: pointer;
	font-size: 13px;
	position: absolute;
	bottom: 8px;
	left: 15px;
	transition: color 0.2s;
	display: none !important;
}

.easymap-routes-close:hover { color: #2f3434; }

.easymap-routes-select {
	border-left: 3px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	height: 40px;
	min-width: 100px;
	transition: border-color 0.2s;
	pointer-events: none;
	user-select: none;
}

.easymap-routes-select.active {
	border-color: #6CB5F4;
	background-color: #f2f2f299;
	pointer-events: none;
	user-select: none;
}

.easymap-routes-select.active small {
	color: #2f3434;
}

/* Placeholder text*/
.easymap-routes-select span {
	color: #ccc;
/*	font-size: 14px;*/
font-size: 11px;
	font-style: italic;
	line-height: 26px;
	padding-left: 10px;
	
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.easymap-routes-select.filled span {
	display: none;
}

/* Location holder */
.easymap-routes-loc {
/*	font-size: 16px;*/
	font-size: 11px;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	overflow: hidden;
}

.easymap-routes-dots {
	width: 4px;
	height: 28px;
	left: 19px;
	margin-top: -14px;
	margin-left: -2px;
	position: absolute;
	pointer-events: none;
}

.easymap-routes-dots > span {
	background-color: #ccc;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 4px 0;
}

.easymap-routes-swap {
	background-image: url(img/swap.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	position: absolute;
	right: 10px;
	transition: transform 0.2s, opacity 0.2s;
}

.easymap-routes-swap.rotate {
	transform: rotate(180deg);
}

.easymap-routes-panel:hover .easymap-routes-swap {
	opacity: 0.3;
}

.easymap-routes-swap:hover {
	opacity: 1 !important;
}


.easymap-routes-submit {
	background: #5e5e5eeb url(img/direction-icon.svg) no-repeat right center !important;
	background-size: 24px 24px !important;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	width: 100%;
	/* height: 28px; */
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 0;
	padding: 8px !important;
	opacity: 0.8;
	transition: opacity 0.2s;
	border-radius: 12px;
	text-align: left;
/*	font-size: 14px;*/
	font-size: 11px;
}

.easymap-routes-submit:hover {
	opacity: 1;
}

.easymap-routes-submit:focus {
	outline: none;
}

/* Route path */
.easymap-routes-path, .easymap-routes-dashed {
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
}

/* Button */
.easymap-routes-button {
	background-image: url(img/direction-icon.svg);
	background-size: 16px 16px;
	bottom: 0;
	right: 0;
	display: none;
}

/* Icons */
.easymap-routes .easymap-list-location {
	position: relative;
	overflow: hidden;
}

.easymap-routes-icon {
	background: url(img/direction-arrow.svg) no-repeat center;
	cursor: pointer;
	width: 20px;
	height: 20px;
	opacity: 0.6;
}

.easymap-routes-icon:hover {
	opacity: 1;
}

.easymap-routes .easymap-list-location .easymap-routes-icon {
	position: absolute;
	top: 12px;
	right: -30px;
	transition: right 0.2s, opacity 0.2s;
}

.easymap-routes .easymap-list-location:hover .easymap-routes-icon {
	right: 10px;
}

/* Accessible */
.easymap-routes .easymap-routes-wheelchair {
	background-color: transparent;
	background-image: url(img/wheelchair.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	border: none;
	position: absolute;
	opacity: 0.4;
	padding: 0;
	width: 26px;
	height: 26px;
	right: 40px;
	bottom: 7px;
	transition: opacity 0.2s, background-color 0.2s;
}

.easymap-routes .easymap-routes-wheelchair:focus { outline: none; }

.easymap-routes .easymap-routes-wheelchair.enabled {
	background-color: #e4e4e4;
	opacity: 0.9;
}

/* Mobile */
@media all and (max-width: 667px) {
	.easymap-routes-panel {
		top: auto !important;
		bottom: 0;
	}

	.easymap-legend {
		bottom: auto !important;
		top: 0;
	}
}


.easymap-routes-dashed {
    animation: dash 200s linear infinite
}

@keyframes dash {
    to {
        stroke-dashoffset: -1000
    }
}


/* Map */
.custom-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 70%);
  color: #fff;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 9999;
  min-width: 260px;
  text-align: center;
  animation: slideUp 0.3s ease-out;
}

.hidden {
  display: none;
}
.show {
  display: block;
}

.toast-message {
/*  font-size: 1.3rem;*/
font-size: 1rem;
}

.bold {
  font-weight: 700;
}

@keyframes slideUp {
  from {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/*.easymap-routes .easymap-clickable {
	opacity: 1 !important;
}

.easymap-routes .easymap-active {
	fill: #f8f8f8;
}

.easymap-routes g[id^=landmarks-large] .easymap-active {
	fill: #555;
}

.easymap-filtered svg [id^=landmark] > * { opacity: 1 !important; }*/