


/* reset */
.lm-container *,
.lm-container *::after,
.lm-container *::before {
	/* padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box; */
	font-family: 'SF UI Display', sans-serif;
}

:root {
	--primary-color: #ed1c24;
	--primary-gray: #F3F3F3;
	--primary-gray2: #D4D4D4;
	--cards-hover: #f7f7f7;
}


/* containers */
.lm-container {}

.lm-filter-map-container {
	/* background-color: lightgreen; */
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: flex;
}

/* aside */
.lm-aside-container {
	/* background-color: cornflowerblue; */
	height: 100vh;
	max-width: 400px;
	width: 100%;
	background-color: #F3F3F3;
}

.lm-aside-top-container {
	/* height: 25vh; */
	width: 100%;
	/* background-color: green; */
}


/* search */
#lm-search-bar {
    margin: 20px 0;
    padding: 8px;
    width: 100%;
    border: 1px solid #ed1c2333;
    border-radius: 10px;
    padding-left: 16px;
}

#lm-search-bar:focus {
    outline: none !important;
}

/* radio */

.radio-container {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 25px;
    font-size: 16px;
    cursor: pointer;
}

.radio-container input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

.radio-mark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ED1D24;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

.radio-container input[type="radio"]:checked + .radio-mark {
    background-color: #ED1D24;
}

.lm-aside-bottom-container {
	height: 83vh;
	width: 100%;
	/* background-color: blue; */
	overflow-y: scroll;
}


/* scroll-aside-bottom */
.lm-aside-bottom-container::-webkit-scrollbar {
	width: 5px;
}

.lm-aside-bottom-container::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border-radius: 6px;
}

.lm-aside-bottom-container::-webkit-scrollbar-thumb:hover {
	background-color: var(--primary-color);
}

.lm-aside-bottom-container::-webkit-scrollbar-track {
	background-color: #f4f4f4;
	border-radius: 6px;
}


.lm-aside-bottom-container.lm-aside-bottom-container2 {
	display: none;
	overflow-y: scroll;
}






/* location card */

.lm-data-item{
    /* margin-bottom: 10px; */
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #70ed1c52;
    cursor: pointer;

}

.lm-data-item {
	padding: 0 35px;
	display: flex;
	align-items: center;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.2s ease, background-image 0.2s ease-in-out;
	border-bottom: 1px solid #eaeaea;
	border-left: 0 solid var(--primary-color);
	/* width: 355px; */
	height: 150px;
	overflow: hidden;
	position: relative;
}


.lm-data-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://zemenbank.com/templates/zemen360/images/gray-bull-artwork.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}


.lm-data-item:hover::after {
	opacity: 0.6;

}


.lm-data-item:hover {
	border-left: 7px solid var(--primary-color);
	background-color: var(--cards-hover);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.lm-data-item-location{
    font-size: 1.2rem;
    font-weight: 600;
}

.lm-data-city{
    font-size: 1rem;
    line-height: 1.2em;
    display: block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-weight: 600;
}

.lm-data-type{
	font-style: italic;
	color: #444b53d8;
	font-weight: 500;
	margin: 5px 0;
	/* border-bottom: 1px solid #eaeaea; */
    text-decoration: underline #eaeaea ;
	font-size: 13px;
}

.lm-rate-link-info{
    font-size: 13px;
    color: #444b53d8;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: underline #eaeaea ;
    cursor: pointer;
}

.lm-rate-link-info:hover{
    color: var(--primary-color);
}


/* nerest locations */
.lm-get-nearest-location-container{

}

.lm-get-nearest-location-container button{

	border: 1px solid #ffffff	;
	background: #EDE7E5;
	color: #63747E;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
}

.lm-get-nearest-location-container button:hover{
	background: #ede7e5;
	color: #000;
	border: 1px solid #ed1c24;
}


.lm-get-nearest-location-container button:active{
	background: #ede7e5;
	color: #000;
	border: 1px solid #ed1c24;
}


.lm-info-btn-container {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

.lm-info-icon {
    transition: transform 0.4s ease;  /* Smooth transition for scaling */
}

.lm-info-icon:hover {
    transform: scale(1.4);  /* Increase size by 20% on hover */
}



/* with height  */

/* 
@media only screen and (max-width: 360px) and (max-height: 740px) {
	body {
		background: #000;
		font-family: 'Courier New', Courier, monospace;
	}

	@media (max-width: 992px) {
		.lm-map-container {
			height: 45vh;
			padding-top: 45px;
			width: 100%;
		}
	} 
}
*/











/* map */
.lm-map-container {
	/* background-color: yellow; */
	height: 100vh;
	/* flex: 1; */
	width: 60%;
}

#map {
	height: 100vh;
	width: 100vw;
	background-color: var(--primary-gray);
}


/* loading */

#lm-loading-screen {
	text-align: center;
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border: 4px solid #ccc;
	border-top: 4px solid #ED1D24;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* info-window */

.lm-location-card {
    background-image: url('https://zemenbank.com/templates/zemen360/images/gray-bull-artwork.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    width: 200px; 
    height: 120px; 
    color: #BC152B; 
    animation: floatUpDown 3s ease-in-out infinite;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 7px;
    
  }
  /* .lm-location-card p {
    padding: 0;
    margin: 0;
    line-height: 1;
  } */
  .lm-location-card h3 {
    color: #000; 
    font-size: 1em;
    font-weight: bold;
  }
  
  .lm-location-card-city{
    font-size: 0.8rem;
    font-weight: bold;
  }
  
  .lm-location-card-type{
      font-style: italic;
      color: #444b53d8;
      font-weight: 500;
      margin-top: 12px;
      font-weight: bold;
      text-decoration: underline #eaeaea ;
  }



  
  .lm-location-card a {
    text-decoration: none;
    color: #007BFF; 
    font-weight: bold;
    font-size: 0.9em; 
    display: inline-block; 
    outline: none;
    transition: color 0.3s ease; 
  }
  
  .lm-location-card a:hover {
    color: #0056b3; 
  }
  
  @keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
  }
  




/* google-info-window */

.gm-style-iw-chr{
    height: 40px;
}



.site-footer {
	display: none;
}




















@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* responsive */
@media (max-width: 992px) {
	.lm-filter-map-container {
		flex-direction: column;
	}

	#lm-search-bar {
		margin-bottom: 6px;
	}
	.lm-aside-container {
		/* background-color: cornflowerblue; */
		height: 18vh;
		width: 100vw;
	}

	.lm-aside-top-container {
		width: 100vw;
	}

	.lm-map-container {

		height: 35vh;
		width: 100%;
	}

	#map {
		height: 100%;
		width: 100vw;
		background-color: var(--primary-gray);
	}

	.lm-aside-bottom-container {
		width: 100vw;
		height: 35vh;
		/* background-color: blue; */
		overflow-y: scroll;
		margin-top: 35vh;

	}

	.lm-aside-bottom-container2 {
		display: block;
		height: 40vh;
		width: 100%;
	}

    .lm-data-item{
        height: 120px;
    }
    /* info-window */

    .gm-style-iw-chr{
        height: 30px;
    }


}



@media (max-width:320px){
	.lm-location-card {
		width: 155px;
    height: 90px;
	}
}