#nrv-gm-location-btn {
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px !important;
	border-radius: 2px !important;
	position: absolute !important;
	z-index: 5;
	background-color: #fff !important;
	width: 40px !important;
	height: 40px !important;
	right: 10px !important;
	bottom: 120px !important;
	justify-content: center !important;
	align-items: center !important;
	cursor: pointer !important;
	fill: #666666 !important;
}
#nrv-gm-map-container {
	width: 100% !important;
    height: 100% !important;
    position: relative !important;
}
#nrv-gm-details-container {
	width: 100% !important;
    height: 100% !important;
    position: relative !important;
}
#nrv-gm-items-list {
	padding: 0 !important;
    height: 100% !important;
    overflow-y: scroll !important;
}
.nrv-gm-template-item {
	padding: 24px 48px !important;
	color: #f7af74 !important;
}
.nrv-gm-template-item.selected {
    background: transparent !important;
    transition: 0.3s !important;
}
.nrv-gm-template-item .name {
	font-family:Nunito !important;
    font-size: 24px !important;
    font-weight: bolder !important;
    margin-bottom: 10px !important;
	color: #f7af74 !important;
}
.nrv-gm-template-item h4 {
	font-family:Nunito !important;
    margin-bottom: 10px !important;
}
.nrv-gm-template-item .distance {
	color: #FF008D !important;
}

.nrv-gm-template-item .duration {
	color: #FF008D !important;
}
.nrv-gm-template-item .ct-link-button{
	font-family:Nunito !important;
	padding:10px 16px !important;
	line-height:1.6 !important;
	border:2px solid #FF008D !important;
	background-color:#FF008D !important;
	color:#fff !important;
	border-radius:500px !important;
	transition:.3s ease !important;
	margin:0 8px 8px 0 !important;
}
.nrv-gm-template-item .ct-link-button:hover{
	background-color:transparent !important;
	color:#FF008D !important;
}
.nrv-gm-template-item.selected h3,
.nrv-gm-template-item.selected h4{
	color:#ff008d !important;
	transition:0.3s;
}
.nrv-gm-template-item.selected .ct-link-button{
	background-color:#ff008d !important;
	border-color:#ff008d !important;
}
.nrv-gm-template-item.selected .ct-link-button:hover{
	background-color:transparent !important;
	color:#ff008d !important;
}